Class VClassDWR
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dwr.VClassDWR
-
public class VClassDWR extends Object
-
-
Constructor Summary
Constructors Constructor Description VClassDWR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 forpropertyURI- - property we want to usefilterOutUninstanciated- - 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.
-
-