public class GQLExecutionContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GQLExecutionContext.GQLRolesJunctionEnum
Junction for roles.
|
| Modifier and Type | Field and Description |
|---|---|
static GQLExecutionContext |
DEFAULT
Default execution context.
|
| Constructor and Description |
|---|
GQLExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getRoles()
Get the roles.
|
GQLExecutionContext.GQLRolesJunctionEnum |
getRolesJunction()
|
int |
hashCode() |
void |
setRoles(List<String> roles)
Set the roles.
|
void |
setRolesJunction(GQLExecutionContext.GQLRolesJunctionEnum rolesJunction)
|
String |
toString() |
public static final GQLExecutionContext DEFAULT
GQLExecutionContext.GQLRolesJunctionEnum.OR junction, or no rolepublic List<String> getRoles()
public void setRoles(List<String> roles)
roles - the roles to setpublic GQLExecutionContext.GQLRolesJunctionEnum getRolesJunction()
GQLExecutionContext.GQLRolesJunctionEnum. Default is
GQLExecutionContext.GQLRolesJunctionEnum.OR.public void setRolesJunction(GQLExecutionContext.GQLRolesJunctionEnum rolesJunction)
GQLExecutionContext.GQLRolesJunctionEnum. Default is
GQLExecutionContext.GQLRolesJunctionEnum.OR.rolesJunction - the rolesJunction to setCopyright © 2019–2020. All rights reserved.