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 UriPrefix
ProcessingUri. getPrefix()
static UriPrefix
UriPrefix. 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 ProcessingUri
ProcessingUri. 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
-