|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.AbstractReferrableObject
com.silverpeas.workflow.engine.model.ColumnsImpl
public class ColumnsImpl
Class implementing the representation of the <columns> element of a Process Model.
| Constructor Summary | |
|---|---|
ColumnsImpl()
Constructor |
|
| Method Summary | |
|---|---|
void |
addColumn(Column column)
Add an column to the collection |
Column |
createColumn()
Create an Column |
Column |
getColumn(String strItemName)
Get the column referencing the given item |
List<Column> |
getColumnList()
Get the referenced Column objects as a list |
String |
getKey()
Get the unique key, used by equals method |
String |
getRoleName()
Get the role for which the list of items must be returned |
Iterator<Column> |
iterateColumn()
Iterate through the Column objects |
void |
removeAllColumns()
Remove all column objects from the collection |
void |
setRoleName(String roleName)
Set the role for which the list of items must be returned |
| Methods inherited from class com.silverpeas.workflow.engine.AbstractReferrableObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnsImpl()
| Method Detail |
|---|
public List<Column> getColumnList()
Columns
getColumnList in interface Columnspublic String getRoleName()
Columns
getRoleName in interface Columnspublic void setRoleName(String roleName)
Columns
setRoleName in interface ColumnsroleName - role namepublic Column getColumn(String strItemName)
Columns
getColumn in interface ColumnsstrItemName - the name of the item
public String getKey()
getKey in interface ReferrableObjectIntfgetKey in class AbstractReferrableObjectequals,
hashCodepublic void addColumn(Column column)
Columns
addColumn in interface Columnscolumn - to be addedpublic Column createColumn()
Columns
createColumn in interface Columnspublic Iterator<Column> iterateColumn()
Columns
iterateColumn in interface Columnspublic void removeAllColumns()
Columns
removeAllColumns in interface Columns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||