Revisiting methods

This commit is contained in:
Luca Frosini 2020-11-10 15:53:03 +01:00
parent 1f37bf6400
commit a2f7d15768
1 changed files with 3 additions and 0 deletions

View File

@ -252,6 +252,9 @@ public interface ResourceRegistryPublisher {
public <F extends Facet> boolean removeFacetFromCurrentContext(F facet)
throws FacetNotFoundException, ContextNotFoundException, ResourceRegistryException;
/* ---- */
public Context getContext(UUID uuid) throws ContextNotFoundException, ResourceRegistryException;
public Context getCurrentContext() throws ContextNotFoundException, ResourceRegistryException;