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 |
Document
Represents a single version of a document stored in an object store.
|
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 |
---|---|
Versionable |
Versionable.cancelCheckout()
Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
|
Versionable |
VersionSeries.cancelCheckout()
Cancels the check-out reservation held on this document or version series by deleting the reservation object associated with it.
|
Versionable |
Versionable.get_CurrentVersion()
Returns the value of the CurrentVersion property.
|
Versionable |
VersionSeries.get_CurrentVersion()
Returns the value of the CurrentVersion property.
|
Versionable |
Document.get_CurrentVersion()
Returns the value of the CurrentVersion property.
|
Versionable |
VersionSeries.get_ReleasedVersion()
Returns the value of the ReleasedVersion property.
|
Versionable |
Document.get_ReleasedVersion()
Returns the value of the ReleasedVersion property.
|
Modifier and Type | Interface and Description |
---|---|
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.