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.Application
server
- the Server used initialize an application.IfsException
ApplicationFactory
public oracle.ifs.adk.filesystem.FileManager getFileManager(LibrarySession session) throws IfsException
getFileManager
in interface oracle.ifs.adk.Application
session
- the LibrarySession used to create the FileManager.IfsException
FileManger
,
ApplicationFactory
public oracle.ifs.adk.search.SearchFactory getSearchFactory(LibrarySession session) throws IfsException
getSearchFactory
in interface oracle.ifs.adk.Application
session
- the LibrarySession used to create the SearchFactory.IfsException
SearchFactory
,
ApplicationFactory
public void dispose() throws IfsException
dispose
in interface oracle.ifs.adk.Application
IfsException
public void extendedLogin(LibrarySession session) throws IfsException
extendedLogin
in interface oracle.ifs.adk.Application
IfsException
Copyright © 2023. All rights reserved.