Uses of Class
no.nav.arxaas.model.FormDataAttribute
-
Packages that use FormDataAttribute Package Description no.nav.arxaas.model no.nav.arxaas.utils -
-
Uses of FormDataAttribute in no.nav.arxaas.model
Fields in no.nav.arxaas.model with type parameters of type FormDataAttribute Modifier and Type Field Description private @NotNull List<FormDataAttribute>FormMetaDataRequest. attributesMethods in no.nav.arxaas.model that return types with arguments of type FormDataAttribute Modifier and Type Method Description List<FormDataAttribute>FormMetaDataRequest. getAttributes()Constructor parameters in no.nav.arxaas.model with type arguments of type FormDataAttribute Constructor Description FormMetaDataRequest(List<FormDataAttribute> attributes, List<PrivacyCriterionModel> privacyModels, Double suppressionLimit) -
Uses of FormDataAttribute in no.nav.arxaas.utils
Method parameters in no.nav.arxaas.utils with type arguments of type FormDataAttribute 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.
-