Class UITypeEvaluator
- java.lang.Object
-
- org.alfresco.web.evaluator.BaseEvaluator
-
- org.alfresco.module.org_alfresco_module_rm_share.evaluator.BaseRMEvaluator
-
- org.alfresco.module.org_alfresco_module_rm_share.evaluator.UITypeEvaluator
-
- All Implemented Interfaces:
org.alfresco.web.evaluator.Evaluator
public class UITypeEvaluator extends BaseRMEvaluator
Evaluates returned UI convenience type
-
-
Constructor Summary
Constructors Constructor Description UITypeEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(org.json.simple.JSONObject jsonObject)voidsetType(String type)Sets the name of the node type to check for-
Methods inherited from class org.alfresco.module.org_alfresco_module_rm_share.evaluator.BaseRMEvaluator
getRMIndicators, getRMNode, isDocLibRecord
-
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
-
setType
public void setType(String type)
Sets the name of the node type to check for- Parameters:
type- The name of the node type to check for
-
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
-
-