Uses of Enum Class
org.eclipse.emf.cdo.security.PatternStyle
Packages that use PatternStyle
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 PatternStyle in org.eclipse.emf.cdo.security
Fields in org.eclipse.emf.cdo.security with type parameters of type PatternStyleModifier and TypeFieldDescriptionstatic final List<PatternStyle>
PatternStyle.VALUES
A public read-only list of all the 'Pattern Style' enumerators.Methods in org.eclipse.emf.cdo.security that return PatternStyleModifier and TypeMethodDescriptionstatic PatternStyle
PatternStyle.get
(int value) Returns the 'Pattern Style' literal with the specified integer value.static PatternStyle
Returns the 'Pattern Style' literal with the specified literal value.static PatternStyle
Returns the 'Pattern Style' literal with the specified name.ResourceFilter.getPatternStyle()
Returns the value of the 'Pattern Style' attribute.static PatternStyle
Returns the enum constant of this class with the specified name.static PatternStyle[]
PatternStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.security with parameters of type PatternStyleModifier and TypeMethodDescriptionSecurityFactory.createResourceFilter
(String path, PatternStyle PatternStyle) SecurityFactory.createResourceFilter
(String path, PatternStyle PatternStyle, boolean includeParents) ResourceFilter.setPatternStyle
(PatternStyle value) Sets the value of the 'Pattern Style
' attribute. -
Uses of PatternStyle in org.eclipse.emf.cdo.security.impl
Methods in org.eclipse.emf.cdo.security.impl that return PatternStyleModifier and TypeMethodDescriptionSecurityFactoryImpl.createPatternStyleFromString
(EDataType eDataType, String initialValue) ResourceFilterImpl.AntMatcher.getParentPatternStyle()
ResourceFilterImpl.ExactMatcher.getParentPatternStyle()
ResourceFilterImpl.Matcher.getParentPatternStyle()
ResourceFilterImpl.RegexMatcher.getParentPatternStyle()
ResourceFilterImpl.TreeMatcher.getParentPatternStyle()
ResourceFilterImpl.getPatternStyle()
Methods in org.eclipse.emf.cdo.security.impl with parameters of type PatternStyleModifier and TypeMethodDescriptionSecurityFactoryImpl.createResourceFilter
(String path, PatternStyle patternStyle) SecurityFactoryImpl.createResourceFilter
(String path, PatternStyle patternStyle, boolean includeParents) ResourceFilterImpl.setPatternStyle
(PatternStyle newPatternStyle) -
Uses of PatternStyle in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type PatternStyleModifier and TypeMethodDescriptionboolean
SecurityValidator.validatePatternStyle
(PatternStyle patternStyle, DiagnosticChain diagnostics, Map<Object, Object> context)