|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowDesignerException | |
---|---|
com.silverpeas.workflowdesigner.control | |
com.silverpeas.workflowdesigner.servlets |
Uses of WorkflowDesignerException in com.silverpeas.workflowdesigner.control |
---|
Methods in com.silverpeas.workflowdesigner.control that throw WorkflowDesignerException | |
---|---|
ProcessModel |
WorkflowDesignerSessionController.createProcessModel()
Create a new ProcessModel descriptor that is not yet saved in a XML file. |
void |
WorkflowDesignerSessionController.deleteColumns(String strRoleName)
Removes the 'columns' object specified by the role name |
ContextualDesignation |
WorkflowDesignerSessionController.findContextualDesignation(String strContext,
String strRole,
String strLanguage)
Finds the contextual designation with the given attributes in the specified context |
void |
WorkflowDesignerSessionController.generateComponentDescriptor()
Generates component descriptor file in the appropriate directory, stores the new descriptor's name to be able to access it later |
List<String> |
WorkflowDesignerSessionController.listProcessModels()
Get the list of all process models available for edition |
ProcessModel |
WorkflowDesignerSessionController.loadProcessModel(String strProcessFileName)
Load the process model from the specified file, cache it before returning. |
void |
WorkflowDesignerSessionController.moveConsequence(String strContext,
int iConsequence,
int nDirection)
Move the consequence specified by the context inside the collection |
void |
WorkflowDesignerSessionController.removeAction(String strActionName)
Remove the action specified |
void |
WorkflowDesignerSessionController.removeConsequence(String strContext)
Remove the consequence specified by the context |
void |
WorkflowDesignerSessionController.removeContextualDesignation(String strContext,
ContextualDesignation contextualDesignation)
Removes the contextual designation with the attributes as the reference object in the specified context |
void |
WorkflowDesignerSessionController.removeForm(String strContext)
Remove the form described by the context |
void |
WorkflowDesignerSessionController.removeInput(String strContext)
Remove the input specified by the context |
void |
WorkflowDesignerSessionController.removeItem(String strContext)
Remove the item described by the context |
void |
WorkflowDesignerSessionController.removeParticipant(String strParticipantName)
Remove the participant specified |
void |
WorkflowDesignerSessionController.removeProcessModel(String strProcessModelFileName)
Removes the process model descriptor file from the filesystem |
void |
WorkflowDesignerSessionController.removeRole(String strRoleName)
Remove the role specified |
void |
WorkflowDesignerSessionController.removeState(String strStateName)
Remove the state specified |
void |
WorkflowDesignerSessionController.saveProcessModel(String strProcessModelFileName)
Save the currently cached process model in a XML file |
void |
WorkflowDesignerSessionController.setQualifiedUsers(QualifiedUsers qualifiedUsers,
String strContext)
Set the QualifiedUsers specified by the context to the given value |
void |
WorkflowDesignerSessionController.updateAction(Action source,
String strNameOriginal)
Update or insert a new action element of the cached process model |
void |
WorkflowDesignerSessionController.updateColumns(Columns source,
String strRoleOriginal)
Update or insert a new columns section of the presentation element of the cached process model |
void |
WorkflowDesignerSessionController.updateConsequence(Consequence source,
String strContext)
Update or insert a new consequence element of the cached process model |
void |
WorkflowDesignerSessionController.updateContextualDesignations(String strContext,
ContextualDesignation source,
String strLangOriginal,
String strRoleOriginal)
Update or insert a new ContextualDesignation element of the cached process model |
void |
WorkflowDesignerSessionController.updateForm(Form source,
String strContext,
String strNameOriginal,
String strRoleOriginal)
Update Form referenced by the context. |
void |
WorkflowDesignerSessionController.updateInput(Input source,
String strContext)
Update or insert a new input element of the cached process model |
void |
WorkflowDesignerSessionController.updateItem(Item source,
String strContext,
String strNameOriginal)
Update Item referenced by the context. |
void |
WorkflowDesignerSessionController.updateParameter(Parameter source,
String strContext,
String strNameOriginal)
Update Parameter referenced by the context and parameter name. |
void |
WorkflowDesignerSessionController.updateParticipant(Participant source,
String strNameOriginal)
Update or insert a new participant element of the cached process model |
void |
WorkflowDesignerSessionController.updateQualifiedUsers(QualifiedUsers source,
String strContext)
Update Qualified Users referenced by the context, create the object if it was null
before. |
void |
WorkflowDesignerSessionController.updateRelatedUser(RelatedUser source,
String strContext,
String strParticipantOriginal,
String strFolderItemOriginal,
String strRelationOriginal,
String strRoleOriginal)
Update a related user corresponding to the criteria given |
void |
WorkflowDesignerSessionController.updateRole(Role source,
String strNameOriginal)
Update or insert a new role element of the cached process model |
void |
WorkflowDesignerSessionController.updateState(State source,
String strNameOriginal)
Update or insert a new state element of the cached process model |
void |
WorkflowDesignerSessionController.uploadProcessModel(org.apache.commons.fileupload.FileItem model)
Upload given process model in workflow repository. |
Uses of WorkflowDesignerException in com.silverpeas.workflowdesigner.servlets |
---|
Methods in com.silverpeas.workflowdesigner.servlets that throw WorkflowDesignerException | |
---|---|
String |
FunctionHandler.getDestination(String function,
WorkflowDesignerSessionController workflowDesignerSC,
javax.servlet.http.HttpServletRequest request)
Handle the function do the processing and return the URL of the response |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |