|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.importer.view.ElementContext
org.alfresco.repo.importer.view.ParentContext
public class ParentContext
Maintains state about the parent context of the node being imported.
Constructor Summary | |
---|---|
ParentContext(QName elementName,
DictionaryService dictionary,
Importer importer)
Construct |
|
ParentContext(QName elementName,
NodeContext parent)
Construct (with unknown child association) |
|
ParentContext(QName elementName,
NodeContext parent,
AssociationDefinition assocDef)
Construct |
Method Summary | |
---|---|
QName |
getAssocType()
|
NodeRef |
getParentRef()
|
void |
setAssocType(QName assocType)
Set Parent / Child Assoc Type |
void |
setParentRef(NodeRef parentRef)
Set Parent Reference |
java.lang.String |
toString()
|
Methods inherited from class org.alfresco.repo.importer.view.ElementContext |
---|
getDictionaryService, getElementName, getImporter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParentContext(QName elementName, DictionaryService dictionary, Importer importer)
dictionary
- configuration
- progress
- elementName
- parentRef
- assocType
- public ParentContext(QName elementName, NodeContext parent)
elementName
- parent
- public ParentContext(QName elementName, NodeContext parent, AssociationDefinition assocDef)
elementName
- parent
- childDef
- Method Detail |
---|
public NodeRef getParentRef()
getParentRef
in interface ImportParent
public void setParentRef(NodeRef parentRef)
setParentRef
in interface ImportParent
parentRef
- parent referencepublic QName getAssocType()
getAssocType
in interface ImportParent
public void setAssocType(QName assocType)
setAssocType
in interface ImportParent
assocType
- association typepublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |