Package | Description |
---|---|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Method and Description |
---|---|
FilterElement[] |
PropertyFilter.getIncludeProperties()
Returns an array of
FilterElement objects, each of which identifies one or more properties
by to be included during an object retrieval or object refresh. |
FilterElement[] |
PropertyFilter.getIncludeTypes()
Returns an array of
FilterElement objects, each of which identifies properties to be
included by type during an object retrieval or object refresh. |
Modifier and Type | Method and Description |
---|---|
void |
PropertyFilter.addIncludeProperty(FilterElement fe)
Adds one or more properties, specified in a
FilterElement object, to be included during an
object retrieval or object refresh. |
void |
PropertyFilter.addIncludeType(FilterElement fe)
Adds properties identified by type in a
FilterElement object to be included during
an object retrieval or object refresh. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.