Interface | Description |
---|---|
Comparator |
Contract supported by all classes that provide a comparison service for the ValueEvaluator class.
|
Evaluator |
Contract supported by all classes that provide dynamic evaluation for a UI element.
|
Class | Description |
---|---|
AlwaysFalseEvaluator |
Convenience evaluator which always returns false
|
BaseEvaluator |
Base class for all UI evaluators.
|
ChainedMatchAllEvaluator |
Calls multiple evaluators in turn until either the last one is called
or one of the evaluators returns false.
|
ChainedMatchOneEvaluator |
Calls multiple evaluators in turn until either the last one is called
or one of the evaluators returns true.
|
ContainerTypeEvaluator |
Check whether the node lives in a Site container of one of the listed types
|
HasAnyAspectEvaluator |
Check for the presence of one or more aspects.
|
HasAspectEvaluator |
Check for the presence of one or more aspects.
|
HasGroupMembershipsEvaluator |
Determines whether or not the current user is a member of a supplied list of groups.
|
IsBrowserEvaluator |
Check a browser userAgent string against a supplied regular expression
|
IsMimetypeEvaluator |
Check whether the node's mimetype is within a configured list
|
IsPortletModeEvaluator |
Determines whether we're currently running as a portlet (e.g.
|
MetadataValueEvaluator |
Tests metadata values against configured values using comparators
|
NodeTypeEvaluator |
Evaluates whether a node is of a certain type, optionally checking for subtype
|
NullValueComparator | |
PropertyNotNullEvaluator |
Checks that a property value on a node is not null (and exists)
|
SiteBasedEvaluator |
Determines whether a site-based node is being accessed via the Site Document Library
|
SitePresetEvaluator |
Check whether the node lives in a Site of one of the listed presets
|
StringEqualsComparator |
Compares a node value against an optionally case-insensitive value
|
SyncModeEvaluator |
Evaluates whether the sync mode is the specified value
|
ValueEvaluator |
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.