Uses of Class
org.flowable.ui.admin.service.engine.exception.FlowableServiceException
-
Packages that use FlowableServiceException Package Description org.flowable.ui.admin.service.engine -
-
Uses of FlowableServiceException in org.flowable.ui.admin.service.engine
Methods in org.flowable.ui.admin.service.engine that return FlowableServiceException Modifier and Type Method Description FlowableServiceExceptionFlowableClientService. wrapException(Exception e, org.apache.http.client.methods.HttpUriRequest request)Methods in org.flowable.ui.admin.service.engine that throw FlowableServiceException Modifier and Type Method Description voidProcessInstanceService. changeActivityState(ServerConfig serverConfig, String processInstanceId, com.fasterxml.jackson.databind.JsonNode changeActivityBody)voidCaseInstanceService. changePlanItemState(ServerConfig serverConfig, String caseInstanceId, com.fasterxml.jackson.databind.JsonNode changeActivityBody)voidCaseInstanceService. executeAction(ServerConfig serverConfig, String caseInstanceId, com.fasterxml.jackson.databind.JsonNode actionBody)voidProcessInstanceService. executeAction(ServerConfig serverConfig, String processInstanceId, com.fasterxml.jackson.databind.JsonNode actionBody)voidCaseInstanceService. migrateCaseInstance(ServerConfig serverConfig, String caseInstanceId, String migrationDocument)voidProcessDefinitionService. migrateInstancesOfProcessDefinition(ServerConfig serverConfig, String processDefinitionId, String migrationDocument)voidProcessInstanceService. migrateProcessInstance(ServerConfig serverConfig, String processInstanceId, String migrationDocument)
-