Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,Boolean> |
ServiceDeskPermissionService.isCustomer(com.atlassian.jira.user.ApplicationUser user,
CustomerRequest request)
Checks whether the
ApplicationUser is a customer for the
given com.atlassian.servicedesk.api.request . |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.createCustomerRequest(com.atlassian.jira.user.ApplicationUser user,
CustomerRequestCreateParameters customerRequestCreateParameters)
Create a customer request using the given parameter
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<CustomerRequest>> |
ServiceDeskCustomerRequestService.getCustomerRequests(com.atlassian.jira.user.ApplicationUser user,
CustomerRequestQuery customerRequestQuery)
Retrieve a page of
CustomerRequest that satisfies the query parameters |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.getRequestForIssue(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.issue.Issue issue)
Deprecated.
use
ServiceDeskCustomerRequestService.getCustomerRequests(ApplicationUser, CustomerRequestQuery) instead
Retrieves a CustomerRequest that is associated with the given issue |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.getRequestForIssueOverrideSecurity(com.atlassian.jira.issue.Issue issue)
Deprecated.
use
ServiceDeskCustomerRequestService.getCustomerRequests(ApplicationUser, CustomerRequestQuery) instead
Retrieves a CustomerRequest that is associated with the given issue
ignoring all security constraints.
You should not use this method normally, use ServiceDeskCustomerRequestService.getRequestForIssue(ApplicationUser, Issue)
instead, this should only be used when performing administrative tasks where you need access to a request regardless of permissions or without a user. |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.getRequestForKey(com.atlassian.jira.user.ApplicationUser user,
String issueKey)
Deprecated.
use
ServiceDeskCustomerRequestService.getCustomerRequests(ApplicationUser, CustomerRequestQuery) instead
Retrieves a CustomerRequest that is associated with the given issue key |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.getRequestForKeyOverrideSecurity(String issueKey)
Deprecated.
user
ServiceDeskCustomerRequestService.getCustomerRequests(ApplicationUser, CustomerRequestQuery) instead
Retrieves a CustomerRequest that is associated with the given issue key
ignoring all security constraints.
You should not use this method normally, use ServiceDeskCustomerRequestService.getRequestForKey(ApplicationUser, java.lang.String)
instead, this should only be used when performing administrative tasks where you need access to a request regardless of permissions or without a user. |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.updateCustomerRequest(com.atlassian.jira.user.ApplicationUser user,
CustomerRequestUpdateParameters customerRequestUpdateParameters)
Update the
CustomerRequest using the given parameters |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequest> |
ServiceDeskCustomerRequestService.updateRequestType(com.atlassian.jira.user.ApplicationUser user,
RequestTypeUpdateParameters requestTypeUpdateParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CustomerRequest |
RequestParticipantUpdateParameters.customerRequest() |
Modifier and Type | Method and Description |
---|---|
RequestParticipantUpdateParameters.Builder |
RequestParticipantUpdateParameters.Builder.customerRequest(CustomerRequest customerRequest)
Set the
CustomerRequest to modify participants |
Modifier and Type | Method and Description |
---|---|
CustomerRequest |
CustomerTransitionExecutionParameters.request()
Get the request
|
Modifier and Type | Method and Description |
---|---|
CustomerTransitionExecutionParameters.Builder |
CustomerTransitionExecutionParameters.Builder.request(CustomerRequest request)
Set the request to execute the transition on
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,RequestType> |
RequestTypeService.getRequestTypeForRequest(com.atlassian.jira.user.ApplicationUser user,
CustomerRequest customerRequest)
Deprecated.
use
RequestTypeService.getRequestTypes(ApplicationUser, RequestTypeQuery) instead
Retrieves a |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,RequestType> |
RequestTypeService.getRequestTypeForRequestOverrideSecurity(CustomerRequest customerRequest)
Deprecated.
use
RequestTypeService.getRequestTypes(ApplicationUser, RequestTypeQuery) instead
Retrieves a
You should not use this method normally, use |
Copyright © 2017 Atlassian. All rights reserved.