Uses of Interface
org.operaton.bpm.model.bpmn.BpmnModelInstance
Packages that use BpmnModelInstance
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService.-
Uses of BpmnModelInstance in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return BpmnModelInstanceModifier and TypeMethodDescriptionRepositoryService.getBpmnModelInstance(String processDefinitionId) Returns theBpmnModelInstancefor the given processDefinitionId. -
Uses of BpmnModelInstance in org.operaton.bpm.engine.delegate
Methods in org.operaton.bpm.engine.delegate that return BpmnModelInstanceModifier and TypeMethodDescriptionBpmnModelExecutionContext.getBpmnModelInstance()Returns theBpmnModelInstancefor the currently executed Bpmn Model -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return BpmnModelInstanceModifier and TypeMethodDescriptionRepositoryServiceImpl.getBpmnModelInstance(String processDefinitionId) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return BpmnModelInstanceModifier and TypeMethodDescriptionGetDeploymentBpmnModelInstanceCmd.execute(CommandContext commandContext) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.persistence.deploy.cache
Methods in org.operaton.bpm.engine.impl.persistence.deploy.cache that return BpmnModelInstanceModifier and TypeMethodDescriptionDeploymentCache.findBpmnModelInstanceForProcessDefinition(String processDefinitionId) DeploymentCache.findBpmnModelInstanceForProcessDefinition(ProcessDefinitionEntity processDefinitionEntity) protected BpmnModelInstanceBpmnModelInstanceCache.readModelFromStream(InputStream bpmnResourceInputStream) Methods in org.operaton.bpm.engine.impl.persistence.deploy.cache that return types with arguments of type BpmnModelInstance -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.persistence.entity
Methods in org.operaton.bpm.engine.impl.persistence.entity that return BpmnModelInstanceModifier and TypeMethodDescriptionExecutionEntity.getBpmnModelInstance()TaskEntity.getBpmnModelInstance() -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.pvm.runtime
Methods in org.operaton.bpm.engine.impl.pvm.runtime that return BpmnModelInstance -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.repository
Methods in org.operaton.bpm.engine.impl.repository with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionDeploymentBuilderImpl.addModelInstance(String resourceName, BpmnModelInstance modelInstance) ProcessApplicationDeploymentBuilderImpl.addModelInstance(String resourceName, BpmnModelInstance modelInstance) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.impl.test
Methods in org.operaton.bpm.engine.impl.test with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionprotected StringAbstractProcessEngineTestCase.deployment(DeploymentBuilder deploymentBuilder, BpmnModelInstance... bpmnModelInstances) protected StringAbstractProcessEngineTestCase.deployment(BpmnModelInstance... bpmnModelInstances) protected StringAbstractProcessEngineTestCase.deploymentForTenant(String tenantId, String classpathResource, BpmnModelInstance modelInstance) protected StringAbstractProcessEngineTestCase.deploymentForTenant(String tenantId, BpmnModelInstance... bpmnModelInstances) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.repository
Methods in org.operaton.bpm.engine.repository with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionDeploymentBuilder.addModelInstance(String resourceName, BpmnModelInstance modelInstance) Adds a BPMN model to the deployment.ProcessApplicationDeploymentBuilder.addModelInstance(String resourceName, BpmnModelInstance modelInstance) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.test.junit5
Methods in org.operaton.bpm.engine.test.junit5 with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionDeploymentExtension.deploy(DeploymentBuilder deploymentBuilder, BpmnModelInstance... bpmnModelInstances) DeploymentExtension.deploy(BpmnModelInstance... bpmnModelInstances) ProcessEngineTestExtension.deploy(BpmnModelInstance... bpmnModelInstances) ProcessEngineTestExtension.deploy(BpmnModelInstance bpmnModelInstance, String resource) ProcessEngineTestExtension.deployAndGetDefinition(BpmnModelInstance bpmnModel) ProcessEngineTestExtension.deployForTenant(String tenantId, BpmnModelInstance... bpmnModelInstances) ProcessEngineTestExtension.deployForTenant(String tenant, BpmnModelInstance bpmnModelInstance, String resource) ProcessEngineTestExtension.deployForTenantAndGetDefinition(String tenant, BpmnModelInstance bpmnModel) DeploymentExtension.deploymentForTenant(String tenantId, String classpathResource, BpmnModelInstance modelInstance) DeploymentExtension.deploymentForTenant(String tenantId, BpmnModelInstance... bpmnModelInstances) Method parameters in org.operaton.bpm.engine.test.junit5 with type arguments of type BpmnModelInstanceModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsProcessEngineTestExtension.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) -
Uses of BpmnModelInstance in org.operaton.bpm.engine.test.util
Methods in org.operaton.bpm.engine.test.util with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionProcessEngineTestRule.deploy(BpmnModelInstance... bpmnModelInstances) ProcessEngineTestRule.deploy(BpmnModelInstance bpmnModelInstance, String resource) ProcessEngineTestRule.deployAndGetDefinition(BpmnModelInstance bpmnModel) ProcessEngineTestRule.deployForTenant(String tenantId, BpmnModelInstance... bpmnModelInstances) ProcessEngineTestRule.deployForTenant(String tenant, BpmnModelInstance bpmnModelInstance, String resource) ProcessEngineTestRule.deployForTenantAndGetDefinition(String tenant, BpmnModelInstance bpmnModel) Method parameters in org.operaton.bpm.engine.test.util with type arguments of type BpmnModelInstanceModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsProcessEngineTestRule.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) -
Uses of BpmnModelInstance in org.operaton.bpm.model.bpmn
Methods in org.operaton.bpm.model.bpmn that return BpmnModelInstanceModifier and TypeMethodDescriptionBpmnModelInstance.clone()Copies the BPMN model instance but not the model.static BpmnModelInstanceBpmn.createEmptyModel()Allows creating an new, emptyBpmnModelInstance.protected BpmnModelInstanceBpmn.doCreateEmptyModel()protected BpmnModelInstanceBpmn.doReadModelFromFile(File file) protected BpmnModelInstanceBpmn.doReadModelFromInputStream(InputStream is) static BpmnModelInstanceBpmn.readModelFromFile(File file) Allows reading aBpmnModelInstancefrom a File.static BpmnModelInstanceBpmn.readModelFromStream(InputStream stream) Allows reading aBpmnModelInstancefrom anInputStreamMethods in org.operaton.bpm.model.bpmn with parameters of type BpmnModelInstanceModifier and TypeMethodDescriptionstatic StringBpmn.convertToString(BpmnModelInstance modelInstance) Allows the conversion of aBpmnModelInstanceto anString.protected StringBpmn.doConvertToString(BpmnModelInstance modelInstance) protected voidBpmn.doValidateModel(BpmnModelInstance modelInstance) protected voidBpmn.doWriteModelToFile(File file, BpmnModelInstance modelInstance) protected voidBpmn.doWriteModelToOutputStream(OutputStream os, BpmnModelInstance modelInstance) static voidBpmn.validateModel(BpmnModelInstance modelInstance) Validate model DOM documentstatic voidBpmn.writeModelToFile(File file, BpmnModelInstance modelInstance) Allows writing aBpmnModelInstanceto a File.static voidBpmn.writeModelToStream(OutputStream stream, BpmnModelInstance modelInstance) Allows writing aBpmnModelInstanceto anOutputStream. -
Uses of BpmnModelInstance in org.operaton.bpm.model.bpmn.builder
Fields in org.operaton.bpm.model.bpmn.builder declared as BpmnModelInstanceModifier and TypeFieldDescriptionprotected final BpmnModelInstanceAbstractBpmnModelElementBuilder.modelInstanceMethods in org.operaton.bpm.model.bpmn.builder that return BpmnModelInstanceModifier and TypeMethodDescriptionAbstractBpmnModelElementBuilder.done()Finishes the process building.Constructors in org.operaton.bpm.model.bpmn.builder with parameters of type BpmnModelInstanceModifierConstructorDescriptionprotectedAbstractActivityBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractBaseElementBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractBoundaryEventBuilder(BpmnModelInstance modelInstance, BoundaryEvent element, Class<?> selfType) protectedAbstractBpmnModelElementBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractBusinessRuleTaskBuilder(BpmnModelInstance modelInstance, BusinessRuleTask element, Class<?> selfType) protectedAbstractCallableElementBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractCallActivityBuilder(BpmnModelInstance modelInstance, CallActivity element, Class<?> selfType) protectedAbstractCatchEventBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractCompensateEventDefinitionBuilder(BpmnModelInstance modelInstance, CompensateEventDefinition element, Class<?> selfType) protectedAbstractComplexGatewayBuilder(BpmnModelInstance modelInstance, ComplexGateway element, Class<?> selfType) AbstractConditionalEventDefinitionBuilder(BpmnModelInstance modelInstance, ConditionalEventDefinition element, Class<?> selfType) protectedAbstractEndEventBuilder(BpmnModelInstance modelInstance, EndEvent element, Class<?> selfType) protectedAbstractErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element, Class<?> selfType) protectedAbstractEventBasedGatewayBuilder(BpmnModelInstance modelInstance, EventBasedGateway element, Class<?> selfType) protectedAbstractEventBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractEventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType) protectedAbstractExclusiveGatewayBuilder(BpmnModelInstance modelInstance, ExclusiveGateway element, Class<?> selfType) protectedAbstractFlowElementBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractFlowNodeBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractGatewayBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractInclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element, Class<?> selfType) protectedAbstractIntermediateCatchEventBuilder(BpmnModelInstance modelInstance, IntermediateCatchEvent element, Class<?> selfType) protectedAbstractIntermediateThrowEventBuilder(BpmnModelInstance modelInstance, IntermediateThrowEvent element, Class<?> selfType) protectedAbstractManualTaskBuilder(BpmnModelInstance modelInstance, ManualTask element, Class<?> selfType) protectedAbstractMessageEventDefinitionBuilder(BpmnModelInstance modelInstance, MessageEventDefinition element, Class<?> selfType) protectedAbstractMultiInstanceLoopCharacteristicsBuilder(BpmnModelInstance modelInstance, MultiInstanceLoopCharacteristics element, Class<?> selfType) protectedAbstractOperatonFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, OperatonFormField element, Class<?> selfType) protectedAbstractParallelGatewayBuilder(BpmnModelInstance modelInstance, ParallelGateway element, Class<?> selfType) protectedAbstractProcessBuilder(BpmnModelInstance modelInstance, Process element, Class<?> selfType) protectedAbstractReceiveTaskBuilder(BpmnModelInstance modelInstance, ReceiveTask element, Class<?> selfType) protectedAbstractRootElementBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractScriptTaskBuilder(BpmnModelInstance modelInstance, ScriptTask element, Class<?> selfType) protectedAbstractSendTaskBuilder(BpmnModelInstance modelInstance, SendTask element, Class<?> selfType) protectedAbstractSequenceFlowBuilder(BpmnModelInstance modelInstance, SequenceFlow element, Class<?> selfType) protectedAbstractServiceTaskBuilder(BpmnModelInstance modelInstance, ServiceTask element, Class<?> selfType) protectedAbstractSignalEventDefinitionBuilder(BpmnModelInstance modelInstance, SignalEventDefinition element, Class<?> selfType) protectedAbstractStartEventBuilder(BpmnModelInstance modelInstance, StartEvent element, Class<?> selfType) protectedAbstractSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType) protectedAbstractTaskBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractThrowEventBuilder(BpmnModelInstance modelInstance, E element, Class<?> selfType) protectedAbstractTransactionBuilder(BpmnModelInstance modelInstance, Transaction element, Class<?> selfType) protectedAbstractUserTaskBuilder(BpmnModelInstance modelInstance, UserTask element, Class<?> selfType) BoundaryEventBuilder(BpmnModelInstance modelInstance, BoundaryEvent element) BusinessRuleTaskBuilder(BpmnModelInstance modelInstance, BusinessRuleTask element) CallActivityBuilder(BpmnModelInstance modelInstance, CallActivity element) CompensateEventDefinitionBuilder(BpmnModelInstance modelInstance, CompensateEventDefinition element) ComplexGatewayBuilder(BpmnModelInstance modelInstance, ComplexGateway element) ConditionalEventDefinitionBuilder(BpmnModelInstance modelInstance, ConditionalEventDefinition element) EndEventBuilder(BpmnModelInstance modelInstance, EndEvent element) ErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element) EventBasedGatewayBuilder(BpmnModelInstance modelInstance, EventBasedGateway element) EventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element) ExclusiveGatewayBuilder(BpmnModelInstance modelInstance, ExclusiveGateway element) InclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element) IntermediateCatchEventBuilder(BpmnModelInstance modelInstance, IntermediateCatchEvent element) IntermediateThrowEventBuilder(BpmnModelInstance modelInstance, IntermediateThrowEvent element) ManualTaskBuilder(BpmnModelInstance modelInstance, ManualTask element) MessageEventDefinitionBuilder(BpmnModelInstance modelInstance, MessageEventDefinition element) MultiInstanceLoopCharacteristicsBuilder(BpmnModelInstance modelInstance, MultiInstanceLoopCharacteristics element) OperatonErrorEventDefinitionBuilder(BpmnModelInstance modelInstance, ErrorEventDefinition element) OperatonStartEventFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, OperatonFormField element) OperatonUserTaskFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, OperatonFormField element) ParallelGatewayBuilder(BpmnModelInstance modelInstance, ParallelGateway element) ProcessBuilder(BpmnModelInstance modelInstance, Process process) ReceiveTaskBuilder(BpmnModelInstance modelInstance, ReceiveTask element) ScriptTaskBuilder(BpmnModelInstance modelInstance, ScriptTask element) SendTaskBuilder(BpmnModelInstance modelInstance, SendTask element) SequenceFlowBuilder(BpmnModelInstance modelInstance, SequenceFlow element) ServiceTaskBuilder(BpmnModelInstance modelInstance, ServiceTask element) SignalEventDefinitionBuilder(BpmnModelInstance modelInstance, SignalEventDefinition element) StartEventBuilder(BpmnModelInstance modelInstance, StartEvent element) SubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element) protectedTransactionBuilder(BpmnModelInstance modelInstance, Transaction element) UserTaskBuilder(BpmnModelInstance modelInstance, UserTask element) -
Uses of BpmnModelInstance in org.operaton.bpm.model.bpmn.impl
Classes in org.operaton.bpm.model.bpmn.impl that implement BpmnModelInstanceMethods in org.operaton.bpm.model.bpmn.impl that return BpmnModelInstance -
Uses of BpmnModelInstance in org.operaton.bpm.qa.performance.engine.loadgenerator.tasks
Fields in org.operaton.bpm.qa.performance.engine.loadgenerator.tasks with type parameters of type BpmnModelInstanceModifier and TypeFieldDescriptionprotected final List<BpmnModelInstance> DeployModelInstancesTask.modelInstancesConstructor parameters in org.operaton.bpm.qa.performance.engine.loadgenerator.tasks with type arguments of type BpmnModelInstanceModifierConstructorDescriptionDeployModelInstancesTask(ProcessEngine engine, List<BpmnModelInstance> modelInstances)