Uses of Interface
org.eclipse.emf.cdo.security.ResourceFilter
Packages that use ResourceFilter
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 ResourceFilter in org.eclipse.emf.cdo.security
Methods in org.eclipse.emf.cdo.security that return ResourceFilterModifier and TypeMethodDescriptionSecurityFactory.createResourceFilter()
Returns a new object of class 'Resource Filter'.SecurityFactory.createResourceFilter
(String path) SecurityFactory.createResourceFilter
(String path, PatternStyle PatternStyle) SecurityFactory.createResourceFilter
(String path, PatternStyle PatternStyle, boolean includeParents) ResourceFilter.setBinaryResources
(boolean value) Sets the value of the 'Binary Resources
' attribute.ResourceFilter.setFolders
(boolean value) Sets the value of the 'Folders
' attribute.ResourceFilter.setIncludeParents
(boolean value) Sets the value of the 'Include Parents
' attribute.ResourceFilter.setIncludeRoot
(boolean value) Sets the value of the 'Include Root
' attribute.ResourceFilter.setModelObjects
(boolean value) Sets the value of the 'Model Objects
' attribute.ResourceFilter.setModelResources
(boolean value) Sets the value of the 'Model Resources
' attribute.Sets the value of the 'Path
' attribute.ResourceFilter.setPatternStyle
(PatternStyle value) Sets the value of the 'Pattern Style
' attribute.ResourceFilter.setTextResources
(boolean value) Sets the value of the 'Text Resources
' attribute. -
Uses of ResourceFilter in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement ResourceFilterModifier and TypeClassDescriptionclass
An implementation of the model object 'Resource Filter'.Methods in org.eclipse.emf.cdo.security.impl that return ResourceFilterModifier and TypeMethodDescriptionSecurityFactoryImpl.createResourceFilter()
SecurityFactoryImpl.createResourceFilter
(String path) SecurityFactoryImpl.createResourceFilter
(String path, PatternStyle patternStyle) SecurityFactoryImpl.createResourceFilter
(String path, PatternStyle patternStyle, boolean includeParents) ResourceFilterImpl.setBinaryResources
(boolean newBinaryResources) ResourceFilterImpl.setFolders
(boolean newFolders) ResourceFilterImpl.setIncludeParents
(boolean newIncludeParents) ResourceFilterImpl.setIncludeRoot
(boolean newIncludeRoot) ResourceFilterImpl.setModelObjects
(boolean newModelObjects) ResourceFilterImpl.setModelResources
(boolean newModelResources) ResourceFilterImpl.setPatternStyle
(PatternStyle newPatternStyle) ResourceFilterImpl.setTextResources
(boolean newTextResources) -
Uses of ResourceFilter in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type ResourceFilterModifier and TypeMethodDescriptionSecuritySwitch.caseResourceFilter
(ResourceFilter object) Returns the result of interpreting the object as an instance of 'Resource Filter'.boolean
SecurityValidator.validateResourceFilter
(ResourceFilter resourceFilter, DiagnosticChain diagnostics, Map<Object, Object> context)