|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaffResultSet
Returns the persons or groups that are members of a specific role.
The staff result set contains user or group IDs that belong to a specific role, for example, the potential owners of a task instance. If everybody or nobody is qualifying specifically, then no user or group IDs are provided. The result type indicates whether user or group IDs are provided or whether everybody or nobody is qualifying.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
RESULT_TYPE_EVERYBODY
States that everybody is qualifying. |
static int |
RESULT_TYPE_GROUPIDS
States that group IDs are returned. |
static int |
RESULT_TYPE_NOBODY
States that no one is qualifying. |
static int |
RESULT_TYPE_USERIDS
States that user IDs are returned. |
static int |
RESULT_TYPE_USERIDS_AND_GROUPIDS
States that user and group IDs are returned. |
Method Summary | |
---|---|
java.lang.String[] |
getGroupIDs()
Returns group IDs when the result type indicates that group IDs are returned. |
int |
getResultType()
Returns an indicator that describes the content of the staff result set. |
java.lang.String[] |
getUserIDs()
Returns user IDs when the result type indicates that user IDs are returned. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int RESULT_TYPE_NOBODY
static final int RESULT_TYPE_EVERYBODY
static final int RESULT_TYPE_USERIDS
static final int RESULT_TYPE_GROUPIDS
static final int RESULT_TYPE_USERIDS_AND_GROUPIDS
Method Detail |
---|
int getResultType()
Possible values are: RESULT_TYPE_NOBODY, RESULT_TYPE_EVERYBODY, RESULT_TYPE_USERIDS, RESULT_TYPE_GROUPIDS, RESULT_TYPE_USERIDS_AND_GROUPIDS
java.lang.String[] getGroupIDs()
java.lang.String[] getUserIDs()
Note that the array may also be empty when user IDs are said to be returned, for example
resolveStaffQuery
is called.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |