Class DeployProcess
- java.lang.Object
-
- org.camunda.community.mockito.function.DeployProcess
-
- All Implemented Interfaces:
BiFunction<String,org.camunda.bpm.model.bpmn.BpmnModelInstance,org.camunda.bpm.engine.repository.Deployment>
public class DeployProcess extends Object implements BiFunction<String,org.camunda.bpm.model.bpmn.BpmnModelInstance,org.camunda.bpm.engine.repository.Deployment>
-
-
Constructor Summary
Constructors Constructor Description DeployProcess(org.camunda.bpm.engine.ProcessEngineServices processEngineServices)DeployProcess(org.camunda.bpm.engine.RepositoryService repositoryService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.camunda.bpm.engine.repository.Deploymentapply(String processId, org.camunda.bpm.model.bpmn.BpmnModelInstance instance)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public org.camunda.bpm.engine.repository.Deployment apply(String processId, org.camunda.bpm.model.bpmn.BpmnModelInstance instance)
- Specified by:
applyin interfaceBiFunction<String,org.camunda.bpm.model.bpmn.BpmnModelInstance,org.camunda.bpm.engine.repository.Deployment>
-
-