Class CheckFactory
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.checks.CheckFactory
-
public class CheckFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckcreateCheck(org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey)static voidextendAttribute(Check check, org.apache.jena.query.QuerySolution qs)
-
-
-
Method Detail
-
createCheck
public static Check createCheck(org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey)
-
-