Interface Responsibility
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceReference
getBaseResource()
Returns the reference to the resource for which user is responsible for.ResourceReference
getOwner()
Returns the reference to the user assigned to given resource (or globally) with given role.NamedResourceReference
getRole()
Returns the reference to the role that assigned user plays.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getRole
NamedResourceReference getRole()
Returns the reference to the role that assigned user plays.- Returns:
- the reference to the role that assigned user plays
-
getBaseResource
ResourceReference getBaseResource()
Returns the reference to the resource for which user is responsible for. If not specified then the responsibility is global.- Returns:
- the reference to the resource for which user is responsible for
-
getOwner
ResourceReference getOwner()
Returns the reference to the user assigned to given resource (or globally) with given role.- Returns:
- the reference to the user assigned to given resource (or globally) with given role
-
-