Uses of Class
fr.gouv.vitam.common.model.processing.UriPrefix
-
Packages that use UriPrefix Package Description fr.gouv.vitam.common.model.processing Provides common public Model classes for the Processing module. -
-
Uses of UriPrefix in fr.gouv.vitam.common.model.processing
Methods in fr.gouv.vitam.common.model.processing that return UriPrefix Modifier and Type Method Description UriPrefixProcessingUri. getPrefix()static UriPrefixUriPrefix. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UriPrefix[]UriPrefix. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.processing with parameters of type UriPrefix Modifier and Type Method Description ProcessingUriProcessingUri. setPrefix(UriPrefix prefix)Constructors in fr.gouv.vitam.common.model.processing with parameters of type UriPrefix Constructor Description ProcessingUri(UriPrefix prefix, java.lang.String path)Constructor with prefix and path
-