java.lang.Object
com.genologics.ri.role.Roles
- All Implemented Interfaces:
Batch<RoleLink>,Serializable,Iterable<RoleLink>
The representation for a list of role links.
- Since:
- 2.19
- See Also:
-
Field Details
-
roles
The list of role links. -
uri
The URI of the roles list.
-
-
Constructor Details
-
Roles
public Roles()Default constructor. -
Roles
Constructor with URI.- Parameters:
uri- The URI of the roles list.
-
-
Method Details
-
getRoles
Gets the list of role links.- Returns:
- A list of role links.
-
getUri
Gets the URI of the roles list.- Returns:
- The roles list URI.
-
setUri
Sets the URI of the roles list.- Parameters:
uri- The roles list URI.
-
getList
Gets the list of role links for batch processing. -
getSize
public int getSize()Gets the size of the roles list.
-