ConfigElement and ElementReader classes as well as various
other data classes.See: Description
| Class | Description |
|---|---|
| AspectEvaluator |
Evaluator that determines whether a given object has a particular aspect
applied.
|
| ConstraintHandlerDefinition |
This struct class represents the definition of a constraint-handler, as may be
used as a default, applied to a field or applied to a form.
|
| ConstraintHandlersConfigElement | |
| ConstraintHandlersConfigTest |
JUnit tests to exercise the forms-related capabilities in to the web client
config service.
|
| Control |
This class represents a single control configuration item.
|
| ControlParam |
This class represents a single control-param configuration item.
|
| DefaultControlsConfigElement |
Custom config element that represents <default-controls> values for the
client.
|
| DefaultControlsConfigTest |
JUnit tests to exercise the forms-related capabilities in to the web client
config service.
|
| DependenciesConfigElement |
Custom config element that represents <dependencies> values for the
client.
|
| DependenciesElementReader |
This class is a custom element reader to parse the config file for
<dependencies> elements.
|
| FieldVisibilityManagerTest | |
| FormConfigBasicOverrideTest | |
| FormConfigBasicTest |
JUnit tests to exercise the forms-related capabilities in the web client
config service.
|
| FormConfigElement |
This config element represents form values for the client.
|
| FormConfigNegativeTest |
JUnit tests to exercise the forms-related capabilities in to the web client
config service.
|
| FormConfigTest |
JUnit tests to exercise the forms-related capabilities in to the web client
config service.
|
| FormField |
This class represents a <field> element within the <appearance> tag in
the config xml.
|
| FormFieldTest | |
| FormsConfigElement |
Custom config element that represents 'forms' values for the client.
|
| FormsElementReader |
This class is a custom element reader to parse the config file for
<forms> (plural) elements.
|
| FormSet |
This class represents a <set> element within a <form> element.
|
| FormSetTest | |
| Mode | |
| ModelTypeEvaluator |
Evaluator to determine whether the condition matches the content
model type provided.
|
| NodeMetadataBasedEvaluator |
This class provides common behaviour for the evaluators which use node-based
metadata from a web repo web script as part of their implementation.
|
| NodeTypeEvaluator |
Evaluator that determines whether a given object has a particular node type.
|
| ServiceBasedEvaluator |
This class provides common behaviour for the evaluators which use
a repo web script as part of their implementation.
|
| TaskTypeEvaluator |
Evaluator that determines whether a given task has a particular node type.
|
| Visibility |
ConfigElement and ElementReader classes as well as various
other data classes.
Although there are a number of implementations of
org.alfresco.config.xml.elementreader.ConfigElementReader, only
FormsElementReader is registered with the ConfigService and the other
ConfigElementReader classes are delegated to.
Note that it is anticipated that these classes will predominantly be used by
JavaScript™ client code and for that reason, the public API of this package favours
e.g. String[] return types instead of List<String> types.
In many cases, an overloaded method which returns a Collection is provided as a
convenience for Java client code.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.