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

Packages that use Column
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
 

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

Subinterfaces of Column in com.silverpeas.workflow.api.model
 interface Input
          Interface describing a representation of the <input> element of a Process Model.
 

Methods in com.silverpeas.workflow.api.model that return Column
 Column Columns.createColumn()
          Create an Column
 Column Columns.getColumn(String strItemName)
          Get the column referencing the given item
 Column[] Presentation.getColumns(String roleName)
          Get the contents of the Columns object with the given role name, or of the 'Columns' for the default role if nothing for the specified role can be found.
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Column
 List<Column> Columns.getColumnList()
          Get the referenced Column objects as a list
 Iterator<Column> Columns.iterateColumn()
          Iterate through the Column objects
 

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

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

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

Methods in com.silverpeas.workflow.engine.model that return Column
 Column ColumnsImpl.createColumn()
           
 Column ColumnsImpl.getColumn(String strItemName)
           
 Column[] PresentationImpl.getColumns(String strRoleName)
          Get the contents of the Columns object with the given role name, or of the 'Columns' for the default role if nothing for the specified role can be found.
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Column
 List<Column> ColumnsImpl.getColumnList()
           
 Iterator<Column> ColumnsImpl.iterateColumn()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Column
 void ColumnsImpl.addColumn(Column column)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.