Package com.attivio.sdk.scanner
Interface ParentChildAssociationAware
-
public interface ParentChildAssociationAware
This interface is used by the framework to pass aParentChildDocumentAssociation
instance to the scanner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParentChildDocumentAssociation(ParentChildDocumentAssociation parentChildDocumentAssociation)
This method is used by the framework to pass aParentChildDocumentAssociation
instance.
-
-
-
Method Detail
-
setParentChildDocumentAssociation
void setParentChildDocumentAssociation(ParentChildDocumentAssociation parentChildDocumentAssociation)
This method is used by the framework to pass aParentChildDocumentAssociation
instance. The scanner can use it to associate parent and child documents. For example, the scanner will associate a document with its attachment documents.- Parameters:
parentChildDocumentAssociation
-
-
-