Uses of Interface
org.operaton.bpm.engine.runtime.CaseInstanceBuilder
Packages that use CaseInstanceBuilder
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.Classes related to the
RuntimeService.-
Uses of CaseInstanceBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return CaseInstanceBuilderModifier and TypeMethodDescriptionCaseService.withCaseDefinition(String caseDefinitionId) Define aCaseInstanceusing a fluent builder.CaseService.withCaseDefinitionByKey(String caseDefinitionKey) Define aCaseInstanceusing a fluent builder. -
Uses of CaseInstanceBuilder in org.operaton.bpm.engine.impl.cmmn
Classes in org.operaton.bpm.engine.impl.cmmn that implement CaseInstanceBuilderMethods in org.operaton.bpm.engine.impl.cmmn that return CaseInstanceBuilderModifier and TypeMethodDescriptionCaseInstanceBuilderImpl.businessKey(String businessKey) CaseInstanceBuilderImpl.caseDefinitionTenantId(String tenantId) CaseInstanceBuilderImpl.caseDefinitionWithoutTenantId()CaseInstanceBuilderImpl.setVariable(String variableName, Object variableValue) CaseInstanceBuilderImpl.setVariables(Map<String, Object> variables) CaseServiceImpl.withCaseDefinition(String caseDefinitionId) CaseServiceImpl.withCaseDefinitionByKey(String caseDefinitionKey) -
Uses of CaseInstanceBuilder in org.operaton.bpm.engine.runtime
Methods in org.operaton.bpm.engine.runtime that return CaseInstanceBuilderModifier and TypeMethodDescriptionCaseInstanceBuilder.businessKey(String businessKey) A business key can be provided to associate the case instance with a certain identifier that has a clear business meaning.CaseInstanceBuilder.caseDefinitionTenantId(String tenantId) Specify the id of the tenant the case definition belongs to.CaseInstanceBuilder.caseDefinitionWithoutTenantId()Specify that the case definition belongs to no tenant.CaseInstanceBuilder.setVariable(String variableName, Object variableValue) Pass a variable to the case instance.CaseInstanceBuilder.setVariables(Map<String, Object> variables) Pass a map of variables to the case instance.