com.filenet.api.admin
Interface DITARenditionEngineConnection

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

public interface DITARenditionEngineConnection
extends IndependentlyPersistableObject

Represents site-specific connection data for a DITA Rendition Engine that is referenced by a publishing configuration. (A DITA Rendition Engine is one that uses a DITA Open Toolkit deployment for publishing documents.)

Metadata

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


Method Summary
 java.lang.String get_Creator()
          Returns the value of the Creator 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.
 java.lang.Integer get_DITADatabaseTimeout()
          Returns the value of the DITADatabaseTimeout property.
 java.lang.String get_DITAHome()
          Returns the value of the DITAHome property.
 java.lang.String get_DITAJVMArguments()
          Returns the value of the DITAJVMArguments property.
 java.lang.String get_DITAWorkingDirectory()
          Returns the value of the DITAWorkingDirectory property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 Site get_Site()
          Returns the value of the Site property.
 void set_Creator(java.lang.String value)
          Sets the value of the Creator 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_DITADatabaseTimeout(java.lang.Integer value)
          Sets the value of the DITADatabaseTimeout property.
 void set_DITAHome(java.lang.String value)
          Sets the value of the DITAHome property.
 void set_DITAJVMArguments(java.lang.String value)
          Sets the value of the DITAJVMArguments property.
 void set_DITAWorkingDirectory(java.lang.String value)
          Sets the value of the DITAWorkingDirectory property.
 void set_Site(Site value)
          Sets the value of the Site 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_DITAHome

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


set_DITAHome

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


get_DITAWorkingDirectory

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


set_DITAWorkingDirectory

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


get_DITADatabaseTimeout

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


set_DITADatabaseTimeout

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


get_DITAJVMArguments

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


set_DITAJVMArguments

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



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