|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role.Privilege | |
---|---|
com.ibm.pim.organization |
Uses of Role.Privilege in com.ibm.pim.organization |
---|
Methods in com.ibm.pim.organization that return Role.Privilege | |
---|---|
static Role.Privilege |
Role.Privilege.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Role.Privilege[] |
Role.Privilege.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.ibm.pim.organization with parameters of type Role.Privilege | |
---|---|
java.util.Collection<AttributeCollection> |
Role.getAttributeCollectionForPrivilegeType(Catalog catalog,
Role.Privilege type)
Fetches the attribute collections on which the role has the mentioned type of privilege for the given catalog. |
java.util.Collection<AttributeCollection> |
Role.getAttributeCollectionForPrivilegeType(Hierarchy hierarchy,
Role.Privilege type)
Fetches the attribute collections on which the role has the mentioned type of privilege for the given catalog. |
void |
Role.setAttributeCollectionPrivilege(Catalog catalog,
Role.Privilege privilege,
java.util.Collection<AttributeCollection> collections)
Sets the privileges for a role on attribute collections for a catalog. |
void |
Role.setAttributeCollectionPrivilege(Hierarchy hierarchy,
Role.Privilege privilege,
java.util.Collection<AttributeCollection> collections)
Sets the privileges for a role on attribute collections for a hierarchy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |