Uses of Interface
com.atlassian.jira.imports.project.core.EntityRepresentation

Packages that use EntityRepresentation
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.core   
com.atlassian.jira.imports.project.parser   
 

Uses of EntityRepresentation in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project with parameters of type EntityRepresentation
 Long ProjectImportPersister.createEntity(EntityRepresentation entityRepresentation)
          This will store the provided entity in the database.
 Long DefaultProjectImportPersister.createEntity(EntityRepresentation entityRepresentation)
           
 

Uses of EntityRepresentation in com.atlassian.jira.imports.project.core
 

Classes in com.atlassian.jira.imports.project.core that implement EntityRepresentation
 class EntityRepresentationImpl
           
 

Uses of EntityRepresentation in com.atlassian.jira.imports.project.parser
 

Methods in com.atlassian.jira.imports.project.parser that return EntityRepresentation
 EntityRepresentation ChangeGroupParser.getEntityRepresentation(ExternalChangeGroup changeGroup)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided change group.
 EntityRepresentation ChangeGroupParserImpl.getEntityRepresentation(ExternalChangeGroup changeGroup)
           
 EntityRepresentation ChangeItemParser.getEntityRepresentation(ExternalChangeItem changeItem)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided ExternalChangeItem.
 EntityRepresentation ChangeItemParserImpl.getEntityRepresentation(ExternalChangeItem changeItem)
           
 EntityRepresentation CommentParser.getEntityRepresentation(ExternalComment comment)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided comment.
 EntityRepresentation CommentParserImpl.getEntityRepresentation(ExternalComment comment)
           
 EntityRepresentation CustomFieldValueParser.getEntityRepresentation(ExternalCustomFieldValueImpl customFieldValue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.
 EntityRepresentation CustomFieldValueParserImpl.getEntityRepresentation(ExternalCustomFieldValueImpl customFieldValue)
           
 EntityRepresentation IssueParser.getEntityRepresentation(ExternalIssue issue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided issue.
 EntityRepresentation IssueParserImpl.getEntityRepresentation(ExternalIssue issue)
           
 EntityRepresentation IssueLinkParser.getEntityRepresentation(ExternalLink issueLink)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided IssueLink.
 EntityRepresentation IssueLinkParserImpl.getEntityRepresentation(ExternalLink issueLink)
           
 EntityRepresentation NodeAssociationParser.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided node association.
 EntityRepresentation NodeAssociationParserImpl.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
           
 EntityRepresentation ProjectRoleActorParser.getEntityRepresentation(ExternalProjectRoleActor projectRoleActor)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided ProjectRoleActor.
 EntityRepresentation ProjectRoleActorParserImpl.getEntityRepresentation(ExternalProjectRoleActor projectRoleActor)
           
 EntityRepresentation TrackbackParserImpl.getEntityRepresentation(ExternalTrackback trackback)
           
 EntityRepresentation TrackbackParser.getEntityRepresentation(ExternalTrackback trackback)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided trackback.
 EntityRepresentation WorklogParser.getEntityRepresentation(ExternalWorklog worklog)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided worklog.
 EntityRepresentation WorklogParserImpl.getEntityRepresentation(ExternalWorklog worklog)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.