|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFolder
Interface describing a representation of the <dataFolder> element of a Process Model.
Method Summary | |
---|---|
void |
addItem(Item item)
Add an item to the collection |
Item |
createItem()
Create an Item |
Item |
getItem(String strRoleName)
Get item contained in the DataFolder by role name |
Item[] |
getItems()
Get the items |
Iterator<Item> |
iterateItem()
Iterate through the Item objects |
void |
removeItem(String strItemName)
Remove an item from the collection |
RecordTemplate |
toRecordTemplate(String role,
String lang,
boolean disabled)
Converts this object in a RecordTemplate object |
Method Detail |
---|
Item[] getItems()
RecordTemplate toRecordTemplate(String role, String lang, boolean disabled) throws WorkflowException
role
- lang
- disabled
-
WorkflowException
Item getItem(String strRoleName)
strRoleName
- to search with
Iterator<Item> iterateItem()
Item createItem()
void addItem(Item item)
item
- to be addedvoid removeItem(String strItemName) throws WorkflowException
strItemName
- the name of the item to be removed.
WorkflowException
- when the item could not be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |