Class PeopleDirectoryAction

    • Constructor Detail

      • PeopleDirectoryAction

        public PeopleDirectoryAction()
    • Method Detail

      • setEventPublisher

        public void setEventPublisher​(com.atlassian.event.api.EventPublisher eventPublisher)
      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • getSelectedTab

        public String getSelectedTab()
      • setSelectedTab

        public void setSelectedTab​(String selectedTab)
      • getOldSearchString

        public String getOldSearchString()
      • getOldStartIndex

        public String getOldStartIndex()
      • doSearch

        public String doSearch()
      • doBrowse

        public String doBrowse()
      • getSearchQueryBean

        public com.atlassian.confluence.user.actions.PeopleDirectoryAction.SearchQueryBean getSearchQueryBean()
        Kept for backwards compatibility with existing query strings that used the old SearchQueryBean madness
      • getSearchResults

        public List<String> getSearchResults()
      • getStartIndex

        public int getStartIndex()
      • getQueryString

        public String getQueryString()
      • setQueryString

        public void setQueryString​(String queryString)
      • setStartIndex

        public void setStartIndex​(int startIndex)
      • isShowOnlyPersonal

        public boolean isShowOnlyPersonal()
      • setShowOnlyPersonal

        public void setShowOnlyPersonal​(boolean showOnlyPersonal)
      • isShowDeactivatedUsers

        public boolean isShowDeactivatedUsers()
      • setShowDeactivatedUsers

        public void setShowDeactivatedUsers​(boolean showDeactivatedUsers)
      • isShowShadowedUsers

        public boolean isShowShadowedUsers()
      • setShowShadowedUsers

        public void setShowShadowedUsers​(boolean showShadowedUsers)
      • isShowExternallyDeletedUsers

        public boolean isShowExternallyDeletedUsers()
      • setShowExternallyDeletedUsers

        public void setShowExternallyDeletedUsers​(boolean showExternallyDeletedUsers)
      • isShowUnlicensedUsers

        public boolean isShowUnlicensedUsers()
      • setShowUnlicensedUsers

        public void setShowUnlicensedUsers​(boolean showUnlicensedUsers)
      • setSearchManager

        public void setSearchManager​(SearchManager searchManager)
      • setCanInviteUserCriteria

        public void setCanInviteUserCriteria​(CanInviteUserCriteria canInviteUserCriteria)
      • isShowBlankExperience

        public boolean isShowBlankExperience()
      • isHasUserCreationPermission

        public boolean isHasUserCreationPermission()