public class WorkspaceQueue extends Object
| Constructor and Description |
|---|
WorkspaceQueue()
Default Constructor
|
WorkspaceQueue(String workspacePath,
InputStream sourceFile)
Constructor
|
WorkspaceQueue(String workspacePath,
InputStream sourceFile,
WorkspaceAction action)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceAction |
getAction() |
Path |
getFilePath() |
String |
getFolderName() |
String |
getMediaType() |
InputStream |
getSourceFile() |
String |
getWorkspacePath() |
WorkspaceQueue |
setFilePath(Path filePath) |
WorkspaceQueue |
setFolderName(String folderName) |
WorkspaceQueue |
setMediaType(String mediaType) |
public WorkspaceQueue()
public WorkspaceQueue(String workspacePath, InputStream sourceFile)
workspacePath - sourceFile - public WorkspaceQueue(String workspacePath, InputStream sourceFile, WorkspaceAction action)
workspacePath - sourceFile - action - public String getWorkspacePath()
public InputStream getSourceFile()
public WorkspaceAction getAction()
public Path getFilePath()
public WorkspaceQueue setFilePath(Path filePath)
filePath - public String getMediaType()
public WorkspaceQueue setMediaType(String mediaType)
mediaType - public String getFolderName()
public WorkspaceQueue setFolderName(String folderName)
folderName - Copyright © 2018 Vitam. All rights reserved.