com.filenet.api.admin
Interface RenditionEngineConnection

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface RenditionEngineConnection
extends IndependentlyPersistableObject

Represents site-specific connection data for a Rendition Engine that is referenced by a publishing configuration.

Metadata

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


Method Summary
 RenditionEngineState get_ConnectionState()
          Returns the value of the ConnectionState property.
 java.lang.String get_Creator()
          Returns the value of the Creator property.
 java.lang.String get_DatabaseName()
          Returns the value of the DatabaseName property.
 java.lang.String get_DatabaseServerName()
          Returns the value of the DatabaseServerName property.
 java.lang.Integer get_DatabaseServerPort()
          Returns the value of the DatabaseServerPort property.
 DatabaseType get_DatabaseType()
          Returns the value of the DatabaseType property.
 java.util.Date get_DateCreated()
          Returns the value of the DateCreated property.
 java.util.Date get_DateLastModified()
          Returns the value of the DateLastModified property.
 java.lang.String get_DisplayName()
          Returns the value of the DisplayName property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 byte[] get_RenditionEnginePassword()
          Returns the value of the RenditionEnginePassword property.
 Site get_Site()
          Returns the value of the Site property.
 java.lang.String get_UserName()
          Returns the value of the UserName property.
 void set_ConnectionState(RenditionEngineState value)
          Sets the value of the ConnectionState property.
 void set_Creator(java.lang.String value)
          Sets the value of the Creator property.
 void set_DatabaseName(java.lang.String value)
          Sets the value of the DatabaseName property.
 void set_DatabaseServerName(java.lang.String value)
          Sets the value of the DatabaseServerName property.
 void set_DatabaseServerPort(java.lang.Integer value)
          Sets the value of the DatabaseServerPort property.
 void set_DatabaseType(DatabaseType value)
          Sets the value of the DatabaseType property.
 void set_DateCreated(java.util.Date value)
          Sets the value of the DateCreated property.
 void set_DisplayName(java.lang.String value)
          Sets the value of the DisplayName property.
 void set_RenditionEnginePassword(byte[] value)
          Sets the value of the RenditionEnginePassword property.
 void set_Site(Site value)
          Sets the value of the Site property.
 void set_UserName(java.lang.String value)
          Sets the value of the UserName property.
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_Creator

java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.


set_Creator

void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.


get_DateCreated

java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.


set_DateCreated

void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.


get_LastModifier

java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.


get_DateLastModified

java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_DisplayName

java.lang.String get_DisplayName()
Returns the value of the DisplayName property. For more information, see DisplayName Property.


set_DisplayName

void set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property. For more information, see DisplayName Property.


get_Site

Site get_Site()
Returns the value of the Site property. For more information, see Site Property.


set_Site

void set_Site(Site value)
Sets the value of the Site property. For more information, see Site Property.


get_DatabaseType

DatabaseType get_DatabaseType()
Returns the value of the DatabaseType property. For more information, see DatabaseType Property.


set_DatabaseType

void set_DatabaseType(DatabaseType value)
Sets the value of the DatabaseType property. For more information, see DatabaseType Property.


get_DatabaseServerName

java.lang.String get_DatabaseServerName()
Returns the value of the DatabaseServerName property. For more information, see DatabaseServerName Property.


set_DatabaseServerName

void set_DatabaseServerName(java.lang.String value)
Sets the value of the DatabaseServerName property. For more information, see DatabaseServerName Property.


get_DatabaseServerPort

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


set_DatabaseServerPort

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


get_DatabaseName

java.lang.String get_DatabaseName()
Returns the value of the DatabaseName property. For more information, see DatabaseName Property.


set_DatabaseName

void set_DatabaseName(java.lang.String value)
Sets the value of the DatabaseName property. For more information, see DatabaseName Property.


get_UserName

java.lang.String get_UserName()
Returns the value of the UserName property. For more information, see UserName Property.


set_UserName

void set_UserName(java.lang.String value)
Sets the value of the UserName property. For more information, see UserName Property.


get_RenditionEnginePassword

byte[] get_RenditionEnginePassword()
Returns the value of the RenditionEnginePassword property. For more information, see RenditionEnginePassword Property.


set_RenditionEnginePassword

void set_RenditionEnginePassword(byte[] value)
Sets the value of the RenditionEnginePassword property. For more information, see RenditionEnginePassword Property.


get_ConnectionState

RenditionEngineState get_ConnectionState()
Returns the value of the ConnectionState property. For more information, see ConnectionState Property.


set_ConnectionState

void set_ConnectionState(RenditionEngineState value)
Sets the value of the ConnectionState property. For more information, see ConnectionState Property.



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