Uses of Interface
com.flowable.dataobject.api.runtime.MasterDataInstanceBuilder
-
Uses of MasterDataInstanceBuilder in com.flowable.dataobject.api.runtime
Modifier 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
Modifier 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)