Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class SystemConfigurationProperties

java.lang.Object
  extended by oracle.ifs.fdk.SystemConfigurationProperties


public class SystemConfigurationProperties
extends java.lang.Object

The names of the system configuration properties.


Field Summary
static java.lang.String ANTIVIRUS_OMITTED_FILE_EXTENSIONS
          The property which returns the list of file extensions which are omitted from antivirus scanning.
static java.lang.String LAST_ANTIVIRUS_DEFINITION_UPDATE
          The property which returns whether the date on which the last anti-virus definition file update occured.
static java.lang.String SYSTEM_ANTIVIRUS_ENABLED
          The property which returns whether the anti-virus feature is enabled.
static java.lang.String WORKFLOW_ENABLED
          The property which returns whether the workflow feature is enabled.

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

SYSTEM_ANTIVIRUS_ENABLED

public static final java.lang.String SYSTEM_ANTIVIRUS_ENABLED
Description copied from class: SystemConfigurationProperties
The property which returns whether the anti-virus feature is enabled.

Name: SYSTEM_ANTIVIRUS_ENABLED

Data Type: Boolean


LAST_ANTIVIRUS_DEFINITION_UPDATE

public static final java.lang.String LAST_ANTIVIRUS_DEFINITION_UPDATE
Description copied from class: SystemConfigurationProperties
The property which returns whether the date on which the last anti-virus definition file update occured.

Name: LAST_ANTIVIRUS_DEFINITION_UPDATE

Data Type: Date


ANTIVIRUS_OMITTED_FILE_EXTENSIONS

public static final java.lang.String ANTIVIRUS_OMITTED_FILE_EXTENSIONS
Description copied from class: SystemConfigurationProperties
The property which returns the list of file extensions which are omitted from antivirus scanning.

Name: ANTIVIRUS_OMITTED_FILE_EXTENSIONS

Data Type: String[]


WORKFLOW_ENABLED

public static final java.lang.String WORKFLOW_ENABLED
Description copied from class: SystemConfigurationProperties
The property which returns whether the workflow feature is enabled.

Name: WORKFLOW_ENABLED

Data Type: Boolean


Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.