Class MasterDataInstanceUpdateBuilderImpl
java.lang.Object
com.flowable.dataobject.engine.impl.runtime.MasterDataInstanceUpdateBuilderImpl
- All Implemented Interfaces:
MasterDataInstanceUpdateBuilder
public class MasterDataInstanceUpdateBuilderImpl
extends Object
implements MasterDataInstanceUpdateBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMasterDataInstanceUpdateBuilderImpl(DataObjectRuntimeServiceImpl dataObjectRuntimeService, String masterDataInstanceId) -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the description of the master data instanceexternalId(String externalId) Set the external id of the master data instancefavorite(boolean favorite) Set the favorite value to true or false for the master data instancegetKey()getName()intgetState()booleanbooleanisPropertyModified(String property) Set the key of the master data instancemasterDataInstanceId(String masterDataInstanceId) Set the name of the master data instancesortOrder(int sortOrder) Set the sort order of the master data instanceSet the state of the master data instanceupdate()Updates the master data instance
-
Field Details
-
dataObjectRuntimeService
-
masterDataInstanceId
-
key
-
externalId
-
name
-
description
-
state
-
sortOrder
protected int sortOrder -
favorite
protected boolean favorite -
modifiedProperties
-
-
Constructor Details
-
MasterDataInstanceUpdateBuilderImpl
public MasterDataInstanceUpdateBuilderImpl(DataObjectRuntimeServiceImpl dataObjectRuntimeService, String masterDataInstanceId)
-
-
Method Details
-
name
Description copied from interface:MasterDataInstanceUpdateBuilderSet the name of the master data instance- Specified by:
namein interfaceMasterDataInstanceUpdateBuilder
-
description
Description copied from interface:MasterDataInstanceUpdateBuilderSet the description of the master data instance- Specified by:
descriptionin interfaceMasterDataInstanceUpdateBuilder
-
externalId
Description copied from interface:MasterDataInstanceUpdateBuilderSet the external id of the master data instance- Specified by:
externalIdin interfaceMasterDataInstanceUpdateBuilder
-
masterDataInstanceId
-
key
Description copied from interface:MasterDataInstanceUpdateBuilderSet the key of the master data instance- Specified by:
keyin interfaceMasterDataInstanceUpdateBuilder
-
state
Description copied from interface:MasterDataInstanceUpdateBuilderSet the state of the master data instance- Specified by:
statein interfaceMasterDataInstanceUpdateBuilder
-
sortOrder
Description copied from interface:MasterDataInstanceUpdateBuilderSet the sort order of the master data instance- Specified by:
sortOrderin interfaceMasterDataInstanceUpdateBuilder
-
favorite
Description copied from interface:MasterDataInstanceUpdateBuilderSet the favorite value to true or false for the master data instance- Specified by:
favoritein interfaceMasterDataInstanceUpdateBuilder
-
update
Description copied from interface:MasterDataInstanceUpdateBuilderUpdates the master data instance- Specified by:
updatein interfaceMasterDataInstanceUpdateBuilder
-
getMasterDataInstanceId
-
getKey
-
getExternalId
-
getName
-
getState
-
getSortOrder
public int getSortOrder() -
isFavorite
public boolean isFavorite() -
getDescription
-
isPropertyModified
-