Uses of Interface
com.flowable.dataobject.api.repository.MasterDataModel
Packages that use MasterDataModel
Package
Description
-
Uses of MasterDataModel in com.flowable.dataobject.api.repository
Classes in com.flowable.dataobject.api.repository that implement MasterDataModelMethods in com.flowable.dataobject.api.repository that return MasterDataModelModifier and TypeMethodDescriptionDataObjectRepositoryService.getMasterDataModel(String dataObjectDefinitionId) Returns the master data model for the given master data definition id containing the meta information for that master data type. -
Uses of MasterDataModel in com.flowable.dataobject.engine.impl.cmd
Methods in com.flowable.dataobject.engine.impl.cmd with parameters of type MasterDataModelModifier and TypeMethodDescriptionprotected MasterDataInstanceLoadMasterDataInstanceDataCmd.createMasterDataInstance(com.fasterxml.jackson.databind.JsonNode itemNode, String key, String tenantId, DataObjectDefinition dataObjectDefinition, MasterDataModel masterDataModel, DataObjectEngineConfiguration engineConfiguration) protected voidSaveMasterDataInstanceVariableValuesCmd.handleMasterDataInstanceVariables(CommandContext commandContext, MasterDataModel masterDataModel, DataObjectVariableEntityManager dataObjectVariableEntityManager) protected MasterDataInstanceLoadMasterDataInstanceDataCmd.updateMasterDataInstance(com.fasterxml.jackson.databind.JsonNode itemNode, String key, Map<String, MasterDataInstance> masterDataInstanceMap, DataObjectDefinition dataObjectDefinition, MasterDataModel masterDataModel, DataObjectEngineConfiguration engineConfiguration) -
Uses of MasterDataModel in com.flowable.dataobject.engine.impl.repository
Methods in com.flowable.dataobject.engine.impl.repository that return MasterDataModelModifier and TypeMethodDescriptionDataObjectRepositoryServiceImpl.getMasterDataModel(String dataObjectDefinitionId)