Package de.uplanet.lucy.server.workflow
Class WorkflowTransition
java.lang.Object
de.uplanet.lucy.server.workflow.WorkflowTransition
- All Implemented Interfaces:
IWorkflowObject
,Serializable
- Since:
- Intrexx 5.0.
- See Also:
-
Field Summary
Fields inherited from interface de.uplanet.lucy.server.workflow.IWorkflowObject
GUID_COMPARATOR
-
Constructor Summary
ConstructorDescriptionWorkflowTransition
(String p_strGuid, String p_strTail, String p_strHead) WorkflowTransition
(String p_strGuid, String p_strTail, String p_strHead, String p_strIdentifier) Create a workflow transition. -
Method Summary
-
Constructor Details
-
Method Details
-
getGuid
Description copied from interface:IWorkflowObject
Get the GUID of this workflow object.Note: implementors must ensure that this is never
null
.- Specified by:
getGuid
in interfaceIWorkflowObject
- Returns:
- The GUID of this workflow object
-
getHead
-
getTail
-
hasIdentifier
public boolean hasIdentifier() -
getIdentifier
-
toString
-