Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • accessType - type of access needed on the entity. AccessType Enum, default AccessType.UseEntry;
     
  • checkKeyAccess - boolean default false; For CommandType .MAP, this indicates if the 'key' entities of the Map need to be checked access for
  • checkValueAccess - boolean default false; For CommandType .MAP, this indicates if the 'value' entities of the Map need to be checked access for

...


API response annotations

@EntityReference - annotation on a response class, this points to an interface to a VO and is used to get the dao to translate over the wire uuid parameter to get a VO object

...