protected void checkSource(Reference ref, ReferenceParser parser)
     throws EntityPermissionException, EntityNotDefinedException, EntityAccessOverloadException,
         EntityCopyrightException {
   // should setup access rights, etc.
   getWorkflowManager().getWorkflow(getIdManager().getId(parser.getId()));
 }