Class AzureDropTransmissionDelegate
- All Implemented Interfaces:
RegulatoryTransmissionDelegateInterface
Uses ContentManagerFactory to write payloads to Azure blob storage. The steps to configure Azure Blob storage must be completed. See Windchill Help Center topic "Configuring Windchill File Vaults to Use Azure Blobs".
The property regmstr.filedrop.azure.path must be configured in wt.properties with a Azure container with write permissions.
<Property name="regmstr.filedrop.azure.path"
overridable="true"
targetFile="codebase/wt.properties"
value="<storage account>/<container>/optional additional path>"/>
Payload will be written to the configured container in the "outbox/
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
Methods inherited from class com.ptc.qualitymanagement.regmstr.impl.ContentWriterTransmissionDelegate
initialize, isRegulatorySubmissionNumberValid, transmitMethods inherited from class com.ptc.qualitymanagement.regmstr.impl.AbstractTransmissionDelegate
getPayloadStream