Package | Description |
---|---|
com.atlassian.servicedesk.api.request.type | |
com.atlassian.servicedesk.api.user |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,CustomerRequestType> |
CustomerRequestTypeService.getCustomerRequestType(UncheckedUser uncheckedUser,
CustomerRequestTypeQuery customerRequestTypeQuery)
Given a
CustomerRequestTypeQuery and UncheckedUser then return the custom field value representation, if the
user has access to the Request Type. |
Modifier and Type | Method and Description |
---|---|
UncheckedUser |
CheckedUser.asUncheckedUser()
Convert this
CheckedUser into a UncheckedUser that will never be anonymous |
UncheckedUser |
UserFactory.getUncheckedUser()
Helper method to wrap getCurrentUserByType[UncheckedUser].
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,UncheckedUser> |
UserFactory.wrapUnchecked(com.atlassian.jira.user.ApplicationUser appUser)
Returns a
UncheckedUser from the application user. |
Copyright © 2017 Atlassian. All rights reserved.