Uses of Class
org.hpccsystems.ws.client.platform.QuerySetFilterType
-
Packages that use QuerySetFilterType 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.platform Provides local representation of target HPCC Systems platform.org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of QuerySetFilterType in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type QuerySetFilterType Modifier and Type Method Description List<QueryResultWrapper>HPCCWsWorkUnitsClient. searchQueries(QuerySetFilterType filtertype, String filtervalue, String querySetName, String clustername)Fetch list of querysets. -
Uses of QuerySetFilterType in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return QuerySetFilterType Modifier and Type Method Description static QuerySetFilterTypeQuerySetFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuerySetFilterType[]QuerySetFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QuerySetFilterType in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits with parameters of type QuerySetFilterType Modifier and Type Method Description static org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WUQuerySetFilterTypeQuerySetFilterTypeWrapper. getFilterType(QuerySetFilterType filtertype)Deprecated.Gets the filter type.
-