Uses of Interface
com.flowable.dataobject.api.repository.DataObjectModel
-
Uses of DataObjectModel in com.flowable.dataobject.api.repository
Subinterfaces of DataObjectModel in com.flowable.dataobject.api.repository Modifier and Type Interface Description interface
MasterDataModel
The master data model contains all meta information for a single master data definition (type).Classes in com.flowable.dataobject.api.repository that implement DataObjectModel Modifier and Type Class Description class
BaseDataObjectModel
class
DefaultMasterDataModel
Methods in com.flowable.dataobject.api.repository that return DataObjectModel Modifier and Type Method Description DataObjectModel
DataObjectResourceConverter. convertDataObjectResourceToModel(byte[] dataObjectResourceBytes)
DataObjectModel
DataObjectResourceConverter. convertDataObjectResourceToModel(java.io.InputStream dataObjectResourceStream)
DataObjectModel
DataObjectRepositoryService. getDataObjectModel(java.lang.String dataObjectDefinitionId)
DataObjectModel
DataObjectRepositoryService. getDataObjectModelByKey(java.lang.String dataObjectDefinitionKey)
DataObjectModel
DataObjectRepositoryService. getDataObjectModelByKeyAndTenantId(java.lang.String dataObjectDefinitionKey, java.lang.String tenantId)
Methods in com.flowable.dataobject.api.repository with parameters of type DataObjectModel Modifier and Type Method Description java.lang.String
DataObjectResourceConverter. convertDataObjectModelToJson(DataObjectModel dataObjectModel)
-
Uses of DataObjectModel in com.flowable.dataobject.api.repository.serviceregistry
Subinterfaces of DataObjectModel in com.flowable.dataobject.api.repository.serviceregistry Modifier and Type Interface Description interface
ServiceRegistryDataObjectModel
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.cmd
Methods in com.flowable.dataobject.engine.impl.cmd that return DataObjectModel Modifier and Type Method Description DataObjectModel
GetDataObjectModelCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.deployer
Methods in com.flowable.dataobject.engine.impl.deployer that return DataObjectModel Modifier and Type Method Description DataObjectModel
DataObjectResourceConverterImpl. convertDataObjectResourceToModel(byte[] dataObjectResourceBytes)
DataObjectModel
DataObjectResourceConverterImpl. convertDataObjectResourceToModel(java.io.InputStream dataObjectResourceStream)
protected DataObjectModel
DataObjectResourceConverterImpl. convertJsonToModel(com.fasterxml.jackson.databind.JsonNode dataObjectNode)
Methods in com.flowable.dataobject.engine.impl.deployer with parameters of type DataObjectModel Modifier and Type Method Description java.lang.String
DataObjectResourceConverterImpl. convertDataObjectModelToJson(DataObjectModel dataObjectModel)
protected DataObjectDefinitionEntity
DataObjectDefinitionDeployer. getMostRecentVersionOfDataObjectDefinition(DataObjectModel dataObjectModel, java.lang.String tenantId)
protected void
DataObjectDefinitionDeployer. updateCachingAndArtifacts(DataObjectDefinitionEntity dataObjectDefinition, DataObjectModel model, DataObjectDeploymentEntity deployment)
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.persistence.deploy
Fields in com.flowable.dataobject.engine.impl.persistence.deploy declared as DataObjectModel Modifier and Type Field Description protected DataObjectModel
DataObjectDefinitionCacheEntry. dataObjectModel
Methods in com.flowable.dataobject.engine.impl.persistence.deploy that return DataObjectModel Modifier and Type Method Description DataObjectModel
DataObjectDefinitionCacheEntry. getDataObjectModel()
Methods in com.flowable.dataobject.engine.impl.persistence.deploy with parameters of type DataObjectModel Modifier and Type Method Description void
DataObjectDefinitionCacheEntry. setDataObjectModel(DataObjectModel dataObjectModel)
Constructors in com.flowable.dataobject.engine.impl.persistence.deploy with parameters of type DataObjectModel Constructor Description DataObjectDefinitionCacheEntry(DataObjectDefinitionEntity dataObjectDefinitionEntity, DataObjectModel dataObjectModel)
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.repository
Methods in com.flowable.dataobject.engine.impl.repository that return DataObjectModel Modifier and Type Method Description DataObjectModel
DataObjectRepositoryServiceImpl. getDataObjectModel(java.lang.String dataObjectDefinitionId)
DataObjectModel
DataObjectRepositoryServiceImpl. getDataObjectModelByKey(java.lang.String dataObjectDefinitionKey)
DataObjectModel
DataObjectRepositoryServiceImpl. getDataObjectModelByKeyAndTenantId(java.lang.String dataObjectDefinitionKey, java.lang.String tenantId)
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.repository.serviceregistry
Classes in com.flowable.dataobject.engine.impl.repository.serviceregistry that implement DataObjectModel Modifier and Type Class Description class
BaseServiceRegistryDataObjectModel
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.runtime
Methods in com.flowable.dataobject.engine.impl.runtime that return DataObjectModel Modifier and Type Method Description protected DataObjectModel
DataObjectRuntimeServiceImpl. getDataObjectModelById(java.lang.String dataObjectDefinitionId)
protected DataObjectModel
DataObjectRuntimeServiceImpl. getDataObjectModelByKey(java.lang.String dataObjectDefinitionKey)
protected DataObjectModel
DataObjectRuntimeServiceImpl. getDataObjectModelByKeyAndTenantId(java.lang.String dataObjectDefinitionKey, java.lang.String tenantId)
-
Uses of DataObjectModel in com.flowable.dataobject.engine.impl.runtime.datasource
Methods in com.flowable.dataobject.engine.impl.runtime.datasource that return DataObjectModel Modifier and Type Method Description protected DataObjectModel
DataObjectInstanceVariableContainerEntitySession. getDataObjectModelByDefinitionId(java.lang.String definitionId)
Methods in com.flowable.dataobject.engine.impl.runtime.datasource with parameters of type DataObjectModel Modifier and Type Method Description protected ServiceRegistryDataObjectModel
DataObjectOperations. asServiceRegistryDataObjectModel(DataObjectModel dataObjectModel)
int
DataObjectOperations. delete(DataObjectInstanceVariableContainer entity, DataObjectModel dataObjectModel)
int
DataObjectOperations. insert(DataObjectInstanceVariableContainer entity, DataObjectModel dataObjectModel)
DataObjectInstanceVariableContainer
DataObjectOperations. selectById(java.lang.String id, DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)
int
DataObjectOperations. update(DataObjectInstanceVariableContainer entity, DataObjectModel dataObjectModel)
-
Uses of DataObjectModel in com.flowable.dataobject.rest.service.api.repository
Constructors in com.flowable.dataobject.rest.service.api.repository with parameters of type DataObjectModel Constructor Description DataObjectDefinitionResponse(DataObjectDefinition dataObjectDefinition, DataObjectModel dataObjectModel)