Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean

Packages that use UserJsonBean
com.atlassian.jira.issue.fields.rest.json   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.rest.v2.issue   
 

Uses of UserJsonBean in com.atlassian.jira.issue.fields.rest.json
 

Methods in com.atlassian.jira.issue.fields.rest.json that return UserJsonBean
 UserJsonBean DefaultUserBeanFactory.createBean(com.atlassian.crowd.embedded.api.User user)
           
 UserJsonBean UserBeanFactory.createBean(com.atlassian.crowd.embedded.api.User user)
          Generate a bean suitable for serialisation by Jackon into JSON.
 

Uses of UserJsonBean in com.atlassian.jira.issue.fields.rest.json.beans
 

Fields in com.atlassian.jira.issue.fields.rest.json.beans declared as UserJsonBean
static UserJsonBean UserJsonBean.USER_DOC_EXAMPLE
           
static UserJsonBean UserJsonBean.USER_SHORT_DOC_EXAMPLE
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return UserJsonBean
 UserJsonBean AttachmentJsonBean.getAuthor()
           
 UserJsonBean AttachmentRenderedJsonBean.getAuthor()
           
 UserJsonBean CommentJsonBean.getAuthor()
           
 UserJsonBean WorklogJsonBean.getAuthor()
           
 UserJsonBean CommentJsonBean.getUpdateAuthor()
           
 UserJsonBean WorklogJsonBean.getUpdateAuthor()
           
protected static UserJsonBean WorklogJsonBean.getUserBean(JiraBaseUrls uriInfo, String username, UserManager userManager)
          Returns a UserBean for the user with the given name.
static UserJsonBean UserJsonBean.shortBean(ApplicationUser user, JiraBaseUrls urls)
           
static UserJsonBean UserJsonBean.shortBean(com.atlassian.crowd.embedded.api.User user, JiraBaseUrls urls)
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return types with arguments of type UserJsonBean
 List<UserJsonBean> NotificationJsonBean.ToJsonBean.getUsers()
           
 Collection<UserJsonBean> VotesJsonBean.getVoters()
           
 Collection<UserJsonBean> WatchersJsonBean.getWatchers()
           
static Collection<UserJsonBean> UserJsonBean.shortBeanCollection(Collection<ApplicationUser> users, JiraBaseUrls urls)
           
static Collection<UserJsonBean> UserJsonBean.shortBeans(Collection<com.atlassian.crowd.embedded.api.User> users, JiraBaseUrls urls)
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type UserJsonBean
 void AttachmentJsonBean.setAuthor(UserJsonBean author)
           
 void CommentJsonBean.setAuthor(UserJsonBean author)
           
 void CommentJsonBean.setUpdateAuthor(UserJsonBean updateAuthor)
           
 

Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type UserJsonBean
 void NotificationJsonBean.ToJsonBean.setUsers(List<UserJsonBean> users)
           
 void VotesJsonBean.setVoters(Collection<UserJsonBean> voters)
           
 void WatchersJsonBean.setWatchers(Collection<UserJsonBean> watchers)
           
 

Uses of UserJsonBean in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue that return UserJsonBean
 UserJsonBean UserJsonBeanListWrapper.fromBackedObject(com.atlassian.crowd.embedded.api.User user)
           
 UserJsonBean ChangelogBean.ChangeHistoryBean.getAuthor()
           
 

Methods in com.atlassian.jira.rest.v2.issue that return types with arguments of type UserJsonBean
 PagedListWrapper<UserJsonBean,com.atlassian.crowd.embedded.api.User> GroupBean.getUsers()
           
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type UserJsonBean
 void ChangelogBean.ChangeHistoryBean.setAuthor(UserJsonBean author)
           
 

Method parameters in com.atlassian.jira.rest.v2.issue with type arguments of type UserJsonBean
 GroupBeanBuilder GroupBeanBuilder.users(PagedListWrapper<UserJsonBean,com.atlassian.crowd.embedded.api.User> users)
           
 

Constructor parameters in com.atlassian.jira.rest.v2.issue with type arguments of type UserJsonBean
GroupBean(String name, URI self, PagedListWrapper<UserJsonBean,com.atlassian.crowd.embedded.api.User> users)
          Creates a new GroupBean for the group with the given name, self URI and users list.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.