GrpcToCaosDBConverters
- public class GrpcToCaosDBConverters
Utility class for converting GRPC’s native objects into our own CaosDB objects.
- Author:
Timm Fitschen
Methods
convert
convert
- public EntityInterface convert(Entity from, EntityInterface entity)
Set the content of
entity
to that of the grpc message objectfrom
. Also returnentity
at the end.
convertAcls
- public TransactionContainer convertAcls(List<EntityACL> aclsList)