Interface Context
- 
- All Superinterfaces:
 TreeContext
- All Known Implementing Classes:
 Context.Default
public interface Context extends TreeContext
Contextrepresents item related information in relation to a dedicatedSecurityConfiguration. This information allows to determine if a givenTreeorPropertyStateis defined by or related to the security model provided by the configuration. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContext.DefaultDefault implementation of theContextinterface that always returnsfalse. 
- 
Method Summary
- 
Methods inherited from interface org.apache.jackrabbit.oak.plugins.tree.TreeContext
definesContextRoot, definesInternal, definesLocation, definesProperty, definesTree 
 - 
 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
static final Context DEFAULT
 
 - 
 
 -