Package | Description |
---|---|
oracle.ifs.fdk | |
oracle.ifs.fdk.core | |
oracle.ifs.fdk.impl | |
oracle.ifs.protocols.ftp.commands | |
oracle.ifs.protocols.ftp.server |
Modifier and Type | Method and Description |
---|---|
static FdkSession |
FdkSession.getCurrentSession()
Returns the current session for the ongoing request, or null if no
session is available or cannot be determined.
|
abstract FdkSession |
InProcessManagersFactory.getFdkSession()
Returns the FdkSession created by this instance.
|
abstract FdkSession |
GuestSessionPool.getGuestSession()
Gets a guest session.
|
FdkSession |
EventHandlerContext.getSession()
Returns the session context to use for processing.
|
FdkSession |
AutoTimeoutSessionManager.getSession(String username)
Retrieves a session for the specified user.
|
abstract FdkSession |
FdkConfiguration.login(FdkCredential cred)
Login and create an FdkSession context.
|
Modifier and Type | Method and Description |
---|---|
abstract ManagersFactory |
FdkConfiguration.constructManagersFactory(FdkSession session)
Construct a ManagersFactory for a quest or system session.
|
static Item[] |
Item.convertToItems(FdkSession session,
LibraryObject[] reposObjects,
AttributeRequest[] attributes)
Converts a list of repository objects to the corresponding Items.
|
void |
FdkSessionListener.disconnectCallback(FdkSession session)
Called right before a session is about to be disconnected.
|
static ArchiveManager |
Managers.getArchiveManager(FdkSession session)
Deprecated.
Returns the Archive manager.
|
static AuditManager |
Managers.getAuditManager(FdkSession session)
Deprecated.
Returns the AuditManager.
|
static CategoryManager |
Managers.getCategoryManager(FdkSession session)
Deprecated.
Returns the Category manager used to support custom metadata.
|
static CommonManager |
Managers.getCommonManager(FdkSession session)
Deprecated.
Returns the common manager used to perform common operations.
|
static ContainerManager |
Managers.getContainerManager(FdkSession session)
Deprecated.
Returns the container manager.
|
static DomainManager |
Managers.getDomainManager(FdkSession session)
Deprecated.
Returns the domain manager.
|
static ExtendedFileContentManager |
Managers.getFileContentManager(FdkSession session)
Deprecated.
Returns the file content manager used to perform content operations.
|
static FileManager |
Managers.getFileManager(FdkSession session)
Deprecated.
Returns the file manager used to perform basic file management operations.
|
static GroupManager |
Managers.getGroupManager(FdkSession session)
Deprecated.
Returns the group manager used to perform operations on groups.
|
static ExtendedLockManager |
Managers.getLockManager(FdkSession session)
Deprecated.
Returns the lock manager.
|
static MailManager |
Managers.getMailManager(FdkSession session)
Deprecated.
Returns the Mail manager.
|
static RequestManager |
Managers.getRequestManager(FdkSession session)
Deprecated.
Returns the request manager.
|
static SearchManager |
Managers.getSearchManager(FdkSession session)
Deprecated.
Returns the search manager.
|
static SecurityManager |
Managers.getSecurityManager(FdkSession session)
Deprecated.
Returns the security manager.
|
static SessionManager |
Managers.getSessionManager(FdkSession session)
Deprecated.
Returns the session manager used to perform session and transaction
operations.
|
static SortManager |
Managers.getSortManager(FdkSession session)
Deprecated.
Returns the sort manager.
|
static SystemConfigurationManager |
Managers.getSystemConfigurationManager(FdkSession session)
Deprecated.
Returns the system configuration manager used to query the configuration
of the server.
|
static TrashManager |
Managers.getTrashManager(FdkSession session)
Deprecated.
Returns the trash manager used to perform operations on trash folders.
|
static UserManager |
Managers.getUserManager(FdkSession session)
Deprecated.
Returns the User manager used to support user operations.
|
static VersionManager |
Managers.getVersionManager(FdkSession session)
Deprecated.
Returns the version manager used to perform versioning operations.
|
static WorkflowManager |
Managers.getWorkflowManager(FdkSession session)
Deprecated.
Returns the workflow manager.
|
static WorkspaceManager |
Managers.getWorkspaceManager(FdkSession session)
Deprecated.
Returns the workspace manager.
|
abstract void |
GuestSessionPool.releaseGuestSession(FdkSession sess)
Indicate that you're done with a guest session.
|
void |
AutoTimeoutSessionManager.returnSession(FdkSession session)
Returns a session back to the manager.
|
Constructor and Description |
---|
Item(FdkSession session,
LibraryObject reposObject,
AttributeRequest[] attributes)
Constructor that converts a repository object into an Item.
|
Modifier and Type | Method and Description |
---|---|
FdkSession |
CoreFdkConfiguration.login(FdkCredential cred)
Login and create an FdkSession context.
|
Modifier and Type | Method and Description |
---|---|
ManagersFactory |
CoreFdkConfiguration.constructManagersFactory(FdkSession session)
Construct a ManagersFactory for a quest or system session.
|
void |
CoreInProcessManagersFactory.disconnectCallback(FdkSession session)
Called right before a session is about to be disconnected.
|
Constructor and Description |
---|
CoreArchiveManager(FdkSession session)
Construct a CoreArchiveManager, for In-process clients.
|
CoreAuditManager(FdkSession session)
Constructor.
|
CoreCategoryManager(FdkSession session)
Constructor.
|
CoreCommonManager(FdkSession session) |
CoreContainerManager(FdkSession session) |
CoreContentManager(FdkSession session)
Constructor required for in-process clients.
|
CoreDomainManager(FdkSession session) |
CoreExtendedLockManager(FdkSession session) |
CoreFileContentManager(FdkSession session)
Constructor.
|
CoreFileManager(FdkSession session)
Constructor required for in-process clients.
|
CoreGroupManager(FdkSession session) |
CoreLifecycleManager(FdkSession session) |
CoreLockManager(FdkSession session) |
CoreMailManager(FdkSession session)
Constructor.
|
CoreRelationManager(FdkSession session)
Constructor required for in-process clients.
|
CoreRequestManager(FdkSession session)
Constructor required for web services.
|
CoreSearchManager(FdkSession session)
Constructor required for in-process clients.
|
CoreSecurityManager(FdkSession session)
Constructs a CoreSecurityManager.
|
CoreSessionManager(FdkSession session)
Constructor required for in-process clients.
|
CoreSortManager(FdkSession session) |
CoreSystemConfigurationManager(FdkSession session)
Constructor required for in-process clients.
|
CoreTrashManager(FdkSession session)
Constructor.
|
CoreUserManager(FdkSession session)
Construct required for in-process clients.
|
CoreVersionManager(FdkSession session)
Constructors a CoreVersionManager.
|
CoreWorkflowManager(FdkSession session)
Constructor required for web services.
|
CoreWorkspaceManager(FdkSession session) |
Modifier and Type | Class and Description |
---|---|
class |
FdkGuestSessionImpl
Implementation of a guest session.
|
class |
FdkSessionImpl
Abstract base class for various session type implementations.
|
class |
FdkSystemSessionImpl
Implementation of a system session.
|
class |
FdkUserSessionImpl
The implementation of a connected user session.
|
Modifier and Type | Method and Description |
---|---|
FdkSession |
InProcessManagersFactoryImpl.getFdkSession()
Returns the FdkSession created by this instance.
|
FdkSession |
GuestSessionPoolImpl.getGuestSession() |
FdkSession |
AutoTimeoutSessionManagerImpl.getSession(String username) |
Modifier and Type | Method and Description |
---|---|
void |
FdkServiceEventHandler.addItem(Long sessId,
FdkSession session,
Long itemId)
Add an item to the event handler watch for the specified
FDK session.
|
void |
AutoTimeoutSessionManagerImpl.disconnectCallback(FdkSession session) |
void |
InProcessManagersFactoryImpl.disconnectCallback(FdkSession session)
Called right before a session is about to be disconnected.
|
void |
LoginManagerImpl.disconnectCallback(FdkSession session) |
static LinkedHashMap |
AttributeHelper.getAttributes(FdkSession fsession,
LibraryObject reposObject,
AttributeRequest[] attributes)
Returns the map of specified attributes.
|
static String |
AttributeHelper.getNameAttribute(FdkSession session,
LibraryObject reposObject)
Returns the NAME attribute for an object based on the handler for
the attribute.
|
void |
GuestSessionPoolImpl.releaseGuestSession(FdkSession sess) |
void |
AutoTimeoutSessionManagerImpl.returnSession(FdkSession session) |
Constructor and Description |
---|
ArchiveManagerImpl(FdkSession session)
Construct a ArchiveManagerImpl, for In-process clients.
|
AuditManagerImpl(FdkSession session)
Constructor.
|
CategoryManagerImpl(FdkSession session)
Constructor.
|
CommonManagerImpl(FdkSession session) |
ContainerManagerImpl(FdkSession session) |
ContentManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
DomainManagerImpl(FdkSession session) |
ExtendedLockManagerImpl(FdkSession session) |
FileContentManagerImpl(FdkSession session)
Constructor.
|
FileManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
GroupManagerImpl(FdkSession session) |
LifecycleManagerImpl(FdkSession session) |
LockManagerImpl(FdkSession session) |
MailManagerImpl(FdkSession session) |
RelationManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
RequestManagerImpl(FdkSession session)
Constructor required for web services.
|
SearchManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
SecurityManagerImpl(FdkSession session)
Constructs a SecurityManagerImpl.
|
SessionManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
SortManagerImpl(FdkSession session) |
SystemConfigurationManagerImpl(FdkSession session)
Constructor required for in-process clients.
|
TrashManagerImpl(FdkSession session)
Constructor.
|
UserManagerImpl(FdkSession session)
Construct required for in-process clients.
|
VersionManagerImpl(FdkSession session) |
WorkflowManagerImpl(FdkSession session)
Constructor required for web services.
|
WorkspaceManagerImpl(FdkSession session) |
Modifier and Type | Method and Description |
---|---|
String |
FtpCommand.getHomeFolderPath(FdkSession fdksession)
Get the home folder path.
|
Modifier and Type | Field and Description |
---|---|
protected FdkSession |
FtpSession.m_FdkSession
FdkSession.
|
Modifier and Type | Method and Description |
---|---|
protected FdkSession |
FtpServerChannel.getFdkSession() |
FdkSession |
FtpSession.getFdkSession()
Gets the FdkSession.
|
FdkSession |
FtpServer.getGuestSession()
Get a guest session.
|
Modifier and Type | Method and Description |
---|---|
void |
FtpServer.releaseGuestSession(FdkSession fdksession)
Release a guest session
|
void |
FtpSession.setFdkSession(FdkSession session)
Sets the FdkSession
|
Copyright © 2023. All rights reserved.