|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UjoAction
An action constants of UJO Framework.
Ujo| Field Summary | |
|---|---|
static int |
ACTION_CLONE
An authorization action (of a UjoProperty) for a method: UjoManager.clone(Ujo ujo, int depth) . |
static int |
ACTION_COPY
An authorization action (of a UjoProperty) for a method: UjoManager.copy(Ujo source, Ujo target, UjoProperty... properties) . |
static int |
ACTION_CSV_EXPORT
An authorization action (of a UjoProperty) for a CSV export. |
static int |
ACTION_CSV_IMPORT
An authorization action (of a UjoProperty) for a CSV import. |
static int |
ACTION_RESBUNDLE_EXPORT
An authorization action (of a UjoProperty) for a Resource Bundle export. |
static int |
ACTION_RESBUNDLE_IMPORT
An authorization action (of a UjoProperty) 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 UjoProperty) for a method: toString() |
static int |
ACTION_UNDEFINED
This is an undefined action. |
static int |
ACTION_XML_ELEMENT
Deprecated. |
static int |
ACTION_XML_EXPORT
An authorization action (of a UjoProperty) for a XML export. |
static int |
ACTION_XML_IMPORT
An authorization action (of a UjoProperty) for a XML import. |
static int |
ACTION_ZERO_REPLACE
Deprecated. use the UjoProperty.getDefault() value instead of. |
static UjoAction |
DUMMY
A dummy action have got an ACTION_UNDEFINED id and the null context. |
| Method Summary | |
|---|---|
java.lang.Object |
getContext()
Returns a conetxt of the action. |
int |
getType()
Returns a type of the action. |
| Field Detail |
|---|
static final int ACTION_UNDEFINED
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_XML_EXPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_XML_IMPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Values@Deprecated static final int ACTION_XML_ELEMENT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_RESBUNDLE_EXPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_RESBUNDLE_IMPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_CSV_IMPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_CSV_EXPORT
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_CLONE
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_COPY
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_TO_STRING
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_ZERO_REPLACE
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final int ACTION_TABLE_SHOW
Ujo.readAuthorization(UjoAction, UjoProperty, Object),
Constant Field Valuesstatic final UjoAction DUMMY
| Method Detail |
|---|
int getType()
java.lang.Object getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||