public interface ResourceAction
This interface is intended to be extended by the different Resource types. It is up to every
resource type implementation to define the list of available actions.
| Modifier and Type | Field and Description |
|---|---|
static ResourceAction |
READ
The read action is common to all resource types.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
An string representation of the action.
|
static final ResourceAction READ
Basically, it refers to the ability to access (view, read, ...) a resource
String getName()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.