| Package | Description | 
|---|---|
| com.irisel.oms.olapi | |
| com.irisel.oms.olapi.beans | 
| Modifier and Type | Method and Description | 
|---|---|
| RoleVO | CLBrowserBase. getDefaultRole() | 
| RoleVO | CLBrowser. getDefaultRole() | 
| Modifier and Type | Method and Description | 
|---|---|
| RoleVO[] | ClassVO. findOtherRoles(RelationVO rel) | 
| RoleVO[] | RelationVO. findRoles() | 
| RoleVO[] | ClassVO. findRoles(RelationVO rel) | 
| RoleVO | DirectedRelationVO. getDestinationRole() | 
| RoleVO | DataModelVO. getRoleVO(java.lang.String rolename) | 
| RoleVO | DataModelVO. getRoleVOById(long roleId) | 
| RoleVO[] | RelationVO. getRoleVOs() | 
| RoleVO[] | DataModelVO. getRoleVOs() | 
| RoleVO | DirectedRelationVO. getSourceRole() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassVO. addOtherRole(RoleVO r) | 
| void | RelationVO. addRole(RoleVO r) | 
| void | ClassVO. addRole(RoleVO r) | 
| void | DirectedRelationVO. setDestinationRole(RoleVO destinationRole) | 
| void | RelationVO. setRoleVOs(RoleVO[] roleVOs) | 
| void | DataModelVO. setRoleVOs(RoleVO[] roleVOs) | 
| void | DirectedRelationVO. setSourceRole(RoleVO sourceRole) | 
| Constructor and Description | 
|---|
| DirectedRelationVO(RelationVO relation,
                  RoleVO sourceRole,
                  RoleVO destRole)Constructor to store RelationVO and the source & destination roles. |