Uses of Class
org.imixs.melman.RestAPIException

  • Uses of RestAPIException in org.imixs.melman

    Methods in org.imixs.melman that throw RestAPIException
    Modifier and Type
    Method
    Description
    long
    DocumentClient.countDocuments(String query)
    Counts a given lucene search result
    org.imixs.workflow.ItemCollection
    DocumentClient.createAdminPJob(org.imixs.workflow.ItemCollection document)
    Creates a new AdminPJobInstance
    void
    EventLogClient.createEventLogEntry(String topic, String refID, org.imixs.workflow.ItemCollection document)
    Creates a new topic for a given RefId by creating a PUT request
    void
    DocumentClient.deleteDocument(String uniqueid)
    Deletes a single workItem or document instance by UniqueID.
    void
    EventLogClient.deleteEventLogEntry(String eventLogID)
    Deletes a single workItem or document instance by UniqueID.
    void
    ModelClient.deleteModel(String version)
    Deletes a model by its version
    void
    WorkflowClient.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 GET
    org.imixs.workflow.xml.XMLDataCollection
    AbstractClient.getCustomResourceXML(String uri)
    Returns the custom data list by uri GET as a collection of XMLDocument elements.
    org.imixs.workflow.ItemCollection
    DocumentClient.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 creator
    List<org.imixs.workflow.ItemCollection>
    WorkflowClient.getTaskListByOwner(String userid)
    Returns the current task list by owner
    jakarta.ws.rs.client.WebTarget
    AbstractClient.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 owner
    org.imixs.workflow.ItemCollection
    WorkflowClient.getWorkitem(String uniqueid)
    Returns a single workItem instance by UniqueID.
    void
    EventLogClient.lockEventLogEntry(String eventLogID)
    Lock an EventLog entry by its ID.
    void
    ModelClient.postModel(InputStream inputStream)
    Posts an XML file as InputStream to the Model service.
    void
    ModelClient.postModel(org.openbpmn.bpmn.BPMNModel model)
     
    void
    DocumentClient.postXMLDataCollection(String uri, org.imixs.workflow.xml.XMLDataCollection xmlDataCollection)
    Posts a XMLDocument collection to a custom resource.
    org.imixs.workflow.xml.XMLDataCollection
    DocumentClient.postXMLDocument(String uri, org.imixs.workflow.xml.XMLDocument xmlWorkitem)
    Posts a XMLDocument to a custom resource.
    org.imixs.workflow.ItemCollection
    WorkflowClient.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.
    void
    EventLogClient.releaseDeadLocks(long deadLockInterval, String... topic)
    Lock an EventLog entry by its ID.
    org.imixs.workflow.ItemCollection
    DocumentClient.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 topic
    void
    EventLogClient.unlockEventLogEntry(String eventLogID)
    Lock an EventLog entry by its ID.
    Constructors in org.imixs.melman that throw RestAPIException
    Modifier
    Constructor
    Description
     
    FormAuthenticator(String _baseUri, String _jsessionid)
    Creates a new FormAuthenticator based on a baseUri and a valid JSESSIONID
     
    FormAuthenticator(String _baseUri, String username, String password)
    Creates a new FormAuthenticator based on a baseUri and a username, password.