Interface SpaceWorkflowStatesInitializationEvent
-
- All Superinterfaces:
WorkflowSpaceEvent
public interface SpaceWorkflowStatesInitializationEvent extends WorkflowSpaceEvent
Event fired after the space workflow states are initialized.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getState()
boolean
isOverrideCurrentState()
-
Methods inherited from interface com.comalatech.workflow.event.WorkflowSpaceEvent
getSpace
-
-
-
-
Method Detail
-
getState
String getState()
-
isOverrideCurrentState
boolean isOverrideCurrentState()
-
-