FileNet Content Services
Java Connector v3.0

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

Packages that use GettableObject
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 GettableObject in com.filenet.wcm.api
 

Subinterfaces of GettableObject 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 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 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 Folder
          A Folder object represents a container that can hold other objects.
 interface Link
          

Not Implemented in CS Java Connector v3.0.

 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 ReferentialContainmentRelationship
          

Not Implemented in CS Java Connector v3.0.

 interface SearchPropertyDescription
          

Not Implemented in CS Java Connector v3.0.

 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 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.

 

Methods in com.filenet.wcm.api that return GettableObject
 GettableObject ObjectStore.getObject(int objectType, java.lang.String id)
          Returns a GettableObject object.
 


FileNet Content Services
Java Connector v3.0