- home
- Maven Release: 0
- Contract Docs Plugin Version: null
- Page Generated: 2016-05-10 23:11 EDT
AuthorizationHintsCrudBean
Description
Hints to the UI about authorization
Structure Definition
ShortName |
Name |
Type |
Description |
Required? |
Read only? |
Implementation Notes |
canLookup |
Can Lookup |
boolean |
Can lookup (view) the object |
|
|
canCreate |
Can Create |
boolean |
Can create (add) the object |
|
|
canUpdate |
Can Update |
boolean |
Can update (maintain) the object |
|
|
canDelete |
Can Delete |
boolean |
Can delete (remove) the object |
|
|
JSON Structure
{
"type" : "AuthorizationHintsCrud",
"canLookup" : true,
"canCreate" : true,
"canUpdate" : true,
"canDelete" : true
}