Uses of Class
fr.gouv.vitam.common.model.unit.ValidatorOrSignerModel
-
Packages that use ValidatorOrSignerModel Package Description fr.gouv.vitam.common.model.unit -
-
Uses of ValidatorOrSignerModel in fr.gouv.vitam.common.model.unit
Fields in fr.gouv.vitam.common.model.unit declared as ValidatorOrSignerModel Modifier and Type Field Description protected ValidatorOrSignerModel
SignatureTypeModel. validator
Fields in fr.gouv.vitam.common.model.unit with type parameters of type ValidatorOrSignerModel Modifier and Type Field Description protected java.util.List<ValidatorOrSignerModel>
SignatureTypeModel. signer
Methods in fr.gouv.vitam.common.model.unit that return ValidatorOrSignerModel Modifier and Type Method Description ValidatorOrSignerModel
ObjectFactory. createValidatorOrSignerModel()
Create an instance ofValidatorOrSignerModel
ValidatorOrSignerModel
SignatureTypeModel. getValidator()
Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type ValidatorOrSignerModel Modifier and Type Method Description java.util.List<ValidatorOrSignerModel>
SignatureTypeModel. getSigner()
Methods in fr.gouv.vitam.common.model.unit with parameters of type ValidatorOrSignerModel Modifier and Type Method Description SignatureTypeModel
SignatureTypeModel. setValidator(ValidatorOrSignerModel validator)
Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type ValidatorOrSignerModel Modifier and Type Method Description SignatureTypeModel
SignatureTypeModel. setSigner(java.util.List<ValidatorOrSignerModel> signer)
-