|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublishStyleTemplate | |
---|---|
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 PublishStyleTemplate in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return PublishStyleTemplate | |
---|---|
static PublishStyleTemplate |
Factory.PublishStyleTemplate.createInstance(ObjectStore os)
Creates a new instance of the PublishStyleTemplate class to be
persisted in the specified object store. |
static PublishStyleTemplate |
Factory.PublishStyleTemplate.createInstance(ObjectStore os,
Id id)
Creates a new instance of the PublishStyleTemplate class to be
persisted in the specified object store. |
static PublishStyleTemplate |
Factory.PublishStyleTemplate.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the PublishStyleTemplate class
by the specified object ID from the specified object store. |
static PublishStyleTemplate |
Factory.PublishStyleTemplate.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the PublishStyleTemplate class from the specified object store. |
static PublishStyleTemplate |
Factory.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 | |
---|---|
PublishStyleTemplate |
PublishRequest.get_PublishStyleTemplate()
Returns the value of the PublishStyleTemplate property. |
PublishStyleTemplate |
PublishTemplate.get_StyleTemplate()
Returns the value of the StyleTemplate property. |
Methods in com.filenet.api.publishing with parameters of type PublishStyleTemplate | |
---|---|
void |
PublishTemplate.set_StyleTemplate(PublishStyleTemplate value)
Sets the value of the StyleTemplate property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |