| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentsMover.moveDocumentFromTaskMessage(FileAndTaskMessage fileAndMessage,
String destinationFolder,
String rootSourceDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentsMover.moveDocumentsFromTaskMessages(List<FileAndTaskMessage> filesAndMessages,
String destinationFolder,
String rootSourceDirectory)
Moves the provided files to the destination folder.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QueueServices.publishMessage(FileAndTaskMessage fileWithTaskMessage) |
| Modifier and Type | Method and Description |
|---|---|
static void |
QueueServices.publishAllMessages(List<FileAndTaskMessage> taskMessages) |
| Modifier and Type | Method and Description |
|---|---|
static FileAndTaskMessage |
TaskMessageBuilder.buildTaskMessageForDocument(Long workflowId,
String projectId,
String documentPath)
Constructs a task message for the document at specified path.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FileAndTaskMessage> |
TaskMessageBuilder.buildTaskMessagesForDirectory(Long workflowId,
String projectId,
String directory)
Constructs a task message for each file in the defined directory.
|
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.