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 CustomObject |
Factory.CustomObject.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CustomObject class to be persisted in the specified object store. |
static CustomObject |
Factory.CustomObject.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CustomObject class to be persisted in the specified object store. |
static CustomObject |
Factory.CustomObject.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CustomObject class
by the specified object ID from the specified object store. |
static CustomObject |
Factory.CustomObject.fetchInstance(ObjectStore os,
java.lang.String path,
PropertyFilter filter)
Retrieves a
CustomObject object using the specified path from the specified object store. |
static CustomObject |
Factory.CustomObject.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CustomObject class from the
specified object store. |
static CustomObject |
Factory.CustomObject.getInstance(ObjectStore os,
java.lang.String className,
java.lang.String path)
Retrieves an instance of this class from the specified object store using the supplied path.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PublishStyleTemplate
Represents the style template that defines how a source document will be transformed.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.