120121122123124125126127128129130
if (action == null) { return true; } return action.canRead(session, mode); } public abstract CachedObject get(RowInputInterface in); public CachedObject get(CachedObject object, RowInputInterface in) {