| Modifier and Type | Method and Description | 
|---|---|
| InstanceSet | BrowserHelper. getWorkflowObjects(Instance fq,
                  RelationVO[] rels) | 
| InstanceSet | BrowserHelper. getWorkflowObjectsQueueOld(Instance queue,
                          RelationVO[] rel_ids) | 
| Modifier and Type | Method and Description | 
|---|---|
| RelationVO | TabbedPane. getRel(int i) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TabbedPane. addRel(RelationVO relvo) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataAccessDelegate. relate(RelationVO relationVO,
      Instance instance,
      Instance instance2) | 
| void | DataAccessDelegate. unrelate(DataInstance instance,
        RelationVO relationVO,
        long[] ls) | 
| Modifier and Type | Method and Description | 
|---|---|
| RelationVO | IOpenInstanceIFrame. getActiveRelationVO() | 
| RelationVO | IFOpenInstanceFlow. getActiveRelationVO() | 
| RelationVO | CLJInternalFrameOpenInstance. getActiveRelationVO() | 
| Constructor and Description | 
|---|
| CLJPanelOpenInstanceTab(CLInternalFrame cli,
                       RelationVO r) | 
| Modifier and Type | Method and Description | 
|---|---|
| RelationVO | CLBrowserBase. getRelation(ClassVO clsvo,
           PropertyVO propvo) | 
| RelationVO | CLBrowser. getRelation(ClassVO c,
           PropertyVO p) | 
| RelationVO | CLBrowserBase. getRelation(java.lang.String relname) | 
| RelationVO | CLBrowser. getRelation(java.lang.String relname) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CLBrowserBase. setDescription(RelationVO relvo,
              DescriptionVO descvo,
              boolean direct) | 
| void | CLBrowser. setDescription(RelationVO propvo,
              DescriptionVO descvo,
              boolean direct) | 
| void | QuerySave. unrelateInstances(int srcBranchId,
                 int dstBranchId,
                 RelationVO rel) | 
| Modifier and Type | Field and Description | 
|---|---|
| RelationVO | RoleVO. relvo | 
| Modifier and Type | Method and Description | 
|---|---|
| RelationVO | DirectedRelationVO. getForwardRelationVO()Returns the internal RelationVO or its inverse
 depending on isForward() being true or false | 
| RelationVO | RelationVO. getInverse()Returns the inverse RelationVO of this object. | 
| RelationVO | DirectedRelationVO. getRelation() | 
| RelationVO | DataModelVO. getRelationVO(java.lang.String relname)For ad-hoc relations, it creates a new RelationVO
 First, for relations stored in the DataModelVO, it retrieves the specified relation by name
 If not found, it searches in the ClassVO objects | 
| RelationVO | ClassVO. getRelationVO(java.lang.String name) | 
| RelationVO | DataModelVO. getRelationVOById(long relId) | 
| RelationVO[] | DataModelVO. getRelationVOs() | 
| RelationVO[] | ClassVO. getRelationVOs() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassVO. addRelation(RelationVO relvo) | 
| RoleVO[] | ClassVO. findOtherRoles(RelationVO rel) | 
| RoleVO[] | ClassVO. findRoles(RelationVO rel) | 
| void | DirectedRelationVO. setRelation(RelationVO relation) | 
| void | DataModelVO. setRelationVOs(RelationVO[] relationVOs) | 
| void | ClassVO. setRelationVOs(RelationVO[] relationVOs) | 
| void | DataModelVO. setupRelationVOs(RelationVO[] relationVOs) | 
| Constructor and Description | 
|---|
| DirectedRelationVO(RelationVO relation,
                  boolean forward)Constructor used to store a RelationVO and a sense. | 
| DirectedRelationVO(RelationVO relation,
                  RoleVO sourceRole,
                  RoleVO destRole)Constructor to store RelationVO and the source & destination roles. | 
| Modifier and Type | Method and Description | 
|---|---|
| RelationVO | Class. getRelationVO(int relId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SaveInstance. relate(RelationVO relationVO,
      Instance instance,
      Instance instance2)save and relate record into the database.set browser,add instance to which given instance is to be related and
 add new given instance. |