|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.libs.Command
com.tivoli.twg.engine.DeleteTWGUserCmd
Command class for requesting deletion of a user account object. Required user-admin authority.
Field Summary | |
---|---|
static long |
RC_BAD_PARM
Return code - invalid parameters/object ID |
static long |
RC_DELETE_FAILED
Return code - error - destroy failed |
static long |
RC_SUCCESS
Return code - success |
static long |
RC_USER_ACTIVE
Return code - error - account is active/logged-on |
Constructor Summary | |
---|---|
DeleteTWGUserCmd(long user_oid)
Constructor for command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long RC_SUCCESS
public static final long RC_BAD_PARM
public static final long RC_USER_ACTIVE
public static final long RC_DELETE_FAILED
Constructor Detail |
public DeleteTWGUserCmd(long user_oid)
user_oid
- - object ID of TWGUser to delete
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |