|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Presentation
Interface describing a representation of the <presentation> element of a Process Model.
Method Summary | |
---|---|
void |
addColumns(Columns columns)
Add an column to the collection |
void |
addTitle(ContextualDesignation description)
Add a title Method needed primarily by Castor |
Columns |
createColumns()
Create an Column |
ContextualDesignation |
createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
void |
deleteColumns(String strRoleName)
Delete the Columns object with the given name |
Column[] |
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. |
Columns |
getColumnsByRole(String strRoleName)
Get the Columns object referenced by the given role name |
String |
getTitle(String role,
String language)
Get title in specific language for the given role |
ContextualDesignations |
getTitles()
Get all the titles |
Iterator<Columns> |
iterateColumns()
Iterate through the Column objects |
Iterator<ContextualDesignation> |
iterateTitle()
Iterate through the titles |
Method Detail |
---|
String getTitle(String role, String language)
lang
- title's languagerole
- role for which the title is
ContextualDesignations getTitles()
Iterator<ContextualDesignation> iterateTitle()
void addTitle(ContextualDesignation description)
ContextualDesignation createDesignation()
Column[] getColumns(String roleName)
the
- name of the role
Columns getColumnsByRole(String strRoleName)
strRoleName
- the name of the Columns object
Iterator<Columns> iterateColumns()
void addColumns(Columns columns)
column
- to be addedColumns createColumns()
void deleteColumns(String strRoleName) throws WorkflowException
strRoleName
- the name of the Columns object (a role name)
WorkflowException
- when the Columns for the given name have not been found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |