-
Packages that use PublishRequest Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of PublishRequest in com.filenet.api.core
Methods in com.filenet.api.core that return PublishRequest Modifier and Type Method and Description static PublishRequestFactory.PublishRequest. createInstance(ObjectStore os)Creates a new instance of thePublishRequestclass to be persisted in the specified object store.static PublishRequestFactory.PublishRequest. createInstance(ObjectStore os, Id id)Creates a new instance of thePublishRequestclass to be persisted in the specified object store.static PublishRequestFactory.PublishRequest. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of thePublishRequestclass by the specified object ID from the specified object store.static PublishRequestFactory.PublishRequest. getInstance(ObjectStore os, Id objectId)Constructs an instance of thePublishRequestclass from the specified object store.PublishRequestDocument. publish(PublishTemplate publishTemplate, java.lang.String publishOptions)Publishes thisDocumentobject according to the specifications included in the specified publish template as modified by the contents of thepublishOptionsparameter.PublishRequestDocument. republish(Document publication, java.lang.String publishOptions)Republishes the specified published document.
-