Uses of Interface
com.flowable.dataobject.api.runtime.MasterDataInstanceBuilder
Packages that use MasterDataInstanceBuilder
-
Uses of MasterDataInstanceBuilder in com.flowable.dataobject.api.runtime
Methods in com.flowable.dataobject.api.runtime that return MasterDataInstanceBuilderModifier and TypeMethodDescriptionMasterDataInstanceBuilder.addVariableValue
(String name, Object value) add a variable with name and valueDataObjectRuntimeService.createMasterDataInstanceBuilder()
Creates a builder to add a new master data instanceSet the creator id of the master data instanceMasterDataInstanceBuilder.dataObjectDefinitionId
(String dataObjectDefinitionId) Set the id of the master data object definitionMasterDataInstanceBuilder.dataObjectDefinitionKey
(String dataObjectDefinitionKey) Set the key of the master data object definition, latest version of the data object definition with the given key.MasterDataInstanceBuilder.description
(String name) Set the description of the master data instanceMasterDataInstanceBuilder.externalId
(String externalId) Set the external id of the master data instanceMasterDataInstanceBuilder.favorite()
Set the favorite value to true for the master data instanceSet the key of the master data instanceSet the name of the master data instanceMasterDataInstanceBuilder.overrideDataObjectDefinitionId
(String tenantId) Indicator to override the tenant id of the data object definition with the provided value.MasterDataInstanceBuilder.sortOrder
(int sortOrder) Set the sort order of the master data instanceSet the state of the master data instanceSet the tenant id to resolve the data object definitionSet the updater id of the master data instance -
Uses of MasterDataInstanceBuilder in com.flowable.dataobject.engine.impl.runtime
Classes in com.flowable.dataobject.engine.impl.runtime that implement MasterDataInstanceBuilderMethods in com.flowable.dataobject.engine.impl.runtime that return MasterDataInstanceBuilderModifier and TypeMethodDescriptionMasterDataInstanceBuilderImpl.addVariableValue
(String name, Object value) DataObjectRuntimeServiceImpl.createMasterDataInstanceBuilder()
MasterDataInstanceBuilderImpl.dataObjectDefinitionId
(String dataObjectDefinitionId) MasterDataInstanceBuilderImpl.dataObjectDefinitionKey
(String dataObjectDefinitionKey) MasterDataInstanceBuilderImpl.description
(String description) MasterDataInstanceBuilderImpl.externalId
(String externalId) MasterDataInstanceBuilderImpl.favorite()
MasterDataInstanceBuilderImpl.overrideDataObjectDefinitionId
(String tenantId) MasterDataInstanceBuilderImpl.sortOrder
(int sortOrder)