Uses of Enum Class
org.eclipse.emf.cdo.security.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
Modifier and TypeFieldDescriptionstatic final List<PatternStyle>
PatternStyle.VALUES
A public read-only list of all the 'Pattern Style' enumerators.Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createPatternStyleFromString
(EDataType eDataType, String initialValue) ResourceFilterImpl.AntMatcher.getParentPatternStyle()
ResourceFilterImpl.ExactMatcher.getParentPatternStyle()
ResourceFilterImpl.Matcher.getParentPatternStyle()
ResourceFilterImpl.RegexMatcher.getParentPatternStyle()
ResourceFilterImpl.TreeMatcher.getParentPatternStyle()
ResourceFilterImpl.getPatternStyle()
Modifier 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
Modifier and TypeMethodDescriptionboolean
SecurityValidator.validatePatternStyle
(PatternStyle patternStyle, DiagnosticChain diagnostics, Map<Object, Object> context)