Package com.saperion.ngc.resultset
Class WorkflowItemAnalyzer
- java.lang.Object
-
- com.saperion.ngc.resultset.WorkflowItemAnalyzer
-
public class WorkflowItemAnalyzer extends java.lang.Object
Utility class used to analyze workflow items.
-
-
Constructor Summary
Constructors Constructor Description WorkflowItemAnalyzer(WorkflowService workflowService)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowItemAnalyzeResult
analyzeWorkflowItem(ResultProperties item)
Analyzes the worklfow item.WorkflowItemAnalyzeResult
analyzeWorkflowItems(java.util.List<ResultProperties> items)
Analyze the workflow items.
-
-
-
Constructor Detail
-
WorkflowItemAnalyzer
public WorkflowItemAnalyzer(WorkflowService workflowService)
Constructor.- Parameters:
workflowService
- workflow service
-
-
Method Detail
-
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(java.util.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
-
-