|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateSetter | |
---|---|
com.silverpeas.workflow.api.model | |
com.silverpeas.workflow.engine.model |
Uses of StateSetter in com.silverpeas.workflow.api.model |
---|
Methods in com.silverpeas.workflow.api.model that return StateSetter | |
---|---|
StateSetter |
Consequence.createStateSetter()
Create a new state Setter object |
Methods in com.silverpeas.workflow.api.model that return types with arguments of type StateSetter | |
---|---|
Iterator<StateSetter> |
Consequence.iterateTargetState()
Iterate through Target States. |
Iterator<StateSetter> |
Consequence.iterateUnsetState()
Iterate through Unset States. |
Methods in com.silverpeas.workflow.api.model with parameters of type StateSetter | |
---|---|
void |
Consequence.addTargetState(StateSetter stateSetter)
Add a new Target State to the collection |
void |
Consequence.addUnsetState(StateSetter stateSetter)
Add a new Unset State to the collection |
Uses of StateSetter in com.silverpeas.workflow.engine.model |
---|
Classes in com.silverpeas.workflow.engine.model that implement StateSetter | |
---|---|
class |
StateRef
Class implementing the representation of the <set> and <unset> elements of a Process Model. |
Methods in com.silverpeas.workflow.engine.model that return StateSetter | |
---|---|
StateSetter |
ConsequenceImpl.createStateSetter()
|
Methods in com.silverpeas.workflow.engine.model that return types with arguments of type StateSetter | |
---|---|
Iterator<StateSetter> |
ConsequenceImpl.iterateTargetState()
|
Iterator<StateSetter> |
ConsequenceImpl.iterateUnsetState()
|
Methods in com.silverpeas.workflow.engine.model with parameters of type StateSetter | |
---|---|
void |
ConsequenceImpl.addTargetState(StateSetter stateSetter)
|
void |
ConsequenceImpl.addUnsetState(StateSetter stateSetter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |