|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
dkUserGroupDef : This class represents a user group definition.
Method Summary | |
void |
addUser(dkUserDef userDefObj)
Adds the given user object to the group memory only |
void |
clearCache()
Clear user group cache |
java.lang.String |
datastoreType()
Gets datastore type |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
java.lang.String |
getDescription()
Get the description of this user group |
java.lang.String |
getName()
Gets user group name |
java.lang.String[] |
listUserNames()
Gets a list of user names defined to the user group |
dkCollection |
listUsers()
Gets a list of user defined to the user group |
void |
removeUser(java.lang.String userName)
Deletes the given user object from the group memory only |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setDescription(java.lang.String desc)
Sets description of this user group |
void |
setName(java.lang.String name)
Sets user group name |
Method Detail |
public void setDatastore(dkDatastore ds)
ds
- datastorepublic dkDatastore getDatastore()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of this user group objectpublic java.lang.String datastoreType() throws java.lang.Exception
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
desc
- description about this userpublic dkCollection listUsers() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public java.lang.String[] listUserNames() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
public void addUser(dkUserDef userDefObj) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
userDefObj
- attribute object to be added.public void removeUser(java.lang.String userName) throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
userName
- the user name to be removed.public void clearCache() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |