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

Packages that use Containable
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.publishing Provides interfaces related to publishing. 
 

Uses of Containable in com.filenet.api.admin
 

Subinterfaces of Containable 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.
 

Uses of Containable in com.filenet.api.core
 

Subinterfaces of Containable in com.filenet.api.core
 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 Folder
          Represents a container that can hold other Containable subclasses, but cannot have content data of its own.
 interface WorkflowDefinition
          Represents a workflow definition, an XML document of class "WorkflowDefinition" that is stored in a Content Engine object store.
 

Uses of Containable in com.filenet.api.publishing
 

Subinterfaces of Containable in com.filenet.api.publishing
 interface PublishStyleTemplate
          Represents the style template that defines how a source document will be transformed.
 interface PublishTemplate
          Represents a template for publishing a document.
 



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