Modifier and Type | Method and Description |
---|---|
Long |
DefaultProjectImportPersister.createEntity(EntityRepresentation entityRepresentation) |
Long |
ProjectImportPersister.createEntity(EntityRepresentation entityRepresentation)
This will store the provided entity in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRepresentationImpl |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
EntityPropertyTransformer.getEntityRepresentation(ExternalEntityProperty entityProperty,
Long newEntityId)
Gets an EntityRepresentation that contains the correct attributes based on the populated fields in the provided
entity property.
|
EntityRepresentation |
EntityPropertyTransformerImpl.getEntityRepresentation(ExternalEntityProperty entityProperty,
Long newEntityId) |
Modifier and Type | Method and Description |
---|---|
EntityRepresentation |
ProjectImportLabelFieldParserImpl.getEntityRepresentation(ExternalCustomFieldValue customFieldValue) |
EntityRepresentation |
LabelsCFType.getEntityRepresentation(ExternalCustomFieldValue customFieldValue) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.