| Package | Description |
|---|---|
| org.alfresco.deployment.impl.server | |
| org.alfresco.deployment.test | |
| org.alfresco.deployment.transformers |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentTransportInputFilter> |
DeploymentReceiverEngineImpl.getTransformers()
Get the content transformers for this transport - if the transport does not support
content transformation then simply return null;
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentReceiverEngineImpl.setTransformers(List<DeploymentTransportInputFilter> transformers) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestDeploymentTransportTransformer
This test deployment transformer simply returns the data it was given
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionTransformer
Sample payload transformer for remote communication with the File System Receiver (FSR)
Compresses the outgoing stream using ZLIB
Uncompresses the incoming stream using ZLIB
|
class |
SampleEncryptionTransformer
Sample payload transformer for the File System Receiver (FSR).
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.