Uses of Interface
com.filenet.api.publishing.PublishTemplate

Packages that use PublishTemplate
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. 
com.filenet.api.publishing Provides interfaces related to publishing. 
 

Uses of PublishTemplate in com.filenet.api.core
 

Methods in com.filenet.api.core that return PublishTemplate
static PublishTemplate Factory.PublishTemplate.createInstance(ObjectStore os)
          Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
static PublishTemplate Factory.PublishTemplate.createInstance(ObjectStore os, Id id)
          Creates a new instance of the PublishTemplate class to be persisted in the specified object store.
static PublishTemplate Factory.PublishTemplate.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the PublishTemplate class by the specified object ID from the specified object store.
static PublishTemplate Factory.PublishTemplate.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the PublishTemplate class from the specified object store.
static PublishTemplate Factory.PublishTemplate.getInstance(ObjectStore os, java.lang.String path)
          Retrieves the instance of the subclassable PublishTemplate class as specified by a path and an object store.
 

Methods in com.filenet.api.core with parameters of type PublishTemplate
 PublishRequest Document.publish(PublishTemplate publishTemplate, java.lang.String publishOptions)
          Publishes this Document object according to the specifications included in the specified publish template as modified by the contents of the publishOptions parameter.
 

Uses of PublishTemplate in com.filenet.api.publishing
 

Methods in com.filenet.api.publishing that return PublishTemplate
 PublishTemplate PublishRequest.get_PublishTemplate()
          Returns the value of the PublishTemplate property.
 

Methods in com.filenet.api.publishing with parameters of type PublishTemplate
 void PublishRequest.set_PublishTemplate(PublishTemplate value)
          Sets the value of the PublishTemplate property.
 



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