Uses of Interface
edu.cornell.mannlib.vitro.webapp.auth.attributes.AttributeValueSet
-
Packages that use AttributeValueSet Package Description edu.cornell.mannlib.vitro.webapp.auth.attributes edu.cornell.mannlib.vitro.webapp.auth.checks -
-
Uses of AttributeValueSet in edu.cornell.mannlib.vitro.webapp.auth.attributes
Classes in edu.cornell.mannlib.vitro.webapp.auth.attributes that implement AttributeValueSet Modifier and Type Class Description classMutableAttributeValueSetMethods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return AttributeValueSet Modifier and Type Method Description static AttributeValueSetValueSetFactory. create(String value, org.apache.jena.query.QuerySolution qs, AttributeValueKey dataSetKey)AttributeValueSetAttributeValueSetRegistry. get(AttributeValueKey key)Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type AttributeValueSet Modifier and Type Method Description voidAttributeValueSetRegistry. put(AttributeValueKey key, AttributeValueSet values) -
Uses of AttributeValueSet in edu.cornell.mannlib.vitro.webapp.auth.checks
Methods in edu.cornell.mannlib.vitro.webapp.auth.checks that return AttributeValueSet Modifier and Type Method Description AttributeValueSetAbstractCheck. getValues()AttributeValueSetCheck. getValues()Constructors in edu.cornell.mannlib.vitro.webapp.auth.checks with parameters of type AttributeValueSet Constructor Description AbstractCheck(String uri, AttributeValueSet values)AccessObjectTypeCheck(String uri, AttributeValueSet values)AccessObjectUriCheck(String uri, AttributeValueSet set)OperationCheck(String uri, AttributeValueSet values)StatementObjectUriCheck(String uri, AttributeValueSet values)StatementPredicateUriCheck(String uri, AttributeValueSet values)StatementSubjectUriCheck(String uri, AttributeValueSet values)SubjectRoleCheck(String uri, AttributeValueSet values)SubjectTypeCheck(String uri, AttributeValueSet values)
-