Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.CollectionElement
-
Packages that use CollectionElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository. -
-
Uses of CollectionElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return CollectionElement Modifier and Type Method Description CollectionElementManageCollections. getCollection(String userId, String collectionGUID)Return the properties of a specific collection.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type CollectionElement Modifier and Type Method Description List<CollectionElement>ManageCollections. 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.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type CollectionElement Constructor Description CollectionElement(CollectionElement template)Copy/clone constructor
-