Uses of Interface
org.silverpeas.core.workflow.api.model.Consequence
-
Packages that use Consequence Package Description org.silverpeas.core.workflow.api.model org.silverpeas.core.workflow.engine.model org.silverpeas.web.workflowdesigner.control -
-
Uses of Consequence in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return Consequence Modifier and Type Method Description Consequence
Consequences. createConsequence()
Crate a ConsequenceMethods in org.silverpeas.core.workflow.api.model that return types with arguments of type Consequence Modifier and Type Method Description List<Consequence>
Consequences. getConsequenceList()
Get the target consequencesIterator<Consequence>
Consequences. iterateConsequence()
Iterate through the Consequence objectsMethods in org.silverpeas.core.workflow.api.model with parameters of type Consequence Modifier and Type Method Description void
Consequences. addConsequence(Consequence consequence)
Add a Consequence to the collection -
Uses of Consequence in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement Consequence Modifier and Type Class Description class
ConsequenceImpl
Class implementing the representation of the <consequence> element of a Process Model.Methods in org.silverpeas.core.workflow.engine.model that return Consequence Modifier and Type Method Description Consequence
ConsequencesImpl. createConsequence()
Methods in org.silverpeas.core.workflow.engine.model that return types with arguments of type Consequence Modifier and Type Method Description List<Consequence>
ConsequencesImpl. getConsequenceList()
Get the actionsIterator<Consequence>
ConsequencesImpl. iterateConsequence()
Methods in org.silverpeas.core.workflow.engine.model with parameters of type Consequence Modifier and Type Method Description void
ConsequencesImpl. addConsequence(Consequence consequence)
-
Uses of Consequence in org.silverpeas.web.workflowdesigner.control
Methods in org.silverpeas.web.workflowdesigner.control that return Consequence Modifier and Type Method Description Consequence
WorkflowDesignerSessionController. findConsequence(String strContext)
Find the Consequence specified by the contextMethods in org.silverpeas.web.workflowdesigner.control with parameters of type Consequence Modifier and Type Method Description void
WorkflowDesignerSessionController. updateConsequence(Consequence source, String strContext)
Update or insert a new consequence element of the cached process model
-