Package | Description |
---|---|
com.attivio.sdk.esb | |
com.attivio.sdk.ingest | |
com.attivio.sdk.search |
Modifier and Type | Method and Description |
---|---|
WorkflowQueue |
WorkflowQueue.clone() |
WorkflowQueue |
CgiRequest.getCgiWorkflowQueue()
Gets the workflow queue parsed from the CGI parameters.
|
WorkflowQueue |
CgiRequest.getCgiWorkflows(String parameter)
Parse a parameter that contains a list of workflows.
|
WorkflowQueue |
PlatformMessage.getWorkflowQueue()
Gets the workflow queue.
|
WorkflowQueue |
AbstractPlatformMessage.getWorkflowQueue()
Gets the workflow queue.
|
WorkflowQueue |
AbstractListMessage.getWorkflowQueue()
Gets the workflow queue.
|
WorkflowQueue |
PlatformMessage.getWorkflowQueue(boolean createIfNull)
Optionally creates a new empty queue if null.
|
WorkflowQueue |
AbstractPlatformMessage.getWorkflowQueue(boolean createIfNull)
Optionally creates a new empty queue if null.
|
WorkflowQueue |
AbstractListMessage.getWorkflowQueue(boolean createIfNull)
Optionally creates a new empty queue if null.
|
WorkflowQueue |
AbstractPlatformMessage.removeWorkflowQueue()
Remove the workflow queue for this message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WorkflowQueue.isSameWorkflowOrder(WorkflowQueue queue)
Determines if the passed in WorkflowQueue has the same workflows in the same order as this.
|
void |
WorkflowQueue.prepend(WorkflowQueue wfq)
adds all the workflows in
wfq to the start of our queue |
void |
CgiRequest.setCgiWorkflowQueue(WorkflowQueue workflowQueue)
Force set the CGI workflow queue.
|
void |
CgiRequest.setCgiWorkflows(String parameter,
WorkflowQueue workflowQueue)
Set the CGI workflows from a workflow queue
|
void |
PlatformMessage.setWorkflowQueue(WorkflowQueue wfQueue)
Sets the workflow queue.
|
void |
AbstractPlatformMessage.setWorkflowQueue(WorkflowQueue workflowQueue)
Sets the workflow queue.
|
void |
AbstractListMessage.setWorkflowQueue(WorkflowQueue workflowQueue)
Sets the workflow queue.
|
Constructor and Description |
---|
AbstractPlatformMessage(UUID cid,
WorkflowQueue workflows)
Creates a message based on a client ID and a workflow queue.
|
Modifier and Type | Method and Description |
---|---|
WorkflowQueue |
BulkUpdate.getQueryWorkflowQueue()
Get the workflows to send the selection query through.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkUpdate.setQueryWorkflowQueue(WorkflowQueue queue)
Set the workflows to send the selection query through.
|
Constructor and Description |
---|
AbstractIndexMessage(UUID cid,
WorkflowQueue workflows)
Constructor
|
Backup(UUID cid,
WorkflowQueue workflows)
Constructor with a client ID and a workflow queue
|
BulkUpdate(UUID cid,
WorkflowQueue workflow,
DocumentMode mode) |
Commit(UUID cid,
WorkflowQueue workflows)
Constructor with a client ID and a workflow queue
|
DocumentList(UUID cid,
WorkflowQueue workFlows)
Constructor with a client ID and a workflow queue.
|
Optimize(UUID cid,
WorkflowQueue workflows)
Constructor with a client ID and a workflow queue.
|
Constructor and Description |
---|
QueryResponse(UUID clientId,
WorkflowQueue workflows) |
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.