Interface ResourceFilter

All Superinterfaces:
CDOObject, CDOWithID, EObject, 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:
Generated
Model
  • Method Details

    • getPath

      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:
      Generated
      Model
    • setPath

      ResourceFilter setPath(String value)
      Sets the value of the 'Path' attribute.
      Parameters:
      value - the new value of the 'Path' attribute.
      See Also:
      Generated
      NOT
    • getPatternStyle

      PatternStyle getPatternStyle()
      Returns the value of the 'Pattern Style' attribute. The default value is "TREE". The literals are from the enumeration PatternStyle.

      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:
      Generated
      Model
      default="TREE"
    • setPatternStyle

      ResourceFilter setPatternStyle(PatternStyle value)
      Sets the value of the 'Pattern Style' attribute.
      Parameters:
      value - the new value of the 'Pattern Style' attribute.
      See Also:
      Generated
      NOT
    • isFolders

      boolean 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:
      Generated
      Model
      default="true"
    • setFolders

      ResourceFilter setFolders(boolean value)
      Sets the value of the 'Folders' attribute.
      Parameters:
      value - the new value of the 'Folders' attribute.
      See Also:
      Generated
      NOT
    • isModelResources

      boolean 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:
      Generated
      Model
      default="true"
    • setModelResources

      ResourceFilter setModelResources(boolean value)
      Sets the value of the 'Model Resources' attribute.
      Parameters:
      value - the new value of the 'Model Resources' attribute.
      See Also:
      Generated
      NOT
    • isModelObjects

      boolean 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:
      Generated
      Model
      default="true"
    • setModelObjects

      ResourceFilter setModelObjects(boolean value)
      Sets the value of the 'Model Objects' attribute.
      Parameters:
      value - the new value of the 'Model Objects' attribute.
      See Also:
      Generated
      NOT
    • isIncludeParents

      boolean 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:
      Generated
      Model
      default="true"
    • setIncludeParents

      ResourceFilter setIncludeParents(boolean value)
      Sets the value of the 'Include Parents' attribute.
      Parameters:
      value - the new value of the 'Include Parents' attribute.
      See Also:
      Generated
      NOT
    • isIncludeRoot

      boolean 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:
      Generated
      Model
      default="true"
    • setIncludeRoot

      ResourceFilter setIncludeRoot(boolean value)
      Sets the value of the 'Include Root' attribute.
      Parameters:
      value - the new value of the 'Include Root' attribute.
      See Also:
      Generated
      NOT
    • isTextResources

      boolean 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:
      Generated
      Model
      default="true"
    • setTextResources

      ResourceFilter setTextResources(boolean value)
      Sets the value of the 'Text Resources' attribute.
      Parameters:
      value - the new value of the 'Text Resources' attribute.
      See Also:
      Generated
      NOT
    • isBinaryResources

      boolean 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:
      Generated
      Model
      default="true"
    • setBinaryResources

      ResourceFilter setBinaryResources(boolean value)
      Sets the value of the 'Binary Resources' attribute.
      Parameters:
      value - the new value of the 'Binary Resources' attribute.
      See Also:
      Generated
      NOT