Uses of Interface
com.filenet.api.core.Document

Packages that use Document
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. 
 

Uses of Document in com.filenet.api.admin
 

Subinterfaces of Document in com.filenet.api.admin
 interface CodeModule
          Represents a user-implemented Java event handler that executes when an Action-based object's events are raised.
 interface XMLPropertyMappingScript
          Represents the definition of a Document subclass for defining XML property mapping scripts.
 

Methods in com.filenet.api.admin that return Document
 Document DocumentClassificationQueueItem.get_QueuedObject()
          Returns the value of the QueuedObject property.
 

Methods in com.filenet.api.admin with parameters of type Document
 void DocumentClassificationQueueItem.set_QueuedObject(Document value)
          Sets the value of the QueuedObject property.
 

Uses of Document in com.filenet.api.core
 

Subinterfaces of Document in com.filenet.api.core
 interface WorkflowDefinition
          Represents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store.
 

Methods in com.filenet.api.core that return Document
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 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.
 

Methods in com.filenet.api.core with parameters of type Document
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 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.
 

Uses of Document in com.filenet.api.engine
 

Methods in com.filenet.api.engine with parameters of type Document
 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).
 

Uses of Document in com.filenet.api.publishing
 

Subinterfaces of Document in com.filenet.api.publishing
 interface PublishTemplate
          Represents a template for publishing a document.
 

Methods in com.filenet.api.publishing that return Document
 Document PublishRequest.get_InputDocument()
          Returns the value of the InputDocument property.
 Document PublishRequest.get_PublicationDocument()
          Returns the value of the PublicationDocument property.
 

Methods in com.filenet.api.publishing with parameters of type Document
 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.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.