Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl |
Modifier and Type | Class and Description |
---|---|
class |
InProcessManagersFactory
Abstract extension of ManagersFactory for in-process clients.
|
Modifier and Type | Method and Description |
---|---|
abstract ManagersFactory |
FdkConfiguration.constructManagersFactory(FdkSession session)
Construct a ManagersFactory for a quest or system session.
|
abstract ManagersFactory |
FdkSession.getManagersFactory()
Returns the managers factory corresponding to this session.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential)
Returns an authenticated instance for use by in-process clients only.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String wsUrl)
Returns an authenticated instance for use by either remoted clients
over Web Services if an URL is provided or in-process clients if the
URL is
null . |
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String className,
boolean ws,
Map config)
Returns an authenticated instance with a custom configuration.
|
static ManagersFactory |
ManagersFactory.login(FdkCredential credential,
String wsUrl,
Map config)
Returns an authenticated instance for use by either remoted clients
over Web Services if an URL is provided or in-process clients if the
URL is
null . |
Modifier and Type | Class and Description |
---|---|
class |
CoreInProcessManagersFactory
Concrete implmentation of the managers factory for ECM clients running in
process.
|
Modifier and Type | Method and Description |
---|---|
ManagersFactory |
CoreFdkConfiguration.constructManagersFactory(FdkSession session)
Construct a ManagersFactory for a quest or system session.
|
Modifier and Type | Class and Description |
---|---|
class |
InProcessManagersFactoryImpl
Concrete implmentation of the managers factory for clients running in
process.
|
Modifier and Type | Method and Description |
---|---|
ManagersFactory |
FdkSessionImpl.getManagersFactory()
Returns the managers factory corresponding to this session.
|
Copyright © 2023. All rights reserved.