Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.attributes.AttributeValueKey
-
-
Uses of AttributeValueKey in edu.cornell.mannlib.vitro.webapp.auth.attributes
Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return AttributeValueKey Modifier and Type Method Description AttributeValueKeyAttributeValueKey. clone()Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AttributeValueKey Modifier and Type Method Description static AttributeValueSetValueSetFactory. create(String value, org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey)AttributeValueSetAttributeValueSetRegistry. get(AttributeValueKey key)voidAttributeValueSetRegistry. put(AttributeValueKey key, AttributeValueSet values)voidAttributeValueSet. setKey(AttributeValueKey key)voidMutableAttributeValueSet. setKey(AttributeValueKey valueSetKey) -
Uses of AttributeValueKey in edu.cornell.mannlib.vitro.webapp.auth.checks
Methods in edu.cornell.mannlib.vitro.webapp.auth.checks with parameters of type AttributeValueKey Modifier and Type Method Description static CheckCheckFactory. createCheck(org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey) -
Uses of AttributeValueKey in edu.cornell.mannlib.vitro.webapp.auth.policy
Methods in edu.cornell.mannlib.vitro.webapp.auth.policy that return AttributeValueKey Modifier and Type Method Description AttributeValueKeyPolicyLoader. getDataSetKey(String dataSetUri) -
Uses of AttributeValueKey in edu.cornell.mannlib.vitro.webapp.auth.rules
Methods in edu.cornell.mannlib.vitro.webapp.auth.rules with parameters of type AttributeValueKey Modifier and Type Method Description static AccessRuleAccessRuleFactory. createRule(org.apache.jena.query.QuerySolution qs, AttributeValueKey key)
-