Uses of Class
fr.gouv.vitam.processing.common.model.WorkspaceAction
-
Packages that use WorkspaceAction Package Description fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module. -
-
Uses of WorkspaceAction in fr.gouv.vitam.processing.common.model
Methods in fr.gouv.vitam.processing.common.model that return WorkspaceAction Modifier and Type Method Description WorkspaceAction
WorkspaceQueue. getAction()
static WorkspaceAction
WorkspaceAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkspaceAction[]
WorkspaceAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.processing.common.model with parameters of type WorkspaceAction Constructor Description WorkspaceQueue(java.lang.String workspacePath, java.io.InputStream sourceFile, WorkspaceAction action)
Constructor
-