FileNet Content Services
Java Connector v3.0

Uses of Interface
com.filenet.wcm.api.BaseObject

Packages that use BaseObject
com.filenet.Panagon This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.  
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of BaseObject in com.filenet.Panagon
 

Subinterfaces of BaseObject in com.filenet.Panagon
 interface ChoiceList
          A ChoiceList object is a collection of Choice objects, which represent the possible values of a property.
 interface PanagonObject
          The PanagonObject interface is the base from which most of the other interfaces in the Panagon package derive.
 

Uses of BaseObject in com.filenet.wcm.api
 

Subinterfaces of BaseObject in com.filenet.wcm.api
 interface Annotation
          

Not Implemented in CS Java Connector v3.0.

 interface ClassDescription
          A ClassDescription object is a collection of metadata that describes a Content Services class.
 interface ContainableObject
          An object implementing the ContainableObject interface is an object that can be referentially-contained in a folder.
 interface CreatableObject
          An object implementing the CreatableObject interface is an object that can be created by calling ObjectStore.createObject.
 interface CustomObject
          

Not Implemented in CS Java Connector v3.0.

 interface Document
          A Document object represents a document stored in a Content Services object store.
 interface Domain
          

Not Implemented in CS Java Connector v3.0.

 interface DynamicReferentialContainmentRelationship
          

Not Implemented in CS Java Connector v3.0.

 interface Event
          

Not Implemented in CS Java Connector v3.0.

 interface EventAction
          

Not Implemented in CS Java Connector v3.0.

 interface FeatureAddOn
          

Not Implemented in CS Java Connector v3.0.

 interface Folder
          A Folder object represents a container that can hold other objects.
 interface GettableObject
          An object implementing the GettableObject interface is an object that can be instantiated by calling getObject on the ObjectStore interface.
 interface Group
          A Group object reflects a set of user accounts defined on the Content Services server.
 interface Link
          

Not Implemented in CS Java Connector v3.0.

 interface LockableObject
          

Not Implemented in CS Java Connector v3.0.

 interface MarkingSet
          

Not Implemented in CS Java Connector v3.0.

 interface ObjectStore
          This base interface includes methods for getting objects persisted in the object store and retrieving metadata.
 interface PropertyDescription
          A PropertyDescription object is a collection of metadata that describes a property.
 interface PublishRequest
          

Not Implemented in CS Java Connector v3.0.

 interface PublishTemplate
          

Not Implemented in CS Java Connector v3.0.

 interface ReadableMetadataObject
          An object implementing the ReadableMetadataObject interface is an object for which metadata (including properties, but not permissions) can be examined.
 interface ReadableSecurityObject
          An object implementing the ReadableSecurityObject interface is an object for which security information (permissions) can be examined.
 interface Realm
          

Not Implemented in CS Java Connector v3.0.

 interface ReferentialContainmentRelationship
          

Not Implemented in CS Java Connector v3.0.

 interface SearchPropertyDescription
          

Not Implemented in CS Java Connector v3.0.

 interface SecurityGrantee
          Group and User interfaces that extend SecurityGrantee describe objects which comprise grantees in a Permissions collection.
 interface SecurityPolicy
          

Not Implemented in CS Java Connector v3.0.

 interface StoredSearch
          

Not Implemented in CS Java Connector v3.0.

 interface StyleTemplate
          

Not Implemented in CS Java Connector v3.0.

 interface Subscription
          

Not Implemented in CS Java Connector v3.0.

 interface User
          A User object exists in the CS Java Connector as part of the security interface that allows a particular user to access a Content Services resource.
 interface VersionableObject
          An object implementing the VersionableObject interface is an object that can be versioned; that is, multiple versions of the object can exist in a Content Services object store (library).
 interface VersionSeries
          A VersionSeries object represents a collection of versionable documents.
 interface WorkflowDefinition
          

Not Implemented in CS Java Connector v3.0.

 interface WorkflowSubscription
          

Not Implemented in CS Java Connector v3.0.

 interface WorkflowTarget
          

Not Implemented in CS Java Connector v3.0.

 interface WriteableMetadataObject
          An object implementing the WriteableMetadataObject interface is an object for which metadata (including properties, but not permissions) can be changed and persisted to the object store.
 interface WriteableSecurityObject
          An object implementing the WriteableSecurityObject interface is an object for which security information (permissions) can be changed and persisted to the object store.
 

Methods in com.filenet.wcm.api that return BaseObject
 BaseObject ObjectStore.importBaseObject(int objType, java.lang.String importXML, int flags)
          

Not Implemented in CS Java Connector v3.0.

 BaseObject BaseObject.thisBaseObject()
          

Not Implemented in CS Java Connector v3.0.

 


FileNet Content Services
Java Connector v3.0