Uses of Class
wt.fc.InvalidRoleException

Packages that use InvalidRoleException
wt.clients.beans   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.graph   
wt.vc
 
 

Uses of InvalidRoleException in wt.clients.beans
 

Methods in wt.clients.beans that throw InvalidRoleException
protected  void AssociationsPanel.addToTable(BinaryLink link)
          this adds a new object to the table

Supported API: true.
protected  void AssociationsPanel.updateTableLinkValues(int row, BinaryLink link)
          Update the string values displayed in the MultiList.
protected  void AssociationsPanel.removeSelectedObject(BinaryLink link)
          this removes the link that the user has selected from the links hashtable and adds it to the removedLinks hashtable if it is persistent so that it can be removed from the db.
 Persistable AssociationsPanel.getSelectedObject()
          This returns the object that the user has currently selected in the multilist.
 

Uses of InvalidRoleException in wt.fc
 

Methods in wt.fc that throw InvalidRoleException
 QueryResult StandardPersistenceManager.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult StandardPersistenceManager.query(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
private  QuerySpec StandardPersistenceManager.makeQuerySpec(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Make a QuerySpec for all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult PersistenceManagerSvr.query(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 QueryResult PersistenceManagerFwd.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult PersistenceManager.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 Persistable ObjectToObjectLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 Persistable Link.getObject(String role)
          Deprecated. replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
 Persistable BinaryLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 QueryResult StandardPersistenceManager.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult StandardPersistenceManager.query(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 BinaryLink StandardPersistenceManager.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
private  QuerySpec StandardPersistenceManager.makeQuerySpec(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Make a QuerySpec for all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult PersistenceManagerSvr.query(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 BinaryLink PersistenceManagerSvr.copyLink(BinaryLink linkToCopy, Persistable roleObject, String roleObjectRole, Persistable otherRoleObject)
          Copies a link by duplicating it, replacing the role members, and persisting the new link using a server-side insert.
 QueryResult PersistenceManagerFwd.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 QueryResult PersistenceManager.find(Class targetLinkClass, ObjectIdentifier obj1Oid, String obj1Role, ObjectIdentifier obj2Oid)
          Retrieves any and all link objects that exist between two Persistable objects given their object identifiers.
 Persistable ObjectToObjectLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 Persistable Link.getObject(String role)
          Deprecated. replaced by same named method on the BinaryLink abstraction (i.e., no longer valid for this generalization).
 Persistable BinaryLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 

Uses of InvalidRoleException in wt.graph
 

Methods in wt.graph that throw InvalidRoleException
 Persistable AbstractObjectGraphEdge.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 

Uses of InvalidRoleException in wt.vc
 

Methods in wt.vc that throw InvalidRoleException
 Persistable VersionToVersionLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 Persistable ObjectToVersionLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 Persistable VersionToVersionLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)
 Persistable ObjectToVersionLink.getObject(String role)
          Deprecated. replaced by getRoleObject(String)