|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Integer32List | |
---|---|
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. |
Uses of Integer32List in com.filenet.api.action |
---|
Methods in com.filenet.api.action that return Integer32List | |
---|---|
Integer32List |
PendingAction.getInteger32ListValue(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 Integer32List | |
---|---|
void |
PendingAction.putValue(java.lang.String name,
Integer32List v)
Adds a value for the named parameter to the parameter bag for this PendingAction object. |
Uses of Integer32List in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return Integer32List | |
---|---|
static Integer32List |
Factory.Integer32List.createList()
Creates a new instance of the collection class associated with this Integer32 class. |
Uses of Integer32List in com.filenet.api.meta |
---|
Methods in com.filenet.api.meta that return Integer32List | |
---|---|
Integer32List |
PropertyDescriptionInteger32.get_PropertySelectionsInteger32()
Returns the value of the PropertySelectionsInteger32 property. |
Uses of Integer32List in com.filenet.api.property |
---|
Methods in com.filenet.api.property that return Integer32List | |
---|---|
Integer32List |
Property.getInteger32ListValue()
Returns the list of values held by the Content Engine property collection represented by this PropertyInteger32List object. |
Integer32List |
Properties.getInteger32ListValue(java.lang.String propertyName)
Locates a PropertyInteger32List property by name in this Properties
collection and returns the value it holds. |
Methods in com.filenet.api.property with parameters of type Integer32List | |
---|---|
void |
Properties.putValue(java.lang.String propertyName,
Integer32List value)
Creates or updates a PropertyInteger32List instance in this Properties
collection. |
void |
PropertyInteger32List.setValue(Integer32List val)
Sets the value of this Content Engine property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |