Uses of Class
com.orchestranetworks.addon.dama.ext.enumeration.SortBy
-
Packages that use SortBy Package Description com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets.com.orchestranetworks.addon.dama.ext.enumeration Provides enumerations for permissions on assets, asset state, and sorting assets.com.orchestranetworks.addon.dama.externalmanagement.search -
-
Uses of SortBy in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return SortBy Modifier and Type Method Description SortBySortCriteria. getSortBy()Returns the sort by.Methods in com.orchestranetworks.addon.dama.ext.bean with parameters of type SortBy Modifier and Type Method Description voidSortCriteria. setSortBy(SortBy sortBy)Specifies the sort by.Constructors in com.orchestranetworks.addon.dama.ext.bean with parameters of type SortBy Constructor Description SortCriteria(SortBy sortBy, boolean ascending)Instantiates a new sort criteria. -
Uses of SortBy in com.orchestranetworks.addon.dama.ext.enumeration
Methods in com.orchestranetworks.addon.dama.ext.enumeration that return SortBy Modifier and Type Method Description static SortBySortBy. parse(java.lang.String sortType)Parses the SortBy.static SortBySortBy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortBy in com.orchestranetworks.addon.dama.externalmanagement.search
Methods in com.orchestranetworks.addon.dama.externalmanagement.search that return types with arguments of type SortBy Modifier and Type Method Description java.util.List<SortBy>SearchConfig. getSorts()A sorted searching result have to order by fields which are appropriate to list ofSortByMethod parameters in com.orchestranetworks.addon.dama.externalmanagement.search with type arguments of type SortBy Modifier and Type Method Description voidSearchConfig. setSorts(java.util.List<SortBy> sorts)
-