Class SqlContextInheritance
- java.lang.Object
-
- ca.stellardrift.permissionsex.datastore.sql.SqlContextInheritance
-
- All Implemented Interfaces:
ca.stellardrift.permissionsex.context.ContextInheritance
public class SqlContextInheritance extends Object implements ca.stellardrift.permissionsex.context.ContextInheritance
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ca.stellardrift.permissionsex.context.ContextValue<?>,List<ca.stellardrift.permissionsex.context.ContextValue<?>>>allParents()org.pcollections.PVector<ca.stellardrift.permissionsex.context.ContextValue<?>>parents(ca.stellardrift.permissionsex.context.ContextValue<?> context)SqlContextInheritanceparents(ca.stellardrift.permissionsex.context.ContextValue<?> context, @Nullable List<ca.stellardrift.permissionsex.context.ContextValue<?>> parents)
-
-
-
Method Detail
-
parents
public org.pcollections.PVector<ca.stellardrift.permissionsex.context.ContextValue<?>> parents(ca.stellardrift.permissionsex.context.ContextValue<?> context)
- Specified by:
parentsin interfaceca.stellardrift.permissionsex.context.ContextInheritance
-
parents
public SqlContextInheritance parents(ca.stellardrift.permissionsex.context.ContextValue<?> context, @Nullable List<ca.stellardrift.permissionsex.context.ContextValue<?>> parents)
- Specified by:
parentsin interfaceca.stellardrift.permissionsex.context.ContextInheritance
-
allParents
public Map<ca.stellardrift.permissionsex.context.ContextValue<?>,List<ca.stellardrift.permissionsex.context.ContextValue<?>>> allParents()
- Specified by:
allParentsin interfaceca.stellardrift.permissionsex.context.ContextInheritance
-
-