Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
PublishTemplate |
PublishRequest.get_PublishTemplate()
Returns the value of the PublishTemplate property.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishRequest.set_PublishTemplate(PublishTemplate value)
Sets the value of the PublishTemplate property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.