com.atlassian.jira.issue
Class EnterpriseIssueVerifier

java.lang.Object
  extended by com.atlassian.jira.issue.IssueVerifier
      extended by com.atlassian.jira.issue.EnterpriseIssueVerifier

public class EnterpriseIssueVerifier
extends IssueVerifier


Constructor Summary
EnterpriseIssueVerifier()
           
 
Method Summary
 ErrorCollection verifyIssue(org.ofbiz.core.entity.GenericValue issue, List typesNeedingMigration, WorkflowMigrationMapping workflowMigrationMapping, boolean checkWorkflowIntegrity)
          This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.
 
Methods inherited from class com.atlassian.jira.issue.IssueVerifier
checkIssueDetails, getI18nBean, verifyIssue, verifyIssue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseIssueVerifier

public EnterpriseIssueVerifier()
Method Detail

verifyIssue

public ErrorCollection verifyIssue(org.ofbiz.core.entity.GenericValue issue,
                                   List typesNeedingMigration,
                                   WorkflowMigrationMapping workflowMigrationMapping,
                                   boolean checkWorkflowIntegrity)
This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue 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 a specific issue is in a suitable state (e.g. workflow, status, etc).

This is the enterprise version of the checker.

Returns an error collection detailing errors associated with the issue.



Copyright © 2002-2008 Atlassian. All Rights Reserved.