com.atlassian.confluence.search.v2.query
Class CreatorQuery

java.lang.Object
  extended by com.atlassian.confluence.search.v2.query.AbstractUserQuery
      extended by com.atlassian.confluence.search.v2.query.CreatorQuery
All Implemented Interfaces:
SearchQuery

public class CreatorQuery
extends AbstractUserQuery
implements SearchQuery

Query for the original creator of content.


Constructor Summary
CreatorQuery(String creator)
           
CreatorQuery(com.atlassian.sal.api.user.UserKey userKey)
           
 
Method Summary
 String getCreator()
          Deprecated. since 5.7
 String getKey()
           
 
Methods inherited from class com.atlassian.confluence.search.v2.query.AbstractUserQuery
equals, getParameters, getUserkey, getUsername, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
getParameters
 

Constructor Detail

CreatorQuery

public CreatorQuery(String creator)

CreatorQuery

public CreatorQuery(@NotNull
                    com.atlassian.sal.api.user.UserKey userKey)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface SearchQuery
Returns:
the plugin key

getCreator

@Deprecated
public String getCreator()
Deprecated. since 5.7



Copyright © 2003–2015 Atlassian. All rights reserved.