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

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

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

Methods in com.silverpeas.workflow.api.model that return Columns
 Columns Presentation.createColumns()
          Create an Column
 Columns Presentation.getColumnsByRole(String strRoleName)
          Get the Columns object referenced by the given role name
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Columns
 Iterator<Columns> Presentation.iterateColumns()
          Iterate through the Column objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type Columns
 void Presentation.addColumns(Columns columns)
          Add an column to the collection
 

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

Classes in com.silverpeas.workflow.engine.model that implement Columns
 class ColumnsImpl
          Class implementing the representation of the <columns> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Columns
 Columns PresentationImpl.createColumns()
           
 Columns PresentationImpl.getColumnsByRole(String strRoleName)
           
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Columns
 Iterator<Columns> PresentationImpl.iterateColumns()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Columns
 void PresentationImpl.addColumns(Columns columns)
           
 

Uses of Columns in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Columns
 Columns WorkflowDesignerSessionController.addColumns()
          Create a new columns object to be added to the model
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Columns
 void WorkflowDesignerSessionController.updateColumns(Columns source, String strRoleOriginal)
          Update or insert a new columns section of the presentation element of the cached process model
 



Copyright © 2016 Silverpeas. All Rights Reserved.