Uses of Package
com.filenet.api.core

  • Packages that use com.filenet.api.core 
    Package Description
    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.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.
    com.filenet.api.util
    Provides utility classes and interfaces.
  • Classes in com.filenet.api.core used by com.filenet.api.action 
    Class and Description
    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 
    Class and Description
    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 
    Class and Description
    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.
    CmAbstractPersistable
    Customizable base for classes of objects that can provide basic subscribable and replicable independently persistable behaviour.
    CmTask
    Represents a single work item to be completed as part of a process that might involve multiple related or independent work items.
    CmTaskRelationship
    Defines a predecessor-successor relationship between two CmTask objects.
    CmThumbnail
    Represents a thumbnail image corresponding to a ContentElement of a Document.
    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 
    Class and Description
    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.
    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.
  • Classes in com.filenet.api.core used by com.filenet.api.events 
    Class and Description
    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 
    Class and Description
    Connection
    Represents a logical connection to a FileNet P8 domain.
    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 
    Class and Description
    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 
    Class and Description
    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 
    Class and Description
    Containable
    Represents the base class for all objects that can be contained.
    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.
    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.replication 
    Class and Description
    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 
    Class and Description
    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.sweep 
    Class and Description
    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.
  • Classes in com.filenet.api.core used by com.filenet.api.util 
    Class and Description
    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.
    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.

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