Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CollectionOrder
-
Packages that use CollectionOrder 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.properties org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of CollectionOrder in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type CollectionOrder Modifier and Type Method Description StringCollectionManagementInterface. createFolder(String userId, String qualifiedName, String displayName, String description, String collectionUse, CollectionOrder collectionOrder, Map<String,Object> additionalProperties)Create a collection that acts like a folder with an order. -
Uses of CollectionOrder in org.odpi.openmetadata.accessservices.communityprofile.properties
Methods in org.odpi.openmetadata.accessservices.communityprofile.properties that return CollectionOrder Modifier and Type Method Description CollectionOrderCollectionProperties. getCollectionOrdering()Return the property to use to determine the order that assets are returned.static CollectionOrderCollectionOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionOrder[]CollectionOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CollectionOrder Modifier and Type Method Description voidCollectionProperties. setCollectionOrdering(CollectionOrder collectionOrdering)Set up the property to use to determine the order that assets are returned. -
Uses of CollectionOrder in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return CollectionOrder Modifier and Type Method Description CollectionOrderAssetCollectionRequestBody. getCollectionOrdering()Return the property to use to determine the order that assets are returned.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type CollectionOrder Modifier and Type Method Description voidAssetCollectionRequestBody. setCollectionOrdering(CollectionOrder collectionOrdering)Set up the property to use to determine the order that assets are returned.
-