public interface CmmnRestApiInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
accessCaseDefinitionById(org.flowable.cmmn.api.repository.CaseDefinition caseDefinition) |
void |
accessCaseDefinitionsWithQuery(org.flowable.cmmn.api.repository.CaseDefinitionQuery caseDefinitionQuery) |
void |
accessCaseInstanceInfoById(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) |
void |
accessCaseInstanceInfoWithQuery(org.flowable.cmmn.api.runtime.CaseInstanceQuery caseInstanceQuery,
CaseInstanceQueryRequest request) |
void |
accessDeadLetterJobInfoWithQuery(org.flowable.job.api.DeadLetterJobQuery jobQuery) |
void |
accessDeploymentById(org.flowable.cmmn.api.repository.CmmnDeployment deployment) |
void |
accessDeploymentsWithQuery(org.flowable.cmmn.api.repository.CmmnDeploymentQuery deploymentQuery) |
void |
accessHistoryCaseInfoById(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) |
void |
accessHistoryCaseInfoWithQuery(org.flowable.cmmn.api.history.HistoricCaseInstanceQuery historicCaseInstanceQuery,
HistoricCaseInstanceQueryRequest request) |
void |
accessHistoryJobInfoById(org.flowable.job.api.HistoryJob historyJob) |
void |
accessHistoryJobInfoWithQuery(org.flowable.job.api.HistoryJobQuery jobQuery) |
void |
accessHistoryMilestoneInfoById(org.flowable.cmmn.api.history.HistoricMilestoneInstance historicMilestoneInstance) |
void |
accessHistoryMilestoneInfoWithQuery(org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery historicMilestoneInstanceQuery,
HistoricMilestoneInstanceQueryRequest request) |
void |
accessHistoryPlanItemInfoById(org.flowable.cmmn.api.history.HistoricPlanItemInstance historicPlanItemInstance) |
void |
accessHistoryPlanItemInfoWithQuery(org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery historicPlanItemInstanceQuery,
HistoricPlanItemInstanceQueryRequest request) |
void |
accessHistoryTaskInfoById(org.flowable.task.api.history.HistoricTaskInstance historicTaskInstance) |
void |
accessHistoryTaskInfoWithQuery(org.flowable.task.api.history.HistoricTaskInstanceQuery historicTaskInstanceQuery,
HistoricTaskInstanceQueryRequest request) |
void |
accessHistoryVariableInfoById(org.flowable.variable.api.history.HistoricVariableInstance historicVariableInstance) |
void |
accessHistoryVariableInfoWithQuery(org.flowable.cmmn.api.history.HistoricVariableInstanceQuery historicVariableInstanceQuery,
HistoricVariableInstanceQueryRequest request) |
void |
accessJobInfoById(org.flowable.job.api.Job job) |
void |
accessJobInfoWithQuery(org.flowable.job.api.JobQuery jobQuery) |
void |
accessManagementInfo() |
void |
accessPlanItemInstanceInfoById(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance) |
void |
accessPlanItemInstanceInfoWithQuery(org.flowable.cmmn.api.runtime.PlanItemInstanceQuery planItemInstanceQuery,
PlanItemInstanceQueryRequest request) |
void |
accessStageOverview(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) |
void |
accessSuspendedJobInfoWithQuery(org.flowable.job.api.SuspendedJobQuery jobQuery) |
void |
accessTableInfo() |
void |
accessTaskInfoById(org.flowable.task.api.Task task) |
void |
accessTaskInfoWithQuery(org.flowable.task.api.TaskQuery taskQuery,
TaskQueryRequest request) |
void |
accessTimerJobInfoWithQuery(org.flowable.job.api.TimerJobQuery jobQuery) |
void |
changePlanItemState(String caseInstanceId,
ChangePlanItemStateRequest planItemStateRequest) |
void |
createCaseInstance(org.flowable.cmmn.api.runtime.CaseInstanceBuilder caseInstanceBuilder,
CaseInstanceCreateRequest request) |
void |
createTask(org.flowable.task.api.Task task,
TaskRequest request) |
void |
deleteCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) |
void |
deleteDeployment(org.flowable.cmmn.api.repository.CmmnDeployment deployment) |
void |
deleteHistoricCase(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance) |
void |
deleteHistoricTask(org.flowable.task.api.history.HistoricTaskInstance historicTaskInstance) |
void |
deleteHistoryJob(org.flowable.job.api.HistoryJob historyJob) |
void |
deleteJob(org.flowable.job.api.Job job) |
void |
deleteTask(org.flowable.task.api.Task task) |
void |
doCaseInstanceAction(org.flowable.cmmn.api.runtime.CaseInstance caseInstance,
RestActionRequest actionRequest) |
void |
doPlanItemInstanceAction(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance,
RestActionRequest actionRequest) |
void |
enhanceDeployment(org.flowable.cmmn.api.repository.CmmnDeploymentBuilder cmmnDeploymentBuilder) |
void |
executeNewDeploymentForTenantId(String tenantId) |
void |
executeTaskAction(org.flowable.task.api.Task task,
TaskActionRequest actionRequest) |
void |
migrateCaseInstance(String caseInstanceId,
String migrationDocumentJson) |
void |
terminateCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance) |
void |
updateCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance,
CaseInstanceUpdateRequest updateRequest) |
void |
updateTask(org.flowable.task.api.Task task,
TaskRequest request) |
void accessTaskInfoById(org.flowable.task.api.Task task)
void accessTaskInfoWithQuery(org.flowable.task.api.TaskQuery taskQuery,
TaskQueryRequest request)
void createTask(org.flowable.task.api.Task task,
TaskRequest request)
void updateTask(org.flowable.task.api.Task task,
TaskRequest request)
void deleteTask(org.flowable.task.api.Task task)
void executeTaskAction(org.flowable.task.api.Task task,
TaskActionRequest actionRequest)
void accessCaseInstanceInfoById(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
void accessCaseInstanceInfoWithQuery(org.flowable.cmmn.api.runtime.CaseInstanceQuery caseInstanceQuery,
CaseInstanceQueryRequest request)
void createCaseInstance(org.flowable.cmmn.api.runtime.CaseInstanceBuilder caseInstanceBuilder,
CaseInstanceCreateRequest request)
void terminateCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
void deleteCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
void doCaseInstanceAction(org.flowable.cmmn.api.runtime.CaseInstance caseInstance,
RestActionRequest actionRequest)
void updateCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance,
CaseInstanceUpdateRequest updateRequest)
void accessPlanItemInstanceInfoById(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance)
void accessPlanItemInstanceInfoWithQuery(org.flowable.cmmn.api.runtime.PlanItemInstanceQuery planItemInstanceQuery,
PlanItemInstanceQueryRequest request)
void doPlanItemInstanceAction(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance,
RestActionRequest actionRequest)
void accessCaseDefinitionById(org.flowable.cmmn.api.repository.CaseDefinition caseDefinition)
void accessCaseDefinitionsWithQuery(org.flowable.cmmn.api.repository.CaseDefinitionQuery caseDefinitionQuery)
void accessDeploymentById(org.flowable.cmmn.api.repository.CmmnDeployment deployment)
void accessDeploymentsWithQuery(org.flowable.cmmn.api.repository.CmmnDeploymentQuery deploymentQuery)
void executeNewDeploymentForTenantId(String tenantId)
void enhanceDeployment(org.flowable.cmmn.api.repository.CmmnDeploymentBuilder cmmnDeploymentBuilder)
void deleteDeployment(org.flowable.cmmn.api.repository.CmmnDeployment deployment)
void accessJobInfoById(org.flowable.job.api.Job job)
void accessJobInfoWithQuery(org.flowable.job.api.JobQuery jobQuery)
void accessTimerJobInfoWithQuery(org.flowable.job.api.TimerJobQuery jobQuery)
void accessHistoryJobInfoWithQuery(org.flowable.job.api.HistoryJobQuery jobQuery)
void accessSuspendedJobInfoWithQuery(org.flowable.job.api.SuspendedJobQuery jobQuery)
void accessDeadLetterJobInfoWithQuery(org.flowable.job.api.DeadLetterJobQuery jobQuery)
void accessHistoryJobInfoById(org.flowable.job.api.HistoryJob historyJob)
void deleteJob(org.flowable.job.api.Job job)
void deleteHistoryJob(org.flowable.job.api.HistoryJob historyJob)
void accessManagementInfo()
void accessTableInfo()
void accessHistoryTaskInfoById(org.flowable.task.api.history.HistoricTaskInstance historicTaskInstance)
void accessHistoryTaskInfoWithQuery(org.flowable.task.api.history.HistoricTaskInstanceQuery historicTaskInstanceQuery,
HistoricTaskInstanceQueryRequest request)
void deleteHistoricTask(org.flowable.task.api.history.HistoricTaskInstance historicTaskInstance)
void accessHistoryCaseInfoById(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance)
void accessHistoryCaseInfoWithQuery(org.flowable.cmmn.api.history.HistoricCaseInstanceQuery historicCaseInstanceQuery,
HistoricCaseInstanceQueryRequest request)
void deleteHistoricCase(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance)
void accessStageOverview(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
void accessHistoryMilestoneInfoById(org.flowable.cmmn.api.history.HistoricMilestoneInstance historicMilestoneInstance)
void accessHistoryMilestoneInfoWithQuery(org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery historicMilestoneInstanceQuery,
HistoricMilestoneInstanceQueryRequest request)
void accessHistoryPlanItemInfoById(org.flowable.cmmn.api.history.HistoricPlanItemInstance historicPlanItemInstance)
void accessHistoryPlanItemInfoWithQuery(org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery historicPlanItemInstanceQuery,
HistoricPlanItemInstanceQueryRequest request)
void accessHistoryVariableInfoById(org.flowable.variable.api.history.HistoricVariableInstance historicVariableInstance)
void accessHistoryVariableInfoWithQuery(org.flowable.cmmn.api.history.HistoricVariableInstanceQuery historicVariableInstanceQuery,
HistoricVariableInstanceQueryRequest request)
void changePlanItemState(String caseInstanceId, ChangePlanItemStateRequest planItemStateRequest)
Copyright © 2021 Flowable. All rights reserved.