Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.attributes.OperationGroup
-
Packages that use OperationGroup Package Description edu.cornell.mannlib.vitro.webapp.auth.attributes edu.cornell.mannlib.vitro.webapp.migration.auth -
-
Uses of OperationGroup in edu.cornell.mannlib.vitro.webapp.auth.attributes
Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes that return OperationGroup Modifier and Type Method Description static OperationGroupOperationGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationGroup[]OperationGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.auth.attributes with parameters of type OperationGroup Modifier and Type Method Description static Set<AccessOperation>OperationGroup. getOperations(OperationGroup og) -
Uses of OperationGroup in edu.cornell.mannlib.vitro.webapp.migration.auth
Methods in edu.cornell.mannlib.vitro.webapp.migration.auth that return types with arguments of type OperationGroup Modifier and Type Method Description protected Map<String,Map<OperationGroup,Set<String>>>AnnotationMigrator. getClassAnnotations()protected Map<String,Map<OperationGroup,Set<String>>>AnnotationMigrator. getDataPropertyAnnotations()protected Map<String,Map<OperationGroup,Set<String>>>AnnotationMigrator. getFauxDataPropertyAnnotations(Set<String> dataProperties)protected Map<String,Map<OperationGroup,Set<String>>>AnnotationMigrator. getFauxObjectPropertyAnnotations(Set<String> objectProperties)protected Map<String,Map<OperationGroup,Set<String>>>AnnotationMigrator. getObjectPropertyAnnotations()
-