TODO for accounting

This commit is contained in:
Lucio Lelii 2022-11-30 17:51:50 +01:00
parent a500df61a1
commit 4083b7c120
1 changed files with 6 additions and 1 deletions

View File

@ -81,7 +81,12 @@ public class ItemHandler {
private static Logger log = LoggerFactory.getLogger(ItemHandler.class);
//TODO: accounting
//provider URI host
//resourceOwner user
//consumer write
//in caso di versione - update con -delta
public <T extends CreateParameters> String create(T parameters) throws Exception{
Session ses = parameters.getSession();