Package com.ptc.wvs.common.ui
Class Clasher
java.lang.Object
com.ptc.wvs.common.ui.Clasher
- All Implemented Interfaces:
Serializable
Methods associated with the submission of data to be clashed by WVS
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Clasher
public Clasher()No-arg constructor for this Clasher class.
Supported API: true
-
-
Method Details
-
doClash
public boolean doClash(String clashDefRef, String name, String description, String containerRef, String actionString, int jobSource) Attempts to perform Clash for a Persistable.
Supported API: true- Parameters:
clashDefRef- Reference of the persistable (a Clash Definition) to be clashed.name- The name of the clash jobdescription- The description of the clash jobcontainerRef- Persistable's container reference.actionString- Option String, see PrinterAction class, can be null if no optionsjobSource- The source that submitted the job: 0=unknown, 1=manual, 2=checkin, 3=schedule- Returns:
- boolean Indicates the success of the method.
-