Package | Description |
---|---|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Method and Description |
---|---|
Property |
IndependentObject.fetchProperty(java.lang.String propertyName,
PropertyFilter filter)
Refreshes this object and retrieves from the server the object referenced by the object-valued
property specified by the
propertyName parameter and populates its properties
according to the filter. |
Property |
IndependentObject.fetchProperty(java.lang.String propertyName,
PropertyFilter filter,
java.lang.Integer pageSize)
Refreshes this object and retrieves from the server the object referenced by the object-valued
property specified by the
propertyName parameter and populates its properties
according to the filter. |
Modifier and Type | Method and Description |
---|---|
abstract Property |
HandlerCallContext.getReadProtectedProperty(EngineObject src,
java.lang.String propertyName)
Returns the
Property object representing the normally inaccessible
value of a read-protected property. |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyBinary
Represents a Content Engine property that holds a
byte (8-bit signed integer)
array intended for a binary value. |
interface |
PropertyBinaryList
Represents a Content Engine property that holds a
BinaryList object. |
interface |
PropertyBoolean
Represents a Content Engine property that holds a
Boolean value. |
interface |
PropertyBooleanList
Represents a Content Engine property that holds a
BooleanList object. |
interface |
PropertyContent
Represents a Content Engine property that holds an
InputStream object
intended for reading bytes of content data from a file source. |
interface |
PropertyDateTime
Represents a Content Engine property that holds a
Date object for specifying
a date and time. |
interface |
PropertyDateTimeList
Represents a Content Engine property that holds a
DateTimeList object. |
interface |
PropertyDependentObjectList
Represents a Content Engine property that holds a
DependentObjectList object. |
interface |
PropertyEngineObject
Represents a Content Engine property that holds an
EngineObject object. |
interface |
PropertyFloat64
Represents a Content Engine property that holds a
Double (64-bit floating
point) value. |
interface |
PropertyFloat64List
Represents a Content Engine property that holds a
Float64List object. |
interface |
PropertyId
Represents a Content Engine property that holds an
Id (GUID string) value. |
interface |
PropertyIdList
Represents a Content Engine property that holds an
IdList object. |
interface |
PropertyIndependentObjectSet
Represents a Content Engine property that holds an
IndependentObjectSet object. |
interface |
PropertyInteger32
Represents a Content Engine property that holds an
Integer (32-bit signed
integer) value. |
interface |
PropertyInteger32List
Represents a Content Engine property that holds an
Integer32List object. |
interface |
PropertyString
Represents a Content Engine property that holds a
String value. |
interface |
PropertyStringList
Represents a Content Engine property that holds a
StringList object. |
Modifier and Type | Method and Description |
---|---|
Property |
Properties.find(java.lang.String propertyName)
Returns the
Property object specified by name in this
Properties collection. |
Property |
Properties.get(java.lang.String propertyName)
Returns the
Property object specified by name in this
Properties collection. |
Property[] |
Properties.toArray()
Provides a means of traversing the property instances held in the collection
using a positional value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.