TODO for accounting
This commit is contained in:
parent
a500df61a1
commit
4083b7c120
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue