Uses of Class
org.hpccsystems.ws.client.platform.WUActionCode
-
Packages that use WUActionCode 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. -
-
Uses of WUActionCode in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type WUActionCode Modifier and Type Method Description static booleanHPCCWsWorkUnitsClient. isWorkunitComplete(WUState state, WUActionCode origAction)reports if a workunit is complete based on wustate, and original action if available. -
Uses of WUActionCode in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return WUActionCode Modifier and Type Method Description static WUActionCodeWUActionCode. fromInteger(Integer value)static WUActionCodeWUActionCode. fromName(String name)static WUActionCodeWUActionCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WUActionCode[]WUActionCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-