Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CollectionElement
-
Packages that use CollectionElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.metadataelements -
-
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
-