|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalPrivilege | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
com.primavera.integration.util | General utility classes |
Uses of GlobalPrivilege in com.primavera.integration.client.bo.enm |
---|
Methods in com.primavera.integration.client.bo.enm that return GlobalPrivilege | |
---|---|
static GlobalPrivilege |
GlobalPrivilege.getGlobalPrivilege(int iGlobalPrivilege)
Gets an instance of GlobalPrivilege based on the integer value specified. |
static GlobalPrivilege |
GlobalPrivilege.getGlobalPrivilege(java.lang.String sGlobalPrivilege)
Gets an instance of GlobalPrivilege based on the String value specified. |
Uses of GlobalPrivilege in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return GlobalPrivilege | |
---|---|
GlobalPrivilege[] |
GlobalProfile.getPrivileges()
Retrieve privileges that are on. |
Methods in com.primavera.integration.client.bo.object with parameters of type GlobalPrivilege | |
---|---|
boolean |
GlobalProfile.hasPrivilege(GlobalPrivilege priv)
Find out whether this profile has a certain privilege. |
void |
GlobalProfile.setPrivilege(GlobalPrivilege priv,
boolean bOn)
Sets this privilege on or off. |
Uses of GlobalPrivilege in com.primavera.integration.util |
---|
Methods in com.primavera.integration.util that return types with arguments of type GlobalPrivilege | |
---|---|
static java.util.Set<GlobalPrivilege> |
SecurityHelper.getGlobalPrivileges(Session session)
Gets the set of global privileges for the current user |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |