Uses of Class
org.eclipse.higgins.idas.cp.jena2.impl.Entity

Packages that use Entity
org.eclipse.higgins.idas.cp.jena2   
org.eclipse.higgins.idas.cp.jena2.impl   
org.eclipse.higgins.idas.cp.jena2.util   
 

Uses of Entity in org.eclipse.higgins.idas.cp.jena2
 

Methods in org.eclipse.higgins.idas.cp.jena2 with parameters of type Entity
 void IJenaContext.registerChangedSubject(Entity subj)
          When some Entity was changed (its attribute/value/metadata was added/removed/changed) it should be registered using this method to be validated before saving the context by .
 void IJenaContext.unregisterChangedSubject(Entity subj)
          When some Entity was removed it should be also removed from changed subjects list to prevent validation of non-existent subject
 

Uses of Entity in org.eclipse.higgins.idas.cp.jena2.impl
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl that return Entity
 Entity ComplexValue.getSubjectOwner()
           
 Entity Attribute.getSubjectOwner()
           
 Entity Attribute.getAttributeProperty()
           
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type Entity
 void Context.registerChangedSubject(Entity subj)
          Register the subject which was changed and should be validated (optionally) before saving
 void Context.unregisterChangedSubject(Entity subj)
           
 

Constructors in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type Entity
Metadata(Context context, com.hp.hpl.jena.ontology.Individual valueContainer, com.hp.hpl.jena.ontology.DatatypeProperty property, Entity subjOwner)
           
 

Uses of Entity in org.eclipse.higgins.idas.cp.jena2.util
 

Methods in org.eclipse.higgins.idas.cp.jena2.util with parameters of type Entity
static void ModelUtils.validateSubject(Context context, Entity subj)