Package org.camunda.bpm.example.invoice
Class InvoiceApplicationHelper
java.lang.Object
org.camunda.bpm.example.invoice.InvoiceApplicationHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
createDeployment
(String processArchiveName, ProcessEngine processEngine, ClassLoader classLoader, ProcessApplicationReference applicationReference) protected static void
createUsers
(ProcessEngine processEngine) protected static boolean
isProcessDeployed
(RepositoryService repositoryService, String key) static void
startFirstProcess
(ProcessEngine processEngine) protected static void
startProcessInstances
(ProcessEngine processEngine, String processDefinitionKey, Integer version)
-
Constructor Details
-
InvoiceApplicationHelper
public InvoiceApplicationHelper()
-
-
Method Details
-
startFirstProcess
-
createDeployment
public static void createDeployment(String processArchiveName, ProcessEngine processEngine, ClassLoader classLoader, ProcessApplicationReference applicationReference) -
isProcessDeployed
-
startProcessInstances
protected static void startProcessInstances(ProcessEngine processEngine, String processDefinitionKey, Integer version) -
createUsers
-