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. |
Modifier and Type | Method and Description |
---|---|
static PublishRequest |
Factory.PublishRequest.createInstance(ObjectStore os)
Creates a new instance of the
PublishRequest class to be
persisted in the specified object store. |
static PublishRequest |
Factory.PublishRequest.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
PublishRequest class to be
persisted in the specified object store. |
static PublishRequest |
Factory.PublishRequest.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
PublishRequest class
by the specified object ID from the specified object store. |
static PublishRequest |
Factory.PublishRequest.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PublishRequest class from the specified object store. |
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. |
PublishRequest |
Document.republish(Document publication,
java.lang.String publishOptions)
Republishes the specified published document.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.