package org.gcube.data.access.accounting.summary.access.impl; import org.gcube.data.access.accounting.summary.access.model.ScopeDescriptor; public interface ContextTreeProvider { public ScopeDescriptor getTree(Object context) throws Exception; }