Uses of Interface
com.atlassian.jira.issue.worklog.Worklog

Packages that use Worklog
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.event.issue   
com.atlassian.jira.issue.util   
com.atlassian.jira.issue.worklog   
 

Uses of Worklog in com.atlassian.jira.bc.issue.worklog
 

Methods in com.atlassian.jira.bc.issue.worklog that return Worklog
 Worklog WorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog WorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog WorklogService.createWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, WorklogAdjustmentAmountResult worklogAdjustmentAmount, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog WorklogService.createWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog WorklogService.getById(JiraServiceContext jiraServiceContext, Long id)
          Used to get a worklog by its id.
 Worklog WorklogResult.getWorklog()
           
 Worklog WorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog WorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog WorklogService.updateWithNewRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogNewEstimateResult worklogNewEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 

Methods in com.atlassian.jira.bc.issue.worklog that return types with arguments of type Worklog
 List<Worklog> WorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue)
          Returns all child worklogs of a specified issue that the provided user has permission to see.
 

Methods in com.atlassian.jira.bc.issue.worklog with parameters of type Worklog
static WorklogResult WorklogResultFactory.create(Worklog worklog)
           
static WorklogResult WorklogResultFactory.create(Worklog worklog, boolean isEditableCheckRequired)
           
static WorklogAdjustmentAmountResult WorklogResultFactory.createAdjustmentAmount(Worklog worklog, Long adjustmentAmount)
          Used for creating WorklogResult objects that also capture a adjustmentAmount to be set.
static WorklogAdjustmentAmountResult WorklogResultFactory.createAdjustmentAmount(Worklog worklog, Long adjustmentAmount, boolean isEditableCheckRequired)
          Used for creating WorklogResult objects that also capture a adjustmentAmount to be set.
static WorklogNewEstimateResult WorklogResultFactory.createNewEstimate(Worklog worklog, Long newEstimate)
          Used for creating WorklogResult objects that also capture a newEstimate to be set.
static WorklogNewEstimateResult WorklogResultFactory.createNewEstimate(Worklog worklog, Long newEstimate, boolean isEditableCheckRequired)
          Used for creating WorklogResult objects that also capture a newEstimate to be set.
 boolean WorklogService.hasPermissionToDelete(JiraServiceContext jiraServiceContext, Worklog worklog)
          Determine whether the current user has the permission to delete the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
 boolean WorklogService.hasPermissionToUpdate(JiraServiceContext jiraServiceContext, Worklog worklog)
          Determine whether the current user has the permission to update the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
 

Uses of Worklog in com.atlassian.jira.event.issue
 

Methods in com.atlassian.jira.event.issue that return Worklog
 Worklog IssueEvent.getWorklog()
           
 

Methods in com.atlassian.jira.event.issue with parameters of type Worklog
 void IssueEvent.setWorklog(Worklog worklog)
           
 

Constructors in com.atlassian.jira.event.issue with parameters of type Worklog
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated)
           
 

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

Methods in com.atlassian.jira.issue.util that return Worklog
 Worklog IssueUpdateBean.getWorklog()
           
 

Methods in com.atlassian.jira.issue.util with parameters of type Worklog
 void IssueUpdateBean.setWorklog(Worklog worklog)
           
 

Uses of Worklog in com.atlassian.jira.issue.worklog
 

Methods in com.atlassian.jira.issue.worklog that return Worklog
 Worklog WorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 Worklog WorklogManager.create(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 Worklog WorklogManager.getById(Long id)
          Used to get a worklog by its id.
 Worklog WorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog WorklogManager.update(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 

Methods in com.atlassian.jira.issue.worklog that return types with arguments of type Worklog
 List<Worklog> WorklogManager.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
 

Methods in com.atlassian.jira.issue.worklog with parameters of type Worklog
 Worklog WorklogManager.create(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 Worklog WorklogManager.create(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Creates a worklog based on the passed in Worklog object and associates it with the given issue.
 boolean WorklogManager.delete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.
 boolean WorklogManager.delete(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.
 Worklog WorklogManager.update(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog WorklogManager.update(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Updates the provided Worklog.
 void TimeTrackingIssueUpdater.updateIssueOnWorklogCreate(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will increment the issues time spent by the getTimeSpent().
 void TimeTrackingIssueUpdater.updateIssueOnWorklogCreate(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will increment the issues time spent by the getTimeSpent().
 void TimeTrackingIssueUpdater.updateIssueOnWorklogDelete(com.atlassian.crowd.embedded.api.User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the getTimeSpent().
 void TimeTrackingIssueUpdater.updateIssueOnWorklogDelete(User user, Worklog worklog, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the getTimeSpent().
 void TimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(com.atlassian.crowd.embedded.api.User user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the originalTimeSpent and then increment it by the getTimeSpent().
 void TimeTrackingIssueUpdater.updateIssueOnWorklogUpdate(User user, Worklog originalWorklog, Worklog newWorklog, Long originalTimeSpent, Long newEstimate, boolean dispatchEvent)
          Will set the getIssue()'s remaining estimate to the newEstimate and will decrement the issues time spent by the originalTimeSpent and then increment it by the getTimeSpent().
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.