|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.FdkConfiguration
Holder class for configuration properties.
Constructor Summary | |
protected |
FdkConfiguration() Constructor. |
Method Summary | |
protected void |
dispose() Method that needs to be called by the subclass dispose() method. |
java.lang.String |
getAdministratorEmailAddress() Gets the EMAIL address for the administrator. |
java.lang.String |
getApplicationHost() Gets the application host name. |
java.lang.String |
getApplicationMountPoint() Gets the application mount point. |
int |
getApplicationPort() Gets the application port. |
boolean |
getApplicationUseHttps() Gets whether the application uses HTTPS. |
long |
getDavNullResourceLockExpirationPeriod() Gets the DAV Null resource Lock timeout period in seconds. |
java.lang.String[] |
getDavUserAgents() Returns the User-Agent headers (or parts of) for HTTP clients known to be pure DAV clients. |
static FdkConfiguration |
getInstance() Returns the singleton instance of this class. |
java.util.Date |
getLastAntiVirusDefinitionUpdate() Returns the Date when the last Virus Scanner definition file update occured. |
java.lang.String |
getOidDasUrlBase() Gets the "Base" DAS URL. |
java.lang.String |
getOidDasUrlEditProfile() Gets the "Edit Profile" DAS URL. |
java.lang.String |
getOidDasUrlEditUser() Gets the "Edit User" DAS URL. |
java.lang.String |
getOidDasUrlPasswordChange() Gets the "Password Change" DAS URL. |
java.lang.String |
getProductVersion() Gets the product version string. |
java.lang.String |
getRecordApplicationMountPoint() Gets the RM application mount point. |
java.lang.String |
getWebDavMountPoint() Gets the WebDAV mount point. |
protected void |
initialize(oracle.ifs.beans.LibrarySession systemSession) Method that needs to be called by the subclass initizlize() methods. |
static void |
initializeStandaloneMode(java.lang.String ifsDomain, java.lang.String serviceConfigName, java.lang.String schemaPassword) Initializes the instance for standalone mode. |
boolean |
isBfileEnabled() Returns whether Bfiles are enabled. |
boolean |
isHsmEnabled() Returns whether HSM is enabled. |
boolean |
isInitialized() Returns true if the instance is in an initialized state. |
boolean |
isOidEnabled() Returns whether OID is enabled. |
boolean |
isSsoEnabled() Returns whether Single Sign-On (SSO) is enabled. |
boolean |
isVirusScannerEnabled() Returns whether the Virus Scanner feature is enabled. |
boolean |
isWorkflowEnabled() Returns whether the Workflow feature is enabled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FdkConfiguration()
Method Detail |
protected void dispose()
public final java.lang.String getAdministratorEmailAddress()
public final java.lang.String getApplicationHost()
public final java.lang.String getApplicationMountPoint()
public final int getApplicationPort()
public final boolean getApplicationUseHttps()
public final long getDavNullResourceLockExpirationPeriod()
public final java.lang.String[] getDavUserAgents()
public static final FdkConfiguration getInstance()
initialize()
methods.public final java.util.Date getLastAntiVirusDefinitionUpdate()
public final java.lang.String getOidDasUrlBase()
public final java.lang.String getOidDasUrlEditProfile()
public final java.lang.String getOidDasUrlEditUser()
public final java.lang.String getOidDasUrlPasswordChange()
public final java.lang.String getProductVersion()
public final java.lang.String getRecordApplicationMountPoint()
public final java.lang.String getWebDavMountPoint()
protected void initialize(oracle.ifs.beans.LibrarySession systemSession) throws oracle.ifs.common.IfsException
oracle.ifs.common.IfsException
public static final void initializeStandaloneMode(java.lang.String ifsDomain, java.lang.String serviceConfigName, java.lang.String schemaPassword)
ifsDomain
- The domain locator (known as the $IFSDOMAIN environment variable)serviceConfigName
- The service configuration object name. It will also be used to name the service in the JVM. If it is null
, a default service configuration will be used. Example: SmallServiceConfiguration, MediumServiceConfiguration, LargeServiceConfiguration.schemaPassword
- The database schema password.public final boolean isBfileEnabled()
public final boolean isHsmEnabled()
public final boolean isInitialized()
public final boolean isOidEnabled()
public final boolean isSsoEnabled()
public final boolean isVirusScannerEnabled()
public final boolean isWorkflowEnabled()
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |