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
 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 ChangeItemParserImpl.getEntityRepresentation(ExternalChangeItem changeItem)
           
 EntityRepresentation ChangeItemParser.getEntityRepresentation(ExternalChangeItem changeItem)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided ExternalChangeItem.
 EntityRepresentation CommentParserImpl.getEntityRepresentation(ExternalComment comment)
           
 EntityRepresentation CommentParser.getEntityRepresentation(ExternalComment comment)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided comment.
 EntityRepresentation CustomFieldValueParserImpl.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 EntityRepresentation CustomFieldValueParser.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
          Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided custom field value.
 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 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 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 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 ProjectImportLabelFieldParserImpl.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 EntityRepresentation LabelsCFType.getEntityRepresentation(ExternalCustomFieldValue customFieldValue)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.