| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetmanager.api |
This package contains the different interfaces of the asset manager.
|
| org.odpi.openmetadata.accessservices.assetmanager.events |
Definitions of the different types of events that the Asset Manager OMAS can publish.
|
| org.odpi.openmetadata.accessservices.assetmanager.metadataelements |
The metadata elements describe the way that metadata is returned from the repository.
|
| org.odpi.openmetadata.accessservices.assetmanager.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
ElementHeader |
SchemaExchangeInterface.getSchemaTypeParent(String userId,
String assetManagerGUID,
String assetManagerName,
String schemaTypeGUID)
Retrieve the header of the metadata element connected to a schema type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementHeader> |
AssetManagerInterface.getElementsForExternalIdentifier(String userId,
String assetManagerGUID,
String assetManagerName,
String externalIdentifier,
int startFrom,
int pageSize)
Return the list of headers for open metadata elements that are associated with a particular
external identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ElementHeader |
AssetManagerOutTopicEvent.getElementHeader()
Return details of the subject of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetManagerOutTopicEvent.setElementHeader(ElementHeader elementHeader)
Set up details of the subject of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ElementHeader |
ProcessCallElement.getCalled()
Return the element header associated with end 2 of the relationship.
|
ElementHeader |
ProcessCallElement.getCaller()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
ControlFlowElement.getControlFlowHeader()
Return the element header associated with the relationship.
|
ElementHeader |
ControlFlowElement.getCurrentStep()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
DataFlowElement.getDataConsumer()
Return the element header associated with end 2 of the relationship.
|
ElementHeader |
DataFlowElement.getDataFlowHeader()
Return the element header associated with the relationship.
|
ElementHeader |
DataFlowElement.getDataSupplier()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
GlossaryElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
GlossaryTermElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
PortElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
ExternalGlossaryLinkElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
DataAssetElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
SchemaTypeElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
SchemaAttributeElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
SoftwareServerCapabilityElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
ValidValueElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
ExternalGlossaryElementLinkElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
MetadataElement.getElementHeader()
Return the element header associated with the open metadata element.
|
ElementHeader |
AssetManagerElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
GlossaryCategoryElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
ProcessElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
GovernanceDefinitionElement.getElementHeader()
Return the element header associated with the properties.
|
ElementHeader |
LineageMappingElement.getLineageMappingHeader()
Return the element header associated with the relationship.
|
ElementHeader |
ControlFlowElement.getNextStep()
Return the element header associated with end 2 of the relationship.
|
ElementHeader |
ProcessCallElement.getProcessCallHeader()
Return the element header associated with the relationship.
|
ElementHeader |
LineageMappingElement.getSourceElement()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
LineageMappingElement.getTargetElement()
Return the element header associated with end 2 of the relationship.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessCallElement.setCalled(ElementHeader called)
Set up the element header associated with end 2 of the relationship.
|
void |
ProcessCallElement.setCaller(ElementHeader caller)
Set up the element header associated with end 1 of the relationship.
|
void |
ControlFlowElement.setControlFlowHeader(ElementHeader controlFlowHeader)
Set up the element header associated with the relationship.
|
void |
ControlFlowElement.setCurrentStep(ElementHeader currentStep)
Set up the element header associated with end 1 of the relationship.
|
void |
DataFlowElement.setDataConsumer(ElementHeader dataConsumer)
Set up the element header associated with end 2 of the relationship.
|
void |
DataFlowElement.setDataFlowHeader(ElementHeader dataFlowHeader)
Set up the element header associated with the relationship.
|
void |
DataFlowElement.setDataSupplier(ElementHeader dataSupplier)
Set up the element header associated with end 1 of the relationship.
|
void |
GlossaryElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
GlossaryTermElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
PortElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
ExternalGlossaryLinkElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
DataAssetElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
SchemaTypeElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
SchemaAttributeElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
SoftwareServerCapabilityElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
ValidValueElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
ExternalGlossaryElementLinkElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
MetadataElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the open metadata element.
|
void |
AssetManagerElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
GlossaryCategoryElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
ProcessElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
GovernanceDefinitionElement.setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
LineageMappingElement.setLineageMappingHeader(ElementHeader lineageMappingHeader)
Set up the element header associated with the relationship.
|
void |
ControlFlowElement.setNextStep(ElementHeader nextStep)
Set up the element header associated with end 2 of the relationship.
|
void |
ProcessCallElement.setProcessCallHeader(ElementHeader processCallHeader)
Set up the element header associated with the relationship.
|
void |
LineageMappingElement.setSourceElement(ElementHeader sourceElement)
Set up the element header associated with end 1 of the relationship.
|
void |
LineageMappingElement.setTargetElement(ElementHeader targetElement)
Set up the element header associated with end 2 of the relationship.
|
| Constructor and Description |
|---|
ElementHeader(ElementHeader template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ElementHeader |
ElementHeaderResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<ElementHeader> |
ElementHeadersResponse.getElementList()
Return the list of metadata elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHeaderResponse.setElement(ElementHeader element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHeadersResponse.setElementList(List<ElementHeader> elementList)
Set up the metadata element to return.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.