Uses of Class
org.imixs.workflow.services.rest.RestAPIException
Packages that use RestAPIException
-
Uses of RestAPIException in org.imixs.workflow.engine.solr
Methods in org.imixs.workflow.engine.solr that throw RestAPIExceptionModifier and TypeMethodDescriptionvoid
SolrIndexService.indexDocument
(ItemCollection document) This method adds a single document to the Lucene Solr index.void
SolrIndexService.indexDocuments
(List<ItemCollection> documents) This method adds a collection of documents to the Lucene Solr index.void
SolrIndexService.removeDocument
(String id) This method removes a single document from the Lucene Solr index.void
SolrIndexService.removeDocuments
(List<String> documentIDs) This method removes a collection of documents from the Lucene Solr index.void
SolrIndexService.setup
(SetupEvent setupEvent) This method verifies the schema of the Solr core.void
SolrIndexService.updateSchema
(String schema) Updates the schema definition of an existing Solr core. -
Uses of RestAPIException in org.imixs.workflow.services.rest
Methods in org.imixs.workflow.services.rest that throw RestAPIExceptionModifier and TypeMethodDescriptionGets the content of a GET request from a Rest Service URI Endpoint.Posts a byte array to a Rest Service URI Endpoint.Posts a byte array to a Rest Service URI Endpoint.Posts a String data object with a specific Content-Type to a Rest Service URI Endpoint.Posts a String data object with a specific Content-Type to a Rest Service URI Endpoint.