Class ProcessingUri
java.lang.Object
fr.gouv.vitam.common.model.processing.ProcessingUri
Processing Uri format
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty ConstructorProcessingUri(UriPrefix prefix, String path) Constructor with prefix and pathProcessingUri(String uri) Constructor with StringProcessingUri(String prefix, String path) Constructor with prefix and path -
Method Summary
-
Constructor Details
-
ProcessingUri
public ProcessingUri()Empty Constructor -
ProcessingUri
Constructor with prefix and path- Parameters:
prefix- of processing uripath- of processing uri
-
ProcessingUri
Constructor with prefix and path- Parameters:
prefix- of processing uripath- of processing uri
-
ProcessingUri
Constructor with String- Parameters:
uri- of processing
-
-
Method Details