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

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

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

Methods in com.silverpeas.workflow.api.model that return Input
 Input Form.createInput()
          Create and return and object implementing Input
 Input Form.getInput(Input reference)
          Get the input specified by item and / or value
 Input Form.getInput(int idx)
          Get the input specified by the index
 Input[] Form.getInputs()
          Get the inputs
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Input
 Iterator<Input> Form.iterateInput()
          Iterate through the inputs
 

Methods in com.silverpeas.workflow.api.model with parameters of type Input
 void Form.addInput(Input input)
          Add an input Method needed primarily by Castor
 Input Form.getInput(Input reference)
          Get the input specified by item and / or value
 

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

Classes in com.silverpeas.workflow.engine.model that implement Input
 class ItemRef
          Class implementing the representation of the <input> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Input
 Input FormImpl.createInput()
           
 Input FormImpl.getInput(Input reference)
           
 Input FormImpl.getInput(int idx)
           
 Input[] FormImpl.getInputs()
          Get the inputs
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Input
 Iterator<Input> FormImpl.iterateInput()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Input
 void FormImpl.addInput(Input input)
           
 Input FormImpl.getInput(Input reference)
           
 

Uses of Input in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Input
 Input WorkflowDesignerSessionController.findInput(String strContext)
          Find the input by context
 

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



Copyright © 2016 Silverpeas. All Rights Reserved.