Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.ElementStub
-
Packages that use ElementStub Package Description org.odpi.openmetadata.accessservices.stewardshipaction.api This package provides the definition of the Java API for the Stewardship Action OMAS.org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments.org.odpi.openmetadata.accessservices.stewardshipaction.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ElementStub in org.odpi.openmetadata.accessservices.stewardshipaction.api
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.api that return ElementStub Modifier and Type Method Description ElementStubDuplicateManagementInterface. getConsolidatedDuplicate(String userId, String elementGUID)Return details of the consolidated duplicate for a requested element.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.api that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>DuplicateManagementInterface. getContributingDuplicates(String userId, String consolidatedDuplicateGUID, int startFrom, int pageSize)List the elements that are contributing to a consolidating duplicate element. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Fields in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements declared as ElementStub Modifier and Type Field Description protected ElementStubEmbeddedConnection. embeddedConnectionMethods in org.odpi.openmetadata.accessservices.stewardshipaction.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.stewardshipaction.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.stewardshipaction.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.properties that return ElementStub Modifier and Type Method Description ElementStubDuplicateProperties. getDuplicateElement()Return the unique identifier of the duplicate.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type ElementStub Modifier and Type Method Description voidDuplicateProperties. setDuplicateElement(ElementStub duplicateElement)Set up the header of the duplicate. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.stewardshipaction.rest
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.rest that return ElementStub Modifier and Type Method Description ElementStubElementStubResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.rest that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>ElementStubsResponse. getElements()Return the list of element identifiers.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.rest with parameters of type ElementStub Modifier and Type Method Description voidElementStubResponse. setElement(ElementStub element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.stewardshipaction.rest with type arguments of type ElementStub Modifier and Type Method Description voidElementStubsResponse. setElements(List<ElementStub> elements)Set up the list of element identifiers.
-