Uses of Class
org.hpccsystems.ws.client.platform.Workunit
-
Packages that use Workunit Package Description org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform. -
-
Uses of Workunit in org.hpccsystems.ws.client.platform
Fields in org.hpccsystems.ws.client.platform with type parameters of type Workunit Modifier and Type Field Description protected Collection<Workunit>Platform. workunitsMethods in org.hpccsystems.ws.client.platform that return Workunit Modifier and Type Method Description static WorkunitWorkunit. get(Platform platform, String wuid)Gets the.WorkunitGraph. getWorkunit()Gets the workunit.WorkunitLogicalFile. getWorkunit()Gets the workunit.WorkunitPlatform. getWorkunit(String wuid)Gets the workunit.WorkunitPlatform. getWorkunit(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLWorkunit wu)Gets the workunit.WorkunitResult. getWorkunit()Gets the workunit.WorkunitPlatform. submit(String cluster, String archiveOrEcl, boolean compileOnly)Submit.WorkunitPlatform. submit(String cluster, String archiveOrEcl, String jobname, String filePath, int inlineResultLimit, boolean compileOnly)Submit.Methods in org.hpccsystems.ws.client.platform that return types with arguments of type Workunit Modifier and Type Method Description Collection<Workunit>Platform. getWorkunits(boolean userOnly)Gets the workunits.Collection<Workunit>Platform. getWorkunits(boolean userOnly, String cluster)Gets the workunits.Collection<Workunit>Platform. getWorkunits(boolean userOnly, String cluster, String startDate, String endDate, String jobname, String appKey, String appData)Gets the workunits.Collection<Workunit>Platform. getWorkunits(String owner, String cluster, GregorianCalendar startDate, GregorianCalendar endDate)Gets the workunits.Methods in org.hpccsystems.ws.client.platform with parameters of type Workunit Modifier and Type Method Description static GraphGraph. get(Workunit workunit, String name)Gets the.static ResultResult. get(Workunit workunit, Integer sequence)Gets the.
-