Package | Description |
---|---|
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl |
Constructor and Description |
---|
CoreInProcessManagersFactory(FdkSessionImpl session)
Package protected constructor used by FdkSessionImpl in some special
cases.
|
Modifier and Type | Class and Description |
---|---|
class |
FdkGuestSessionImpl
Implementation of a guest session.
|
class |
FdkSystemSessionImpl
Implementation of a system session.
|
class |
FdkUserSessionImpl
The implementation of a connected user session.
|
Modifier and Type | Method and Description |
---|---|
FdkSessionImpl |
AttributeHandlerContext.getSession()
Returns the session.
|
Modifier and Type | Method and Description |
---|---|
static Object |
AttributeHelper.implicitConversion(FdkSessionImpl session,
Object value,
AttributeRequest[] requestedAttrs)
Converts the return value of an attribute to the proper type based on some
implicit rules:
PropertyBundle -> NamedValue[]
LibraryObject -> Item
LibraryObject[] -> Item[]
AttributeValue -> implicitConversion(session, av.getObject(), ar)
|
static void |
AttributeHelper.setAttributes(FdkSessionImpl session,
LibraryObject reposObject,
NamedValue[] attributes)
Sets the attributes on a given repository object.
|
Constructor and Description |
---|
InProcessManagersFactoryImpl(FdkSessionImpl session)
Package protected constructor used by FdkSessionImpl in some special
cases.
|
Copyright © 2023. All rights reserved.