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
-
Constructor Summary
ConstructorDescriptionMasterDataInstanceUpdateBuilderImpl
(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()
int
getState()
boolean
boolean
isPropertyModified
(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:MasterDataInstanceUpdateBuilder
Set the name of the master data instance- Specified by:
name
in interfaceMasterDataInstanceUpdateBuilder
-
description
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the description of the master data instance- Specified by:
description
in interfaceMasterDataInstanceUpdateBuilder
-
externalId
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the external id of the master data instance- Specified by:
externalId
in interfaceMasterDataInstanceUpdateBuilder
-
masterDataInstanceId
-
key
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the key of the master data instance- Specified by:
key
in interfaceMasterDataInstanceUpdateBuilder
-
state
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the state of the master data instance- Specified by:
state
in interfaceMasterDataInstanceUpdateBuilder
-
sortOrder
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the sort order of the master data instance- Specified by:
sortOrder
in interfaceMasterDataInstanceUpdateBuilder
-
favorite
Description copied from interface:MasterDataInstanceUpdateBuilder
Set the favorite value to true or false for the master data instance- Specified by:
favorite
in interfaceMasterDataInstanceUpdateBuilder
-
update
Description copied from interface:MasterDataInstanceUpdateBuilder
Updates the master data instance- Specified by:
update
in interfaceMasterDataInstanceUpdateBuilder
-
getMasterDataInstanceId
-
getKey
-
getExternalId
-
getName
-
getState
-
getSortOrder
public int getSortOrder() -
isFavorite
public boolean isFavorite() -
getDescription
-
isPropertyModified
-