Revisiting methods
This commit is contained in:
parent
1f37bf6400
commit
a2f7d15768
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue