|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextualDesignations
Interface describing an object holding a collection of ContextualDesignation
objects. Does not correspond to any Process Model schema elements.
Method Summary | |
---|---|
void |
addContextualDesignation(ContextualDesignation contextualDesignation)
Add a contextualDesignation to the collection |
ContextualDesignation |
createContextualDesignation()
Create a ContextualDesignation |
String |
getLabel(String role,
String language)
Get the designation for the given role and language; make the best match if the required language and/ or role are not supported fall-back to the default values to the default values. |
ContextualDesignation |
getSpecificLabel(String role,
String language)
Get the designation for the given role and language; make an exact match, do not fall-back to the default values. |
Iterator<ContextualDesignation> |
iterateContextualDesignation()
Iterate through the ContextualDesignation objects |
void |
removeContextualDesignation(ContextualDesignation contextualDesignation)
Remove a matching contextualDesignation from the collection. |
Method Detail |
---|
Iterator<ContextualDesignation> iterateContextualDesignation()
ContextualDesignation createContextualDesignation()
void addContextualDesignation(ContextualDesignation contextualDesignation)
contextualDesignation
- to be addedvoid removeContextualDesignation(ContextualDesignation contextualDesignation) throws WorkflowException
contextualDesignation
- a model of the contextualDesignation to be removed.
WorkflowException
- when a matching contextualDescription could not be found.ContextualDesignation getSpecificLabel(String role, String language)
role
- the name of the rolelanguage
- the code of the language
null
String getLabel(String role, String language)
role
- the name of the rolelanguage
- the code of the language
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |