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 PropertyState |
PropertyState.NO_VALUE
Indicates that the Content Engine property represented by the
Property object
is either null (if it has single cardinality) or refers to an empty collection
(if it has list or enumeration cardinality). |
static PropertyState |
PropertyState.REFERENCE
Indicates that the
Property object holds an ObjectReference object
specifying a reference to the object returned by an object-valued Content Engine property. |
static PropertyState |
PropertyState.RETRIEVAL_ERROR
Indicates that the
Property object holds an EngineRuntimeException
object, which represents an error that has occurred during retrieval of a Content Engine
property value. |
static PropertyState |
PropertyState.UNEVALUATED
Indicates that the
Property object represents an object-valued Content Engine
property but does not hold its object value and does not have any information identifying
the object. |
static PropertyState |
PropertyState.VALUE
Indicates that the
Property object holds the value of the Content Engine property
that it represents. |
Modifier and Type | Method and Description |
---|---|
static PropertyState |
PropertyState.getInstanceFromInt(int value)
Returns an instance of this class using its associated
int value. |
Modifier and Type | Method and Description |
---|---|
PropertyState |
Property.getState()
Returns a
PropertyState constant that specifies the type of
value held by this Property object as it relates to a particular
Content Engine property. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.