public interface WorkflowElement
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
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.
|
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
long getID()
@Deprecated String getName()
getUid()
String getUid()
String getDisplayName(Language language)
String getDescription()
String getDescription(Language language)
int getType()
Object getProperty(String key)
Workflow getWorkflow()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500