Class MacroStorageVersionQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.MacroStorageVersionQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>
,SearchQuery
public class MacroStorageVersionQuery extends Object implements SearchQuery
-
-
Constructor Summary
Constructors Constructor Description MacroStorageVersionQuery(String macroName, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
String
getMacroName()
List<Object>
getParameters()
List of parameters asString
s orSearchQuery
s.int
getVersion()
int
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
expand, getBoost, getSubClauses
-
-
-
-
Constructor Detail
-
MacroStorageVersionQuery
public MacroStorageVersionQuery(String macroName, int version)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceSearchQuery
- Returns:
- the plugin key
-
getParameters
public List<Object> getParameters()
Description copied from interface:SearchQuery
List of parameters asString
s orSearchQuery
s.- Specified by:
getParameters
in interfaceSearchQuery
- Returns:
String
s orSearchQuery
s.
-
getMacroName
public String getMacroName()
-
getVersion
public int getVersion()
-
-