Uses of Interface
com.filenet.api.admin.DITARenditionEngineConnection

Packages that use DITARenditionEngineConnection
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
 

Uses of DITARenditionEngineConnection in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return DITARenditionEngineConnection
 DITARenditionEngineConnection PublishingConfiguration.get_DITARenditionEngineConnection()
          Returns the value of the DITARenditionEngineConnection property.
 

Methods in com.filenet.api.admin with parameters of type DITARenditionEngineConnection
 void PublishingConfiguration.set_DITARenditionEngineConnection(DITARenditionEngineConnection value)
          Sets the value of the DITARenditionEngineConnection property.
 

Uses of DITARenditionEngineConnection in com.filenet.api.core
 

Methods in com.filenet.api.core that return DITARenditionEngineConnection
static DITARenditionEngineConnection Factory.DITARenditionEngineConnection.createInstance(Domain domain, Id id)
          Creates a new instance of the DITARenditionEngineConnection class based on the specified parameters.
static DITARenditionEngineConnection Factory.DITARenditionEngineConnection.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the DITARenditionEngineConnection class by the specified domain and ID.
static DITARenditionEngineConnection Factory.DITARenditionEngineConnection.getInstance(Domain domain, Id id)
          Constructs an instance of the DITARenditionEngineConnection class by the specified domain and ID.
 



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