|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextualDesignation | |
---|---|
com.silverpeas.workflow.api.model | |
com.silverpeas.workflow.engine.model | |
com.silverpeas.workflowdesigner.control |
Uses of ContextualDesignation in com.silverpeas.workflow.api.model |
---|
Methods in com.silverpeas.workflow.api.model that return ContextualDesignation | |
---|---|
ContextualDesignation |
ContextualDesignations.createContextualDesignation()
Create a ContextualDesignation |
ContextualDesignation |
Participant.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Item.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Input.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Action.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Role.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
ProcessModel.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Presentation.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
Form.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
State.createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor |
ContextualDesignation |
ContextualDesignations.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. |
Methods in com.silverpeas.workflow.api.model that return types with arguments of type ContextualDesignation | |
---|---|
Iterator<ContextualDesignation> |
State.iterateActivity()
Iterate through the activities |
Iterator<ContextualDesignation> |
ContextualDesignations.iterateContextualDesignation()
Iterate through the ContextualDesignation objects |
Iterator<ContextualDesignation> |
Participant.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
Item.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
Action.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
Role.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
ProcessModel.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
State.iterateDescription()
Iterate through the descriptions |
Iterator<ContextualDesignation> |
Participant.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
Item.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
Input.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
Action.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
Role.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
ProcessModel.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
State.iterateLabel()
Iterate through the Labels |
Iterator<ContextualDesignation> |
Presentation.iterateTitle()
Iterate through the titles |
Iterator<ContextualDesignation> |
Form.iterateTitle()
Iterate through the titles |
Methods in com.silverpeas.workflow.api.model with parameters of type ContextualDesignation | |
---|---|
void |
State.addActivity(ContextualDesignation description)
Add an activity Method needed primarily by Castor |
void |
ContextualDesignations.addContextualDesignation(ContextualDesignation contextualDesignation)
Add a contextualDesignation to the collection |
void |
Participant.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
Item.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
Action.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
Role.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
ProcessModel.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
State.addDescription(ContextualDesignation description)
Add a description Method needed primarily by Castor |
void |
Participant.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
Item.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
Input.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
Action.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
Role.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
ProcessModel.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
State.addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor |
void |
Presentation.addTitle(ContextualDesignation description)
Add a title Method needed primarily by Castor |
void |
Form.addTitle(ContextualDesignation description)
Add a title Method needed primarily by Castor |
void |
ContextualDesignations.removeContextualDesignation(ContextualDesignation contextualDesignation)
Remove a matching contextualDesignation from the collection. |
Uses of ContextualDesignation in com.silverpeas.workflow.engine.model |
---|
Classes in com.silverpeas.workflow.engine.model that implement ContextualDesignation | |
---|---|
class |
SpecificLabel
Class implementing the representation of the following elements of a Process Model: <activity> <description> <label> <title> |
Methods in com.silverpeas.workflow.engine.model that return ContextualDesignation | |
---|---|
ContextualDesignation |
SpecificLabelListHelper.createContextualDesignation()
|
ContextualDesignation |
StateImpl.createDesignation()
|
ContextualDesignation |
ProcessModelImpl.createDesignation()
|
ContextualDesignation |
RoleImpl.createDesignation()
|
ContextualDesignation |
ParticipantImpl.createDesignation()
|
ContextualDesignation |
FormImpl.createDesignation()
|
ContextualDesignation |
ItemImpl.createDesignation()
|
ContextualDesignation |
ItemRef.createDesignation()
|
ContextualDesignation |
PresentationImpl.createDesignation()
|
ContextualDesignation |
ActionImpl.createDesignation()
|
ContextualDesignation |
SpecificLabelListHelper.getSpecificLabel(String role,
String language)
|
Constructor parameters in com.silverpeas.workflow.engine.model with type arguments of type ContextualDesignation | |
---|---|
SpecificLabelListHelper(List<ContextualDesignation> labels)
Constructor |
Uses of ContextualDesignation in com.silverpeas.workflowdesigner.control |
---|
Methods in com.silverpeas.workflowdesigner.control that return ContextualDesignation | |
---|---|
ContextualDesignation |
WorkflowDesignerSessionController.createDesignation()
Create a new ContextualDesignation object to be added to the model |
ContextualDesignation |
WorkflowDesignerSessionController.findContextualDesignation(String strContext,
String strRole,
String strLanguage)
Finds the contextual designation with the given attributes in the specified context |
Methods in com.silverpeas.workflowdesigner.control with parameters of type ContextualDesignation | |
---|---|
void |
WorkflowDesignerSessionController.removeContextualDesignation(String strContext,
ContextualDesignation contextualDesignation)
Removes the contextual designation with the attributes as the reference object in the specified context |
void |
WorkflowDesignerSessionController.updateContextualDesignations(String strContext,
ContextualDesignation source,
String strLangOriginal,
String strRoleOriginal)
Update or insert a new ContextualDesignation element of the cached process model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |