| Package | Description |
|---|---|
| org.alfresco.web.evaluator | |
| org.alfresco.web.evaluator.doclib.action | |
| org.alfresco.web.evaluator.doclib.indicator |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysFalseEvaluator
Convenience evaluator which always returns false
|
class |
ChainedMatchAllEvaluator
Calls multiple evaluators in turn until either the last one is called
or one of the evaluators returns false.
|
class |
ChainedMatchOneEvaluator
Calls multiple evaluators in turn until either the last one is called
or one of the evaluators returns true.
|
class |
ContainerTypeEvaluator
Check whether the node lives in a Site container of one of the listed types
|
class |
HasAnyAspectEvaluator
Check for the presence of one or more aspects.
|
class |
HasAspectEvaluator
Check for the presence of one or more aspects.
|
class |
HasGroupMembershipsEvaluator
Determines whether or not the current user is a member of a supplied list of groups.
|
class |
IsBrowserEvaluator
Check a browser userAgent string against a supplied regular expression
|
class |
IsMimetypeEvaluator
Check whether the node's mimetype is within a configured list
|
class |
IsPortletModeEvaluator
Determines whether we're currently running as a portlet (e.g.
|
class |
MetadataValueEvaluator
Tests metadata values against configured values using comparators
|
class |
NodeTypeEvaluator
Evaluates whether a node is of a certain type, optionally checking for subtype
|
class |
PropertyNotNullEvaluator
Checks that a property value on a node is not null (and exists)
|
class |
SiteBasedEvaluator
Determines whether a site-based node is being accessed via the Site Document Library
|
class |
SitePresetEvaluator
Check whether the node lives in a Site of one of the listed presets
|
class |
SyncModeEvaluator
Evaluates whether the sync mode is the specified value
|
class |
ValueEvaluator |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableByCurrentUser
"Current user can edit document" action evaluator.
|
class |
GoogleDocsCheckInEvaluator
Checks for the following conditions before the "Check In from Google Docs" action is valid:
|
class |
LocateActionEvaluator
Evaluator for the Locate document library action.
|
class |
ViewInExplorerEvaluator
Evaluates whether a repositoryUrl config value has been set and that we're not in portlet mode
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveWorkflowsEvaluator
"Active workflows" status indicator evaluator.
|
class |
EditingEvaluator
"Being edited by you" status indicator evaluator.
|
class |
GoogleDocsEditingEvaluator
"Being edited by you via Google Docs" status indicator evaluator.
|
class |
GoogleDocsLockedEvaluator
"Another user has document locked for editing via Google Docs" status indicator evaluator.
|
class |
GoogleDocsOwnerEvaluator
"Current user has document locked for Google Docs editing" status indicator evaluator.
|
class |
LockedEvaluator
"Locked by another user" status indicator evaluator.
|
class |
LockOwnerEvaluator
"Current user has document locked" status indicator evaluator.
|
class |
RulesEvaluator
"Folder has rules applied" status indicator evaluator.
|
class |
SimpleWorkflowEvaluator
"Node is participating in a simple workflow" status indicator evaluator.
|
class |
TransferredNodeEvaluator
"Node has been transferred from another Repository" status indicator evaluator.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.