Interface TransferRequsiteProcessor
-
- All Known Implementing Classes:
DeltaListRequsiteProcessor
public interface TransferRequsiteProcessorProcessor for transfer requsite file- Author:
- mrogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendTransferRequsite()Called at the end of a transfer requsitevoidmissingContent(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)Called when a missing content property is foundvoidstartTransferRequsite()Called at the start of a transfer requsite
-
-
-
Method Detail
-
startTransferRequsite
void startTransferRequsite()
Called at the start of a transfer requsite
-
endTransferRequsite
void endTransferRequsite()
Called at the end of a transfer requsite
-
missingContent
void missingContent(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)Called when a missing content property is found- Parameters:
node-qname-name-
-
-