Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Field and Description |
---|---|
static FilteredPropertyType |
FilteredPropertyType.ANY
Indicates all properties.
|
static FilteredPropertyType |
FilteredPropertyType.ANY_LIST
Indicates all properties with a cardinality of
LIST . |
static FilteredPropertyType |
FilteredPropertyType.ANY_NON_OBJECT
Indicates all properties that do not return a Content Engine object as a value.
|
static FilteredPropertyType |
FilteredPropertyType.ANY_SINGLETON
Indicates all properties with a cardinality of
SINGLE . |
static FilteredPropertyType |
FilteredPropertyType.CONTENT_DATA
Indicates
PropertyContent properties. |
static FilteredPropertyType |
FilteredPropertyType.ENUM_OF_OBJECT
Indicates
PropertyIndependentObjectSet properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_BINARY
Indicates
PropertyBinaryList properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_BOOLEAN
Indicates
PropertyBooleanList properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_DATE
Indicates
PropertyDateTimeList properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_DOUBLE
Indicates
PropertyFloat64List properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_GUID
Indicates
PropertyIdList properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_LONG
Indicates
PropertyInteger32List properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_OBJECT
Indicates
PropertyDependentObjectList properties. |
static FilteredPropertyType |
FilteredPropertyType.LIST_OF_STRING
Indicates
PropertyStringList properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_BINARY
Indicates
PropertyBinary properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_BOOLEAN
Indicates
PropertyBoolean properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_DATE
Indicates
PropertyDateTime properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_DOUBLE
Indicates
PropertyFloat64 properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_GUID
Indicates
PropertyId properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_LONG
Indicates
PropertyInteger32 properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_OBJECT
Indicates
PropertyEngineObject properties. |
static FilteredPropertyType |
FilteredPropertyType.SINGLETON_STRING
Indicates
PropertyString properties. |
Modifier and Type | Method and Description |
---|---|
static FilteredPropertyType |
FilteredPropertyType.getInstanceFromString(java.lang.String value)
Returns an instance of this class using its associated
String value. |
Modifier and Type | Method and Description |
---|---|
void |
PropertyFilter.addIncludeType(int maxRecursion,
java.lang.Long maxSize,
java.lang.Boolean levelDependents,
FilteredPropertyType value)
Deprecated.
|
void |
PropertyFilter.addIncludeType(int maxRecursion,
java.lang.Long maxSize,
java.lang.Boolean levelDependents,
FilteredPropertyType value,
java.lang.Integer pageSize)
Creates a
FilterElement object and adds properties identified by type to be included during
an object retrieval or object refresh. |
Constructor and Description |
---|
FilterElement(java.lang.Integer maxRecursion,
java.lang.Long maxSize,
java.lang.Boolean levelDependents,
FilteredPropertyType value)
Deprecated.
|
FilterElement(java.lang.Integer maxRecursion,
java.lang.Long maxSize,
java.lang.Boolean levelDependents,
FilteredPropertyType value,
java.lang.Integer pageSize)
Creates a
FilterElement object that specifies, by type,
which properties to retrieve from the server. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.