Interface ImportEntity

All Superinterfaces:
webwork.action.Action, Comparable, Serializable
All Known Subinterfaces:
ImportIssue
All Known Implementing Classes:
AbstractImportEntity, AbstractImportIssue, MapColumns, MapCustomFields, MapIssueTypes, MapPriorities, MapResolutions, MapStatuses, MapUsers, MapValidateImport, UploadXmlFile

public interface ImportEntity extends webwork.action.Action, Comparable
  • Field Summary

    Fields inherited from interface webwork.action.Action

    ERROR, INPUT, LOGIN, NONE, SUCCESS
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface webwork.action.Action

    execute

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getActionOrder

      int getActionOrder()