|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ObjectQuery com.netegrity.llsdk6.imsapi.search.RoleObjectQuery
public class RoleObjectQuery
Defines a query on the full set of role objects in the current Identity Manager environment.
Constructor Summary | |
---|---|
RoleObjectQuery()
Creates a new, empty query. |
Method Summary | |
---|---|
java.lang.String |
getCustom01()
|
java.lang.String |
getCustom02()
|
java.lang.String |
getCustom03()
|
java.lang.String |
getCustom04()
|
java.lang.String |
getCustom05()
|
java.lang.String |
getCustom06()
|
java.lang.String |
getCustom07()
|
java.lang.String |
getCustom08()
|
java.lang.String |
getCustom09()
|
java.lang.String |
getCustom10()
|
java.util.Hashtable |
getFieldMap()
This method is typically used by Identity Manager |
java.lang.String |
getName()
Retrieves the role name component of the query. |
boolean |
getRoleAdminAssignableFlag()
Retrieves the assignable component of the query for role administrators. |
boolean |
getRoleAssignableFlag()
Retrieves the assignable component of the query for role members. |
boolean |
getRoleEnabledFlag()
Retrieves the enabled component of the query. |
boolean |
isSameAsSearchAll()
Determines if the query is equivalent to searching for all objects. |
boolean |
isSetCustom01()
|
boolean |
isSetCustom02()
|
boolean |
isSetCustom03()
|
boolean |
isSetCustom04()
|
boolean |
isSetCustom05()
|
boolean |
isSetCustom06()
|
boolean |
isSetCustom07()
|
boolean |
isSetCustom08()
|
boolean |
isSetCustom09()
|
boolean |
isSetCustom10()
|
boolean |
isSetName()
|
boolean |
isSetRoleAdminAssignableFlag()
|
boolean |
isSetRoleAssignableFlag()
|
boolean |
isSetRoleEnabledFlag()
|
void |
setCustom01(java.lang.String custom1)
|
void |
setCustom02(java.lang.String custom2)
|
void |
setCustom03(java.lang.String custom3)
|
void |
setCustom04(java.lang.String custom4)
|
void |
setCustom05(java.lang.String custom5)
|
void |
setCustom06(java.lang.String custom6)
|
void |
setCustom07(java.lang.String custom7)
|
void |
setCustom08(java.lang.String custom8)
|
void |
setCustom09(java.lang.String custom9)
|
void |
setCustom10(java.lang.String custom10)
|
void |
setName(java.lang.String name)
Sets the role name component of the query. |
void |
setRoleAdminAssignableFlag(boolean assignable)
Sets the assignable component of the query for role administrators. |
void |
setRoleAssignableFlag(boolean assignable)
Sets the assignable component of the query for role members. |
void |
setRoleEnabledFlag(boolean enabled)
Sets the enabled component of the query. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleObjectQuery() throws SmApiException
Creates a new, empty query.
SmApiException
Method Detail |
---|
public java.util.Hashtable getFieldMap()
public void setName(java.lang.String name) throws SmApiException
Sets the role name component of the query.
This is similar to adding a clause to the search such as:"where the Role name is X"
name
- The role name component of the query.
SmApiException
public boolean isSetName()
public java.lang.String getName() throws SmApiException
SmApiException
public boolean getRoleEnabledFlag()
public void setRoleEnabledFlag(boolean enabled)
Sets the enabled component of the query.
This is similar to adding a clause to the search such as:"where the Role is (or isn't) enabled"
enabled
- The enabled component of the query.public boolean isSetRoleEnabledFlag()
public boolean getRoleAssignableFlag()
Retrieves the assignable component of the query for role members.
public void setRoleAssignableFlag(boolean assignable)
Sets the assignable component of the query for role members.
This is similar to adding a clause to the search such as:"where the Role is (or isn't) marked as being assignable for role members"
assignable
- The assignable component of the query for role memberspublic boolean isSetRoleAssignableFlag()
public boolean getRoleAdminAssignableFlag()
Retrieves the assignable component of the query for role administrators.
public void setRoleAdminAssignableFlag(boolean assignable)
Sets the assignable component of the query for role administrators.
This is similar to adding a clause to the search such as:"where the Role is (or isn't) marked as being assignable for role administrators"
assignable
- The assignable component of the query for role administrators.public boolean isSetRoleAdminAssignableFlag()
public void setCustom01(java.lang.String custom1)
public boolean isSetCustom01()
public java.lang.String getCustom01()
public void setCustom02(java.lang.String custom2)
public boolean isSetCustom02()
public java.lang.String getCustom02()
public void setCustom03(java.lang.String custom3)
public boolean isSetCustom03()
public java.lang.String getCustom03()
public void setCustom04(java.lang.String custom4)
public boolean isSetCustom04()
public java.lang.String getCustom04()
public void setCustom05(java.lang.String custom5)
public boolean isSetCustom05()
public java.lang.String getCustom05()
public void setCustom06(java.lang.String custom6)
public boolean isSetCustom06()
public java.lang.String getCustom06()
public void setCustom07(java.lang.String custom7)
public boolean isSetCustom07()
public java.lang.String getCustom07()
public void setCustom08(java.lang.String custom8)
public boolean isSetCustom08()
public java.lang.String getCustom08()
public void setCustom09(java.lang.String custom9)
public boolean isSetCustom09()
public java.lang.String getCustom09()
public void setCustom10(java.lang.String custom10)
public boolean isSetCustom10()
public java.lang.String getCustom10()
public boolean isSameAsSearchAll()
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |