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

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

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

Methods in org.eclipse.higgins.idas.cp.jena2 with parameters of type DigitalSubject
 void IJenaContext.registerChangedSubject(DigitalSubject subj)
          When some DigitalSubject 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(DigitalSubject subj)
          When some DigitalSubject was removed it should be also removed from changed subjects list to prevent validation of non-existent subject
 

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

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

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

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

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

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