Interface ResourceFilter
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- PermissionFilter
 - All Known Implementing Classes:
- ResourceFilterImpl
 
 public interface ResourceFilter extends PermissionFilter A representation of the model object 'Resource Filter'.- Since:
- 4.3
 
 The following features are supported: 
- See Also:
- SecurityPackage.getResourceFilter()
- Generated
- Model
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()Returns the value of the 'Path' attribute.PatternStylegetPatternStyle()Returns the value of the 'Pattern Style' attribute.booleanisBinaryResources()Returns the value of the 'Binary Resources' attribute.booleanisFolders()Returns the value of the 'Folders' attribute.booleanisIncludeParents()Returns the value of the 'Include Parents' attribute.booleanisIncludeRoot()Returns the value of the 'Include Root' attribute.booleanisModelObjects()Returns the value of the 'Model Objects' attribute.booleanisModelResources()Returns the value of the 'Model Resources' attribute.booleanisTextResources()Returns the value of the 'Text Resources' attribute.ResourceFiltersetBinaryResources(boolean value)Sets the value of the 'Binary Resources' attribute.ResourceFiltersetFolders(boolean value)Sets the value of the 'Folders' attribute.ResourceFiltersetIncludeParents(boolean value)Sets the value of the 'Include Parents' attribute.ResourceFiltersetIncludeRoot(boolean value)Sets the value of the 'Include Root' attribute.ResourceFiltersetModelObjects(boolean value)Sets the value of the 'Model Objects' attribute.ResourceFiltersetModelResources(boolean value)Sets the value of the 'Model Resources' attribute.ResourceFiltersetPath(java.lang.String value)Sets the value of the 'Path' attribute.ResourceFiltersetPatternStyle(PatternStyle value)Sets the value of the 'Pattern Style' attribute.ResourceFiltersetTextResources(boolean value)Sets the value of the 'Text Resources' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.PermissionFilterformat, isApplicable, isImpacted
 
- 
 
- 
- 
- 
Method Detail- 
getPathjava.lang.String getPath() Returns the value of the 'Path' attribute.If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Path' attribute.
- See Also:
- setPath(String),- SecurityPackage.getResourceFilter_Path()
- Generated
- Model
 
 - 
setPathResourceFilter setPath(java.lang.String value) Sets the value of the 'Path' attribute.- Parameters:
- value- the new value of the 'Path' attribute.
- See Also:
- getPath()
- Generated
- NOT
 
 - 
getPatternStylePatternStyle getPatternStyle() Returns the value of the 'Pattern Style' attribute. The default value is"TREE". The literals are from the enumerationPatternStyle.If the meaning of the 'Pattern Style' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pattern Style' attribute.
- See Also:
- PatternStyle,- setPatternStyle(PatternStyle),- SecurityPackage.getResourceFilter_PatternStyle()
- Generated
- Model
- default="TREE"
 
 - 
setPatternStyleResourceFilter setPatternStyle(PatternStyle value) Sets the value of the 'Pattern Style' attribute.- Parameters:
- value- the new value of the 'Pattern Style' attribute.
- See Also:
- PatternStyle,- getPatternStyle()
- Generated
- NOT
 
 - 
isFoldersboolean isFolders() Returns the value of the 'Folders' attribute. The default value is"true".If the meaning of the 'Folders' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Folders' attribute.
- See Also:
- setFolders(boolean),- SecurityPackage.getResourceFilter_Folders()
- Generated
- Model
- default="true"
 
 - 
setFoldersResourceFilter setFolders(boolean value) Sets the value of the 'Folders' attribute.- Parameters:
- value- the new value of the 'Folders' attribute.
- See Also:
- isFolders()
- Generated
- NOT
 
 - 
isModelResourcesboolean isModelResources() Returns the value of the 'Model Resources' attribute. The default value is"true".If the meaning of the 'Model Resources' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Model Resources' attribute.
- See Also:
- setModelResources(boolean),- SecurityPackage.getResourceFilter_ModelResources()
- Generated
- Model
- default="true"
 
 - 
setModelResourcesResourceFilter setModelResources(boolean value) Sets the value of the 'Model Resources' attribute.- Parameters:
- value- the new value of the 'Model Resources' attribute.
- See Also:
- isModelResources()
- Generated
- NOT
 
 - 
isModelObjectsboolean isModelObjects() Returns the value of the 'Model Objects' attribute. The default value is"true".If the meaning of the 'Model Objects' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Model Objects' attribute.
- See Also:
- setModelObjects(boolean),- SecurityPackage.getResourceFilter_ModelObjects()
- Generated
- Model
- default="true"
 
 - 
setModelObjectsResourceFilter setModelObjects(boolean value) Sets the value of the 'Model Objects' attribute.- Parameters:
- value- the new value of the 'Model Objects' attribute.
- See Also:
- isModelObjects()
- Generated
- NOT
 
 - 
isIncludeParentsboolean isIncludeParents() Returns the value of the 'Include Parents' attribute. The default value is"true".If the meaning of the 'Include Parents' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Include Parents' attribute.
- See Also:
- setIncludeParents(boolean),- SecurityPackage.getResourceFilter_IncludeParents()
- Generated
- Model
- default="true"
 
 - 
setIncludeParentsResourceFilter setIncludeParents(boolean value) Sets the value of the 'Include Parents' attribute.- Parameters:
- value- the new value of the 'Include Parents' attribute.
- See Also:
- isIncludeParents()
- Generated
- NOT
 
 - 
isIncludeRootboolean isIncludeRoot() Returns the value of the 'Include Root' attribute. The default value is"true".If the meaning of the 'Include Root' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Include Root' attribute.
- See Also:
- setIncludeRoot(boolean),- SecurityPackage.getResourceFilter_IncludeRoot()
- Generated
- Model
- default="true"
 
 - 
setIncludeRootResourceFilter setIncludeRoot(boolean value) Sets the value of the 'Include Root' attribute.- Parameters:
- value- the new value of the 'Include Root' attribute.
- See Also:
- isIncludeRoot()
- Generated
- NOT
 
 - 
isTextResourcesboolean isTextResources() Returns the value of the 'Text Resources' attribute. The default value is"true".If the meaning of the 'Text Resources' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Text Resources' attribute.
- See Also:
- setTextResources(boolean),- SecurityPackage.getResourceFilter_TextResources()
- Generated
- Model
- default="true"
 
 - 
setTextResourcesResourceFilter setTextResources(boolean value) Sets the value of the 'Text Resources' attribute.- Parameters:
- value- the new value of the 'Text Resources' attribute.
- See Also:
- isTextResources()
- Generated
- NOT
 
 - 
isBinaryResourcesboolean isBinaryResources() Returns the value of the 'Binary Resources' attribute. The default value is"true".If the meaning of the 'Binary Resources' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Binary Resources' attribute.
- See Also:
- setBinaryResources(boolean),- SecurityPackage.getResourceFilter_BinaryResources()
- Generated
- Model
- default="true"
 
 - 
setBinaryResourcesResourceFilter setBinaryResources(boolean value) Sets the value of the 'Binary Resources' attribute.- Parameters:
- value- the new value of the 'Binary Resources' attribute.
- See Also:
- isBinaryResources()
- Generated
- NOT
 
 
- 
 
-