public interface TransferManifestProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
endTransferManifest()
Signals the end of a transfer manifest
|
void |
processTransferManifestNode(TransferManifestDeletedNode node)
Gives a deleted manifest node to be processed
|
void |
processTransferManifestNode(TransferManifestNormalNode node)
Gives a manifest node to be processed
|
void |
processTransferManifiestHeader(TransferManifestHeader header)
Gives the header to be proceessed
|
void |
startTransferManifest()
Signals the start of a transfer manifest
|
void startTransferManifest()
void processTransferManifiestHeader(TransferManifestHeader header)
header, - the headervoid processTransferManifestNode(TransferManifestNormalNode node)
node, - the nodevoid processTransferManifestNode(TransferManifestDeletedNode node)
node, - the nodevoid endTransferManifest()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.