Uses of Interface
org.silverpeas.core.workflow.api.model.States
-
Packages that use States Package Description org.silverpeas.core.workflow.api.model org.silverpeas.core.workflow.engine.model -
-
Uses of States in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return States Modifier and Type Method Description States
ProcessModel. createStates()
Create StatesStates
ProcessModel. getStatesEx()
Get the states definitionsMethods in org.silverpeas.core.workflow.api.model with parameters of type States Modifier and Type Method Description void
ProcessModel. setStates(States states)
Set the states defined for this process model -
Uses of States in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement States Modifier and Type Class Description class
StatesImpl
Class implementing the representation of the <states> element of a Process Model.Methods in org.silverpeas.core.workflow.engine.model that return States Modifier and Type Method Description States
ProcessModelImpl. createStates()
States
ProcessModelImpl. getStatesEx()
Methods in org.silverpeas.core.workflow.engine.model with parameters of type States Modifier and Type Method Description void
ProcessModelImpl. setStates(States states)
Set the states defined for this process model
-