Class FilePlanDoclistDataUrlResolver
- java.lang.Object
-
- org.alfresco.web.resolver.doclib.DefaultDoclistDataUrlResolver
-
- org.alfresco.module.org_alfresco_module_rm_share.resolver.doclib.FilePlanDoclistDataUrlResolver
-
- All Implemented Interfaces:
org.alfresco.web.resolver.doclib.DoclistDataUrlResolver
public class FilePlanDoclistDataUrlResolver extends org.alfresco.web.resolver.doclib.DefaultDoclistDataUrlResolverReturns the url to the RM fileplan (The specific repository doclist webscript to use for RM).- Author:
- ewinlof
-
-
Constructor Summary
Constructors Constructor Description FilePlanDoclistDataUrlResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresolve(String webscript, String params, HashMap<String,String> args)Returns the url to the RM specific repository doclist webscript to use, a fileplan.
-
-
-
Method Detail
-
resolve
public String resolve(String webscript, String params, HashMap<String,String> args)
Returns the url to the RM specific repository doclist webscript to use, a fileplan.- Specified by:
resolvein interfaceorg.alfresco.web.resolver.doclib.DoclistDataUrlResolver- Overrides:
resolvein classorg.alfresco.web.resolver.doclib.DefaultDoclistDataUrlResolver- Parameters:
webscript- The repo doclib2 webscript to use, i.e. doclist or nodeparams- doclib2 webscript specific parametersargs- url parameters, i.e. pagination parameters- Returns:
- The url to use when asking the repository doclist webscript.
-
-