Package com.saperion.ngc.resultset
Class WorkflowItemAnalyzer
java.lang.Object
com.saperion.ngc.resultset.WorkflowItemAnalyzer
Utility class used to analyze workflow items.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnalyzes the worklfow item.analyzeWorkflowItems
(List<ResultProperties> items) Analyze the workflow items.
-
Constructor Details
-
WorkflowItemAnalyzer
Constructor.- Parameters:
workflowService
- workflow service
-
-
Method Details
-
analyzeWorkflowItem
public WorkflowItemAnalyzeResult analyzeWorkflowItem(ResultProperties item) throws AuthenticationException, SystemException, WorkflowException, DocumentIdentificationException Analyzes the worklfow item.- Parameters:
item
- item to analyze- Returns:
- analyze result
- Throws:
AuthenticationException
- authentication exceptionSystemException
- system exceptionWorkflowException
- workflow exceptionDocumentIdentificationException
- document identifiaction exception
-
analyzeWorkflowItems
public WorkflowItemAnalyzeResult analyzeWorkflowItems(List<ResultProperties> items) throws AuthenticationException, SystemException, WorkflowException, DocumentIdentificationException Analyze the workflow items.- Parameters:
items
- Items- Returns:
- Analyze result
- Throws:
AuthenticationException
- authentication exceptionSystemException
- system exceptionWorkflowException
- workflow exceptionDocumentIdentificationException
- document identification exception
-