|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.web.evaluator.BaseEvaluator
org.alfresco.web.evaluator.doclib.indicator.LockOwnerEvaluator
public class LockOwnerEvaluator
"Current user has document locked" status indicator evaluator. Checks the following conditions are met:
node is locked
NOT hasAspect("trx:transferred")
NOT hasAspect("cm:workingcopy")
property "cm:lockOwner" == (currentUser)
| Field Summary |
|---|
| Fields inherited from class org.alfresco.web.evaluator.BaseEvaluator |
|---|
args, metadata, negateOutput |
| Constructor Summary | |
|---|---|
LockOwnerEvaluator()
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(org.json.simple.JSONObject jsonObject)
Evaluator implementations abstract method. |
| Methods inherited from class org.alfresco.web.evaluator.BaseEvaluator |
|---|
evaluate, evaluate, evaluate, getArg, getArgs, getContainerType, getHeader, getIsLocked, getIsPortlet, getJSONValue, getMatchesCurrentUser, getMetadata, getNodeAspects, getNodeType, getProperty, getSiteId, getSitePreset, getUserId, setNegateOutput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LockOwnerEvaluator()
| Method Detail |
|---|
public boolean evaluate(org.json.simple.JSONObject jsonObject)
BaseEvaluator
evaluate in interface Evaluatorevaluate in class BaseEvaluatorjsonObject - The object the evaluation is for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||