AuthorizationHintsCrudBean

Name AuthorizationHintsCrudBean
Usage HandcarAuthorizationService
AuthorizationHintsBean
Type Complex

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
}