Collaboration API Documentation

com.filenet.bso.collaboration.tools
Class CreateRole

java.lang.Object
  |
  +--com.filenet.bso.collaboration.tools.ConfigBase
        |
        +--com.filenet.bso.collaboration.tools.CreateRole

public class CreateRole
extends ConfigBase


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

ADMINISTRATOR

public static int ADMINISTRATOR

MEMBER

public static int MEMBER

GUEST

public static int GUEST
Constructor Detail

CreateRole

public CreateRole(java.lang.String[] args)
Parse through the arguments that were passed in, and setup a session.
Parameters:
args - - The configuration data specified by the user
Method Detail

toString

public java.lang.String toString()
Method used primarily for debugging.
Overrides:
toString in class java.lang.Object
Returns:
- a String for printing.

main

public static void main(java.lang.String[] args)

Collaboration API Documentation

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