|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
public class ThumbnailParentAssociationDetails
Encapsulates the details of a thumbnails parent association
Constructor Summary | |
---|---|
ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent,
org.alfresco.service.namespace.QName assocType,
org.alfresco.service.namespace.QName assocName)
Constructor. |
Method Summary | |
---|---|
org.alfresco.service.namespace.QName |
getAssociationName()
Get the child association name |
org.alfresco.service.namespace.QName |
getAssociationType()
Get the child association type |
org.alfresco.service.cmr.repository.NodeRef |
getParent()
Get the parent node reference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent, org.alfresco.service.namespace.QName assocType, org.alfresco.service.namespace.QName assocName)
parent
- the parent node referenceassocType
- the child association typeassocName
- the child association nameMethod Detail |
---|
public org.alfresco.service.cmr.repository.NodeRef getParent()
public org.alfresco.service.namespace.QName getAssociationType()
public org.alfresco.service.namespace.QName getAssociationName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |