|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowElement
This interface represents an workflow-element from an workflow.
Field Summary | |
---|---|
static int |
ACTIVITY
This workflow-element implements Activity. |
static String |
PROPERTY_DESCRIPTION
|
static String |
PROPERTY_DESCRIPTION_LANGUAGE
|
static String |
PROPERTY_NAME
|
static String |
PROPERTY_NAME_LANGUAGE
|
static int |
STATE
This workflow-element implements State. |
static int |
TRANSITION
This workflow-element implements Transition. |
Method Summary | |
---|---|
String |
getDescription()
Returns the description from this workflow-element. |
String |
getDescription(Language language)
Returns the language dependant description from this workflow-element. |
String |
getDisplayName(Language language)
Returns the language dependant name from this workflow-element. |
long |
getID()
|
String |
getName()
Deprecated. since 4.2.12 use WorkflowElement.getUid() |
Object |
getProperty(String key)
Returns an property form this workflow-element. |
int |
getType()
Returns the type of this workflow-element. |
String |
getUid()
Returns the unique identifier of this workflow-element. |
Workflow |
getWorkflow()
Returns the workflow this workflow-element belongs to. |
Field Detail |
---|
static final String PROPERTY_NAME
static final String PROPERTY_NAME_LANGUAGE
static final String PROPERTY_DESCRIPTION
static final String PROPERTY_DESCRIPTION_LANGUAGE
static final int ACTIVITY
static final int STATE
static final int TRANSITION
Method Detail |
---|
long getID()
@Deprecated String getName()
WorkflowElement.getUid()
String getUid()
String getDisplayName(Language language)
String getDescription()
String getDescription(Language language)
int getType()
WorkflowElement.ACTIVITY
), WorkflowElement.STATE
) or WorkflowElement.TRANSITION
).
Object getProperty(String key)
Workflow getWorkflow()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |