Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
static UserPrivileges.Privilege |
UserPrivileges.Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPrivileges.Privilege[] |
UserPrivileges.Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserPrivileges.isPrivilegeSet(UserPrivileges.Privilege priv)
Returns
true if the specified privilege is enabled. |
void |
UserPrivileges.setPrivilege(UserPrivileges.Privilege priv,
boolean value)
Sets or clears a privilege.
|
Modifier and Type | Method and Description |
---|---|
UserPrivileges.Privilege |
CheckUserPrivileges.Candidate.getPrivilege()
Returns the privilege to check.
|
Constructor and Description |
---|
Candidate(UC4UserName name,
UserPrivileges.Privilege priv)
Creates a new
Candidate . |
Copyright © 2019. All rights reserved.