Package | Description |
---|---|
oracle.ifs.fdk.core.ah | |
oracle.ifs.fdk.impl | |
oracle.ifs.fdk.impl.ah |
Modifier and Type | Class and Description |
---|---|
class |
CorePathAttributeHandler
Attribute handler for the path of PublicObjects.
|
Modifier and Type | Method and Description |
---|---|
AttributeHandler |
AttributeHandlerRegistry.getAttributeHandler(String attributeName,
LibraryObject reposObject)
Returns the AttributeHandler registered for the given attribute name or
null if the attribute name is not registered. |
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeHandlerRegistry.register(String attributeName,
AttributeHandler handler)
Registers a new AttributeHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
ChainedMethodAttributeHandler
AttributeHandler for synthetic attributes whose values are retrieved
by invoking a method on the repos object returned by the underlying attribute
handler.
|
class |
DirectAttributeHandler
Represents a simple attribute handler that directly maps an attribute
name to a repository attribute name.
|
class |
DocumentDefinitionSizeAttributeHandler
Returns the size attribute from the ContentObject of a DocumentDefinition
|
class |
LocalizerAttributeHandler
A MethodAttributeHandler for synthetic attributes whose values are retrieved
by invoking accessor methods of the LibrarySession Localizer.
|
class |
MappedValueAttributeHandler
Attribute handler which can wrap another handler and map the return
values to another value.
|
class |
MediaTypeAttributeHandler
Handles MEDIA_TYPE attribute on MEDIA.
|
class |
MethodAttributeHandler
AttributeHandler for synthetic attributes whose values are retrieved
by invoking a method on the context object.
|
class |
MixedAttributeHandler
Attribute handler for attributes served by different types of
handlers for multiple objects.
|
class |
NameAttributeHandler
Returns the name of an attribute.
|
class |
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.
|
class |
PrimaryUserProfileAttributeHandler
Returns the PrimaryUserProfile attribute of an DirectoryUser Item.
|
class |
ReadOnlyAttributeHandler
Abstract implementation for read only attribute handlers.
|
class |
TypeAttributeHandler
Returns the type attribute of an item.
|
Modifier and Type | Method and Description |
---|---|
static AttributeHandler |
TypeAttributeHandler.getInstance()
Returns the singleton instance of this class.
|
Constructor and Description |
---|
ChainedAttributeHandler(String reposAttrName,
AttributeHandler handler)
Constructor.
|
ChainedMethodAttributeHandler(Class objectClass,
String methodName,
AttributeHandler handler,
Class passObjectClass,
Class[] allowedClasses)
Creates a new ChainedMethodAttributeHandler for a method that does not
take any parameters, except possibly the underlying repos object.
|
ChainedMethodAttributeHandler(Class objectClass,
String methodName,
AttributeHandler handler,
int objectParamIndex,
Class[] parameterTypes,
Object[] parameters,
Class[] allowedClasses)
Creates a new ChainedMethodAttributeHandler.
|
ChainedMethodAttributeHandler(Class objectClass,
String methodName,
AttributeHandler handler,
int objectParamIndex,
Class passObjectClass,
Object[] parameters,
Class[] allowedClasses)
Creates a new ChainedMethodAttributeHandler.
|
MappedValueAttributeHandler(AttributeHandler ah,
Map valueMap)
Constructor.
|
PermissionBitMappingAttributeHandler(AttributeHandler handler)
Creates a new instance which will return the specified admin group.
|
Copyright © 2023. All rights reserved.