Package | Description |
---|---|
oracle.ifs.fdk.core.ah | |
oracle.ifs.fdk.impl | |
oracle.ifs.fdk.impl.ah |
Modifier and Type | Method and Description |
---|---|
boolean |
CorePathAttributeHandler.canHandle(AttributeHandlerContext context) |
Object |
CorePathAttributeHandler.getValue(AttributeHandlerContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeHandler.canHandle(AttributeHandlerContext context)
Returns
true if this handler can handle the attribute
request on the given object instance. |
boolean |
AttributeHandler.canUpdate(AttributeHandlerContext context)
Returns
true if this handler can update the attribute,
false if the attribute is not updateable. |
Object |
AttributeHandler.getValue(AttributeHandlerContext context)
Returns the value of an attribute.
|
AttributeUpdater |
AttributeHandler.setValue(AttributeHandlerContext context,
Object value)
Updates the attribute with the given value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ChainedAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
ChainedMethodAttributeHandler.canHandle(AttributeHandlerContext context)
Returns true if the repos object returned by the underlying attribute
handler is an instance of the
given objectClass constructor parameter.
|
boolean |
DirectAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
DocumentDefinitionSizeAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
LocalizerAttributeHandler.canHandle(AttributeHandlerContext context)
Returns true if repos object is an instanceof DirectoryUser.
|
boolean |
MappedValueAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
MediaTypeAttributeHandler.canHandle(AttributeHandlerContext context)
Returns
true if this handler can handle the attribute
request on the given object instance. |
boolean |
MethodAttributeHandler.canHandle(AttributeHandlerContext context)
Returns true if the underlying repos object is an instance of the
given objectClass constructor parameter, or one of the classes in the
given allowedClases array constructor parameter.
|
boolean |
MixedAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
NameAttributeHandler.canHandle(AttributeHandlerContext context)
Always returns
true as all objects have a name attribute
(though the value could be null ). |
boolean |
PermissionBitMappingAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
PrimaryUserProfileAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
TypeAttributeHandler.canHandle(AttributeHandlerContext context)
Always returns
true as all objects have a type attribute. |
boolean |
ChainedAttributeHandler.canUpdate(AttributeHandlerContext context) |
boolean |
DirectAttributeHandler.canUpdate(AttributeHandlerContext context) |
boolean |
ReadOnlyAttributeHandler.canUpdate(AttributeHandlerContext context)
This implementation always returns
false . |
Object |
ChainedAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
ChainedMethodAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value returned by the method registered
for use by this instance.
|
Object |
DirectAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
DocumentDefinitionSizeAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
LocalizerAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value returned by the Localizer's accessor method registered
for use by this instance.
|
Object |
MappedValueAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
MediaTypeAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value of an attribute.
|
Object |
MethodAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value returned by the method registered
for use by this instance.
|
Object |
MixedAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
NameAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
PermissionBitMappingAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
PrimaryUserProfileAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
TypeAttributeHandler.getValue(AttributeHandlerContext context) |
AttributeUpdater |
ChainedAttributeHandler.setValue(AttributeHandlerContext context,
Object value) |
AttributeUpdater |
DirectAttributeHandler.setValue(AttributeHandlerContext context,
Object value) |
AttributeUpdater |
ReadOnlyAttributeHandler.setValue(AttributeHandlerContext context,
Object value)
This implementation always throws a
RuntimeException because
canUpdate() always returns false hence this
method should never be called. |
Copyright © 2023. All rights reserved.