Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.CollectionOrder
-
Packages that use CollectionOrder 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.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of CollectionOrder in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type CollectionOrder Modifier and Type Method Description StringManageCollections. 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.digitalarchitecture.properties
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.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.digitalarchitecture.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.
-