Class FilePlanDoclistActionGroupResolver
- java.lang.Object
-
- org.alfresco.web.resolver.doclib.DefaultDoclistActionGroupResolver
-
- org.alfresco.module.org_alfresco_module_rm_share.resolver.doclib.FilePlanDoclistActionGroupResolver
-
- All Implemented Interfaces:
org.alfresco.web.resolver.doclib.DoclistActionGroupResolver
public class FilePlanDoclistActionGroupResolver extends org.alfresco.web.resolver.doclib.DefaultDoclistActionGroupResolverResolves which action group if to use in the document library's document list.- Author:
- ewinlof
-
-
Constructor Summary
Constructors Constructor Description FilePlanDoclistActionGroupResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresolve(org.json.simple.JSONObject jsonObject, String view)Will return the action group id matching rm action group configs in rm-share-config.xml.Stringresolve(org.json.simple.JSONObject jsonObject, String view, boolean isDocLib)Will return the action group id matching rm action group configs in rm-share-config.xml.
-
-
-
Method Detail
-
resolve
public String resolve(org.json.simple.JSONObject jsonObject, String view)
Will return the action group id matching rm action group configs in rm-share-config.xml.- Specified by:
resolvein interfaceorg.alfresco.web.resolver.doclib.DoclistActionGroupResolver- Overrides:
resolvein classorg.alfresco.web.resolver.doclib.DefaultDoclistActionGroupResolver- Parameters:
jsonObject- An item (i.e. document or folder) in the doclist.view- Name of the type of view in which the action will be displayed. I.e. "details"- Returns:
- The action group id to use for displaying actions
-
resolve
public String resolve(org.json.simple.JSONObject jsonObject, String view, boolean isDocLib)
Will return the action group id matching rm action group configs in rm-share-config.xml.- Parameters:
jsonObject- An item (i.e. document or folder) in the doclist.view- Name of the type of view in which the action will be displayed. I.e. "details"isDocLib-trueif we are in the doc lib,falseotherwise.- Returns:
- The action group id to use for displaying actions
-
-