@Service @Transactional public class FlowableCaseInstanceService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.cmmn.api.CmmnHistoryService |
cmmnHistoryService |
protected org.flowable.cmmn.api.CmmnRepositoryService |
cmmnRepositoryService |
protected org.flowable.cmmn.api.CmmnRuntimeService |
cmmnRuntimeService |
protected FlowableCommentService |
commentService |
protected ContentService |
contentService |
protected org.flowable.form.api.FormRepositoryService |
formRepositoryService |
protected org.flowable.form.api.FormService |
formService |
protected PermissionService |
permissionService |
protected UserCache |
userCache |
| Constructor and Description |
|---|
FlowableCaseInstanceService() |
@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService
@Autowired protected org.flowable.form.api.FormService formService
@Autowired protected org.flowable.form.api.FormRepositoryService formRepositoryService
@Autowired protected PermissionService permissionService
@Autowired protected ContentService contentService
@Autowired protected FlowableCommentService commentService
@Autowired protected UserCache userCache
public CaseInstanceRepresentation getCaseInstance(String caseInstanceId)
public org.flowable.form.api.FormInfo getCaseInstanceStartForm(String caseInstanceId)
public ResultListDataRepresentation getCaseInstanceActiveStages(String caseInstanceId)
public ResultListDataRepresentation getCaseInstanceEndedStages(String caseInstanceId)
public ResultListDataRepresentation getCaseInstanceAvailableMilestones(String caseInstanceId)
public ResultListDataRepresentation getCaseInstanceEndedMilestones(String caseInstanceId)
public CaseInstanceRepresentation startNewCaseInstance(CreateCaseInstanceRepresentation startRequest)
public ResultListDataRepresentation getCaseInstanceAvailableUserEventListeners(String caseInstanceId)
public ResultListDataRepresentation getCaseInstanceCompletedUserEventListeners(String caseInstanceId)
public void triggerUserEventListener(String caseInstanceId, String userEventListenerId)
public ResultListDataRepresentation getCaseInstanceEnabledPlanItemInstances(String caseInstanceId)
public void startEnabledPlanItemInstance(String caseInstanceId, String planItemInstanceId)
public void deleteCaseInstance(String caseInstanceId)
Copyright © 2021 Flowable. All rights reserved.