com.filenet.api.admin
Interface PublishingConfiguration

All Superinterfaces:
DependentObject, EngineObject, java.io.Serializable, SubsystemConfiguration

public interface PublishingConfiguration
extends SubsystemConfiguration, DependentObject

References the configuration data for a publishing operation. This class allows admininistrative clients to set or access publishing-related configuration settings. A PublishingConfiguration object can be assigned to objects of the server hierarchy (Domain, Site, VirtualServer, and ServerInstance), and is persisted in the GCD.

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration


Method Summary
 java.lang.Boolean get_DispatcherEnabled()
          Returns the value of the DispatcherEnabled property.
 java.lang.Integer get_DispatcherWaitInterval()
          Returns the value of the DispatcherWaitInterval property.
 DITARenditionEngineConnection get_DITARenditionEngineConnection()
          Returns the value of the DITARenditionEngineConnection property.
 java.lang.Integer get_QueueItemDatabaseTimeout()
          Returns the value of the QueueItemDatabaseTimeout property.
 java.lang.Integer get_QueueItemMaxDispatchers()
          Returns the value of the QueueItemMaxDispatchers property.
 java.lang.Integer get_QueueItemRetryCount()
          Returns the value of the QueueItemRetryCount property.
 RenditionEngineConnection get_RenditionEngineConnection()
          Returns the value of the RenditionEngineConnection property.
 void set_DispatcherEnabled(java.lang.Boolean value)
          Sets the value of the DispatcherEnabled property.
 void set_DispatcherWaitInterval(java.lang.Integer value)
          Sets the value of the DispatcherWaitInterval property.
 void set_DITARenditionEngineConnection(DITARenditionEngineConnection value)
          Sets the value of the DITARenditionEngineConnection property.
 void set_QueueItemDatabaseTimeout(java.lang.Integer value)
          Sets the value of the QueueItemDatabaseTimeout property.
 void set_QueueItemMaxDispatchers(java.lang.Integer value)
          Sets the value of the QueueItemMaxDispatchers property.
 void set_QueueItemRetryCount(java.lang.Integer value)
          Sets the value of the QueueItemRetryCount property.
 void set_RenditionEngineConnection(RenditionEngineConnection value)
          Sets the value of the RenditionEngineConnection property.
 
Methods inherited from interface com.filenet.api.admin.SubsystemConfiguration
get_Id
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_DispatcherWaitInterval

java.lang.Integer get_DispatcherWaitInterval()
Returns the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.


set_DispatcherWaitInterval

void set_DispatcherWaitInterval(java.lang.Integer value)
Sets the value of the DispatcherWaitInterval property. For more information, see DispatcherWaitInterval Property.


get_DispatcherEnabled

java.lang.Boolean get_DispatcherEnabled()
Returns the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.


set_DispatcherEnabled

void set_DispatcherEnabled(java.lang.Boolean value)
Sets the value of the DispatcherEnabled property. For more information, see DispatcherEnabled Property.


get_QueueItemDatabaseTimeout

java.lang.Integer get_QueueItemDatabaseTimeout()
Returns the value of the QueueItemDatabaseTimeout property. For more information, see QueueItemDatabaseTimeout Property.


set_QueueItemDatabaseTimeout

void set_QueueItemDatabaseTimeout(java.lang.Integer value)
Sets the value of the QueueItemDatabaseTimeout property. For more information, see QueueItemDatabaseTimeout Property.


get_QueueItemMaxDispatchers

java.lang.Integer get_QueueItemMaxDispatchers()
Returns the value of the QueueItemMaxDispatchers property. For more information, see QueueItemMaxDispatchers Property.


set_QueueItemMaxDispatchers

void set_QueueItemMaxDispatchers(java.lang.Integer value)
Sets the value of the QueueItemMaxDispatchers property. For more information, see QueueItemMaxDispatchers Property.


get_QueueItemRetryCount

java.lang.Integer get_QueueItemRetryCount()
Returns the value of the QueueItemRetryCount property. For more information, see QueueItemRetryCount Property.


set_QueueItemRetryCount

void set_QueueItemRetryCount(java.lang.Integer value)
Sets the value of the QueueItemRetryCount property. For more information, see QueueItemRetryCount Property.


get_RenditionEngineConnection

RenditionEngineConnection get_RenditionEngineConnection()
Returns the value of the RenditionEngineConnection property. For more information, see RenditionEngineConnection Property.


set_RenditionEngineConnection

void set_RenditionEngineConnection(RenditionEngineConnection value)
Sets the value of the RenditionEngineConnection property. For more information, see RenditionEngineConnection Property.


get_DITARenditionEngineConnection

DITARenditionEngineConnection get_DITARenditionEngineConnection()
Returns the value of the DITARenditionEngineConnection property. For more information, see DITARenditionEngineConnection Property.


set_DITARenditionEngineConnection

void set_DITARenditionEngineConnection(DITARenditionEngineConnection value)
Sets the value of the DITARenditionEngineConnection property. For more information, see DITARenditionEngineConnection Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.