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 aCustomerRequestTypeQueryandUncheckedUserthen 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 thisCheckedUserinto aUncheckedUserthat will never be anonymousUserFactory.getUncheckedUser()Helper method to wrap getCurrentUserByType[UncheckedUser].UserFactory.wrapUnchecked(com.atlassian.jira.user.ApplicationUser appUser) Returns aUncheckedUserfrom the application user.