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 booleanequals(Object o)StringgetKey()StringgetMacroName()List<Object>getParameters()List of parameters asStrings orSearchQuerys.intgetVersion()inthashCode()-
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:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
public List<Object> getParameters()
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
getMacroName
public String getMacroName()
-
getVersion
public int getVersion()
-
-