Package org.uberfire.client.authz
Interface PerspectiveAction
-
- All Superinterfaces:
ActivityAction,org.uberfire.security.ResourceAction
public interface PerspectiveAction extends ActivityAction
Perspective related actions
-
-
Field Summary
Fields Modifier and Type Field Description static PerspectiveActionCREATEstatic PerspectiveActionDELETEstatic PerspectiveActionUPDATE
-
-
-
Field Detail
-
CREATE
static final PerspectiveAction CREATE
-
UPDATE
static final PerspectiveAction UPDATE
-
DELETE
static final PerspectiveAction DELETE
-
-