Uses of Class
com.logicaldoc.workflow.exception.WorkflowValidationException
Packages that use WorkflowValidationException
Package
Description
-
Uses of WorkflowValidationException in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow that throw WorkflowValidationExceptionModifier and TypeMethodDescriptionstatic voidWorkflowUtil.complete(String taskId, String transitionName, WorkflowHistory transaction) static voidWorkflowUtil.complete(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) voidWorkflowEngine.completeTask(String taskId, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionvoidWorkflowEngine.completeTask(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transition -
Uses of WorkflowValidationException in com.logicaldoc.workflow.webservice.soap
Methods in com.logicaldoc.workflow.webservice.soap that throw WorkflowValidationException -
Uses of WorkflowValidationException in com.logicaldoc.workflow.webservice.soap.client
Methods in com.logicaldoc.workflow.webservice.soap.client that throw WorkflowValidationException -
Uses of WorkflowValidationException in com.logicaldoc.workflow.webservice.soap.endpoint
Methods in com.logicaldoc.workflow.webservice.soap.endpoint that throw WorkflowValidationException