Uses of Class
no.nav.arxaas.model.Attribute
-
Packages that use Attribute Package Description no.nav.arxaas.model no.nav.arxaas.model.anonymity no.nav.arxaas.utils -
-
Uses of Attribute in no.nav.arxaas.model
Fields in no.nav.arxaas.model with type parameters of type Attribute Modifier and Type Field Description private @NotNull java.util.List<Attribute>Request. attributesMethods in no.nav.arxaas.model that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>Request. getAttributes() -
Uses of Attribute in no.nav.arxaas.model.anonymity
Fields in no.nav.arxaas.model.anonymity with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>AnonymizeResult. attributesMethods in no.nav.arxaas.model.anonymity that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>AnonymizeResult. getAttributes() -
Uses of Attribute in no.nav.arxaas.utils
Method parameters in no.nav.arxaas.utils with type arguments of type Attribute Modifier and Type Method Description private voidARXDataFactory. setAttributeTypes(org.deidentifier.arx.Data data, java.util.List<Attribute> attributes)Mutates an ARXDataobject that holds the data set and assign an attribute type for each table row based on the globalAttributeobject.private voidARXDataFactory. setHierarchies(org.deidentifier.arx.Data data, java.util.List<Attribute> attributeList)Mutates an ARXDataobject by setting the hierarchies to be used on the different fields in the data set based on the globalAttributeobject.
-