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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
com.filenet.api.publishing |
Provides interfaces related to publishing.
|
com.filenet.api.query |
Provides classes related to constructing and performing Content Engine searches.
|
com.filenet.api.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
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 | Method and Description |
---|---|
Document |
DocumentClassificationQueueItem.get_QueuedObject()
Returns the value of the QueuedObject property.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentClassificationQueueItem.set_QueuedObject(Document value)
Sets the value of the QueuedObject property.
|
Modifier and Type | Interface and Description |
---|---|
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 |
---|---|
static Document |
Factory.Document.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
Document class to be persisted in the specified object store. |
static Document |
Factory.Document.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
Document class to be persisted in the specified object store. |
static Document |
Factory.Document.createInstance(ObjectStore os,
java.lang.String classId,
Id id,
Id versionSeriesId,
ReservationType reservationType)
Creates a new instance of the subclassable
Document class, to be persisted in the specified object store. |
static Document |
Factory.Document.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
Document class
by the specified object ID from the specified object store. |
static Document |
Factory.Document.fetchInstance(ObjectStore os,
java.lang.String path,
PropertyFilter filter)
Retrieves an object of the
Document class as specified by a path and an object store. |
Document |
ComponentRelationship.get_ChildComponent()
Returns the value of the ChildComponent property.
|
Document |
CmThumbnail.get_InputDocument()
Returns the value of the InputDocument property.
|
Document |
Document.get_OwnerDocument()
Returns the value of the OwnerDocument property.
|
Document |
ComponentRelationship.get_ParentComponent()
Returns the value of the ParentComponent property.
|
Document |
Document.get_SourceDocument()
Returns the value of the SourceDocument property.
|
static Document |
Factory.Document.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
Document class from the
specified object store. |
static Document |
Factory.Document.getInstance(ObjectStore os,
java.lang.String className,
java.lang.String path)
Retrieves the instance of the subclassable
Document class as specified by a path and an object store. |
Modifier and Type | Method and Description |
---|---|
static ComponentRelationship |
Factory.ComponentRelationship.createInstance(ObjectStore os,
java.lang.String classId,
ComponentRelationshipType type,
Document parentComponent,
java.lang.String name)
Creates a new instance of the subclassable
ComponentRelationship class to be persisted
in the specified object store. |
PublishRequest |
Document.republish(Document publication,
java.lang.String publishOptions)
Republishes the specified published document.
|
void |
ComponentRelationship.set_ChildComponent(Document value)
Sets the value of the ChildComponent property.
|
void |
CmThumbnail.set_InputDocument(Document value)
Sets the value of the InputDocument property.
|
void |
Document.set_OwnerDocument(Document value)
Sets the value of the OwnerDocument property.
|
void |
ComponentRelationship.set_ParentComponent(Document value)
Sets the value of the ParentComponent property.
|
void |
Document.set_SourceDocument(Document value)
Sets the value of the SourceDocument property.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentClassifier.classify(Document doc)
Assigns a Content Engine class to the
Document object passed to the method. |
void |
DocumentLifecycleActionHandler.onDocumentClearException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle exception is cleared
(
changeState flag parameter is set to CLEAR_EXCEPTION ). |
void |
DocumentLifecycleActionHandler.onDocumentDemote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is demoted
(
changeState flag parameter is set to DEMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentPromote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state of a document is promoted
(
changeState flag parameter is set to PROMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentResetLifecycle(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is reset
(
changeState flag parameter is set to RESET ). |
void |
DocumentLifecycleActionHandler.onDocumentSetException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is set to the exception state
(
changeState flag parameter is set to SET_EXCEPTION ). |
Modifier and Type | Interface and Description |
---|---|
interface |
PublishTemplate
Represents a template for publishing a document.
|
Modifier and Type | Method and Description |
---|---|
Document |
PublishRequest.get_InputDocument()
Returns the value of the InputDocument property.
|
Document |
PublishRequest.get_PublicationDocument()
Returns the value of the PublicationDocument property.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishRequest.set_InputDocument(Document value)
Sets the value of the InputDocument property.
|
void |
PublishRequest.set_PublicationDocument(Document value)
Sets the value of the PublicationDocument property.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StoredSearch
Represents the search criteria for a stored search or search template.
|
Modifier and Type | Method and Description |
---|---|
Document |
CmThumbnailRequest.get_InputDocument()
Returns the value of the InputDocument property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmThumbnailRequest.set_InputDocument(Document value)
Sets the value of the InputDocument property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.