Package com.axemble.vdoc.sdk.interfaces
Interface IAction
- All Superinterfaces:
IConnectorParentContextSupport
,IElement
,ISearchSupport
,Serializable
The IAction interface represents a workflow action which can be executed by a physical person.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupport
getParentContext
-
Method Details
-
getName
String getName()- Returns:
- The system name of the action
-
getLabel
String getLabel()- Returns:
- The label of the action
-
getLabel
- Returns:
- The label of the action
-
getDescription
String getDescription()- Returns:
- The description of the action
-
getTask
ITask getTask()Gets theITask
associated with the action.- Returns:
- A
ITask
object.
-