Package com.filenet.api.property
Provides classes and interfaces related to Content Engine object properties.
See: Description
-
Interface Summary Interface Description Properties Represents a collection ofPropertyvalues that you can manipulate.Property Represents the base interface for a property belonging to a Content Engine object.PropertyBinary Represents a Content Engine property that holds abyte(8-bit signed integer) array intended for a binary value.PropertyBinaryList Represents a Content Engine property that holds aBinaryListobject.PropertyBoolean Represents a Content Engine property that holds aBooleanvalue.PropertyBooleanList Represents a Content Engine property that holds aBooleanListobject.PropertyContent Represents a Content Engine property that holds anInputStreamobject intended for reading bytes of content data from a file source.PropertyDateTime Represents a Content Engine property that holds aDateobject for specifying a date and time.PropertyDateTimeList Represents a Content Engine property that holds aDateTimeListobject.PropertyDependentObjectList Represents a Content Engine property that holds aDependentObjectListobject.PropertyEngineObject Represents a Content Engine property that holds anEngineObjectobject.PropertyFloat64 Represents a Content Engine property that holds aDouble(64-bit floating point) value.PropertyFloat64List Represents a Content Engine property that holds aFloat64Listobject.PropertyId Represents a Content Engine property that holds anId(GUID string) value.PropertyIdList Represents a Content Engine property that holds anIdListobject.PropertyIndependentObjectSet Represents a Content Engine property that holds anIndependentObjectSetobject.PropertyInteger32 Represents a Content Engine property that holds anInteger(32-bit signed integer) value.PropertyInteger32List Represents a Content Engine property that holds anInteger32Listobject.PropertyString Represents a Content Engine property that holds aStringvalue.PropertyStringList Represents a Content Engine property that holds aStringListobject. -
Class Summary Class Description FilterElement Represents information, used in conjunction with aPropertyFilterobject, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh.PropertyFilter Represents information, used in conjunction with one or moreFilterElementobjects, for controlling which properties of a Content Engine object (and with what level of detail) to return from the server during an object retrieval or an object refresh.
Package com.filenet.api.property Description
Provides classes and interfaces related to Content Engine object properties. This package contains a
Property base interface for holding property information; each of its subinterfaces represents
a Content Engine property that holds a value of a specific data type. The Properties interface
represents a collection of property values and contains methods for reading and setting those values. The
PropertyFilter and FilterElement classes represent information for controlling
which properties to return during an object retrieval or an object refresh.