Uses of Class
org.hpccsystems.ws.client.wrappers.wsworkunits.WUQueryWrapper.SortBy
-
Packages that use WUQueryWrapper.SortBy Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of WUQueryWrapper.SortBy in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type WUQueryWrapper.SortBy Modifier and Type Method Description List<WorkunitWrapper>HPCCWsWorkUnitsClient. workUnitUQuery(String wuid, String jobname, String cluster, Boolean archived, WUQueryWrapper.SortBy sortby, WUState state, Date endDate, Date startDate, Long pageStartFrom, Long pageSize, String owner, List<ApplicationValueWrapper> applicationValues)As of Platform version 6.0.0. -
Uses of WUQueryWrapper.SortBy in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits that return WUQueryWrapper.SortBy Modifier and Type Method Description WUQueryWrapper.SortByWUQueryWrapper. getSortby()Deprecated.Gets the sortby.static WUQueryWrapper.SortByWUQueryWrapper.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static WUQueryWrapper.SortBy[]WUQueryWrapper.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.ws.client.wrappers.wsworkunits with parameters of type WUQueryWrapper.SortBy Modifier and Type Method Description WUQueryWrapperWUQueryWrapper. setSortBy(WUQueryWrapper.SortBy sort)Deprecated.Sets the sort by.
-