public class FilePlanDoclistActionGroupResolver
extends org.alfresco.web.resolver.doclib.DefaultDoclistActionGroupResolver
| Constructor and Description |
|---|
FilePlanDoclistActionGroupResolver() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
resolve(org.json.simple.JSONObject jsonObject,
String view,
boolean isDocLib) |
public String resolve(org.json.simple.JSONObject jsonObject, String view)
resolve in interface org.alfresco.web.resolver.doclib.DoclistActionGroupResolverresolve in class org.alfresco.web.resolver.doclib.DefaultDoclistActionGroupResolverjsonObject - 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"Copyright © 2005–2016 Alfresco Software. All rights reserved.