public class WorkflowDefinition extends WorkflowBase
displayName| Constructor and Description |
|---|
WorkflowDefinition(String name,
String key,
String provider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFormResourceName() |
String |
getKey() |
String |
getName()
Returns the name of this item.
|
String |
getPackageName() |
String |
getProvider()
Returns the name of the workflow item provider.
|
Set<String> |
getTasks() |
String |
getWorkflowType() |
int |
hashCode() |
void |
setFormResourceName(String formResourceName) |
void |
setPackageName(String packageName) |
void |
setTasks(Set<String> tasks) |
getDisplayName, setDisplayName, toStringpublic String getKey()
public String getPackageName()
public void setPackageName(String packageName)
public String getFormResourceName()
public void setFormResourceName(String formResourceName)
public String getName()
getName in class WorkflowBasepublic String getProvider()
getProvider in class WorkflowBasepublic String getWorkflowType()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.