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   
com.atlassian.jira.issue.customfields.impl   
 

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

Methods in com.atlassian.jira.imports.project with parameters of type EntityRepresentation
 java.lang.Long ProjectImportPersister.createEntity(EntityRepresentation entityRepresentation)
          This will store the provided entity in the database.
 java.lang.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 IssueParserImpl.getEntityRepresentation(ExternalIssue issue)
           
 EntityRepresentation IssueParser.getEntityRepresentation(ExternalIssue issue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided issue.
 EntityRepresentation LabelParser.getEntityRepresentation(ExternalLabel label)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided label.
 EntityRepresentation LabelParserImpl.getEntityRepresentation(ExternalLabel label)
           
 EntityRepresentation IssueLinkParserImpl.getEntityRepresentation(ExternalLink issueLink)
           
 EntityRepresentation IssueLinkParser.getEntityRepresentation(ExternalLink issueLink)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided IssueLink.
 EntityRepresentation NodeAssociationParserImpl.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
           
 EntityRepresentation NodeAssociationParser.getEntityRepresentation(ExternalNodeAssociation nodeAssociation)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided node association.
 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 WorklogParserImpl.getEntityRepresentation(ExternalWorklog worklog)
           
 EntityRepresentation WorklogParser.getEntityRepresentation(ExternalWorklog worklog)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided worklog.
 

Uses of EntityRepresentation in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return EntityRepresentation
 EntityRepresentation LabelsCFType.getEntityRepresentation(ExternalCustomFieldValueImpl customFieldValue)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.