@UrlBinding(value="/action/configuresolr") @StrictBinding @RolesAllowed(value={"Admin","RegistryAdmin"}) public class ConfigureSolrActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
ConfigureSolrActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
addToIndex() |
net.sourceforge.stripes.action.Resolution |
cancel() |
net.sourceforge.stripes.action.Resolution |
delete() |
static void |
deleteSolrConfiguration(javax.persistence.EntityManager em,
SolrConf conf,
org.apache.solr.client.solrj.SolrServer server) |
net.sourceforge.stripes.action.Resolution |
edit() |
net.sourceforge.stripes.action.Resolution |
getAttributesList() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
List<FeatureSource> |
getFeatureSources() |
List<SimpleFeatureType> |
getFeatureTypes() |
org.json.JSONArray |
getFilter() |
net.sourceforge.stripes.action.Resolution |
getGridData() |
Long[] |
getIndexAttributes() |
Integer |
getLimit() |
Integer |
getPage() |
Long[] |
getResultAttributes() |
net.sourceforge.stripes.action.Resolution |
getSearchconfigData() |
Long |
getSimpleFeatureTypeId() |
SolrConf |
getSolrConfiguration() |
Boolean |
getSolrInitialized() |
Integer |
getStart() |
WaitPageStatus |
getStatus() |
String |
getTerm() |
void |
loadLists() |
net.sourceforge.stripes.action.Resolution |
newSearchConfig() |
static void |
removeConfigurationFromIndex(javax.persistence.EntityManager em,
SolrConf conf,
org.apache.solr.client.solrj.SolrServer server) |
net.sourceforge.stripes.action.Resolution |
removeFromIndex() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFeatureSources(List<FeatureSource> featureSources) |
void |
setFeatureTypes(List<SimpleFeatureType> featureTypes) |
void |
setFilter(org.json.JSONArray filter) |
void |
setIndexAttributes(Long[] indexAttributes) |
void |
setLimit(Integer limit) |
void |
setPage(Integer page) |
void |
setResultAttributes(Long[] resultAttributes) |
void |
setSimpleFeatureTypeId(Long simpleFeatureTypeId) |
void |
setSolrConfiguration(SolrConf solrConfiguration) |
void |
setSolrInitialized(Boolean solrInitialized) |
void |
setStart(Integer start) |
void |
setStatus(WaitPageStatus status) |
void |
setTerm(String term) |
net.sourceforge.stripes.action.Resolution |
view() |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic SolrConf getSolrConfiguration()
public void setSolrConfiguration(SolrConf solrConfiguration)
public List<FeatureSource> getFeatureSources()
public void setFeatureSources(List<FeatureSource> featureSources)
public Long[] getIndexAttributes()
public void setIndexAttributes(Long[] indexAttributes)
public Long[] getResultAttributes()
public void setResultAttributes(Long[] resultAttributes)
public List<SimpleFeatureType> getFeatureTypes()
public void setFeatureTypes(List<SimpleFeatureType> featureTypes)
public Long getSimpleFeatureTypeId()
public void setSimpleFeatureTypeId(Long simpleFeatureTypeId)
public WaitPageStatus getStatus()
public void setStatus(WaitPageStatus status)
public String getTerm()
public void setTerm(String term)
public Boolean getSolrInitialized()
public void setSolrInitialized(Boolean solrInitialized)
public Integer getPage()
public void setPage(Integer page)
public Integer getStart()
public void setStart(Integer start)
public Integer getLimit()
public void setLimit(Integer limit)
public org.json.JSONArray getFilter()
public void setFilter(org.json.JSONArray filter)
@DefaultHandler
public net.sourceforge.stripes.action.Resolution view()
throws org.apache.solr.client.solrj.SolrServerException
org.apache.solr.client.solrj.SolrServerExceptionpublic net.sourceforge.stripes.action.Resolution edit()
@WaitPage(path="/WEB-INF/jsp/waitpage.jsp",
delay=2000,
refresh=1000,
ajax="/WEB-INF/jsp/waitpageajax.jsp")
public net.sourceforge.stripes.action.Resolution addToIndex()
throws InterruptedException
InterruptedExceptionpublic net.sourceforge.stripes.action.Resolution removeFromIndex()
public static void removeConfigurationFromIndex(javax.persistence.EntityManager em,
SolrConf conf,
org.apache.solr.client.solrj.SolrServer server)
public net.sourceforge.stripes.action.Resolution cancel()
public net.sourceforge.stripes.action.Resolution save()
public net.sourceforge.stripes.action.Resolution newSearchConfig()
@After(on={"edit","save","newSearchConfig"},
stages=BindingAndValidation)
public void loadLists()
public net.sourceforge.stripes.action.Resolution delete()
public static void deleteSolrConfiguration(javax.persistence.EntityManager em,
SolrConf conf,
org.apache.solr.client.solrj.SolrServer server)
public net.sourceforge.stripes.action.Resolution getGridData()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution getSearchconfigData()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution getAttributesList()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2019. All rights reserved.