|
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.collaboration.tools.ConfigBase | +--com.filenet.bso.collaboration.tools.CreateRole
Field Summary | |
static int |
ADMINISTRATOR
|
static int |
GUEST
|
static int |
MEMBER
|
Fields inherited from class com.filenet.bso.collaboration.tools.ConfigBase |
COLLAB_SEC_ROLE_DEF, m_session, XML_HEADER |
Constructor Summary | |
CreateRole(java.lang.String[] args)
Parse through the arguments that were passed in, and setup a session. |
Method Summary | |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
Method used primarily for debugging. |
Methods inherited from class com.filenet.bso.collaboration.tools.ConfigBase |
add, checkin, checkout, getNodeNamed, getSession |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int ADMINISTRATOR
public static int MEMBER
public static int GUEST
Constructor Detail |
public CreateRole(java.lang.String[] args)
args
- - The configuration data specified by the userMethod Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |