Uses of Interface
com.silverpeas.workflow.api.model.Consequence

Packages that use Consequence
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflowdesigner.control   
 

Uses of Consequence in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return Consequence
 Consequence Consequences.createConsequence()
          Crate a Consequence
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Consequence
 List<Consequence> Consequences.getConsequenceList()
          Get the target consequences
 Iterator<Consequence> Consequences.iterateConsequence()
          Iterate through the Consequence objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type Consequence
 void Consequences.addConsequence(Consequence consequence)
          Add a Consequence to the collection
 

Uses of Consequence in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement Consequence
 class ConsequenceImpl
          Class implementing the representation of the <consequence> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Consequence
 Consequence ConsequencesImpl.createConsequence()
           
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Consequence
 List<Consequence> ConsequencesImpl.getConsequenceList()
          Get the actions
 Iterator<Consequence> ConsequencesImpl.iterateConsequence()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Consequence
 void ConsequencesImpl.addConsequence(Consequence consequence)
           
 

Uses of Consequence in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Consequence
 Consequence WorkflowDesignerSessionController.findConsequence(String strContext)
          Find the Consequence specified by the context
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Consequence
 void WorkflowDesignerSessionController.updateConsequence(Consequence source, String strContext)
          Update or insert a new consequence element of the cached process model
 



Copyright © 2016 Silverpeas. All Rights Reserved.