public class ApplicationPlatform extends Object implements oracle.ifs.adk.Application
| Constructor and Description |
|---|
ApplicationPlatform() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of any resources.
|
void |
extendedLogin(LibrarySession session)
post login processing
|
oracle.ifs.adk.filesystem.FileManager |
getFileManager(LibrarySession session)
Given a LibrarySession construct the correct FileManager class for this
Application object.
|
oracle.ifs.adk.search.SearchFactory |
getSearchFactory(LibrarySession session)
Get an instance of the correct SearchFactory class for this
Application object.
|
void |
init(Object server)
Given a Server initialze an application, this method should always be called
afer construction and should only be called once.
|
public void init(Object server) throws IfsException
init in interface oracle.ifs.adk.Applicationserver - the Server used initialize an application.IfsExceptionApplicationFactorypublic oracle.ifs.adk.filesystem.FileManager getFileManager(LibrarySession session) throws IfsException
getFileManager in interface oracle.ifs.adk.Applicationsession - the LibrarySession used to create the FileManager.IfsExceptionFileManger,
ApplicationFactorypublic oracle.ifs.adk.search.SearchFactory getSearchFactory(LibrarySession session) throws IfsException
getSearchFactory in interface oracle.ifs.adk.Applicationsession - the LibrarySession used to create the SearchFactory.IfsExceptionSearchFactory,
ApplicationFactorypublic void dispose()
throws IfsException
dispose in interface oracle.ifs.adk.ApplicationIfsExceptionpublic void extendedLogin(LibrarySession session) throws IfsException
extendedLogin in interface oracle.ifs.adk.ApplicationIfsExceptionCopyright © 2025. All rights reserved.