Uses of Class
org.imixs.melman.RestAPIException
-
Uses of RestAPIException in org.imixs.melman
Methods in org.imixs.melman that throw RestAPIExceptionModifier and TypeMethodDescriptionlongDocumentClient.countDocuments(String query) Counts a given lucene search resultorg.imixs.workflow.ItemCollectionDocumentClient.createAdminPJob(org.imixs.workflow.ItemCollection document) Creates a new AdminPJobInstancevoidEventLogClient.createEventLogEntry(String topic, String refID, org.imixs.workflow.ItemCollection document) Creates a new topic for a given RefId by creating a PUT requestvoidDocumentClient.deleteDocument(String uniqueid) Deletes a single workItem or document instance by UniqueID.voidEventLogClient.deleteEventLogEntry(String eventLogID) Deletes a single workItem or document instance by UniqueID.voidModelClient.deleteModel(String version) Deletes a model by its versionvoidWorkflowClient.deleteWorkitem(String uniqueid) Deletes a single workItem instance by UniqueID.List<org.imixs.workflow.ItemCollection>AbstractClient.getCustomResource(String uri) Returns the custom data list by uri GETorg.imixs.workflow.xml.XMLDataCollectionAbstractClient.getCustomResourceXML(String uri) Returns the custom data list by uri GET as a collection of XMLDocument elements.org.imixs.workflow.ItemCollectionDocumentClient.getDocument(String uniqueid) Returns a single document instance by UniqueID.List<org.imixs.workflow.ItemCollection>WorkflowClient.getTaskListByCreator(String userid) Returns the current task list by creatorList<org.imixs.workflow.ItemCollection>WorkflowClient.getTaskListByOwner(String userid) Returns the current task list by ownerjakarta.ws.rs.client.WebTargetAbstractClient.getWebTarget(String uri) Returns a WebTarget object for a given uri.List<org.imixs.workflow.ItemCollection>WorkflowClient.getWorkflowEventsByWorkitem(org.imixs.workflow.ItemCollection workitem) Returns the current task list by ownerorg.imixs.workflow.ItemCollectionWorkflowClient.getWorkitem(String uniqueid) Returns a single workItem instance by UniqueID.voidEventLogClient.lockEventLogEntry(String eventLogID) Lock an EventLog entry by its ID.voidModelClient.postModel(InputStream inputStream) Posts an XML file as InputStream to the Model service.voidModelClient.postModel(org.openbpmn.bpmn.BPMNModel model) voidDocumentClient.postXMLDataCollection(String uri, org.imixs.workflow.xml.XMLDataCollection xmlDataCollection) Posts a XMLDocument collection to a custom resource.org.imixs.workflow.xml.XMLDataCollectionDocumentClient.postXMLDocument(String uri, org.imixs.workflow.xml.XMLDocument xmlWorkitem) Posts a XMLDocument to a custom resource.org.imixs.workflow.ItemCollectionWorkflowClient.processWorkitem(org.imixs.workflow.ItemCollection workitem) Process a single workitem instance.List<org.imixs.workflow.ItemCollection>DocumentClient.queryDocuments(String jpqlStatement) Returns the the search result of a JPQL statement.voidEventLogClient.releaseDeadLocks(long deadLockInterval, String... topic) Lock an EventLog entry by its ID.org.imixs.workflow.ItemCollectionDocumentClient.saveDocument(org.imixs.workflow.ItemCollection document) Creates or updates a single document instance.List<org.imixs.workflow.ItemCollection>DocumentClient.searchDocuments(String query) Returns the the search result of a lucene search.List<org.imixs.workflow.ItemCollection>EventLogClient.searchEventLog(String... topic) Loads a collection of EventLog entries for a specific topicvoidEventLogClient.unlockEventLogEntry(String eventLogID) Lock an EventLog entry by its ID.Constructors in org.imixs.melman that throw RestAPIExceptionModifierConstructorDescriptionFormAuthenticator(String _baseUri, String _jsessionid) Creates a new FormAuthenticator based on a baseUri and a valid JSESSIONIDFormAuthenticator(String _baseUri, String username, String password) Creates a new FormAuthenticator based on a baseUri and a username, password.