Fido Alpha 3.2

Uses of Class
fido.db.ClassLinkTypeNotFoundException

Packages that use ClassLinkTypeNotFoundException
fido.db Classes that are a proxy to the database tables that comprise the system. 
 

Uses of ClassLinkTypeNotFoundException in fido.db
 

Methods in fido.db that throw ClassLinkTypeNotFoundException
 void ObjectTable.deleteClass(int objectId, boolean tree)
          Removes the Class name objectId from the Hierarchy.
 int ObjectTable.instantiate(int objectId, java.lang.String description)
          Creates a new InstanceObject from the ClassObject objectId The new object will duplicate all of the links of the parent ClassObject.
 java.util.Collection ObjectTable.findInstance(int subtreeRoot, BooleanTree attrTree, BooleanTree prepTree)
           
 java.util.Collection ObjectLinkTable.getLinkTo(int objectId, java.lang.String linkName)
           
 boolean ObjectLinkTable.containsLinkTo(int objectId, java.lang.String linkName, int linkToObject)
           
 java.util.Collection ObjectLinkTable.getLinkFrom(int objectId, java.lang.String linkName)
           
 boolean ClassLinkTypeTable.isSystemLink(java.sql.Statement stmt, java.lang.String name)
           
 void ClassLinkTypeTable.delete(java.lang.String name)
          Removes the ClassLinkType referenced by the parameters name.
 


Fido Alpha 3.2