public interface WorkflowElement
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVITY
This workflow-element implements Activity.
|
static String |
PROPERTY_DESCRIPTION
Name of property to hold this element's description.
|
static String |
PROPERTY_DESCRIPTION_LANGUAGE
Prefix for properties to hold this element's language dependent description.s
|
static String |
PROPERTY_NAME
Name of property to hold this element's name.
|
static String |
PROPERTY_NAME_LANGUAGE
Prefix for properties to hold this element's language dependent names.
|
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()
Provides the ID of this workflow element.
|
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()
String getUid()
@Nullable String getDisplayName(Language language)
@Nullable String getDescription()
@Nullable String getDescription(Language language)
int getType()
Object getProperty(String key)
Workflow getWorkflow()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210