Uses of Interface
com.atlassian.servicedesk.api.user.UncheckedUser
Packages that use UncheckedUser
-
Uses of UncheckedUser in com.atlassian.servicedesk.api.request.type
Methods in com.atlassian.servicedesk.api.request.type with parameters of type UncheckedUserModifier and TypeMethodDescriptionCustomerRequestTypeService.getCustomerRequestType
(UncheckedUser uncheckedUser, CustomerRequestTypeQuery customerRequestTypeQuery) Given aCustomerRequestTypeQuery
andUncheckedUser
then return the custom field value representation, if the user has access to the Request Type. -
Uses of UncheckedUser in com.atlassian.servicedesk.api.user
Methods in com.atlassian.servicedesk.api.user that return UncheckedUserModifier and TypeMethodDescriptionCheckedUser.asUncheckedUser()
Convert thisCheckedUser
into aUncheckedUser
that will never be anonymousUserFactory.getUncheckedUser()
Helper method to wrap getCurrentUserByType[UncheckedUser].UserFactory.wrapUnchecked
(com.atlassian.jira.user.ApplicationUser appUser) Returns aUncheckedUser
from the application user.