Uses of Class
org.hpccsystems.ws.client.wrappers.WUFileType
-
Packages that use WUFileType 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 Layer of abstraction between caller and HPCC Systems Web Service interface. -
-
Uses of WUFileType in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type WUFileType Modifier and Type Method Description WULogFileWrapperHPCCWsWorkUnitsClient. getWorkunitFile(String wuid, String filename, WUFileType filetype, String description, String ipaddr, boolean entirefile)Get Workunit file. -
Uses of WUFileType in org.hpccsystems.ws.client.wrappers
Methods in org.hpccsystems.ws.client.wrappers that return WUFileType Modifier and Type Method Description static WUFileTypeWUFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static WUFileType[]WUFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-