Modifier and Type | Interface and Description |
---|---|
interface |
MasterDataModel
The master data model contains all meta information for a single master data definition (type).
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDataObjectModel |
class |
DefaultMasterDataModel |
Modifier and Type | Method and Description |
---|---|
DataObjectModel |
DataObjectResourceConverter.convertDataObjectResourceToModel(byte[] dataObjectResourceBytes) |
DataObjectModel |
DataObjectResourceConverter.convertDataObjectResourceToModel(InputStream dataObjectResourceStream) |
DataObjectModel |
DataObjectRepositoryService.getDataObjectModel(String dataObjectDefinitionId) |
DataObjectModel |
DataObjectRepositoryService.getDataObjectModelByKey(String dataObjectDefinitionKey) |
DataObjectModel |
DataObjectRepositoryService.getDataObjectModelByKeyAndTenantId(String dataObjectDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
String |
DataObjectResourceConverter.convertDataObjectModelToJson(DataObjectModel dataObjectModel) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceRegistryDataObjectModel |
Modifier and Type | Method and Description |
---|---|
DataObjectModel |
GetDataObjectModelCmd.execute(CommandContext commandContext) |
protected DataObjectModel |
AbstractNeedsDataObjectDefinitionCmd.getObjectModelByDefinitionId(String definitionId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
DataObjectModel |
DataObjectResourceConverterImpl.convertDataObjectResourceToModel(byte[] dataObjectResourceBytes) |
DataObjectModel |
DataObjectResourceConverterImpl.convertDataObjectResourceToModel(InputStream dataObjectResourceStream) |
protected DataObjectModel |
DataObjectResourceConverterImpl.convertJsonToModel(com.fasterxml.jackson.databind.JsonNode dataObjectNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataObjectDefinitionDeployer.addAuthorizations(DataObjectDefinitionEntity dataObjectDefinition,
DataObjectModel model,
DataObjectEngineConfiguration engineConfiguration) |
String |
DataObjectResourceConverterImpl.convertDataObjectModelToJson(DataObjectModel dataObjectModel) |
protected DataObjectDefinitionEntity |
DataObjectDefinitionDeployer.getMostRecentVersionOfDataObjectDefinition(DataObjectModel dataObjectModel,
String tenantId) |
protected void |
DataObjectDefinitionDeployer.updateCachingAndArtifacts(DataObjectDefinitionEntity dataObjectDefinition,
DataObjectModel model,
DataObjectDeploymentEntity deployment) |
Modifier and Type | Field and Description |
---|---|
protected DataObjectModel |
DataObjectDefinitionCacheEntry.dataObjectModel |
Modifier and Type | Method and Description |
---|---|
DataObjectModel |
DataObjectDefinitionCacheEntry.getDataObjectModel() |
Modifier and Type | Method and Description |
---|---|
void |
DataObjectDefinitionCacheEntry.setDataObjectModel(DataObjectModel dataObjectModel) |
Constructor and Description |
---|
DataObjectDefinitionCacheEntry(DataObjectDefinitionEntity dataObjectDefinitionEntity,
DataObjectModel dataObjectModel) |
Modifier and Type | Method and Description |
---|---|
DataObjectModel |
DataObjectRepositoryServiceImpl.getDataObjectModel(String dataObjectDefinitionId) |
DataObjectModel |
DataObjectRepositoryServiceImpl.getDataObjectModelByKey(String dataObjectDefinitionKey) |
DataObjectModel |
DataObjectRepositoryServiceImpl.getDataObjectModelByKeyAndTenantId(String dataObjectDefinitionKey,
String tenantId) |
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceRegistryDataObjectModel |
Modifier and Type | Method and Description |
---|---|
protected DataObjectModel |
DataObjectRuntimeServiceImpl.getDataObjectModelById(String dataObjectDefinitionId) |
protected DataObjectModel |
DataObjectRuntimeServiceImpl.getDataObjectModelByKey(String dataObjectDefinitionKey) |
protected DataObjectModel |
DataObjectRuntimeServiceImpl.getDataObjectModelByKeyAndTenantId(String dataObjectDefinitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
protected DataObjectModel |
DataObjectInstanceVariableContainerEntitySession.getDataObjectModelByDefinitionId(String definitionId) |