Class: Sipity::EntitySpecificResponsibility

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/sipity/entity_specific_responsibility.rb

Overview

In what capacity can an agent act upon the given entity?

This is an analogue to the Sipity::WorkflowResponsibility, but the responsibility only applies to the given entity.

Examples:

An Advisor for a given Student would have an
EntitySpecificResponsibility to review an ETD submitted by the
given Student.
The Graduate School Reviewer would have a WorkflowResponsibility
to review all ETDs submitted.

See Also: