|
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.BsoObjectUtil
The BsoObjectUtil
class provides a set of static helper
methods for creating Java objects via reflection.
Method Summary | |
static java.lang.Object |
createObject(java.lang.String className)
Creates the object specified by the class name path. |
static java.lang.Object |
createObject(java.lang.String className,
java.lang.Object[] constructorParameters,
java.lang.Class[] constructorTypes)
Creates the object specified by the class name path, passing the given parameters to the object's constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.Object createObject(java.lang.String className)
className
- A String
containing the object's class name.
BsoRuntimeException
- Thrown if error occurs during object creation.public static java.lang.Object createObject(java.lang.String className, java.lang.Object[] constructorParameters, java.lang.Class[] constructorTypes)
className
- A String
containing the object's class name.
BsoRuntimeException
- Thrown if error occurs during object creation.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |