mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
swf transformer (installed swf tool requied), minor refactor of thumbnail service, thumbnailRegistry created (smallImage and webpreview thumbnail types added), start of thumbnail JS API (extensions to ScriptNode) and POST URL to create thumbnails
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9259 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -138,6 +138,22 @@ public class TemplateNode extends BasePermissionsNode
|
||||
return this.id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the store type for the node
|
||||
*/
|
||||
public String getStoreType()
|
||||
{
|
||||
return this.nodeRef.getStoreRef().getProtocol();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the store id for the node
|
||||
*/
|
||||
public String getStoreId()
|
||||
{
|
||||
return this.nodeRef.getStoreRef().getIdentifier();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Returns the NodeRef this Node object represents
|
||||
*/
|
||||
|
Reference in New Issue
Block a user