Provides the definition of the Relation Service.
-
Return a view of this list as a List<Role>
.
void
Inserts the role specified as an element at the position specified.
void
Adds the Role specified as the last element of the list.
Checks if given Role can be set in a relation of given type.
Checks if given Role can be set in a relation of given type.
void
Sends a notification (RelationNotification) for a role update in the
given relation.
void
Sends a notification (RelationNotification) for a role update in the
given relation.
void
Sets the element at the position specified to be the role
specified.
void
void
Sets the given role in given relation.
void
Sets the given role in given relation.
void
void
Handles update of the Relation Service role map for the update of given
role in given relation.
void
Handles update of the Relation Service role map for the update of given
role in given relation.
Constructs a RoleList
containing the elements of the
List
specified, in the order in which they are returned by
the List
's iterator.