Verwendungen von Klasse
org.imixs.workflow.services.rest.RestAPIException
Packages, die RestAPIException verwenden
-
Verwendungen von RestAPIException in org.imixs.workflow.engine.solr
Methoden in org.imixs.workflow.engine.solr, die RestAPIException auslösenModifizierer und TypMethodeBeschreibungvoidSolrIndexService.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. -
Verwendungen von RestAPIException in org.imixs.workflow.services.rest
Methoden in org.imixs.workflow.services.rest, die RestAPIException auslösenModifizierer und TypMethodeBeschreibungGets 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.