public abstract class WherePermit extends Object
| Constructor and Description |
|---|
WherePermit(String name) |
WherePermit(String entity,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static AllowedWherePermit |
allowed(String entity,
String name) |
static DependentWherePermit |
dependent(String entity,
String name,
TargetWherePermit requirement) |
boolean |
equals(Object obj) |
static ExcludedWherePermit |
excluded(String entity,
String name) |
String |
getEntity() |
String |
getName() |
abstract PermitType |
getType() |
int |
hashCode() |
static RequiredWherePermit |
required(String entity,
String name) |
String |
toString() |
public WherePermit(String name)
public static AllowedWherePermit allowed(String entity, String name)
public static RequiredWherePermit required(String entity, String name)
public static ExcludedWherePermit excluded(String entity, String name)
public static DependentWherePermit dependent(String entity, String name, TargetWherePermit requirement)
public abstract PermitType getType()
public String getEntity()
public String getName()
Copyright © 2019. All rights reserved.