Class PasteCommands

java.lang.Object
com.ptc.windchill.enterprise.object.commands.AbstractPasteCommand
com.ptc.windchill.enterprise.change2.commands.PasteCommands
Direct Known Subclasses:
PasteChangeableCommands

public abstract class PasteCommands extends AbstractPasteCommand
An abstract class to support paste for change management JCA wizard tables.

Supported API: true

Extendable: true
  • Constructor Details

    • PasteCommands

      public PasteCommands()
      Default constructor

      Supported API: true
    • PasteCommands

      public PasteCommands(NmCommandBean cb)
      Default constructor initializing the command class with the specified command bean.

      Supported API: true
      Parameters:
      cb -
  • Method Details

    • getPasteValidationKey

      protected abstract String getPasteValidationKey()
      The validation key use to perform validation of the selected/clipboard items. If the key is null, then this designates that validation should be skipped.

      Supported API: true

      Supported API: true
      Specified by:
      getPasteValidationKey in class AbstractPasteCommand
      Returns:
      the validation key or null if no validation is needed.