Interface WorkflowAction
public interface WorkflowAction
-
Method Details
-
getId
Integer getId() -
getName
String getName() -
getSourceStatusIds
-
getTargetStatusId
Long getTargetStatusId() -
getScreen
Screen getScreen() -
getScreenId
Long getScreenId() -
getConditions
WorkflowActionConditionGroup getConditions() -
getValidators
List<WorkflowActionValidator> getValidators() -
getPostfunctions
List<WorkflowActionFunction> getPostfunctions()
-