Class VClassDWR


  • public class VClassDWR
    extends Object
    • Constructor Detail

      • VClassDWR

        public VClassDWR()
    • Method Detail

      • getVClasses

        public Collection<VClass> getVClasses​(String vclassURI,
                                              String propertyURI,
                                              boolean filterOutUninstanciated)
        Returns all vclasses that the given vclas can have as the other side of of the given property. Gets vclasses for the vclass select drop down on the ent_edit.jsp dynamic add proprties form.
        Parameters:
        vclassURI - - vclass we want to make a property for
        propertyURI - - property we want to use
        filterOutUninstanciated - - if true filter out any vclasses with zero instances.
        Returns:
        a list of VClass objects, one for each vclass that could be in the relation indicated by the parameters.