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

Packages that use Parameter
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflow.external.impl   
com.silverpeas.workflowdesigner.control   
 

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

Methods in com.silverpeas.workflow.api.model that return Parameter
 Parameter Item.createParameter()
          Create an object implementing Parameter
 Parameter Trigger.createParameter()
          Create an object implementing Parameter
 Parameter Item.getParameter(String strName)
          Get the parameter specified by name
 Parameter Trigger.getParameter(String strName)
          Get the parameter specified by name
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Parameter
 Iterator<Parameter> Item.iterateParameter()
          Return an Iterator over the parameters collection
 Iterator<Parameter> Trigger.iterateParameter()
          Return an Iterator over the parameters collection
 

Methods in com.silverpeas.workflow.api.model with parameters of type Parameter
 void Item.addParameter(Parameter parameter)
          Add a Parameter to the collection
 void Trigger.addParameter(Parameter parameter)
          Add a Parameter to the collection
 

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

Classes in com.silverpeas.workflow.engine.model that implement Parameter
 class ParameterImpl
          Class implementing the representation of the <parameter> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Parameter
 Parameter TriggerImpl.createParameter()
           
 Parameter ItemImpl.createParameter()
           
 Parameter TriggerImpl.getParameter(String strName)
           
 Parameter ItemImpl.getParameter(String strName)
           
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Parameter
 Iterator<Parameter> TriggerImpl.iterateParameter()
           
 Iterator<Parameter> ItemImpl.iterateParameter()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Parameter
 void TriggerImpl.addParameter(Parameter parameter)
           
 void ItemImpl.addParameter(Parameter parameter)
           
 

Uses of Parameter in com.silverpeas.workflow.external.impl
 

Methods in com.silverpeas.workflow.external.impl that return Parameter
 Parameter ExternalActionImpl.getTriggerParameter(String paramName)
           
 

Uses of Parameter in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Parameter
 void WorkflowDesignerSessionController.updateParameter(Parameter source, String strContext, String strNameOriginal)
          Update Parameter referenced by the context and parameter name.
 



Copyright © 2016 Silverpeas. All Rights Reserved.