Modifier and Type | Method and Description |
---|---|
protected ServiceRegistryDataObjectModel |
UpdateServiceRegistryDataObjectInstanceCmd.getObjectModelByDefinitionId(String definitionId,
CommandContext commandContext) |
protected ServiceRegistryDataObjectModel |
CreateServiceRegistryDataObjectInstanceCmd.getObjectModelByDefinitionId(String definitionId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateServiceRegistryDataObjectInstanceCmd.createIdentityLinks(CommandContext commandContext,
ServiceRegistryDataObjectModel objectModel,
String lookupId,
DataObjectInstanceIdentityLinkModel identityLinkModel) |
Modifier and Type | Class and Description |
---|---|
class |
BaseServiceRegistryDataObjectModel |
Constructor and Description |
---|
DataObjectInstanceVariableContainerImpl(Map<String,Object> data,
Object lookupIdValue,
String tenantId,
DataObjectDefinition dataObjectDefinition,
ServiceRegistryDataObjectModel objectModel) |
DataObjectInstanceVariableContainerImpl(Map<String,Object> data,
Object lookupIdValue,
String definitionId,
String tenantId,
String definitionKey,
ServiceRegistryDataObjectModel objectModel) |
DetachedDataObjectInstanceVariableContainer(com.fasterxml.jackson.databind.node.ObjectNode data,
String lookupId,
String tenantId,
DataObjectDefinition dataObjectDefinition,
ServiceRegistryDataObjectModel objectModel) |
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistryDataObjectModel |
DataObjectOperations.asServiceRegistryDataObjectModel(DataObjectModel dataObjectModel) |