Uses of Class
com.logicaldoc.workflow.WorkflowValidationException
Packages that use WorkflowValidationException
Package
Description
-
Uses of WorkflowValidationException in com.logicaldoc.workflow
Methods in com.logicaldoc.workflow that throw WorkflowValidationExceptionModifier and TypeMethodDescriptionstatic void
WorkflowUtil.complete
(String taskId, String transitionName, WorkflowHistory transaction) static void
WorkflowUtil.complete
(org.activiti.engine.task.Task task, String transitionName, WorkflowHistory transaction) void
WorkflowEngine.completeTask
(String taskId, String transitionName, WorkflowHistory transaction) Ends the task and takes the given transitionvoid
WorkflowEngine.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