|
||||||||||
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 Columns
public String getRoleName()
Columns
getRoleName
in interface Columns
public void setRoleName(String roleName)
Columns
setRoleName
in interface Columns
roleName
- role namepublic Column getColumn(String strItemName)
Columns
getColumn
in interface Columns
strItemName
- the name of the item
public String getKey()
getKey
in interface ReferrableObjectIntf
getKey
in class AbstractReferrableObject
equals
,
hashCode
public void addColumn(Column column)
Columns
addColumn
in interface Columns
column
- to be addedpublic Column createColumn()
Columns
createColumn
in interface Columns
public Iterator<Column> iterateColumn()
Columns
iterateColumn
in interface Columns
public void removeAllColumns()
Columns
removeAllColumns
in interface Columns
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |