Uses of Class
com.silverpeas.processManager.ProcessManagerException

Packages that use ProcessManagerException
com.silverpeas.processManager   
com.silverpeas.processManager.ejb   
com.silverpeas.processManager.servlets   
 

Uses of ProcessManagerException in com.silverpeas.processManager
 

Subclasses of ProcessManagerException in com.silverpeas.processManager
 class ProcessManagerFatalException
          Thrown when a fatal error occured in a processManager component.
 

Methods in com.silverpeas.processManager that return ProcessManagerException
 ProcessManagerException ProcessManagerSessionController.getFatalException()
          Returns the last fatal exception
 

Methods in com.silverpeas.processManager that throw ProcessManagerException
 String ProcessManagerSessionController.createProcessInstance(com.silverpeas.form.DataRecord data, boolean isDraft, boolean firstTimeSaved)
          Create a new process instance with the filled form.
 String ProcessManagerSessionController.exportListAsCSV()
           
 com.silverpeas.form.DataRecord[] ProcessFilter.filter(com.silverpeas.workflow.api.instance.ProcessInstance[] allInstances, String role, String lang)
          Returns only the process instance matching the filter.
 com.silverpeas.form.Form ProcessManagerSessionController.getActionForm(String stateName, String actionName)
          Returns the form associated to the named action.
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getActionRecord(String stateName, String actionName)
          Returns a new DataRecord filled whith the folder data and which will be be completed by the action form.
 com.silverpeas.form.Form ProcessManagerSessionController.getAssignForm()
          Get assign form (for the re-affectations)
 com.silverpeas.form.record.GenericRecordTemplate ProcessManagerSessionController.getAssignTemplate()
          Get assign template (for the re-affectations)
 com.silverpeas.form.Form ProcessManagerSessionController.getCreationForm()
          Returns the form which starts a new instance.
 com.silverpeas.workflow.api.task.Task ProcessManagerSessionController.getCreationTask()
          Returns the creation task.
 com.silverpeas.form.DataRecord ProcessFilter.getCriteriaRecord()
          Get the current criteria.
 ProcessFilter ProcessManagerSessionController.getCurrentFilter()
          Returns the current ProcessFilter.
 com.silverpeas.form.DataRecord[] ProcessManagerSessionController.getCurrentProcessList()
          Returns the current process instance list.
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getEmptyCreationRecord()
          Returns the an empty creation record which will be filled with the creation form.
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getEmptyQuestionRecord()
          Returns the an empty question record which will be filled with the question form.
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getEmptyUserSettingsRecord()
          Returns the an empty date record which will be filled with the user settings form.
 com.silverpeas.workflow.api.model.Item[] ProcessManagerSessionController.getFolderItems()
           
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getFolderRecord()
          Returns the folder data of the current process instance.
 List<LockVO> ProcessManagerSessionController.getLockingUsers()
          Get locking users list
 com.silverpeas.form.Form ProcessManagerSessionController.getPresentationForm()
          Returns the form presenting the folder of the current process instance.
 com.silverpeas.form.Form ProcessFilter.getPresentationForm()
          Returns the form which can be used to fill the filter criteria.
 com.silverpeas.form.Form ProcessManagerSessionController.getPresentationForm(String name)
          Returns the named form (Read only).
 com.silverpeas.form.Form ProcessManagerSessionController.getPrintForm(javax.servlet.http.HttpServletRequest request)
          Returns the form defined to print
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getPrintRecord()
          Returns the data of instance
 com.silverpeas.workflow.api.error.WorkflowError[] ProcessManagerSessionController.getProcessInstanceErrors(String processId)
          Get all the errors occured while processing the current process instance
 String ProcessManagerSessionController.getProcessInstanceIdFromExternalTodoId(String externalTodoId)
          Get the process instance Id referred by the todo with the given todo id
 com.silverpeas.workflow.api.model.ProcessModel ProcessManagerSessionController.getProcessModel(String modelId)
          Returns the process model having the given id.
 com.silverpeas.form.Form ProcessManagerSessionController.getQuestionForm(boolean readonly)
          Returns the form to ask a question
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getQuestionRecord(String questionId)
          Returns the an empty question record which will be filled with the question form.
 String ProcessManagerSessionController.getRoleNameFromExternalTodoId(String externalTodoId)
          Get the role name of task referred by the todo with the given todo id
 com.silverpeas.workflow.api.instance.HistoryStep ProcessManagerSessionController.getSavedStep()
          Get step saved by given user id.
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getSavedStepRecord(com.silverpeas.workflow.api.instance.HistoryStep savedStep)
          Get step data record saved.
 com.silverpeas.form.Form ProcessManagerSessionController.getStepForm(com.silverpeas.workflow.api.instance.HistoryStep step)
          Returns the form used to display the i-th step.
 com.silverpeas.workflow.api.task.Task ProcessManagerSessionController.getTask(String stateName)
          Returns the named task.
 com.silverpeas.workflow.api.task.Task[] ProcessManagerSessionController.getTasks()
          Get all tasks assigned for current user on current process instance
 com.silverpeas.workflow.api.user.User ProcessManagerSessionController.getUser(String userId)
          Returns the workflow user having the given id.
 com.silverpeas.form.Form ProcessManagerSessionController.getUserSettingsForm()
          Returns the form to fill user settings
 com.silverpeas.form.DataRecord ProcessManagerSessionController.getUserSettingsRecord()
          Returns the an empty data record which will be filled with the user settings form.
 void ProcessManagerSessionController.lock(String stateName)
          Lock the current instance for current user and given state
 void ProcessManagerSessionController.processAction(String stateName, String actionName, com.silverpeas.form.DataRecord data, boolean isDraft, boolean isFirstTimeSaved)
          Create a new history step instance with the filled form.
 void ProcessManagerSessionController.processQuestion(String stepId, String state, com.silverpeas.form.DataRecord data)
          Send the question as a QuestionEvent to the workflowEngine.
 void ProcessManagerSessionController.processResponse(String questionId, com.silverpeas.form.DataRecord data)
          Send the answer as a ResponseEvent to the workflowEngine.
 void ProcessManagerSessionController.reAssign(com.silverpeas.form.DataRecord data)
          Get assign data (for the re-affectations)
 void ProcessManagerSessionController.removeProcess(String processId)
          Remove process instance with given id
 com.silverpeas.workflow.api.instance.ProcessInstance ProcessManagerSessionController.resetCurrentProcessInstance(String instanceId)
          Updates the current process instance from the given id and returns the associated ProcessInstance object.
 com.silverpeas.form.DataRecord[] ProcessManagerSessionController.resetCurrentProcessList()
          Updates the current process instance list with current filter and returns this list.
 void ProcessManagerSessionController.resetCurrentRole(String role)
          Returns the current role name.
 void ProcessManagerSessionController.resetProcessFilter()
          Reset the current ProcessFilter.
 void ProcessManagerSessionController.saveUserSettings(com.silverpeas.form.DataRecord data)
          Save the user settings which have been filled with the user settings form.
 void ProcessManagerSessionController.unlock(String stateName)
          Un-Lock the current instance for current user and given state
 void ProcessManagerSessionController.unlock(String userId, String stateName)
          Un-Lock the current instance for given user and given state
 

Constructors in com.silverpeas.processManager with parameters of type ProcessManagerException
ProcessManagerSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext context, ProcessManagerException fatal)
          Builds a ill session controller.
 

Constructors in com.silverpeas.processManager that throw ProcessManagerException
ProcessFilter(com.silverpeas.workflow.api.model.ProcessModel model, String role, String lang)
          Builds a process filter which can be used to select process intance of a given process model.
ProcessManagerSessionController(com.stratelia.silverpeas.peasCore.MainSessionController mainSessionCtrl, com.stratelia.silverpeas.peasCore.ComponentContext context)
          Builds and init a new session controller
 

Uses of ProcessManagerException in com.silverpeas.processManager.ejb
 

Methods in com.silverpeas.processManager.ejb that throw ProcessManagerException
 String ProcessManagerBmEJB.createProcess(String componentId, String userId, String fileName, byte[] fileContent)
          Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
 String ProcessManagerBm.createProcess(String componentId, String userId, String fileName, byte[] fileContent)
          Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
 String ProcessManagerBmEJB.createProcess(String componentId, String userId, String userRole, Map<String,? extends Serializable> metadata)
          Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
 String ProcessManagerBm.createProcess(String componentId, String userId, String userRole, Map<String,? extends Serializable> metadata)
          Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
 

Uses of ProcessManagerException in com.silverpeas.processManager.servlets
 

Methods in com.silverpeas.processManager.servlets that throw ProcessManagerException
protected abstract  String SessionSafeFunctionHandler.computeDestination(String function, ProcessManagerSessionController session, javax.servlet.http.HttpServletRequest request, List<org.apache.commons.fileupload.FileItem> items)
          Main scenario to be implemented by handler.
 String SessionSafeFunctionHandler.getDestination(String function, ProcessManagerSessionController session, javax.servlet.http.HttpServletRequest req)
           
 String FunctionHandler.getDestination(String function, ProcessManagerSessionController session, javax.servlet.http.HttpServletRequest request)
          Process the request and returns the response url.
 



Copyright © 2016 Silverpeas. All Rights Reserved.