Package com.ptc.wvs.common.ui
Class ClasherAction
java.lang.Object
com.ptc.wvs.common.ui.ProcessingAction
com.ptc.wvs.common.ui.ClasherAction
This class provides base functionality for creating clasher action strings. An action
string contains specific options for WVS Processing Jobs.
- See Also:
-
Field Summary
Fields inherited from class com.ptc.wvs.common.ui.ProcessingAction
actions, QUEUEPRIORITY, QUEUESET, SYNCHRONOUS, WVSOPTIONS -
Constructor Summary
ConstructorsConstructorDescriptionCreate a newClasherActionobject.ClasherAction(String name, String value) Create a newClasherActionobject, specifying an action Neither name or value can be null
Supported API: true -
Method Summary
Methods inherited from class com.ptc.wvs.common.ui.ProcessingAction
addAction, decodeOidsFromActionValue, encodeOidsAsActionValue, getAction, getActions, isSet, isSet, isSynchronous, removeSynchronous, toString, toString
-
Constructor Details
-
ClasherAction
public ClasherAction()Create a newClasherActionobject.
Supported API: true -
ClasherAction
Create a newClasherActionobject, specifying an action Neither name or value can be null
Supported API: true- Parameters:
name- action namevalue- action value
-