Class ThumbnailParentAssociationDetails
java.lang.Object
org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
Deprecated.
We are introducing the new async RenditionService2.
Encapsulates the details of a thumbnails parent association
- Author:
- Roy Wetherall
-
Constructor Summary
ConstructorsConstructorDescriptionThumbnailParentAssociationDetails(NodeRef parent, QName assocType, QName assocName) Deprecated.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the child association nameDeprecated.Get the child association typeDeprecated.Get the parent node reference
-
Constructor Details
-
ThumbnailParentAssociationDetails
Deprecated.Constructor. All parameters must be specified.- Parameters:
parent- the parent node referenceassocType- the child association typeassocName- the child association name
-
-
Method Details
-
getParent
Deprecated.Get the parent node reference- Returns:
- NodeRef the parent node reference
-
getAssociationType
Deprecated.Get the child association type- Returns:
- QName the child association type
-
getAssociationName
Deprecated.Get the child association name- Returns:
- QName the child association name
-