Interface IAction

All Superinterfaces:
IConnectorParentContextSupport, IElement, ISearchSupport, Serializable

public interface IAction extends IElement, ISearchSupport, IConnectorParentContextSupport
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 Details

    • getName

      String getName()
      Returns:
      The system name of the action
    • getLabel

      String getLabel()
      Returns:
      The label of the action
    • getLabel

      String getLabel(String language)
      Returns:
      The label of the action
    • getDescription

      String getDescription()
      Returns:
      The description of the action
    • getTask

      ITask getTask()
      Gets the ITask associated with the action.
      Returns:
      A ITask object.