public interface UjoAction
Ujo
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_CLONE
An authorization action (of a Key) for a method: UjoManager.clone(Ujo ujo, int depth) .
|
static int |
ACTION_COPY
An authorization action (of a Key) for a method: UjoManager.copy(Ujo source, Ujo target, Key... keys) .
|
static int |
ACTION_CSV_EXPORT
An authorization action (of a Key) for a CSV export.
|
static int |
ACTION_CSV_IMPORT
An authorization action (of a Key) for a CSV import.
|
static int |
ACTION_RESBUNDLE_EXPORT
An authorization action (of a Key) for a Resource Bundle export.
|
static int |
ACTION_RESBUNDLE_IMPORT
An authorization action (of a Key) for a Resource Bundle import.
|
static int |
ACTION_TABLE_SHOW
An authorization action for class UjoContentTabModel.
|
static int |
ACTION_TO_STRING
An authorization action (of a Key) for a method: toString()
|
static int |
ACTION_UNDEFINED
This is an undefined action.
|
static int |
ACTION_XML_EXPORT
An authorization action (of a Key) for a XML export.
|
static int |
ACTION_XML_IMPORT
An authorization action (of a Key) for a XML import.
|
static int |
ACTION_ZERO_REPLACE
Deprecated.
use the Key.getDefault() value instead of.
|
static UjoAction |
DUMMY
A dummy action have got an ACTION_UNDEFINED id and the null context.
|
Modifier and Type | Method and Description |
---|---|
Object |
getContext()
Returns a context of the action.
|
int |
getType()
Returns a type of the action.
|
static final int ACTION_UNDEFINED
static final int ACTION_XML_EXPORT
static final int ACTION_XML_IMPORT
static final int ACTION_RESBUNDLE_EXPORT
static final int ACTION_RESBUNDLE_IMPORT
static final int ACTION_CSV_IMPORT
static final int ACTION_CSV_EXPORT
static final int ACTION_CLONE
static final int ACTION_COPY
static final int ACTION_TO_STRING
static final int ACTION_ZERO_REPLACE
static final int ACTION_TABLE_SHOW
static final UjoAction DUMMY
int getType()
Object getContext()
null
.Copyright 2015, Pavel Ponec