Uses of Interface
org.eclipse.emf.cdo.security.NotFilter
Packages that use NotFilter
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 NotFilter in org.eclipse.emf.cdo.security
Methods in org.eclipse.emf.cdo.security that return NotFilterModifier and TypeMethodDescriptionSecurityFactory.createNotFilter()
Returns a new object of class 'Not Filter'.SecurityFactory.createNotFilter
(PermissionFilter operand) -
Uses of NotFilter in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement NotFilterModifier and TypeClassDescriptionclass
An implementation of the model object 'Not Filter'.Methods in org.eclipse.emf.cdo.security.impl that return NotFilterModifier and TypeMethodDescriptionSecurityFactoryImpl.createNotFilter()
SecurityFactoryImpl.createNotFilter
(PermissionFilter operand) -
Uses of NotFilter in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type NotFilterModifier and TypeMethodDescriptionSecuritySwitch.caseNotFilter
(NotFilter object) Returns the result of interpreting the object as an instance of 'Not Filter'.boolean
SecurityValidator.validateNotFilter
(NotFilter notFilter, DiagnosticChain diagnostics, Map<Object, Object> context)