Class PluggableProcessEngineTest
java.lang.Object
org.operaton.bpm.engine.test.util.PluggableProcessEngineTest
- All Implemented Interfaces:
ProcessEngineProvider
Base class for the process engine test cases.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthorizationServiceprotected CaseServiceprotected DecisionServiceprotected ProvidedProcessEngineRuleprotected ExternalTaskServiceprotected FilterServiceprotected FormServiceprotected HistoryServiceprotected IdentityServiceprotected ManagementServiceprotected ProcessEngineprotected ProcessEngineConfigurationImplprotected RepositoryServiceorg.junit.rules.RuleChainprotected RuntimeServiceprotected TaskServiceprotected ProcessEngineTestRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected List<ActivityInstance> getInstancesForActivityId(ActivityInstance activityInstance, String activityId) void
-
Field Details
-
engineRule
-
testRule
-
ruleChain
public org.junit.rules.RuleChain ruleChain -
processEngine
-
processEngineConfiguration
-
repositoryService
-
runtimeService
-
taskService
-
formService
-
historyService
-
identityService
-
managementService
-
authorizationService
-
caseService
-
filterService
-
externalTaskService
-
decisionService
-
-
Constructor Details
-
PluggableProcessEngineTest
protected PluggableProcessEngineTest()
-
-
Method Details
-
initializeServices
public void initializeServices() -
getProcessEngine
- Specified by:
getProcessEnginein interfaceProcessEngineProvider
-
areJobsAvailable
public boolean areJobsAvailable() -
getInstancesForActivityId
protected List<ActivityInstance> getInstancesForActivityId(ActivityInstance activityInstance, String activityId)
-