Class AbstractRepresentationPvzChecker

java.lang.Object
com.ptc.arbortext.windchill.publisher.AbstractRepresentationPvzChecker

public abstract class AbstractRepresentationPvzChecker extends Object
Supported API: true
Extendable: true
  • Method Details

    • isPvzRepresentation

      public abstract boolean isPvzRepresentation(Vector applicationDataVector) throws WTException
      Checks if the applicationData is coming from a pv file or not.

      Supported API: true


      Extendable: true.
      Parameters:
      applicationDataVector - Vector of applicationData associated with a Representation.
      Returns:
      true if it is a representationFile.
      Throws:
      WTException