Interface TransferRequsiteProcessor
- All Known Implementing Classes:
DeltaListRequsiteProcessor
public interface TransferRequsiteProcessor
Processor for transfer requsite file
- Author:
- mrogers
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled at the end of a transfer requsitevoidmissingContent(NodeRef node, QName qname, String name) Called when a missing content property is foundvoidCalled at the start of a transfer requsite
-
Method Details
-
startTransferRequsite
void startTransferRequsite()Called at the start of a transfer requsite -
endTransferRequsite
void endTransferRequsite()Called at the end of a transfer requsite -
missingContent
Called when a missing content property is found- Parameters:
node-qname-name-
-