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