Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements.DuplicateElement
-
Packages that use DuplicateElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of DuplicateElement in org.odpi.openmetadata.accessservices.stewardshipaction.api
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.api that return types with arguments of type DuplicateElement Modifier and Type Method Description List<DuplicateElement>DuplicateManagementInterface. getPeerDuplicates(String userId, String elementGUID, int startFrom, int pageSize)List the elements that are linked as peer duplicates to the requested element. -
Uses of DuplicateElement in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type DuplicateElement Constructor Description DuplicateElement(DuplicateElement template)Copy/clone constructor -
Uses of DuplicateElement in org.odpi.openmetadata.accessservices.stewardshipaction.rest
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.rest that return types with arguments of type DuplicateElement Modifier and Type Method Description List<DuplicateElement>DuplicatesResponse. getElementList()Return the list of metadata elements.Method parameters in org.odpi.openmetadata.accessservices.stewardshipaction.rest with type arguments of type DuplicateElement Modifier and Type Method Description voidDuplicatesResponse. setElementList(List<DuplicateElement> elementList)Set up the list of metadata elements to return.
-