Interface ResourcePermission

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, Permission
All Known Implementing Classes:
ResourcePermissionImpl

@Deprecated public interface ResourcePermission extends Permission
Deprecated.
As of 4.3 use FilterPermission and ResourceFilter.

The following features are supported:

A representation of the model object 'Resource Permission'.
See Also:
Generated
Model
  • Method Details

    • getPattern

      String getPattern()
      Deprecated.
      Returns the value of the 'Pattern' attribute.

      If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Pattern' attribute.
      See Also:
      Generated
      Model
    • setPattern

      void setPattern(String value)
      Deprecated.
      Sets the value of the 'Pattern' attribute.
      Parameters:
      value - the new value of the 'Pattern' attribute.
      See Also:
      Generated