Uses of Class
org.silverpeas.processmanager.ProcessManagerException
-
Packages that use ProcessManagerException Package Description org.silverpeas.processmanager org.silverpeas.processmanager.service -
-
Uses of ProcessManagerException in org.silverpeas.processmanager
Subclasses of ProcessManagerException in org.silverpeas.processmanager Modifier and Type Class Description classProcessManagerFatalExceptionThrown when a fatal error occured in a processManager component.Methods in org.silverpeas.processmanager that throw ProcessManagerException Modifier and Type Method Description List<org.silverpeas.core.contribution.content.form.DataRecord>ProcessFilter. filter(List<org.silverpeas.core.workflow.api.instance.ProcessInstance> allInstances, String role, String lang)Returns only the process instance matching the filter.org.silverpeas.core.contribution.content.form.DataRecordProcessFilter. getCriteriaRecord()Get the current criteria.org.silverpeas.core.contribution.content.form.FormProcessFilter. getPresentationForm()Returns the form which can be used to fill the filter criteria.Constructors in org.silverpeas.processmanager that throw ProcessManagerException Constructor Description ProcessFilter(org.silverpeas.core.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. -
Uses of ProcessManagerException in org.silverpeas.processmanager.service
Methods in org.silverpeas.processmanager.service that throw ProcessManagerException Modifier and Type Method Description StringDefaultProcessManagerService. 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 those defined in a given workflow definition.StringDefaultProcessManagerService. createProcess(String componentId, String userId, String userRole, Map<String,Object> metadata)Create a process instance for a specific workflow component, by a specific user using one role of those defined in a given workflow definition.StringProcessManagerService. 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.StringProcessManagerService. createProcess(String componentId, String userId, String userRole, Map<String,Object> 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.voidDefaultProcessManagerService. doAction(String action, String processId, String componentId, String userId, String userRole, Map<String,Object> metadata)voidProcessManagerService. doAction(String action, String processId, String componentId, String userId, String userRole, Map<String,Object> metadata)org.silverpeas.core.workflow.api.instance.ProcessInstanceDefaultProcessManagerService. getProcessInstance(String processId)org.silverpeas.core.workflow.api.instance.ProcessInstanceProcessManagerService. getProcessInstance(String processId)
-