Uses of Class
org.alfresco.solr.client.SOLRAPIClient.SolrApiContentStatus
-
Packages that use SOLRAPIClient.SolrApiContentStatus Package Description org.alfresco.solr.client -
-
Uses of SOLRAPIClient.SolrApiContentStatus in org.alfresco.solr.client
Methods in org.alfresco.solr.client that return SOLRAPIClient.SolrApiContentStatus Modifier and Type Method Description SOLRAPIClient.SolrApiContentStatus
SOLRAPIClient.GetTextContentResponse. getStatus()
static SOLRAPIClient.SolrApiContentStatus
SOLRAPIClient.SolrApiContentStatus. getStatus(java.lang.String statusStr)
static SOLRAPIClient.SolrApiContentStatus
SOLRAPIClient.SolrApiContentStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SOLRAPIClient.SolrApiContentStatus[]
SOLRAPIClient.SolrApiContentStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-