Package | Description |
---|---|
com.filenet.api.action |
Provides classes that are related to making changes to objects.
|
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.meta |
Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions).
|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Method and Description |
---|---|
Float64List |
PendingAction.getFloat64ListValue(java.lang.String name)
Locates the named parameter in the parameter bag and returns the value of the object it holds.
|
Modifier and Type | Method and Description |
---|---|
void |
PendingAction.putValue(java.lang.String name,
Float64List v)
Adds a value for the named parameter to the parameter bag for
this
PendingAction object. |
Modifier and Type | Method and Description |
---|---|
static Float64List |
Factory.Float64List.createList()
Creates a new instance of the collection class
associated with this
Float64 class. |
Modifier and Type | Method and Description |
---|---|
Float64List |
PropertyDescriptionFloat64.get_PropertySelectionsFloat64()
Returns the value of the PropertySelectionsFloat64 property.
|
Modifier and Type | Method and Description |
---|---|
Float64List |
Property.getFloat64ListValue()
Returns the list of values held by the Content Engine property
collection represented by this
PropertyFloat64List object. |
Float64List |
Properties.getFloat64ListValue(java.lang.String propertyName)
Locates a
PropertyFloat64List property by name in this Properties
collection and returns the value it holds. |
Modifier and Type | Method and Description |
---|---|
void |
Properties.putValue(java.lang.String propertyName,
Float64List value)
Creates or updates a
PropertyFloat64List instance in this Properties
collection. |
void |
PropertyFloat64List.setValue(Float64List val)
Sets the value of this Content Engine property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.