|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Action
Interface describing a representation of the <action> element of a Process Model.
Method Summary | |
---|---|
void |
addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
Consequences |
createConsequences()
Create and return and object implementing Consequences |
ContextualDesignation |
createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
QualifiedUsers |
createQualifiedUsers()
Create and return an object implementing QalifiedUsers |
QualifiedUsers |
getAllowedUsers()
Get all the users allowed to execute this action |
Consequences |
getConsequences()
Get all the consequences of this action |
String |
getDescription(String role,
String language)
Get description in specific language for the given role |
ContextualDesignations |
getDescriptions()
Get all the descriptions |
Form |
getForm()
Get the form associated with this action |
String |
getKind()
Get the kind of this action |
String |
getLabel(String role,
String language)
Get label in specific language for the given role |
ContextualDesignations |
getLabels()
Get all the labels |
String |
getName()
Get the name of this action |
Iterator<ContextualDesignation> |
iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
iterateLabel()
Iterate through the Labels |
void |
setAllowedUsers(QualifiedUsers allowedUsers)
Set the list of users allowed to execute this action |
void |
setConsequences(Consequences consequences)
Set the consequences of this action |
void |
setForm(Form form)
Set the form associated with this action |
void |
setKind(String kind)
Set the kind of this action |
void |
setName(String strName)
Set the name of this action |
Method Detail |
---|
String getName()
void setName(String strName)
action
- 's nameString getKind()
void setKind(String kind)
action
- 's kindString getDescription(String role, String language)
lang
- description's languagerole
- role for which the description is
ContextualDesignations getDescriptions()
Iterator<ContextualDesignation> iterateDescription()
void addDescription(ContextualDesignation description)
String getLabel(String role, String language)
lang
- label's languagerole
- role for which the label is
ContextualDesignations getLabels()
Iterator<ContextualDesignation> iterateLabel()
void addLabel(ContextualDesignation label)
ContextualDesignation createDesignation()
QualifiedUsers createQualifiedUsers()
void setAllowedUsers(QualifiedUsers allowedUsers)
allowedUsers
- allowed usersQualifiedUsers getAllowedUsers()
Consequences getConsequences()
Consequences createConsequences()
void setConsequences(Consequences consequences)
consequences
- Form getForm()
void setForm(Form form)
Form
- object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |