Class | Description |
---|---|
ChainedAttributeHandler |
This special attribute handler allows chaining of multiple attribute
handlers so that the final attribute from a tree of objects can be
read or set.
|
ChainedMethodAttributeHandler |
AttributeHandler for synthetic attributes whose values are retrieved
by invoking a method on the repos object returned by the underlying attribute
handler.
|
DirectAttributeHandler |
Represents a simple attribute handler that directly maps an attribute
name to a repository attribute name.
|
DocumentDefinitionSizeAttributeHandler |
Returns the size attribute from the ContentObject of a DocumentDefinition
|
LocalizerAttributeHandler |
A MethodAttributeHandler for synthetic attributes whose values are retrieved
by invoking accessor methods of the LibrarySession Localizer.
|
MappedValueAttributeHandler |
Attribute handler which can wrap another handler and map the return
values to another value.
|
MediaTypeAttributeHandler |
Handles MEDIA_TYPE attribute on MEDIA.
|
MethodAttributeHandler |
AttributeHandler for synthetic attributes whose values are retrieved
by invoking a method on the context object.
|
MixedAttributeHandler |
Attribute handler for attributes served by different types of
handlers for multiple objects.
|
NameAttributeHandler |
Returns the name of an attribute.
|
PermissionBitMappingAttributeHandler |
Takes a given accesslevel bitmap and returns an array of booleans where a
permission bit's index matches the capability integer assigned to it in
FdkConstants.
|
PrimaryUserProfileAttributeHandler |
Returns the PrimaryUserProfile attribute of an DirectoryUser Item.
|
ReadOnlyAttributeHandler |
Abstract implementation for read only attribute handlers.
|
TypeAttributeHandler |
Returns the type attribute of an item.
|
Copyright © 2023. All rights reserved.