|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.filenet.bso.api.util.BsoUtilFactory
The BsoUtilFactory
object creates the Case Management Java API
utility objects: BsoUID
and
BsoPropertyMap
.
Field Summary | |
static java.lang.String |
TYPE_PROPERTY_MAP
Value of "property-map"; a BsoPropertyMap object type. |
static java.lang.String |
TYPE_UID
Value of "uid"; a BsoUID object type. |
Method Summary | |
static java.lang.Object |
getBsoObject(java.lang.String objType)
Creates an object of the specified type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TYPE_PROPERTY_MAP
BsoPropertyMap
object type.public static final java.lang.String TYPE_UID
BsoUID
object type.Method Detail |
public static java.lang.Object getBsoObject(java.lang.String objType)
objectType
parameter, using constants defined in
this class.
objType
- A String
containing the object type to create.
Valid types are TYPE_PROPERTY_MAP
or TYPE_UID
.
Object
of the specified type.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |