super.callReadAction(actionKey, new SharedResourceRequest((String) reqMap.get("resourceUrl"), Session
.getInstance().getCurrentPerson().getEntityId()), new OnSuccessCommand<LinkedList<PersonModelView>>()
{
public void onSuccess(final LinkedList<PersonModelView> response)
{
EventBus.getInstance().notifyObservers(new GotResourceActorsEvent(response));
}
}, useClientCacheIfAvailable);
}