-
Packages that use Float64List 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 asEntireNetwork,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. -
-
Uses of Float64List in com.filenet.api.action
Methods in com.filenet.api.action that return Float64List Modifier and Type Method and Description Float64ListPendingAction. getFloat64ListValue(java.lang.String name)Locates the named parameter in the parameter bag and returns the value of the object it holds.Methods in com.filenet.api.action with parameters of type Float64List Modifier and Type Method and Description voidPendingAction. putValue(java.lang.String name, Float64List v)Adds a value for the named parameter to the parameter bag for thisPendingActionobject. -
Uses of Float64List in com.filenet.api.core
Methods in com.filenet.api.core that return Float64List Modifier and Type Method and Description static Float64ListFactory.Float64List. createList()Creates a new instance of the collection class associated with thisFloat64class. -
Uses of Float64List in com.filenet.api.meta
Methods in com.filenet.api.meta that return Float64List Modifier and Type Method and Description Float64ListPropertyDescriptionFloat64. get_PropertySelectionsFloat64()Returns the value of the PropertySelectionsFloat64 property. -
Uses of Float64List in com.filenet.api.property
Methods in com.filenet.api.property that return Float64List Modifier and Type Method and Description Float64ListProperty. getFloat64ListValue()Returns the list of values held by the Content Engine property collection represented by thisPropertyFloat64Listobject.Float64ListProperties. getFloat64ListValue(java.lang.String propertyName)Locates aPropertyFloat64Listproperty by name in thisPropertiescollection and returns the value it holds.Methods in com.filenet.api.property with parameters of type Float64List Modifier and Type Method and Description voidProperties. putValue(java.lang.String propertyName, Float64List value)Creates or updates aPropertyFloat64Listinstance in thisPropertiescollection.voidPropertyFloat64List. setValue(Float64List val)Sets the value of this Content Engine property.
-