|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.filenet.wcm.api | |
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. |
Classes in com.filenet.wcm.api used by com.filenet.Panagon | |
BaseObject
The BaseObject interface is the base from which most of
the interfaces in the com.filenet.wcm.api package derive derive. |
|
BaseRuntimeException
This is an unchecked exception class from which other CS Java Connector unchecked exceptions are inherited. |
|
Choice
A Choice object is an element in a ChoiceList
collection and represents a possible value of a property. |
|
ChoiceList
A ChoiceList collection represents a set of choices for a settable property.
|
|
ClassDescription
A ClassDescription object is a collection of metadata that
describes a Content Services class.
|
|
ClassDescriptions
A ClassDescriptions object represents a collection of
ClassDescription objects. |
|
Document
A Document object represents a document stored in a Content Services object store.
|
|
EntireNetwork
An EntireNetwork object represents all of the
object stores (libraries) on the network. |
|
Folder
A Folder object represents a container that can hold other
objects. |
|
Groups
Not Implemented in CS Java Connector v3.0. |
|
ObjectStore
This base interface includes methods for getting objects persisted in the object store and retrieving metadata. |
|
ObjectStores
An ObjectStores collection contains
ObjectStore objects. |
|
Permission
A Permission object represents an access control (or rule)
associated with with a Folder or Document object. |
|
Permissions
A Permissions collection contains one or more
com.filenet.Panagon.Permission objects. |
|
Properties
A Properties collection represents a collection of Property
objects. |
|
Property
A Property object represents information about a property of
an object stored in a Content Services server. |
|
PropertyDescription
A PropertyDescription object is a collection of metadata that
describes a property. |
|
PropertyDescriptions
A PropertyDescriptions interface represents a collection of
PropertyDescription objects. |
|
Search
A Search object contains the search criteria used to retrieve objects
from an object store (library). |
|
SecurityGrantee
Group and User interfaces that extend
SecurityGrantee describe objects which comprise
grantees in a Permissions collection.
|
|
Session
A Session object contains information, such as configuration
options and credentials, needed to execute an operation on the Content Services
server. |
|
Users
A Users collection contains User
objects, each of which represents a user account on the Content Services server.
|
|
Value
A Value object is a value associated with a
Property object. |
|
ValueObject
An object implementing the ValueObject interface is an object
that can be used in a call to or
. |
|
Values
A Values collection is a collection of Value objects
for a multi-valued property. |
Classes in com.filenet.wcm.api used by com.filenet.wcm.api | |
AuditDefinitions
Not Implemented in CS Java Connector v3.0. |
|
BaseException
This is a checked exception class from which other CS Java Connector checked exceptions are inherited. |
|
BaseObject
The BaseObject interface is the base from which most of
the interfaces in the com.filenet.wcm.api package derive derive. |
|
BaseObjects
A BaseObjects collection can contain various types of objects from a
Content Services server. |
|
BaseRuntimeException
This is an unchecked exception class from which other CS Java Connector unchecked exceptions are inherited. |
|
BatchResultItem
Not Implemented in CS Java Connector v3.0. |
|
BatchResultItems
Not Implemented in CS Java Connector v3.0. |
|
CannotDetokenizeException
This exception is thrown from Session.fromToken if the parameter
supplied to the method cannot be parsed into keyword=value pairs for the returned
HashMap. |
|
ChoiceList
A ChoiceList collection represents a set of choices for a settable property.
|
|
ChoiceLists
A ChoiceLists collection is a collection of
ChoiceList objects. |
|
ClassDescription
A ClassDescription object is a collection of metadata that
describes a Content Services class.
|
|
ClassDescriptions
A ClassDescriptions object represents a collection of
ClassDescription objects. |
|
ContainableObject
An object implementing the ContainableObject interface is an object that can
be referentially-contained in a folder. |
|
CreatableObject
An object implementing the CreatableObject interface is an
object that can be created by calling
ObjectStore.createObject . |
|
CustomObject
Not Implemented in CS Java Connector v3.0. |
|
Document
A Document object represents a document stored in a Content Services object store.
|
|
Documents
A Documents collection represents a collection of Document
objects. |
|
Domains
Not Implemented in CS Java Connector v3.0. |
|
Event
Not Implemented in CS Java Connector v3.0. |
|
EventActions
Not Implemented in CS Java Connector v3.0. |
|
FeatureAddOn
Not Implemented in CS Java Connector v3.0. |
|
FeatureAddOns
Not Implemented in CS Java Connector v3.0. |
|
Folder
A Folder object represents a container that can hold other
objects. |
|
Folders
A Folders collection represents a collection of Folder
objects. |
|
GettableObject
An object implementing the GettableObject interface is an object
that can be instantiated by calling
getObject
on the ObjectStore interface. |
|
Groups
Not Implemented in CS Java Connector v3.0. |
|
InsufficientPermissionException
Not Applicable in CS Java Connector v3.0. |
|
Links
Not Implemented in CS Java Connector v3.0. |
|
LockableObject
Not Implemented in CS Java Connector v3.0. |
|
Marking
Not Implemented in CS Java Connector v3.0. |
|
MimeTypes
Not Applicable in CS Java Connector v3.0. |
|
ObjectLockedException
This exception is thrown when an operation is attempted on a persisted object that is already locked. |
|
ObjectStore
This base interface includes methods for getting objects persisted in the object store and retrieving metadata. |
|
ObjectStores
An ObjectStores collection contains
ObjectStore objects. |
|
Permission
A Permission object represents an access control (or rule)
associated with with a Folder or Document object. |
|
PermissionDescriptions
public static final int INHERITANCE_TYPE_OBJECT_INSTANCE = 7; A PermissionDescriptions collection contains one or more
AccessPermissionDescription objects.
|
|
Permissions
A Permissions collection contains one or more
com.filenet.Panagon.Permission objects. |
|
Properties
A Properties collection represents a collection of Property
objects. |
|
PropertyDescription
A PropertyDescription object is a collection of metadata that
describes a property. |
|
PropertyDescriptions
A PropertyDescriptions interface represents a collection of
PropertyDescription objects. |
|
PropertyNotFoundException
This checked exception is thrown in a variety of contexts in which specific properties are being manipulated by an application and at least one of those properties cannot be found for the given object. |
|
PublicationFilter
The PublicationFilter class specifies the filter to use in a
call to the Document interface's
getPublications
and getPublicationsXML
methods. |
|
PublishRequest
Not Implemented in CS Java Connector v3.0. |
|
PublishRequestFilter
The PublishRequestFilter class specifies the filter to use in
a call to the ObjectStore interface's
getPublishRequests
method. |
|
PublishRequests
Not Implemented in CS Java Connector v3.0. |
|
PublishRequestStatus
The PublishRequestStatus class indicates the status of a
publish request. |
|
PublishTemplate
Not Implemented in CS Java Connector v3.0. |
|
PublishTemplates
Not Implemented in CS Java Connector v3.0. |
|
ReadableMetadataObject
An object implementing the ReadableMetadataObject interface is
an object for which metadata (including properties, but not permissions) can
be examined.
|
|
ReadableMetadataObjects
A ReadableMetadataObjects collection represents a collection of
ReadableMetadataObject
objects.
|
|
ReadableSecurityObject
An object implementing the ReadableSecurityObject interface is
an object for which security information (permissions) can be examined. |
|
ReadableSecurityObjects
For future use. |
|
Realm
Not Implemented in CS Java Connector v3.0. |
|
Realms
Not Implemented in CS Java Connector v3.0. |
|
ReferentialContainmentRelationship
Not Implemented in CS Java Connector v3.0. |
|
SearchClassInfo
Not Applicable in CS Java Connector v3.0. |
|
SearchPropertyDescriptions
Not Implemented in CS Java Connector v3.0. |
|
SearchPropInfo
Not Applicable in CS Java Connector v3.0. |
|
SecurityGrantee
Group and User interfaces that extend
SecurityGrantee describe objects which comprise
grantees in a Permissions collection.
|
|
SecurityPolicies
A SecurityPolicies collection contains a set of
SecurityPolicy objects. |
|
SecurityTemplate
Not Implemented in CS Java Connector v3.0. |
|
Session
A Session object contains information, such as configuration
options and credentials, needed to execute an operation on the Content Services
server. |
|
StoredSearches
Not Implemented in CS Java Connector v3.0. |
|
StyleTemplates
Not Implemented in CS Java Connector v3.0. |
|
Subscription
Not Implemented in CS Java Connector v3.0. |
|
Subscriptions
Not Implemented in CS Java Connector v3.0. |
|
TransportInputStream
A TransportInputStream object is used for uploading (sending) or
downloading (receiving)
content to or from the Content Services server. |
|
UntrustedCredentialsException
Not Applicable in CS Java Connector v3.0. |
|
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. |
|
Users
A Users collection contains User
objects, each of which represents a user account on the Content Services server.
|
|
Value
A Value object is a value associated with a
Property object. |
|
ValueObject
An object implementing the ValueObject interface is an object
that can be used in a call to or
. |
|
Values
A Values collection is a collection of Value objects
for a multi-valued property. |
|
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). |
|
VersionSeries
A VersionSeries object represents a collection of versionable
documents. |
|
WorkflowDefinitions
Not Implemented in CS Java Connector v3.0. |
|
WorkflowSubscriptions
Not Implemented in CS Java Connector v3.0. |
|
WorkflowTarget
Not Implemented in CS Java Connector v3.0. |
|
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. |
|
WriteableMetadataObjects
For future use. |
|
WriteableSecurityObject
An object implementing the WriteableSecurityObject interface is
an object for which security information (permissions) can be changed and
persisted to the object store. |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |