|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Properties | Represents a collection of Property values 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 a byte (8-bit signed integer)
array intended for a binary value. |
PropertyBinaryList | Represents a Content Engine property that holds a BinaryList object. |
PropertyBoolean | Represents a Content Engine property that holds a Boolean value. |
PropertyBooleanList | Represents a Content Engine property that holds a BooleanList object. |
PropertyContent | Represents a Content Engine property that holds an InputStream object
intended for reading bytes of content data from a file source. |
PropertyDateTime | Represents a Content Engine property that holds a Date object for specifying
a date and time. |
PropertyDateTimeList | Represents a Content Engine property that holds a DateTimeList object. |
PropertyDependentObjectList | Represents a Content Engine property that holds a DependentObjectList object. |
PropertyEngineObject | Represents a Content Engine property that holds an EngineObject object. |
PropertyFloat64 | Represents a Content Engine property that holds a Double (64-bit floating
point) value. |
PropertyFloat64List | Represents a Content Engine property that holds a Float64List object. |
PropertyId | Represents a Content Engine property that holds an Id (GUID string) value. |
PropertyIdList | Represents a Content Engine property that holds an IdList object. |
PropertyIndependentObjectSet | Represents a Content Engine property that holds an IndependentObjectSet object. |
PropertyInteger32 | Represents a Content Engine property that holds an Integer (32-bit signed
integer) value. |
PropertyInteger32List | Represents a Content Engine property that holds an Integer32List object. |
PropertyString | Represents a Content Engine property that holds a String value. |
PropertyStringList | Represents a Content Engine property that holds a StringList object. |
Class Summary | |
---|---|
FilterElement | Represents information, used in conjunction with a PropertyFilter object,
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 more FilterElement
objects, 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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |