public interface ScopedObjectProvider<T,H>
Modifier and Type | Method and Description |
---|---|
default H |
getHistoricScopedObject(String scopeType,
String scopeId,
SecurityScope securityScope) |
T |
getScopedObject(String scopeType,
String scopeId,
SecurityScope securityScope) |
String |
getScopeType() |
String getScopeType()
T getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
default H getHistoricScopedObject(String scopeType, String scopeId, SecurityScope securityScope)