-
Packages that use PublishStyleTemplate 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.com.filenet.api.publishing Provides interfaces related to publishing. -
-
Uses of PublishStyleTemplate in com.filenet.api.core
Methods in com.filenet.api.core that return PublishStyleTemplate Modifier and Type Method and Description static PublishStyleTemplateFactory.PublishStyleTemplate. createInstance(ObjectStore os)Creates a new instance of thePublishStyleTemplateclass to be persisted in the specified object store.static PublishStyleTemplateFactory.PublishStyleTemplate. createInstance(ObjectStore os, Id id)Creates a new instance of thePublishStyleTemplateclass to be persisted in the specified object store.static PublishStyleTemplateFactory.PublishStyleTemplate. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of thePublishStyleTemplateclass by the specified object ID from the specified object store.static PublishStyleTemplateFactory.PublishStyleTemplate. getInstance(ObjectStore os, Id objectId)Constructs an instance of thePublishStyleTemplateclass from the specified object store.static PublishStyleTemplateFactory.PublishStyleTemplate. getInstance(ObjectStore os, java.lang.String path)Retrieves an instance of this class from the specified object store using the supplied path. -
Uses of PublishStyleTemplate in com.filenet.api.publishing
Methods in com.filenet.api.publishing that return PublishStyleTemplate Modifier and Type Method and Description PublishStyleTemplatePublishRequest. get_PublishStyleTemplate()Returns the value of the PublishStyleTemplate property.PublishStyleTemplatePublishTemplate. get_StyleTemplate()Returns the value of the StyleTemplate property.Methods in com.filenet.api.publishing with parameters of type PublishStyleTemplate Modifier and Type Method and Description voidPublishTemplate. set_StyleTemplate(PublishStyleTemplate value)Sets the value of the StyleTemplate property.
-