Uses of Class
org.hpccsystems.ws.client.wrappers.ApplicationValueWrapper
-
Packages that use ApplicationValueWrapper 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 ApplicationValueWrapper in org.hpccsystems.ws.client
Method parameters in org.hpccsystems.ws.client with type arguments of type ApplicationValueWrapper Modifier and Type Method Description WorkunitWrapperHPCCWsWorkUnitsClient. createWUFromECL(String archiveOrEcl, int resultLimit, List<ApplicationValueWrapper> appVals, String jobName, boolean compileOnly)Creates the WU from ECL.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 ApplicationValueWrapper in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits that return types with arguments of type ApplicationValueWrapper Modifier and Type Method Description List<ApplicationValueWrapper>WorkunitWrapper. getApplicationValues()Deprecated.Gets the application values.List<ApplicationValueWrapper>WUCreateAndUpdateWrapper. getApplicationValues()Deprecated.Gets the application values.List<ApplicationValueWrapper>WUQueryWrapper. getApplicationValues()Deprecated.Gets the application values.List<ApplicationValueWrapper>WUUpdateRequestWrapper. getApplicationValues()Deprecated.Gets the application values.Method parameters in org.hpccsystems.ws.client.wrappers.wsworkunits with type arguments of type ApplicationValueWrapper Modifier and Type Method Description WorkunitWrapperWorkunitWrapper. setApplicationValues(List<ApplicationValueWrapper> appVals)Deprecated.Sets the application values.voidWUCreateAndUpdateWrapper. setApplicationValues(List<ApplicationValueWrapper> applicationValues)Deprecated.Sets the application values.WUQueryWrapperWUQueryWrapper. setApplicationValues(List<ApplicationValueWrapper> applicationValues)Deprecated.Sets the application values.voidWUUpdateRequestWrapper. setApplicationValues(List<ApplicationValueWrapper> applicationValues)Deprecated.Sets the application values.
-