Uses of Interface
org.eclipse.emf.cdo.security.AndFilter
Packages that use AndFilter
Package
Description
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
The generated EMF utilities of the CDO security model.
-
Uses of AndFilter in org.eclipse.emf.cdo.security
Methods in org.eclipse.emf.cdo.security that return AndFilterModifier and TypeMethodDescriptionSecurityFactory.createAndFilter()
Returns a new object of class 'And Filter'.SecurityFactory.createAndFilter
(PermissionFilter... operands) Returns a new object of class 'And Filter'. -
Uses of AndFilter in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement AndFilterModifier and TypeClassDescriptionclass
An implementation of the model object 'And Filter'.Methods in org.eclipse.emf.cdo.security.impl that return AndFilterModifier and TypeMethodDescriptionSecurityFactoryImpl.createAndFilter()
SecurityFactoryImpl.createAndFilter
(PermissionFilter... operands) -
Uses of AndFilter in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type AndFilterModifier and TypeMethodDescriptionSecuritySwitch.caseAndFilter
(AndFilter object) Returns the result of interpreting the object as an instance of 'And Filter'.boolean
SecurityValidator.validateAndFilter
(AndFilter andFilter, DiagnosticChain diagnostics, Map<Object, Object> context)