Uses of Interface
com.atlassian.jira.bc.issue.worklog.WorklogResult

Packages that use WorklogResult
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.issue.fields   
 

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

Subinterfaces of WorklogResult in com.atlassian.jira.bc.issue.worklog
 interface WorklogAdjustmentAmountResult
          A more-specific WorklogResult which additionally defines an "adjustment amount" value.
 interface WorklogNewEstimateResult
          A more-specific WorklogResult which additionally defines a "new estimate" value.
 

Methods in com.atlassian.jira.bc.issue.worklog that return WorklogResult
static WorklogResult WorklogResultFactory.create(Worklog worklog)
           
static WorklogResult WorklogResultFactory.create(Worklog worklog, boolean isEditableCheckRequired)
           
 WorklogResult DefaultWorklogService.validateCreate(JiraServiceContext jiraServiceContext, WorklogInputParameters params)
           
 WorklogResult WorklogService.validateCreate(JiraServiceContext jiraServiceContext, WorklogInputParameters params)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean) to create a worklog for this issue.
 WorklogResult DefaultWorklogService.validateDelete(JiraServiceContext jiraServiceContext, Long worklogId)
           
 WorklogResult WorklogService.validateDelete(JiraServiceContext jiraServiceContext, Long worklogId)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog) to delete a worklog for this issue.
 WorklogResult DefaultWorklogService.validateUpdate(JiraServiceContext jiraServiceContext, WorklogInputParameters params)
           
 WorklogResult WorklogService.validateUpdate(JiraServiceContext jiraServiceContext, WorklogInputParameters params)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToUpdate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog) to update a worklog for this issue.
 

Methods in com.atlassian.jira.bc.issue.worklog with parameters of type WorklogResult
protected  Worklog DefaultWorklogService.create(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, Long newEstimate, boolean dispatchEvent)
           
static WorklogAdjustmentAmountResult WorklogResultFactory.createAdjustmentAmount(WorklogResult worklogResult, Long adjustmentAmount)
          Used for copying the WorklogResult received from the base validate method and adding on the adjustmentAmount.
 Worklog DefaultWorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 Worklog WorklogService.createAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
 Worklog DefaultWorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 Worklog WorklogService.createAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Persists a new Worklog on the given Issue.
static WorklogNewEstimateResult WorklogResultFactory.createNewEstimate(WorklogResult worklogResult, Long newEstimate)
          Used for copying the WorklogResult received from the base validate method and adding on the newEstimate.
protected  boolean DefaultWorklogService.delete(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, Long newEstimate, boolean dispatchEvent)
           
 boolean DefaultWorklogService.deleteAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 boolean WorklogService.deleteAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Deletes the specified Worklog.
 boolean DefaultWorklogService.deleteAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 boolean WorklogService.deleteAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Deletes the specified Worklog.
protected  Worklog DefaultWorklogService.update(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, Long newEstimate, boolean dispatchEvent)
           
 Worklog DefaultWorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndAutoAdjustRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Updates the provided Worklog.
 Worklog DefaultWorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
           
 Worklog WorklogService.updateAndRetainRemainingEstimate(JiraServiceContext jiraServiceContext, WorklogResult worklogResult, boolean dispatchEvent)
          Updates the provided Worklog.
 

Uses of WorklogResult in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that return WorklogResult
 WorklogResult WorklogSystemField.WorklogValue.worklogResult()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.