Uses of Class
fr.gouv.vitam.workspace.client.WorkspaceType
-
Packages that use WorkspaceType Package Description fr.gouv.vitam.workspace.client Provides Workspace client factory and implementations. -
-
Uses of WorkspaceType in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that return WorkspaceType Modifier and Type Method Description static WorkspaceTypeWorkspaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WorkspaceType[]WorkspaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.workspace.client with parameters of type WorkspaceType Modifier and Type Method Description static voidWorkspaceClientFactory. changeMode(java.lang.String serviceUrl, WorkspaceType workspaceType)change mode client by server urlstatic WorkspaceClientFactoryWorkspaceClientFactory. getInstance(WorkspaceType workspaceType)
-