Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


oracle.ifs.fdk
Class SystemConfigurationProperties

java.lang.Object
  extended byoracle.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.

 

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
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
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
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
The property which returns whether the workflow feature is enabled.

Name: WORKFLOW_ENABLED

Data Type: Boolean


Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


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