public interface IResource
DataResource| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<Permission> | applicablePermissions()Returns the set of Permissions that may be applied to this resource
 Certain permissions are not applicable to particular types of resources. | 
| boolean | exists() | 
| java.lang.String | getName() | 
| IResource | getParent()Gets next resource in the hierarchy. | 
| boolean | hasParent()Indicates whether or not this resource has a parent in the hierarchy. | 
java.lang.String getName()
IResource getParent()
boolean hasParent()
boolean exists()
java.util.Set<Permission> applicablePermissions()
Copyright © 2018 The Apache Software Foundation