|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyNotFoundException | |
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 PropertyNotFoundException in com.filenet.wcm.api |
Methods in com.filenet.wcm.api that throw PropertyNotFoundException | |
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. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
byte[] value)
Returns, at most, one matching object for the given property, relational operator, and byte array of binary values. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
boolean value)
Returns, at most, one matching object for the given property, relational operator, and boolean value. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
java.util.Date value)
Returns, at most, one matching object for the given property, relational operator, and Date value.
|
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
double value)
Returns, at most, one matching object for the given property, relational operator, and double value. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
int value)
Returns, at most, one matching object for the given property, relational operator, and integer value. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
java.lang.String value)
Returns, at most, one matching object for the given property, relational operator, and String value. |
ReadableMetadataObject |
ReadableMetadataObjects.findByProperty(java.lang.String propertyName,
int op,
ReadableMetadataObject value)
Not Implemented in CS Java Connector v3.0. |
void |
ReadableMetadataObjects.orderByProperty(java.lang.String propertyName)
Sorts this ReadableMetadataObjects collection by the given
property. |
void |
ReadableMetadataObjects.orderByProperty(java.lang.String propertyName,
java.util.Locale loc)
Sorts this ReadableMetadataObjects collection by the given
String-valued property for the specified locale. |
Properties |
ReadableMetadataObject.getProperties()
Returns all the properties for this ReadableMetadataObject object.
|
Properties |
ReadableMetadataObject.getProperties(java.lang.String[] propNames)
Returns the requested properties for this ReadableMetadataObject object. |
java.lang.Object |
ReadableMetadataObject.getPropertyValue(java.lang.String name)
Returns the value of the named property as an Object
for this ReadableMetadataObject . |
boolean |
ReadableMetadataObject.getPropertyBooleanValue(java.lang.String name)
Returns the value--cast or converted to a boolean --of the
named property for this ReadableMetadataObject . |
byte[] |
ReadableMetadataObject.getPropertyBinaryValue(java.lang.String name)
Returns the value--cast or converted to a byte array--of the
named property for this ReadableMetadataObject .
|
java.util.Date |
ReadableMetadataObject.getPropertyDateValue(java.lang.String name)
Returns the value--cast or converted to a Date --of the
named property for this ReadableMetadataObject .
|
double |
ReadableMetadataObject.getPropertyDoubleValue(java.lang.String name)
Returns the value--cast or converted to a double --of the
named property for this ReadableMetadataObject .
|
int |
ReadableMetadataObject.getPropertyIntValue(java.lang.String name)
Returns the value--cast or converted to an int--of the named property for this ReadableMetadataObject .
|
java.lang.String |
ReadableMetadataObject.getPropertyStringValue(java.lang.String name)
Returns the value--cast or converted to a String --of the
named property for this ReadableMetadataObject .
|
Values |
ReadableMetadataObject.getPropertyValuesValue(java.lang.String name)
Returns the value--cast or converted to a Values
collection--of the named property for this ReadableMetadataObject .
|
Properties |
Event.getSourceObjectProperties()
Not Implemented in CS Java Connector v3.0. |
Properties |
Event.getSourceObjectProperties(java.lang.String[] propNames)
Not Implemented in CS Java Connector v3.0. |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |