|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Forms
Interface describing a representation of the <forms> element of a Process Model.
Method Summary | |
---|---|
void |
addForm(Form form)
Add an form to the collection |
Form |
createForm()
Create an Form |
Form |
getForm(String name)
Get the form definition with given name. |
Form |
getForm(String name,
String role)
Get the form definition with given name for the given role, will return the form dedicated to that role or, if the former has not been found, a generic form with this name |
Iterator<Form> |
iterateForm()
Iterate through the Form objects |
void |
removeForm(String strName,
String strRole)
Remove the form identified by name and role |
Method Detail |
---|
Iterator<Form> iterateForm()
void addForm(Form form)
form
- to be addedForm createForm()
Form getForm(String name)
name
- action form
Form getForm(String name, String role)
name
- action formrole
- role name
void removeForm(String strName, String strRole) throws WorkflowException
strName
- the form namestrRole
- the name of the role, may be null
WorkflowException
- if the role cannot be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |