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 |
accessEventSubscriptionById(org.flowable.eventsubscription.api.EventSubscription eventSubscription) |
void |
accessEventSubscriptionInfoWithQuery(org.flowable.eventsubscription.api.EventSubscriptionQuery eventSubscriptionQuery) |
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 |
accessVariableInfoById(org.flowable.variable.api.persistence.entity.VariableInstance variableInstance) |
void |
accessVariableInfoWithQuery(org.flowable.cmmn.api.runtime.VariableInstanceQuery variableInstanceQuery,
VariableInstanceQueryRequest request) |
void |
bulkDeleteCaseInstances(Collection<String> caseInstanceIdsSet) |
void |
bulkDeleteHistoricCases(Collection<String> instanceIds) |
void |
bulkMoveDeadLetterJobs(Collection<String> jobIds,
String action) |
void |
bulkTerminateCaseInstances(Collection<String> caseInstanceIdList) |
void |
bulkUpdateTasks(Collection<org.flowable.task.api.Task> tasks,
BulkTasksRequest request) |
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 |
moveDeadLetterJob(org.flowable.job.api.Job job,
String action) |
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 bulkUpdateTasks(Collection<org.flowable.task.api.Task> tasks, BulkTasksRequest 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 bulkTerminateCaseInstances(Collection<String> caseInstanceIdList)
void deleteCaseInstance(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)
void bulkDeleteCaseInstances(Collection<String> caseInstanceIdsSet)
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 accessVariableInfoById(org.flowable.variable.api.persistence.entity.VariableInstance variableInstance)
void accessVariableInfoWithQuery(org.flowable.cmmn.api.runtime.VariableInstanceQuery variableInstanceQuery,
VariableInstanceQueryRequest request)
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 moveDeadLetterJob(org.flowable.job.api.Job job,
String action)
void bulkMoveDeadLetterJobs(Collection<String> jobIds, String action)
void accessEventSubscriptionById(org.flowable.eventsubscription.api.EventSubscription eventSubscription)
void accessEventSubscriptionInfoWithQuery(org.flowable.eventsubscription.api.EventSubscriptionQuery eventSubscriptionQuery)
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 bulkDeleteHistoricCases(Collection<String> instanceIds)
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 © 2022 Flowable. All rights reserved.