Collaboration API Documentation

com.filenet.bso.api.util
Class BsoUtilFactory

java.lang.Object
  |
  +--com.filenet.bso.api.util.BsoUtilFactory

public class BsoUtilFactory
extends java.lang.Object

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

TYPE_PROPERTY_MAP

public static final java.lang.String TYPE_PROPERTY_MAP
Value of "property-map"; a BsoPropertyMap object type.

TYPE_UID

public static final java.lang.String TYPE_UID
Value of "uid"; a BsoUID object type.
Method Detail

getBsoObject

public static java.lang.Object getBsoObject(java.lang.String objType)
Creates an object of the specified type. Specify the type of object to create in the objectType parameter, using constants defined in this class.

Parameters:
objType - A String containing the object type to create. Valid types are TYPE_PROPERTY_MAP or TYPE_UID.

Returns:
A Java Object of the specified type.

Collaboration API Documentation

Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.