Uses of Interface
com.flowable.dataobject.api.runtime.MasterDataInstanceUpdateBuilder
Packages that use MasterDataInstanceUpdateBuilder
-
Uses of MasterDataInstanceUpdateBuilder in com.flowable.dataobject.api.runtime
Methods in com.flowable.dataobject.api.runtime that return MasterDataInstanceUpdateBuilderModifier and TypeMethodDescriptionDataObjectRuntimeService.createMasterDataInstanceUpdateBuilder
(String masterDataInstanceId) Creates a builder to update a master data instanceMasterDataInstanceUpdateBuilder.description
(String name) Set the description of the master data instanceMasterDataInstanceUpdateBuilder.externalId
(String externalId) Set the external id of the master data instanceMasterDataInstanceUpdateBuilder.favorite
(boolean favorite) Set the favorite value to true or false for the master data instanceSet the key of the master data instanceSet the name of the master data instanceMasterDataInstanceUpdateBuilder.sortOrder
(int sortOrder) Set the sort order of the master data instanceSet the state of the master data instance -
Uses of MasterDataInstanceUpdateBuilder in com.flowable.dataobject.engine.impl.runtime
Classes in com.flowable.dataobject.engine.impl.runtime that implement MasterDataInstanceUpdateBuilderMethods in com.flowable.dataobject.engine.impl.runtime that return MasterDataInstanceUpdateBuilderModifier and TypeMethodDescriptionDataObjectRuntimeServiceImpl.createMasterDataInstanceUpdateBuilder
(String masterDataInstanceId) MasterDataInstanceUpdateBuilderImpl.description
(String description) MasterDataInstanceUpdateBuilderImpl.externalId
(String externalId) MasterDataInstanceUpdateBuilderImpl.favorite
(boolean favorite) MasterDataInstanceUpdateBuilderImpl.masterDataInstanceId
(String masterDataInstanceId) MasterDataInstanceUpdateBuilderImpl.sortOrder
(int sortOrder)