|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.transfer.requisite.DeltaListRequsiteProcessor
public class DeltaListRequsiteProcessor
A processor of the XML Transfer Requsite file to populate a DeltaList object The requsite is parsed once and the delta list is available from getDeltaList at the end.
Constructor Summary | |
---|---|
DeltaListRequsiteProcessor()
|
Method Summary | |
---|---|
void |
endTransferRequsite()
Called at the end of a transfer requsite |
DeltaList |
getDeltaList()
Get the delta list |
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 |
void |
startTransferRequsite()
Called at the start of a transfer requsite |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeltaListRequsiteProcessor()
Method Detail |
---|
public void missingContent(org.alfresco.service.cmr.repository.NodeRef node, org.alfresco.service.namespace.QName qname, java.lang.String name)
TransferRequsiteProcessor
missingContent
in interface TransferRequsiteProcessor
public void startTransferRequsite()
TransferRequsiteProcessor
startTransferRequsite
in interface TransferRequsiteProcessor
public void endTransferRequsite()
TransferRequsiteProcessor
endTransferRequsite
in interface TransferRequsiteProcessor
public DeltaList getDeltaList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |