Class ThumbnailParentAssociationDetails
- java.lang.Object
-
- org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
-
public class ThumbnailParentAssociationDetails extends java.lang.ObjectEncapsulates the details of a thumbnails parent association- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent, org.alfresco.service.namespace.QName assocType, org.alfresco.service.namespace.QName assocName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.namespace.QNamegetAssociationName()Get the child association nameorg.alfresco.service.namespace.QNamegetAssociationType()Get the child association typeorg.alfresco.service.cmr.repository.NodeRefgetParent()Get the parent node reference
-
-
-
Constructor Detail
-
ThumbnailParentAssociationDetails
public ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent, org.alfresco.service.namespace.QName assocType, org.alfresco.service.namespace.QName assocName)Constructor. All parameters must be specified.- Parameters:
parent- the parent node referenceassocType- the child association typeassocName- the child association name
-
-
Method Detail
-
getParent
public org.alfresco.service.cmr.repository.NodeRef getParent()
Get the parent node reference- Returns:
- NodeRef the parent node reference
-
getAssociationType
public org.alfresco.service.namespace.QName getAssociationType()
Get the child association type- Returns:
- QName the child association type
-
getAssociationName
public org.alfresco.service.namespace.QName getAssociationName()
Get the child association name- Returns:
- QName the child association name
-
-