com.filenet.api.core
Class Factory.BooleanList
- java.lang.Object
-
- com.filenet.api.core.Factory.BooleanList
-
- Enclosing class:
- Factory
public static class Factory.BooleanList extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static BooleanListcreateList()Creates a new instance of the collection class associated with thisBooleanclass.
-
-
-
Method Detail
-
createList
public static BooleanList createList()
Creates a new instance of the collection class associated with thisBooleanclass. This list will not exist on the server until its associated (independently persistable) object has been saved with this new list.- Returns:
- The implementation of the class's associated collection interface.
-
-