Uses of Interface
org.silverpeas.core.workflow.api.model.StateSetter
-
Packages that use StateSetter Package Description org.silverpeas.core.workflow.api.model org.silverpeas.core.workflow.engine.model -
-
Uses of StateSetter in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model with parameters of type StateSetter Modifier and Type Method Description void
Consequence. addTargetState(StateSetter stateSetter)
Add a new Target State to the collectionvoid
Consequence. addUnsetState(StateSetter stateSetter)
Add a new Unset State to the collection -
Uses of StateSetter in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement StateSetter Modifier and Type Class Description class
StateRef
Class implementing the representation of the <set> and <unset> elements of a Process Model.Methods in org.silverpeas.core.workflow.engine.model with parameters of type StateSetter Modifier and Type Method Description void
ConsequenceImpl. addTargetState(StateSetter stateSetter)
void
ConsequenceImpl. addUnsetState(StateSetter stateSetter)
-