Skip navigation links
oracle.ifs.fdk
Class InProcessManagersFactory
java.lang.Object
oracle.ifs.fdk.ManagersFactory
oracle.ifs.fdk.InProcessManagersFactory
-
public abstract class InProcessManagersFactory
- extends ManagersFactory
Represents an abstract extension for the managers factory to be used by clients when running in process.
Methods inherited from class oracle.ifs.fdk.ManagersFactory |
getArchiveManager, getCategoryManager, getCommonManager, getContainerManager, getDomainManager, getFileContentManager, getFileManager, getGroupManager, getLockManager, getPagingManager, getQuotaManager, getRequestManager, getSearchManager, getSecurityManager, getSessionManager, getSortManager, getSystemConfigurationManager, getTrashManager, getUser, getUserManager, getVersionManager, getVirusManager, getWorkflowManager, getWorkspaceManager, login, login, login, logout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InProcessManagersFactory
protected InProcessManagersFactory(java.util.Map config)
throws FdkException
- Protected constructor.
- Throws:
FdkException
getFdkSession
public abstract FdkSession getFdkSession()
-
- Returns:
- The FdkSession created by this instance.
getExtendedLockManager
public abstract ExtendedLockManager getExtendedLockManager()
throws FdkException
-
- Returns:
- The ExtendedLockManager instance.
- Throws:
FdkException
getExtendedFileContentManager
public abstract ExtendedFileContentManager getExtendedFileContentManager()
throws FdkException
-
- Returns:
- The ExtendedFileContentManager instance.
- Throws:
FdkException
getCacheManager
public abstract CacheManager getCacheManager()
throws FdkException
-
- Returns:
- The CacheManager instance.
- Throws:
FdkException
getMailManager
public abstract MailManager getMailManager()
throws FdkException
-
- Returns:
- The MailManager instance.
- Throws:
FdkException
Skip navigation links
Copyright © 2002, 2006, Oracle. All rights reserved.