Class IsUserRecordContributor
- java.lang.Object
-
- org.alfresco.web.evaluator.BaseEvaluator
-
- org.alfresco.module.org_alfresco_module_rm_share.evaluator.IsUserRecordContributor
-
- All Implemented Interfaces:
org.alfresco.web.evaluator.Evaluator
public class IsUserRecordContributor extends org.alfresco.web.evaluator.BaseEvaluatorChecks if the user is a record contributor- Since:
- 2.3
- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description protected org.alfresco.web.extensibility.SlingshotEvaluatorUtilutilslingshot evaluator util
-
Constructor Summary
Constructors Constructor Description IsUserRecordContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(org.json.simple.JSONObject jsonObject)voidsetSlingshotEvaluatorUtil(org.alfresco.web.extensibility.SlingshotEvaluatorUtil slingshotExtensibilityUtil)-
Methods inherited from class org.alfresco.web.evaluator.BaseEvaluator
evaluate, evaluate, evaluate, getArg, getArgs, getContainerType, getHasContent, getHeader, getIsLocked, getIsPortlet, getIsWorkingCopy, getJSONValue, getMatchesCurrentUser, getMetadata, getNodeAspects, getNodeType, getProperty, getSiteId, getSitePreset, getUserId, setNegateOutput
-
-
-
-
Method Detail
-
setSlingshotEvaluatorUtil
public void setSlingshotEvaluatorUtil(org.alfresco.web.extensibility.SlingshotEvaluatorUtil slingshotExtensibilityUtil)
- Parameters:
slingshotExtensibilityUtil-SlingshotEvaluatorUtil
-
evaluate
public boolean evaluate(org.json.simple.JSONObject jsonObject)
- Specified by:
evaluatein interfaceorg.alfresco.web.evaluator.Evaluator- Specified by:
evaluatein classorg.alfresco.web.evaluator.BaseEvaluator- See Also:
BaseEvaluator.evaluate(org.json.simple.JSONObject)
-
-