Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CodeModule
Represents a Java action handler to be stored on the Content Engine.
|
interface |
XMLPropertyMappingScript
Represents the definition of a
Document subclass for defining XML property mapping scripts. |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomObject
Represents a general interface that can be subclassed.
|
interface |
Document
Represents a single version of a document stored in an object store.
|
interface |
Folder
Represents a container that can hold other
Containable subclasses, but cannot have content data
of its own. |
interface |
WorkflowDefinition
Represents a workflow definition, an XML document of
class "WorkflowDefinition" that is stored in a Content Engine object store.
|
Modifier and Type | Method and Description |
---|---|
Containable |
CmTask.get_Coordinator()
Returns the value of the Coordinator property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmTask.set_Coordinator(Containable value)
Sets the value of the Coordinator property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PublishStyleTemplate
Represents the style template that defines how a source document will be transformed.
|
interface |
PublishTemplate
Represents a template for publishing a document.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoredSearch
Represents the search criteria for a stored search or search template.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.