public class ParentContext extends ElementContext implements ImportParent
| Constructor and Description |
|---|
ParentContext(org.alfresco.service.namespace.QName elementName,
org.alfresco.service.cmr.dictionary.DictionaryService dictionary,
Importer importer)
Construct
|
ParentContext(org.alfresco.service.namespace.QName elementName,
NodeContext parent)
Construct (with unknown child association)
|
ParentContext(org.alfresco.service.namespace.QName elementName,
NodeContext parent,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.namespace.QName |
getAssocType() |
org.alfresco.service.cmr.repository.NodeRef |
getParentRef() |
void |
setAssocType(org.alfresco.service.namespace.QName assocType)
Set Parent / Child Assoc Type
|
void |
setParentRef(org.alfresco.service.cmr.repository.NodeRef parentRef)
Set Parent Reference
|
java.lang.String |
toString() |
getDictionaryService, getElementName, getImporterpublic ParentContext(org.alfresco.service.namespace.QName elementName,
org.alfresco.service.cmr.dictionary.DictionaryService dictionary,
Importer importer)
dictionary - configuration - progress - elementName - parentRef - assocType - public ParentContext(org.alfresco.service.namespace.QName elementName,
NodeContext parent)
elementName - parent - public ParentContext(org.alfresco.service.namespace.QName elementName,
NodeContext parent,
org.alfresco.service.cmr.dictionary.AssociationDefinition assocDef)
elementName - parent - childDef - public org.alfresco.service.cmr.repository.NodeRef getParentRef()
getParentRef in interface ImportParentpublic void setParentRef(org.alfresco.service.cmr.repository.NodeRef parentRef)
setParentRef in interface ImportParentparentRef - parent referencepublic org.alfresco.service.namespace.QName getAssocType()
getAssocType in interface ImportParentpublic void setAssocType(org.alfresco.service.namespace.QName assocType)
setAssocType in interface ImportParentassocType - association typepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.