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 TypeMethodDescriptionvoidSolrIndexService.indexDocument(ItemCollection document) This method adds a single document to the Lucene Solr index.voidSolrIndexService.indexDocuments(List<ItemCollection> documents) This method adds a collection of documents to the Lucene Solr index.voidSolrIndexService.removeDocument(String id) This method removes a single document from the Lucene Solr index.voidSolrIndexService.removeDocuments(List<String> documentIDs) This method removes a collection of documents from the Lucene Solr index.voidSolrIndexService.setup(SetupEvent setupEvent) This method verifies the schema of the Solr core.voidSolrIndexService.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.