Uses of Interface
fr.gouv.vitam.common.parameter.VitamParameter
-
Packages that use VitamParameter Package Description fr.gouv.vitam.common General utility classes as FileUtil, SystemPropertyUtil and UUID supportfr.gouv.vitam.logbook.common.parameters Provides common parameters, helpers and factory classes used for the Logbook modulefr.gouv.vitam.processing.common.parameter Provides common Parameters classes and utility classes for the Processing module. -
-
Uses of VitamParameter in fr.gouv.vitam.common
Methods in fr.gouv.vitam.common with type parameters of type VitamParameter Modifier and Type Method Description static <T extends VitamParameter>
voidParametersChecker. checkNullOrEmptyParameters(T parameter)Check parameters emptiness or nullitystatic <T extends VitamParameter>
voidParametersChecker. checkNullOrEmptyParameters(T... parameters)Check parameters emptiness or nullityMethods in fr.gouv.vitam.common with parameters of type VitamParameter Modifier and Type Method Description static <T extends VitamParameter>
voidParametersChecker. checkNullOrEmptyParameters(T... parameters)Check parameters emptiness or nullity -
Uses of VitamParameter in fr.gouv.vitam.logbook.common.parameters
Subinterfaces of VitamParameter in fr.gouv.vitam.logbook.common.parameters Modifier and Type Interface Description interfaceLogbookParametersLogbook parametersClasses in fr.gouv.vitam.logbook.common.parameters that implement VitamParameter Modifier and Type Class Description classLogbookLifeCycleObjectGroupParametersParameters for the logbook life cycles object groupclassLogbookLifeCycleParametersCommon abstract class for LogbookLifeCycle Units and ObjectGroups ParametersclassLogbookLifeCycleUnitParametersParameters for the logbook operationclassLogbookOperationParametersParameters for the logbook operation -
Uses of VitamParameter in fr.gouv.vitam.processing.common.parameter
Subinterfaces of VitamParameter in fr.gouv.vitam.processing.common.parameter Modifier and Type Interface Description interfaceWorkerParametersClass use to manage parameters for and on workerClasses in fr.gouv.vitam.processing.common.parameter that implement VitamParameter Modifier and Type Class Description classDefaultWorkerParametersDefault parameters for worker
-