com.ibm.ecm.configuration

Class FilenetConfig

  1. java.lang.Object
  2. extended bycom.ibm.ecm.configuration.ConfigurationObject
  3. extended bycom.ibm.ecm.configuration.FilenetConfig

  1. public class FilenetConfig
  2. extends ConfigurationObject

Field Summary

Fields inherited from class com.ibm.ecm.configuration.ConfigurationObject
ARRAY_DELIMITER, cloned, KEY_DELIMITER, LIST_ESC_CHAR, LIST_ESCAPE, LIST_SEPARATOR, MODIFIER, properties

Constructor Summary

Constructor and Description
FilenetConfig(org.apache.commons.configuration.Configuration configuration,java.lang.String idPrefix,java.lang.String id)

Method Summary

Modifier and Type Method and Description
  1. protected
  2. java.lang.Class
getDataType(java.lang.String key)
  1. java.lang.String
getObjectType()
  1. boolean
getP8ConenctionsUrl()
  1. java.lang.String
getP8ConnectionsUrlHttp()
  1. java.lang.String
getP8ConnectionsUrlHttps()
  1. int
getP8DownloadCacheCleanupDuration()
  1. int
getP8DownloadCacheCleanupMinimum()
  1. boolean
getP8DownloadCacheEnable()
  1. java.lang.String
getP8DownloadCacheFolder()
  1. java.lang.String
getP8DownloadCacheGuardHeader()
  1. int
getP8DownloadCacheMaxFiles()
  1. int
getP8DownloadCacheMaxSize()
  1. int
getP8DownloadCacheMinLifetime()
  1. int
getP8DownloadCacheSizeThreshold()
  1. java.lang.String
getP8DownloadCacheUrl()
  1. java.lang.String
getP8DownloadUrl()
  1. boolean
getP8HideEmailAddresses()
  1. boolean
getP8MaskUserIds()
  1. boolean
getP8SoftDelete()
  1. void
setP8ConenctionsUrl(boolean val)
  1. void
setP8ConnectionsUrlHttp(java.lang.String val)
  1. void
setP8ConnectionsUrlHttps(java.lang.String val)
  1. void
setP8DownloadCacheCleanupDuration(int val)
  1. void
setP8DownloadCacheCleanupMinimum(int val)
  1. void
setP8DownloadCacheEnable(boolean val)
  1. void
setP8DownloadCacheFolder(java.lang.String val)
  1. void
setP8DownloadCacheGuardHeader(java.lang.String val)
  1. void
setP8DownloadCacheMaxFiles(int val)
  1. void
setP8DownloadCacheMaxSize(int val)
  1. void
setP8DownloadCacheMinLifetime(int val)
  1. void
setP8DownloadCacheSizeThreshold(int val)
  1. void
setP8DownloadCacheUrl(java.lang.String val)
  1. void
setP8DownloadUrl(java.lang.String val)
  1. void
setP8HideEmailAddresses(boolean val)
  1. void
setP8MaskUserIds(boolean val)
  1. void
setP8SoftDelete(boolean val)
Methods inherited from class com.ibm.ecm.configuration.ConfigurationObject
addValueToList, arrayToString, covertEmptyStringtoNull, delete, dump, getConfigurationObject, getDataTypeValue, getIdPrefix, getKey, getList, getMap, getName, getObjectId, getPropertyNames, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, isEmpty, load, propertiesToString, removeValuesFromList, removeValuesFromList, save, setDefaultValue, setProperty, setValues, setValues, setValues, skipThisPropertyWhenSaving, stringToArray, stringToList, toJSON, toString, writeConfigurationToFile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

FilenetConfig

  1. public FilenetConfig(org.apache.commons.configuration.Configuration configuration,
  2. java.lang.String idPrefix,
  3. java.lang.String id)

Method Detail

getObjectType

  1. public java.lang.String getObjectType( )
Description copied from class: ConfigurationObject
Abstract method to return object type.
Specified by:
Returns:
a string object type back, for example "desktop", "repository"...

getDataType

  1. protected java.lang.Class getDataType( java.lang.String key)
Description copied from class: ConfigurationObject
Returns the datatype of a configuration property. This is implemented in subclasses and is used to properly serialize the properties. The default implementation returns null which indicates that compatible behavior should be used, which inspects the property value itself and guesses at the type of the property.
Overrides:
Returns:
a Class instance describing the datatype of the property.

getP8MaskUserIds

  1. public boolean getP8MaskUserIds( )

setP8MaskUserIds

  1. public void setP8MaskUserIds(boolean val)

getP8SoftDelete

  1. public boolean getP8SoftDelete( )

setP8SoftDelete

  1. public void setP8SoftDelete(boolean val)

getP8HideEmailAddresses

  1. public boolean getP8HideEmailAddresses( )

setP8HideEmailAddresses

  1. public void setP8HideEmailAddresses( boolean val)

getP8ConenctionsUrl

  1. public boolean getP8ConenctionsUrl( )

setP8ConenctionsUrl

  1. public void setP8ConenctionsUrl( boolean val)

getP8DownloadCacheEnable

  1. public boolean getP8DownloadCacheEnable( )

setP8DownloadCacheEnable

  1. public void setP8DownloadCacheEnable( boolean val)

getP8DownloadCacheMaxFiles

  1. public int getP8DownloadCacheMaxFiles( )

setP8DownloadCacheMaxFiles

  1. public void setP8DownloadCacheMaxFiles( int val)

getP8DownloadCacheMaxSize

  1. public int getP8DownloadCacheMaxSize( )

setP8DownloadCacheMaxSize

  1. public void setP8DownloadCacheMaxSize( int val)

getP8DownloadCacheCleanupDuration

  1. public int getP8DownloadCacheCleanupDuration( )

setP8DownloadCacheCleanupDuration

  1. public void setP8DownloadCacheCleanupDuration( int val)

getP8DownloadCacheCleanupMinimum

  1. public int getP8DownloadCacheCleanupMinimum( )

setP8DownloadCacheCleanupMinimum

  1. public void setP8DownloadCacheCleanupMinimum( int val)

getP8DownloadCacheMinLifetime

  1. public int getP8DownloadCacheMinLifetime( )

setP8DownloadCacheMinLifetime

  1. public void setP8DownloadCacheMinLifetime( int val)

getP8DownloadCacheSizeThreshold

  1. public int getP8DownloadCacheSizeThreshold( )

setP8DownloadCacheSizeThreshold

  1. public void setP8DownloadCacheSizeThreshold( int val)

getP8DownloadCacheGuardHeader

  1. public java.lang.String getP8DownloadCacheGuardHeader( )

setP8DownloadCacheGuardHeader

  1. public void setP8DownloadCacheGuardHeader( java.lang.String val)

getP8DownloadCacheUrl

  1. public java.lang.String getP8DownloadCacheUrl( )

setP8DownloadCacheUrl

  1. public void setP8DownloadCacheUrl( java.lang.String val)

getP8DownloadCacheFolder

  1. public java.lang.String getP8DownloadCacheFolder( )

setP8DownloadCacheFolder

  1. public void setP8DownloadCacheFolder( java.lang.String val)

getP8DownloadUrl

  1. public java.lang.String getP8DownloadUrl( )

setP8DownloadUrl

  1. public void setP8DownloadUrl(java.lang.String val)

getP8ConnectionsUrlHttp

  1. public java.lang.String getP8ConnectionsUrlHttp( )

setP8ConnectionsUrlHttp

  1. public void setP8ConnectionsUrlHttp( java.lang.String val)

getP8ConnectionsUrlHttps

  1. public java.lang.String getP8ConnectionsUrlHttps( )

setP8ConnectionsUrlHttps

  1. public void setP8ConnectionsUrlHttps( java.lang.String val)