mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Thumbnail Service: removed unessesary code to store transformation options on node, added GET for thumbnail collection resource, created thumbnails are kept in sync with the master file asynchronously
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9452 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -207,28 +207,4 @@ public class TransformationOptions
|
||||
this.targetNodeRef = (NodeRef)optionsMap.get(OPT_TARGET_NODEREF);
|
||||
this.targetContentProperty = (QName)optionsMap.get(OPT_TARGET_CONTENT_PROPERTY);
|
||||
}
|
||||
|
||||
/**
|
||||
* Save the transformation options to the given node by applying the appropriate aspect
|
||||
* and setting the meta data from the transformation options
|
||||
*
|
||||
* @param nodeRef the node reference
|
||||
* @param nodeService the node service
|
||||
*/
|
||||
public void saveToNode(NodeRef nodeRef, NodeService nodeService)
|
||||
{
|
||||
// Do nothing for default transformation options
|
||||
}
|
||||
|
||||
/**
|
||||
* Populate the transformation options from the meta data present on the appropraite
|
||||
* aspect on the passed node.
|
||||
*
|
||||
* @param nodeRef the node reference
|
||||
* @param nodeService the node service
|
||||
*/
|
||||
public void populateFromNode(NodeRef nodeRef, NodeService nodeService)
|
||||
{
|
||||
// Do nothing for the detauls transformation options
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user