Uses of Class
com.atlassian.jira.issue.history.ChangeItemBean

Packages that use ChangeItemBean
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.issue   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.util   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.web.util   
 

Uses of ChangeItemBean in com.atlassian.jira.bc.issue.comment
 

Method parameters in com.atlassian.jira.bc.issue.comment with type arguments of type ChangeItemBean
protected  void DefaultCommentService.doUpdateWithChangelog(Long eventTypeId, List<ChangeItemBean> changeItems, Issue issue, com.atlassian.crowd.embedded.api.User user, boolean dispatchEvent)
          This method 'completes' the update of an issue entity.
 

Uses of ChangeItemBean in com.atlassian.jira.issue
 

Methods in com.atlassian.jira.issue that return ChangeItemBean
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date) instead. Since v5.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Same as the AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date) method, except it submits no attachmentProperties and uses now() for the created time.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment both on disk, and in the database.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment both on disk, and in the database.
 

Methods in com.atlassian.jira.issue that return types with arguments of type ChangeItemBean
 List<ChangeItemBean> AttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
          Converts a set of provided temporary attachments to real attachments attached to an issue.
 

Uses of ChangeItemBean in com.atlassian.jira.issue.changehistory
 

Methods in com.atlassian.jira.issue.changehistory that return types with arguments of type ChangeItemBean
 List<ChangeItemBean> ChangeHistory.getChangeItemBeans()
           
 List<ChangeItemBean> DefaultChangeHistoryManager.getChangeItemsForField(Issue issue, String changeItemFieldName)
           
 List<ChangeItemBean> ChangeHistoryManager.getChangeItemsForField(Issue issue, String changeItemFieldName)
          Returns a List of ChangeItemBean's for the given issue which also are for the provided changeItemFieldName (i.e.
 

Uses of ChangeItemBean in com.atlassian.jira.issue.comments
 

Methods in com.atlassian.jira.issue.comments that return ChangeItemBean
 ChangeItemBean DefaultCommentManager.delete(Comment comment)
           
 ChangeItemBean CommentManager.delete(Comment comment)
          Deletes the specified comment.
 

Uses of ChangeItemBean in com.atlassian.jira.issue.history
 

Methods in com.atlassian.jira.issue.history that return ChangeItemBean
static ChangeItemBean ChangeLogUtils.generateChangeItem(org.ofbiz.core.entity.GenericValue before, org.ofbiz.core.entity.GenericValue after, String fieldname)
           
static ChangeItemBean ChangeLogUtils.generateSecurityChangeItem(String fieldname, String from, String to)
           
 

Methods in com.atlassian.jira.issue.history that return types with arguments of type ChangeItemBean
static List<ChangeItemBean> ChangeLogUtils.generateChangeItems(org.ofbiz.core.entity.GenericValue before, org.ofbiz.core.entity.GenericValue after)
          Returns a List of ChangeItemBean objects for each of the relevant fields that differ between the two issues.
 

Method parameters in com.atlassian.jira.issue.history with type arguments of type ChangeItemBean
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(com.atlassian.crowd.embedded.api.User changeAuthor, org.ofbiz.core.entity.GenericValue before, org.ofbiz.core.entity.GenericValue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems)
          Writes the given field changes to the db and optionally a changelog.
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(com.atlassian.crowd.embedded.api.User changeAuthor, Issue before, Issue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems)
           
 

Uses of ChangeItemBean in com.atlassian.jira.issue.managers
 

Methods in com.atlassian.jira.issue.managers that return ChangeItemBean
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, org.ofbiz.core.entity.GenericValue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 

Methods in com.atlassian.jira.issue.managers that return types with arguments of type ChangeItemBean
 List<ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
           
 

Uses of ChangeItemBean in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return types with arguments of type ChangeItemBean
 Collection<ChangeItemBean> IssueUpdateBean.getChangeItems()
           
 List<ChangeItemBean> IssueChangeHolder.getChangeItems()
          Get all the change items registered with this object.
 List<ChangeItemBean> DefaultIssueChangeHolder.getChangeItems()
           
 

Methods in com.atlassian.jira.issue.util with parameters of type ChangeItemBean
 void IssueChangeHolder.addChangeItem(ChangeItemBean changeItemBean)
          Convenience method for adding a single ChangeItemBean to the list of change items.
 void DefaultIssueChangeHolder.addChangeItem(ChangeItemBean changeItemBean)
           
 

Method parameters in com.atlassian.jira.issue.util with type arguments of type ChangeItemBean
 void IssueChangeHolder.addChangeItems(List<ChangeItemBean> changeItems)
          Add the provided list of change items to the current change items.
 void DefaultIssueChangeHolder.addChangeItems(List<ChangeItemBean> changeItems)
           
 void IssueUpdateBean.setChangeItems(Collection<ChangeItemBean> changeItems)
           
 void IssueChangeHolder.setChangeItems(List<ChangeItemBean> changeItems)
          Set the change items of this object to the provided param.
 void DefaultIssueChangeHolder.setChangeItems(List<ChangeItemBean> changeItems)
           
 

Uses of ChangeItemBean in com.atlassian.jira.service.util.handler
 

Methods in com.atlassian.jira.service.util.handler that return ChangeItemBean
 ChangeItemBean DefaultMessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
           
 ChangeItemBean MessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Creates attachment (when run in real mode) or does nothing if run in dry run mode.
 

Uses of ChangeItemBean in com.atlassian.jira.web.util
 

Methods in com.atlassian.jira.web.util that return ChangeItemBean
 ChangeItemBean WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue, String fileParamName, Map<String,Object> attachmentProperties)
          Deprecated. Use WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue, String, java.util.Map) instead. Since v5.0.
 ChangeItemBean DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue issue, String fileParamName, Map<String,Object> attachmentProperties)
           
 ChangeItemBean WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
          Create an issue's attachment.
 ChangeItemBean DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.