Package com.attivio.platform.util
Class ParentChildDocumentAssociation
- java.lang.Object
-
- com.attivio.platform.util.AbstractDocumentAssociation
-
- com.attivio.platform.util.ParentChildDocumentAssociation
-
- All Implemented Interfaces:
ParentChildDocumentAssociation
public class ParentChildDocumentAssociation extends AbstractDocumentAssociation implements ParentChildDocumentAssociation
Implementation that associates children with parents
-
-
Constructor Summary
Constructors Constructor Description ParentChildDocumentAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getAncestorIdField()
protected java.lang.String
getChildCountField()
protected java.lang.String
getChildIndexField()
protected java.lang.String
getParentIdField()
protected java.lang.String
getProgenatorIdField()
-
Methods inherited from class com.attivio.platform.util.AbstractDocumentAssociation
clearAssociation, createChildQuery, createChildQuery, getAncestry, getChildCount, getChildIndex, getParentId, getUltimateParentId, noteChild
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.attivio.sdk.scanner.ParentChildDocumentAssociation
clearAssociation, createChildQuery, createChildQuery, getAncestry, getChildCount, getChildIndex, getParentId, getUltimateParentId, noteChild
-
-
-
-
Method Detail
-
getAncestorIdField
protected java.lang.String getAncestorIdField()
- Specified by:
getAncestorIdField
in classAbstractDocumentAssociation
-
getChildCountField
protected java.lang.String getChildCountField()
- Specified by:
getChildCountField
in classAbstractDocumentAssociation
-
getParentIdField
protected java.lang.String getParentIdField()
- Specified by:
getParentIdField
in classAbstractDocumentAssociation
-
getChildIndexField
protected java.lang.String getChildIndexField()
- Specified by:
getChildIndexField
in classAbstractDocumentAssociation
-
getProgenatorIdField
protected java.lang.String getProgenatorIdField()
- Specified by:
getProgenatorIdField
in classAbstractDocumentAssociation
-
-