Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.events org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return ElementStub Modifier and Type Method Description ElementStubDisplayApplicationInterface. getDataContainerParent(String userId, String dataContainerGUID)Retrieve the header of the metadata element connected to a data container.ElementStubSchemaManagerInterface. getSchemaTypeParent(String userId, String schemaTypeGUID)Retrieve the header of the metadata element connected to a schema type. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.datamanager.events
Methods in org.odpi.openmetadata.accessservices.datamanager.events that return ElementStub Modifier and Type Method Description ElementStubDataManagerOutboundEvent. getEndOneElement()Return the element at end one of the relationship that is described in the principleElement.ElementStubDataManagerOutboundEvent. getEndTwoElement()ElementStubDataManagerOutboundEvent. getPrincipleElement()Return the element that is the subject of the event.Methods in org.odpi.openmetadata.accessservices.datamanager.events with parameters of type ElementStub Modifier and Type Method Description voidDataManagerOutboundEvent. setEndOneElement(ElementStub endOneElement)voidDataManagerOutboundEvent. setEndTwoElement(ElementStub endTwoElement)voidDataManagerOutboundEvent. setPrincipleElement(ElementStub principleElement)Set up the element that is the subject of the event. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Fields in org.odpi.openmetadata.accessservices.datamanager.metadataelements declared as ElementStub Modifier and Type Field Description protected ElementStubEmbeddedConnection. embeddedConnectionMethods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return ElementStub Modifier and Type Method Description ElementStubConnectionElement. getConnectorType()Returns a copy of the properties for this connection's connector type.ElementStubEmbeddedConnection. getEmbeddedConnection()Return the embedded connection.ElementStubConnectionElement. getEndpoint()Returns a copy of the properties for this connection's endpoint.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidConnectionElement. setConnectorType(ElementStub connectorType)Set up the connector type properties for this Connection.voidEmbeddedConnection. setEmbeddedConnection(ElementStub embeddedConnection)Set up the embedded connectionvoidConnectionElement. setEndpoint(ElementStub endpoint)Set up the endpoint properties for this Connection.Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return ElementStub Modifier and Type Method Description ElementStubElementStubResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type ElementStub Modifier and Type Method Description voidElementStubResponse. setElement(ElementStub element)Set up the metadata element to return.
-