public class WorkflowTemplate
extends java.lang.Object
| Constructor and Description |
|---|
WorkflowTemplate()
Instantiates a new workflow template.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssociationUrl()
Gets the association url.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getId()
Gets the id.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<BasePermission> |
getPermissionsManual()
Gets the permissions manual.
|
boolean |
isAutoStartChange()
Checks if is auto start change.
|
boolean |
isAutoStartCreate()
Checks if is auto start create.
|
boolean |
isDeclarative()
Checks if is declarative.
|
boolean |
isManualAllowed()
Checks if is manual allowed.
|
public java.lang.String getAssociationUrl()
public java.lang.String getDescription()
public java.lang.String getId()
public java.lang.String getName()
public java.util.List<BasePermission> getPermissionsManual()
public boolean isAutoStartChange()
public boolean isAutoStartCreate()
public boolean isDeclarative()
public boolean isManualAllowed()