Provides the definition of the Relation Service.
-
Retrieves role info for given role name of a given relation type.
Retrieves role info for given role of a given relation type.
Returns the role info (RoleInfo object) for the given role info name
(null if not found).
Returns the role info (RoleInfo object) for the given role info name
(null if not found).
Retrieves list of role infos (RoleInfo objects) of a given relation
type.
Retrieves list of role infos (RoleInfo objects) of a given relation
type.
Returns the list of role definitions (ArrayList of RoleInfo objects).
Returns the list of role definitions (ArrayList of RoleInfo objects).
protected void
void
Creates a relation type (a RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
void
Creates a relation type (RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
Constructor where all role definitions are dynamically created and
passed as parameter.