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 List<Attribute>Request. attributesMethods in no.nav.arxaas.model that return types with arguments of type Attribute Modifier and Type Method Description 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 List<Attribute>AnonymizeResult. attributesMethods in no.nav.arxaas.model.anonymity that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AnonymizeResult. getAttributes() -
Uses of Attribute in no.nav.arxaas.utils
Methods in no.nav.arxaas.utils that return types with arguments of type Attribute Modifier and Type Method Description private List<Attribute>FormDataFactory. buildRequestAnalyzationAttribute(List<FormDataAttribute> attributeList)Builds a list ofAttributefrom the list ofFormDataAttributeto correctly build the attribute metadata.private List<Attribute>FormDataFactory. buildRequestAnonymizationAttribute(List<FormDataAttribute> attributeList, List<List<String[]>> hierarchies)Builds a list ofAttributefrom the list ofFormDataAttributeto correctly build the attribute metadata and parse the raw hierarchy files.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, 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, 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.
-