Package org.activiti.spring.boot
Class CandidateStartersDeploymentConfigurer.CandidateStartersDeploymentHelper
java.lang.Object
org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper
org.activiti.spring.boot.CandidateStartersDeploymentConfigurer.CandidateStartersDeploymentHelper
- Enclosing class:
- CandidateStartersDeploymentConfigurer
public class CandidateStartersDeploymentConfigurer.CandidateStartersDeploymentHelper
extends BpmnDeploymentHelper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper
BpmnDeploymentHelper.ExpressionType -
Field Summary
Fields inherited from class org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper
eventSubscriptionManager, timerManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAuthorizationsForNewProcessDefinition(Process process, ProcessDefinitionEntity processDefinition) Methods inherited from class org.activiti.engine.impl.bpmn.deployer.BpmnDeploymentHelper
addAuthorizationsFromIterator, copyDeploymentValuesToProcessDefinitions, getEventSubscriptionManager, getMostRecentVersionOfProcessDefinition, getPersistedInstanceOfProcessDefinition, getTimerManager, setEventSubscriptionManager, setResourceNamesOnProcessDefinitions, setTimerManager, updateTimersAndEvents, verifyProcessDefinitionsDoNotShareKeys
-
Constructor Details
-
CandidateStartersDeploymentHelper
public CandidateStartersDeploymentHelper()
-
-
Method Details
-
addAuthorizationsForNewProcessDefinition
public void addAuthorizationsForNewProcessDefinition(Process process, ProcessDefinitionEntity processDefinition) - Overrides:
addAuthorizationsForNewProcessDefinitionin classBpmnDeploymentHelper
-