Uses of Package
com.filenet.api.core

Packages that use com.filenet.api.core
com.filenet.api.action Provides classes that are related to making changes to objects. 
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.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
com.filenet.api.property Provides classes and interfaces related to Content Engine object properties. 
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.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
com.filenet.api.util Provides utility classes and interfaces. 
 

Classes in com.filenet.api.core used by com.filenet.api.action
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
 

Classes in com.filenet.api.core used by com.filenet.api.admin
Containable
          Represents the base class for all objects that can be contained.
DependentObject
          Indicates objects that are dependent.
Document
          Represents a single version of a document stored in an object store.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
RepositoryObject
          Indicates objects that are repository objects.
Subscribable
          Serves as a target of an event subscription, represented by a Subscription-based object.
Versionable
          Represents the base class for classes whose instances are versionable objects.
 

Classes in com.filenet.api.core used by com.filenet.api.core
Annotation
          Represents an annotation that can be applied to a document, folder, or custom object.
Batch
          Abstract superclass for the accumulation of batch items for a pending batch operation.
BatchItemHandle
          References objects for batch operations.
ComponentRelationship
          Defines a hierarchical relationship between two documents as components in a compound document.
Connection
          Represents a logical connection to a FileNet P8 domain.
Containable
          Represents the base class for all objects that can be contained.
ContainmentRelationship
          Models containment relationships.
ContentElement
          Represents the superclass for classes used to access document or annotation content data.
ContentReference
          Represents external content data that exists outside of an object store (and therefore outside the control of the Content Engine server), but to which an object store maintains a reference.
ContentTransfer
          Represents content data that is local to an object store and directly managed by the Content Engine server.
CustomObject
          Represents a general interface that can be subclassed.
DependentObject
          Indicates objects that are dependent.
Document
          Represents a single version of a document stored in an object store.
Domain
          Represents a collection of resources and services sharing the same Global Configuration Database (GCD).
DynamicReferentialContainmentRelationship
          Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
EntireNetwork
          Represents the highest-level object in the Content Engine API object model.
Folder
          Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
InstantiatingScope
          Provides a generic means for instantiating independent objects within a scope.
Link
          Represents a relationship between two objects.
ObjectReference
          Provides a means to retrieve identity information about an object.
ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
ReferentialContainmentRelationship
          Represents a static relationship between two Containable subclasses: a container and a containee.
Relationship
          Represents the base class for binary relationships between independently persistable objects of an object store.
RepositoryObject
          Indicates objects that are repository objects.
RetrievingBatch
          Creates a batch operation to retrieve objects.
Scope
          Defines the originating "scope" (enclosing context) of an object, such as the Domain of a Site or ObjectStore, or the ObjectStore of a Document.
Subscribable
          Serves as a target of an event subscription, represented by a Subscription-based object.
UpdatingBatch
          Creates a batch operation to update persisted objects.
Versionable
          Represents the base class for classes whose instances are versionable objects.
VersionSeries
          Represents the complete set of versions for a versionable object, or document (that is, an object instantiated from a subinterface of the Versionable interface).
WorkflowDefinition
          Represents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store.
 

Classes in com.filenet.api.core used by com.filenet.api.engine
Document
          Represents a single version of a document stored in an object store.
 

Classes in com.filenet.api.core used by com.filenet.api.events
DependentObject
          Indicates objects that are dependent.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
RepositoryObject
          Indicates objects that are repository objects.
Subscribable
          Serves as a target of an event subscription, represented by a Subscription-based object.
WorkflowDefinition
          Represents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store.
 

Classes in com.filenet.api.core used by com.filenet.api.meta
DependentObject
          Indicates objects that are dependent.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentObject
          Indicates objects that are independent.
InstantiatingScope
          Provides a generic means for instantiating independent objects within a scope.
Scope
          Defines the originating "scope" (enclosing context) of an object, such as the Domain of a Site or ObjectStore, or the ObjectStore of a Document.
 

Classes in com.filenet.api.core used by com.filenet.api.property
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentObject
          Indicates objects that are independent.
ObjectReference
          Provides a means to retrieve identity information about an object.
 

Classes in com.filenet.api.core used by com.filenet.api.publishing
Containable
          Represents the base class for all objects that can be contained.
CustomObject
          Represents a general interface that can be subclassed.
Document
          Represents a single version of a document stored in an object store.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
Folder
          Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
RepositoryObject
          Indicates objects that are repository objects.
Subscribable
          Serves as a target of an event subscription, represented by a Subscription-based object.
Versionable
          Represents the base class for classes whose instances are versionable objects.
 

Classes in com.filenet.api.core used by com.filenet.api.query
ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
 

Classes in com.filenet.api.core used by com.filenet.api.replication
DependentObject
          Indicates objects that are dependent.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
RepositoryObject
          Indicates objects that are repository objects.
 

Classes in com.filenet.api.core used by com.filenet.api.security
DependentObject
          Indicates objects that are dependent.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
IndependentObject
          Indicates objects that are independent.
RepositoryObject
          Indicates objects that are repository objects.
Subscribable
          Serves as a target of an event subscription, represented by a Subscription-based object.
 

Classes in com.filenet.api.core used by com.filenet.api.util
Connection
          Represents a logical connection to a FileNet P8 domain.
EngineObject
          Represents the top-level interface from which most of the other Content Engine API interfaces derive.
 



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