Class FileDropTransmissionDelegate
- All Implemented Interfaces:
RegulatoryTransmissionDelegateInterface
Uses ContentManagerFactory to write payloads to the local files system.
FileDropContentTransmissionDelegate is not supported in Windchill+ environments.
The property regmstr.filedrop.filebased.path must be configured in wt.properties with a directory with write and create directory permissions.
<Property name="regmstr.filedrop.filebased.path"
overridable="true"
targetFile="codebase/wt.properties"
value="<writable directory>"/>
Payload will be written to the configured directory in the "outbox/<internal_type_name>" sub-directory with the file name <regulatory submission number>_PAYLOAD. The internal type name will have '.' replaced with '_'. If the regulatory submission number contains characters other then alpha numeric characters plus hyphen and underscore, an error will be logged and the payload will not be written.
All logging can be found in <WT_HOME>/logs/regmstr directory.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class com.ptc.qualitymanagement.regmstr.impl.ContentWriterTransmissionDelegate
FILE_DROP_LOGGER, fileNamePattern -
Method Summary
Modifier and TypeMethodDescriptionReturn the mount type based upon installation type.Methods inherited from class com.ptc.qualitymanagement.regmstr.impl.ContentWriterTransmissionDelegate
isRegulatorySubmissionNumberValidMethods inherited from class com.ptc.qualitymanagement.regmstr.impl.AbstractTransmissionDelegate
getPayloadStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.qualitymanagement.regmstr.impl.RegulatoryTransmissionDelegateInterface
getPayloadStream
-
Method Details
-
getMountType
Return the mount type based upon installation type.
Supported API: true- Specified by:
getMountTypein classcom.ptc.qualitymanagement.regmstr.impl.ContentWriterTransmissionDelegate
-