FileNet Content Services
Java Connector v3.0

Package com.filenet.Panagon

This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields.

See:
          Description

Interface Summary
Choice A Choice object is an element in a ChoiceList collection and represents a possible value of a property.
ChoiceList A ChoiceList object is a collection of Choice objects, which represent the possible values of a property.
ClassDescription A ClassDescription object is a collection of metadata that describes a Content Services class.
Document A Document object represents a document stored in a Content Services object store (library).
Folder A Folder object represents a container that can hold other objects.
ObjectStore An ObjectStore object represents a location (an object store) in which objects are stored on the Content Services server.
PanagonObject The PanagonObject interface is the base from which most of the other interfaces in the Panagon package derive.
Permission A Permission object represents an access control (or rule) associated with a Folder or Document object.
PropertyDescription A PropertyDescription object is a collection of metadata that describes a property.
Search A Search object contains the search criteria used to retrieve objects from an object store (library).
Session A Session object contains information, such as configuration options and credentials, needed to execute an operation on the Content Services server.
 

Class Summary
ObjectFactory The ObjectFactory class creates new objects and empty collection objects through a set of static methods.
 

Exception Summary
ContentEngineException This exception is thrown when Content Services returns a status code.
ContentNotFoundException This exception is thrown when a TransportInputStream object cannot be created, thereby preventing retrieval of document content.
MethodNotImplementedException This exception is thrown when requested method is not found.
 

Package com.filenet.Panagon Description

This package contains the ObjectFactory class for creating new objects, and interfaces that define system and custom properties as fields. These properties are set on the Content Services server.


FileNet Content Services
Java Connector v3.0