com.atlassian.jira.issue
Class IssueVerifier

java.lang.Object
  extended by com.atlassian.jira.issue.IssueVerifier
Direct Known Subclasses:
EnterpriseIssueVerifier

public class IssueVerifier
extends java.lang.Object


Constructor Summary
IssueVerifier()
           
 
Method Summary
protected  void checkIssueDetails(org.ofbiz.core.entity.GenericValue issue, ErrorCollection errorCollection, ConstantsManager constantsManager)
           
 ErrorCollection verifyIssues(java.util.Collection issues, java.util.Map workflowMigrationMapping)
          This is a very basic integrity/verification test used to indicate if a workflow migration for a collection of issues is possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueVerifier

public IssueVerifier()
Method Detail

verifyIssues

public ErrorCollection verifyIssues(java.util.Collection issues,
                                    java.util.Map workflowMigrationMapping)
This is a very basic integrity/verification test used to indicate if a workflow migration for a collection of issues is possible. It is not possible to test all steps in the migration process due to database access and creation of new elements (e.g. workflow entries, etc). This test ensures that all issues are in a suitable state (e.g. workflow, status, etc). This is the professional version of the checker. Returns an error collection detailing errors associated with the issues.


checkIssueDetails

protected void checkIssueDetails(org.ofbiz.core.entity.GenericValue issue,
                                 ErrorCollection errorCollection,
                                 ConstantsManager constantsManager)
                          throws WorkflowException
Throws:
WorkflowException


Copyright © 2002-2006 Atlassian. All Rights Reserved.