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

Packages that use RenditionEngineConnection
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 RenditionEngineConnection in com.filenet.api.admin
 

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

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

Uses of RenditionEngineConnection in com.filenet.api.core
 

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



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