| Package | Description |
|---|---|
| org.hpccsystems.ws.client | |
| org.hpccsystems.ws.client.wrappers.wsworkunits |
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
HPCCWsWorkUnitsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationValueWrapper> |
WorkunitWrapper.getApplicationValues()
Gets the application values.
|
List<ApplicationValueWrapper> |
WUUpdateRequestWrapper.getApplicationValues()
Gets the application values.
|
List<ApplicationValueWrapper> |
WUCreateAndUpdateWrapper.getApplicationValues()
Gets the application values.
|
List<ApplicationValueWrapper> |
WUQueryWrapper.getApplicationValues()
Gets the application values.
|
| Modifier and Type | Method and Description |
|---|---|
WorkunitWrapper |
WorkunitWrapper.setApplicationValues(List<ApplicationValueWrapper> appVals)
Sets the application values.
|
void |
WUUpdateRequestWrapper.setApplicationValues(List<ApplicationValueWrapper> applicationValues)
Sets the application values.
|
void |
WUCreateAndUpdateWrapper.setApplicationValues(List<ApplicationValueWrapper> applicationValues)
Sets the application values.
|
WUQueryWrapper |
WUQueryWrapper.setApplicationValues(List<ApplicationValueWrapper> applicationValues)
Sets the application values.
|
Copyright © 2021. All rights reserved.