Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.metadataelements.CollectionElement
-
Packages that use CollectionElement Package Description org.odpi.openmetadata.accessservices.digitalservice.api This is the Java API for the Digital Service OMAS.org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories. -
-
Uses of CollectionElement in org.odpi.openmetadata.accessservices.digitalservice.api
Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return CollectionElement Modifier and Type Method Description CollectionElementCollectionsInterface. getCollection(String userId, String collectionGUID)Return the properties of a specific collection.Methods in org.odpi.openmetadata.accessservices.digitalservice.api that return types with arguments of type CollectionElement Modifier and Type Method Description List<CollectionElement>CollectionsInterface. getCollections(String userId, String parentGUID, int startFrom, int pageSize)Returns the list of collections that are linked off of the supplied element. -
Uses of CollectionElement in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type CollectionElement Constructor Description CollectionElement(CollectionElement template)Copy/clone constructor
-