Class AbstractRepresentationPvzChecker
java.lang.Object
com.ptc.arbortext.windchill.publisher.AbstractRepresentationPvzChecker
Supported API: true
Extendable: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionabstract booleanisPvzRepresentation(Vector applicationDataVector) Checks if the applicationData is coming from a pv file or not.
-
Method Details
-
isPvzRepresentation
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
-