public interface StateDefinition extends Annotated
flow definition where behavior is executed.
States have identifiers that are local to their containing flow definitions. They may also be annotated with attributes.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns this state's identifier, locally unique to is containing flow definition.
|
FlowDefinition |
getOwner()
Returns the flow definition this state belongs to.
|
boolean |
isViewState()
Returns true if this state is a view state.
|
getAttributes, getCaption, getDescriptionFlowDefinition getOwner()
java.lang.String getId()
boolean isViewState()