|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableMetadataObjects | |
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 ReadableMetadataObjects in com.filenet.wcm.api |
Subinterfaces of ReadableMetadataObjects in com.filenet.wcm.api | |
interface |
ChoiceLists
A ChoiceLists collection is a collection of
ChoiceList objects. |
interface |
ClassDescriptions
A ClassDescriptions object represents a collection of
ClassDescription objects. |
interface |
CustomObjects
Not Implemented in CS Java Connector v3.0. |
interface |
Documents
A Documents collection represents a collection of Document
objects. |
interface |
Domains
Not Implemented in CS Java Connector v3.0. |
interface |
EventActions
Not Implemented in CS Java Connector v3.0. |
interface |
FeatureAddOns
Not Implemented in CS Java Connector v3.0. |
interface |
Folders
A Folders collection represents a collection of Folder
objects. |
interface |
Groups
Not Implemented in CS Java Connector v3.0. |
interface |
Links
Not Implemented in CS Java Connector v3.0. |
interface |
ObjectStores
An ObjectStores collection contains
ObjectStore objects. |
interface |
PropertyDescriptions
A PropertyDescriptions interface represents a collection of
PropertyDescription objects. |
interface |
PublishRequests
Not Implemented in CS Java Connector v3.0. |
interface |
PublishTemplates
Not Implemented in CS Java Connector v3.0. |
interface |
ReadableSecurityObjects
For future use. |
interface |
Realms
Not Implemented in CS Java Connector v3.0. |
interface |
SearchPropertyDescriptions
Not Implemented in CS Java Connector v3.0. |
interface |
SecurityPolicies
A SecurityPolicies collection contains a set of
SecurityPolicy objects. |
interface |
StoredSearches
Not Implemented in CS Java Connector v3.0. |
interface |
StyleTemplates
Not Implemented in CS Java Connector v3.0. |
interface |
Subscriptions
Not Implemented in CS Java Connector v3.0. |
interface |
Users
A Users collection contains User
objects, each of which represents a user account on the Content Services server.
|
interface |
WorkflowDefinitions
Not Implemented in CS Java Connector v3.0. |
interface |
WorkflowSubscriptions
Not Implemented in CS Java Connector v3.0. |
interface |
WriteableMetadataObjects
For future use. |
interface |
WriteableSecurityObjects
For future use. |
Methods in com.filenet.wcm.api that return ReadableMetadataObjects | |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
byte[] value)
Returns a collection of matching objects for the given property, relational operator, and byte array of binary values. |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
boolean value)
Returns a collection of matching objects for the given property, relational operator, and boolean value. |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
java.util.Date value)
Returns a collection of matching objects for the given property, relational operator, and Date value.
|
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
double value)
Returns a collection of matching objects for the given property, relational operator, and double value. |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
int value)
Returns a collection of matching objects for the given property, relational operator, and integer value. |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
java.lang.String value)
Returns a collection of matching objects for the given property, relational operator, and String value. |
ReadableMetadataObjects |
ReadableMetadataObjects.filterByProperty(java.lang.String propertyName,
int op,
ReadableMetadataObject value)
Not Implemented in CS Java Connector v3.0. |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |