|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyState | |
---|---|
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. |
Uses of PropertyState in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as PropertyState | |
---|---|
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. |
Methods in com.filenet.api.constants that return PropertyState | |
---|---|
static PropertyState |
PropertyState.getInstanceFromInt(int value)
Returns an instance of this class using its associated int value. |
Uses of PropertyState in com.filenet.api.property |
---|
Methods in com.filenet.api.property that return PropertyState | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |