Class Clasher

java.lang.Object
com.ptc.wvs.common.ui.Clasher
All Implemented Interfaces:
Serializable

public class Clasher extends Object implements Serializable
Methods associated with the submission of data to be clashed by WVS

Supported API: true

Extendable: false
See Also:
  • 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 job
      description - The description of the clash job
      containerRef - Persistable's container reference.
      actionString - Option String, see PrinterAction class, can be null if no options
      jobSource - The source that submitted the job: 0=unknown, 1=manual, 2=checkin, 3=schedule
      Returns:
      boolean Indicates the success of the method.