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

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

Uses of IndependentObject in com.filenet.api.admin
 

Subinterfaces of IndependentObject in com.filenet.api.admin
 interface AddOn
          Represents a product extension to the core FileNet P8 Content Engine components.
 interface AsyncUpgradeQueueItem
          For internal use only.
 interface CenteraFixedContentDevice
          Represents the description of an EMC Centera fixed content device.
 interface ChoiceList
          Represents a choice list in an object store.
 interface ClassDefinition
          Represents the class definition (mutable class metadata) of non-versionable, non-subscribable classes.
 interface CMODApplicationGroup
          Represents an IBM® Content Manager OnDemand (CMOD) application group that can be configured for content federation.
 interface CMODFixedContentDevice
          Represents the description of an IBM® Content Manager OnDemand (CMOD) external fixed content storage device.
 interface CmTivoliManagementClass
          A management class that represents a specific retention setting for an IBM® Tivoli® Storage Manager (TSM) server.
 interface CodeModule
          Represents a user-implemented Java event handler that executes when an Action-based object's events are raised.
 interface ContentCacheArea
          Represents a file storage area that stores duplicates of the document content most frequently requested, and permits those duplicates to be accessed in lieu of the originals in order to enhance the document retrieval performance of local servers.
 interface DatabaseStorageArea
          Represents a storage area for content elements stored in the database.
 interface DITARenditionEngineConnection
          Represents site-specific connection data for a DITA Rendition Engine that is referenced by a publishing configuration.
 interface DocumentClassDefinition
          Represents the class definition (mutable class metadata) of the Document class and its subclasses.
 interface DocumentClassificationQueueItem
          Represents a pending (queued) document auto-classification request.
 interface EventClassDefinition
          Represents the class definition (mutable class metadata) of event classes whose instances can be subscribed to or audited.
 interface EventQueueItem
          Represents a pending (queued) execution of an asynchronous event action, or an asynchronous event queue item that remains unprocessed because its retry count is zero.
 interface FileStorageArea
          Represents a storage area for content elements stored in the file system.
 interface FixedContentDevice
          Represents the base, abstract class for all classes relating to fixed content devices.
 interface FixedStorageArea
          Represents a storage area for content elements stored in a fixed content device.
 interface GenericFixedContentDevice
          Represents the description of a generic fixed content device.
 interface IICEFixedContentDevice
          Represents an external fixed content device accessible via an instance of IBM Content Integrator (formerly known as Information Integrator Content Edition or IICE).
 interface IMFixedContentDevice
          Represents the description of a FileNet Image Services fixed content device.
 interface IndexArea
          Represents the disk storage location and data necessary to perform full-text indexing for content-based retrieval.
 interface IndexJob
          Initiates and tracks the status of a full text indexing operation.
 interface IsolatedRegion
          Contains all of the connection information necessary to access the Process Engine isolated region.
 interface PEConnectionPoint
          Routes Process Engine requests to an isolated region (IsolatedRegion instance).
 interface PropertyTemplate
          Represents the base class for all property template classes.
 interface PropertyTemplateBinary
          Represents a property template for creating PropertyDefinitionBinary objects, which you can add to class definitions to create user-defined properties for holding binary values.
 interface PropertyTemplateBoolean
          Represents a property template for creating PropertyDefinitionBoolean objects, which you can add to class definitions to create user-defined properties for holding Boolean values.
 interface PropertyTemplateDateTime
          Represents a property template for creating PropertyDefinitionDateTime objects, which you can add to class definitions to create user-defined properties for holding DateTime values.
 interface PropertyTemplateFloat64
          Represents a property template for creating PropertyDefinitionFloat64 objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values.
 interface PropertyTemplateId
          Represents a property template for creating PropertyDefinitionId objects, which you can add to class definitions to create user-defined properties for holding GUID string values.
 interface PropertyTemplateInteger32
          Represents a property template for creating PropertyDefinitionInteger32 objects, which you can add to class definitions to create user-defined properties for holding integer values.
 interface PropertyTemplateObject
          Represents a property template for creating PropertyDefinitionObject objects, which you can add to class definitions to create user-defined properties for holding Content Engine object values.
 interface PropertyTemplateString
          Represents a property template for creating PropertyDefinitionString objects, which you can add to class definitions to create user-defined properties for holding string values.
 interface QueueItem
          This class is the base class for all queue-related classes.
 interface RenditionEngineConnection
          Represents site-specific connection data for a Rendition Engine that is referenced by a publishing configuration.
 interface ReplicableClassDefinition
          Represents the class definition (mutable class metadata) of classes of which an object instance can be replicated.
 interface SecurityPropagationQueueItem
          Represents a pending (queued) execution of an asynchronous security propagation action on a target object.
 interface ServerInstance
          Represents a single instance of a Java Virtual Machine (JVM) running in an application server.
 interface Site
          Identifies a geographical area within a FileNet P8 domain.
 interface SnapLockFixedContentDevice
          Represents the description of a NetApp SnapLock fixed content device.
 interface StorageArea
          Represents the physical storage location where content will be stored.
 interface StoragePolicy
          Represents a subset of available storage areas that are deemed equivalent based on common, user-specified criteria.
 interface SubscribableClassDefinition
          Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.
 interface TableDefinition
          Represents the description of a Content Engine database table.
 interface TivoliFixedContentDevice
          Represents the description of an IBM® Tivoli Storage Manager (TSM) fixed content device.
 interface UpgradeAddOn
          Specifies how to upgrade a set of existing add-ons to a new set of add-ons.
 interface VerityDomainConfiguration
          Contains the Verity configuration properties that are common to all servers in a domain.
 interface VerityIndexArea
          Contains information about an index area that is specific to the Verity content-based retrieval engine.
 interface VersionableClassDefinition
          Represents the parent of the DocumentClassDefinition class, which holds the class definition of a Document class and its subclasses.
 interface VirtualServer
          Represents a logical entity for managing a group of server instances.
 interface XMLPropertyMappingScript
          Represents the definition of a Document subclass for defining XML property mapping scripts.
 

Methods in com.filenet.api.admin that return IndependentObject
 IndependentObject PropertyDefinitionObject.get_PropertyDefaultObject()
          Returns the value of the PropertyDefaultObject property.
 IndependentObject AsyncUpgradeQueueItem.get_QueuedObject()
          Returns the value of the QueuedObject property.
 IndependentObject EventQueueItem.get_QueuedObject()
          Returns the value of the QueuedObject property.
 IndependentObject SecurityPropagationQueueItem.get_QueuedObject()
          Returns the value of the QueuedObject property.
 IndependentObject IndexJobSingleItem.get_SingleItem()
          Returns the value of the SingleItem property.
 IndependentObject EventQueueItem.get_SourceObject()
          Returns the value of the SourceObject property.
 

Methods in com.filenet.api.admin with parameters of type IndependentObject
 void PropertyDefinitionObject.set_PropertyDefaultObject(IndependentObject value)
          Sets the value of the PropertyDefaultObject property.
 void AsyncUpgradeQueueItem.set_QueuedObject(IndependentObject value)
          Sets the value of the QueuedObject property.
 void EventQueueItem.set_QueuedObject(IndependentObject value)
          Sets the value of the QueuedObject property.
 void SecurityPropagationQueueItem.set_QueuedObject(IndependentObject value)
          Sets the value of the QueuedObject property.
 void IndexJobSingleItem.set_SingleItem(IndependentObject value)
          Sets the value of the SingleItem property.
 void EventQueueItem.set_SourceObject(IndependentObject value)
          Sets the value of the SourceObject property.
 

Uses of IndependentObject in com.filenet.api.core
 

Subinterfaces of IndependentObject in com.filenet.api.core
 interface Annotation
          Represents an annotation that can be applied to a document, folder, or custom object.
 interface ComponentRelationship
          Defines a hierarchical relationship between two documents as components in a compound document.
 interface ContainmentRelationship
          Models containment relationships.
 interface CustomObject
          Represents a general interface that can be subclassed.
 interface Document
          Represents a single version of a document stored in an object store.
 interface Domain
          Represents a collection of resources and services sharing the same Global Configuration Database (GCD).
 interface DynamicReferentialContainmentRelationship
          Represents a dynamic relationship between two Containable subclasses: a container and the current version of a Document.
 interface EntireNetwork
          Represents the highest-level object in the Content Engine API object model.
 interface Folder
          Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
 interface IndependentlyPersistableObject
          Represents a persistable IndependentObject that you can directly create, update, and delete.
 interface Link
          Represents a relationship between two objects.
 interface ObjectStore
          Represents a location in which folders, documents, and custom objects are stored, accessed, and managed on the Content Engine server.
 interface ReferentialContainmentRelationship
          Represents a static relationship between two Containable subclasses: a container and a containee.
 interface Relationship
          Represents the base class for binary relationships between independently persistable objects of an object store.
 interface 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).
 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 IndependentObject
 IndependentObject InstantiatingScope.createObject(java.lang.String classIdent)
          Creates a new object of the specified class.
 IndependentObject InstantiatingScope.createObject(java.lang.String classIdent, Id objectId)
          Creates a new object based on the specified class and ID.
 IndependentObject ObjectStore.fetchAndLockObject(java.lang.String classIdent, Id objectId, long timeout, java.lang.String lockOwner, PropertyFilter filter)
          Retrieves and locks the specified object from this ObjectStore object.
 IndependentObject ObjectStore.fetchAndLockObject(java.lang.String classIdent, java.lang.String objectIdent, long timeout, java.lang.String lockOwner, PropertyFilter filter)
          Retrieves and locks the specified object from this ObjectStore object.
 IndependentObject InstantiatingScope.fetchObject(java.lang.String classIdent, Id objectId, PropertyFilter filter)
          Retrieves an object of the requested type, given a class identifier and object ID.
 IndependentObject InstantiatingScope.fetchObject(java.lang.String classIdent, java.lang.String objectIdent, PropertyFilter filter)
          Retrieves an object of the requested type, given class and object identifiers.
 IndependentObject Annotation.get_AnnotatedObject()
          Returns the value of the AnnotatedObject property.
 IndependentObject Link.get_Head()
          Returns the value of the Head property.
 IndependentObject Relationship.get_Head()
          Returns the value of the Head property.
 IndependentObject VersionSeries.get_Reservation()
          Returns the value of the Reservation property.
 IndependentObject Versionable.get_Reservation()
          Returns the value of the Reservation property.
 IndependentObject Link.get_Tail()
          Returns the value of the Tail property.
 IndependentObject Relationship.get_Tail()
          Returns the value of the Tail property.
 IndependentObject BatchItemHandle.getObject()
          Returns the object referenced by this batch item.
 IndependentObject InstantiatingScope.getObject(java.lang.String classIdent, Id objectId)
          Retrieves an object of the requested type, given a class identifier and an object ID.
 IndependentObject InstantiatingScope.getObject(java.lang.String classIdent, java.lang.String objectIdent)
          Retrieves an object of the requested type, given class and object identifiers.
 

Methods in com.filenet.api.core with parameters of type IndependentObject
 BatchItemHandle RetrievingBatch.add(IndependentObject object, PropertyFilter filter)
          Adds an object reference to the batch to be retrieved by this instance.
 java.util.List Batch.getBatchItemHandles(IndependentObject object)
          Returns a list of the BatchItemHandle instances in this batch that reference the specified object, or, if the object parameter is null, the list of all BatchItemHandle instances in this batch.
 void Annotation.set_AnnotatedObject(IndependentObject value)
          Sets the value of the AnnotatedObject property.
 void Link.set_Head(IndependentObject value)
          Sets the value of the Head property.
 void Relationship.set_Head(IndependentObject value)
          Sets the value of the Head property.
 void Link.set_Tail(IndependentObject value)
          Sets the value of the Tail property.
 void Relationship.set_Tail(IndependentObject value)
          Sets the value of the Tail property.
 

Uses of IndependentObject in com.filenet.api.events
 

Subinterfaces of IndependentObject in com.filenet.api.events
 interface Action
          Represents an extensible, user-implemented action in response to an event triggered on a source object.
 interface ActionConsumer
          Represents consumer of Action-based objects.
 interface AuditConfigurationEvent
          Represents an event that occurs when the auditing configuration of an object store is changed.
 interface CancelCheckoutEvent
          Represents an event that occurs when a reservation on a versionable object is canceled.
 interface ChangeClassEvent
          Represents an event that occurs when the class of an object is changed.
 interface ChangeStateEvent
          Represents an event that occurs when the lifecycle state of a Document object changes.
 interface CheckinEvent
          Represents an event that occurs when a versionable object is checked in.
 interface CheckoutEvent
          Represents an event that occurs when a versionable object is checked out.
 interface ClassifyCompleteEvent
          Represents an event that occurs when a document has been auto-classified, that is, assigned a document class automatically during checkin.
 interface ClassSubscription
          Represents a subscription for events generated by all objects of a particular class.
 interface ClassWorkflowSubscription
          Represents a subscription that initiates a workflow in response to events generated by all objects of a particular class.
 interface CreationEvent
          Represents an event that occurs when an object instance of a class is created and saved.
 interface CustomEvent
          Represents a user-defined custom event.
 interface DeletionEvent
          Represents an event that occurs when an object is deleted from the object store.
 interface DemoteVersionEvent
          Represents an event that occurs when a versionable object is demoted to a minor version.
 interface DocumentClassificationAction
          Defines the content type and the server-side Java implementation that automatically classifies a document of the defined content type.
 interface DocumentLifecycleAction
          Represents the actions to be taken when a document's lifecycle state is changed.
 interface DocumentLifecyclePolicy
          Represents the lifecycle policy for a document.
 interface Event
          Represents a system or custom event that can be triggered on an Content Engine object or class of objects.
 interface EventAction
          Represents the actions taken when a subscribed event fires.
 interface FileEvent
          Represents an event that occurs when a folder has its file method called to file a Containable object, for example, a Document or CustomObject, or when the file is called to create a subfolder.
 interface FreezeEvent
          Represents an event that occurs when the freeze method of a Versionable object is successfully called.
 interface GetContentEvent
          Represents an event that occurs when the content of a content-carrying object is retrieved.
 interface GetObjectEvent
          Represents an event that occurs when an object is retrieved from the object store.
 interface InstanceSubscription
          Represents a subscription for events generated by a single object instance of a particular class.
 interface InstanceWorkflowSubscription
          Represents a subscription that initiates a workflow in response to events generated by a single object instance.
 interface LockEvent
          Represents an event that occurs when the lock method is called to lock or update an existing lock on a Document, CustomObject, or Folder object.
 interface ObjectChangeEvent
          Represents an event that occurs when the state of an object is changed.
 interface PromoteVersionEvent
          Represents an event that occurs when a document is promoted or checked in as a major version.
 interface PublishCompleteEvent
          Represents an event that occurs when a document-publishing request has completed.
 interface PublishRequestEvent
          Represents an event that occurs when a request has been made to publish or republish a document.
 interface QueryEvent
          Repesents an event that occurs whenever a database query is performed.
 interface RetrievalEvent
          Represents an event that occurs when a Content Engine object or its content is retrieved or queried.
 interface Subscription
          Represents a request to execute an event action when an event is triggered on a target Content Engine object.
 interface TakeFederatedOwnershipEvent
          Event reported when the takeFederatedOwnership method is applied to a Document object.
 interface UnfileEvent
          Represents an event that occurs when a folder has its unfile method called to remove (unfile) a Containable object, for example, a Document or Folder, or when the unfile method is called to delete a subfolder.
 interface UnlockEvent
          Represents an event that occurs when the unlock method is called on a Document, CustomObject, or Folder object.
 interface UpdateEvent
          Represents an event that occurs when changes are made to an object's properties.
 interface UpdateSecurityEvent
          Represents an event that occurs when the security of an object is changed.
 interface WorkflowEventAction
          Represents a definition of the actions taken when a workflow is initiated via an event that is subscribed to by a workflow subscription.
 

Methods in com.filenet.api.events that return IndependentObject
 IndependentObject ChangeClassEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject ChangeStateEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject CheckinEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject CheckoutEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject ClassifyCompleteEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject CustomEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject DemoteVersionEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject FreezeEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject LockEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject PromoteVersionEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject PublishCompleteEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject TakeFederatedOwnershipEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject UnlockEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject UpdateEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject UpdateSecurityEvent.get_OriginalObject()
          Returns the value of the OriginalObject property.
 IndependentObject ObjectChangeEvent.get_SourceObject()
          Returns the value of the SourceObject property.
 

Uses of IndependentObject in com.filenet.api.meta
 

Subinterfaces of IndependentObject in com.filenet.api.meta
 interface ClassDescription
          Represents the fixed description (immutable metadata) of a class.
 

Methods in com.filenet.api.meta that return IndependentObject
 IndependentObject PropertyDescriptionObject.get_PropertyDefaultObject()
          Returns the value of the PropertyDefaultObject property.
 

Uses of IndependentObject in com.filenet.api.property
 

Methods in com.filenet.api.property that return IndependentObject
 IndependentObject PropertyEngineObject.fetchIndependentObject(PropertyFilter filter)
          Retrieves the value of a PropertyEngineObject property that holds an IndependentObject object by making a roundtrip to the server using an optional property filter.
 

Uses of IndependentObject in com.filenet.api.publishing
 

Subinterfaces of IndependentObject in com.filenet.api.publishing
 interface PublishRequest
          Represents a queued request to publish a document using a specified PublishTemplate object.
 interface PublishStyleTemplate
          Represents the style template that defines how a source document will be transformed.
 interface PublishTemplate
          Represents a template for publishing a document.
 

Uses of IndependentObject in com.filenet.api.replication
 

Subinterfaces of IndependentObject in com.filenet.api.replication
 interface CMODRepository
          Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.
 interface ContentFederatingRepository
          Represents repositories that are external to the Content Engine server and are capable of federating content.
 interface ExternalClassDescription
          Represents the description of a class in an external repository of which an object instance can be replicated.
 interface ExternalRepository
          Represents repositories that are external to the Content Engine server.
 interface ImageServicesRepository
          Represents an IBM® FileNet® Image Services external repository that is capable of federating content.
 interface ReplicationGroup
          This interface is not supported.
 interface ReplicationJournalEntry
          Represents the journal record of an operation on a replicated object for outbound replication.
 interface Repository
          This interface is the base for subinterfaces representing object stores and external repositories.
 

Uses of IndependentObject in com.filenet.api.security
 

Subinterfaces of IndependentObject in com.filenet.api.security
 interface Group
          Represents a group of user accounts defined by the directory service on the Content Engine server.
 interface MarkingSet
          Represents a container for the set of markings for a given object property.
 interface Realm
          Consists of a set of related groups and users.
 interface SecurityPolicy
          Represents an independently persistable, subclassable container for a list of security templates.
 interface SecurityPrincipal
          Provides the base class for security principals (Group and User objects).
 interface User
          Represents a particular user who has access to Content Engine resources.
 



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