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 SummaryMethods inherited from interface com.axemble.vdoc.sdk.supports.IConnectorParentContextSupportgetParentContext
- 
Method Details- 
getNameString getName()- Returns:
- The system name of the action
 
- 
getLabelString getLabel()- Returns:
- The label of the action
 
- 
getLabel- Returns:
- The label of the action
 
- 
getDescriptionString getDescription()- Returns:
- The description of the action
 
- 
getTaskITask getTask()Gets theITaskassociated with the action.- Returns:
- A ITaskobject.
 
 
-