Interface Resource

All Superinterfaces:
Element, java.io.Serializable
All Known Subinterfaces:
CustomResource, DatabaseResource, IntegrationResource, PrintResource, StoredProcedureResource, WebServiceResource, XmlResource, XmlResourceBase

public interface Resource
extends Element
The Resource interface is the base interface for all external resources. External resources provide the ability to read and write data to or from some sort of external system or interface. All external resources share the ability to map resource fields to form fields or process attributes and are made accessible to a form, integration service or workflow process by adding the resource to a Business View.

Further documentation.

Since:
V4.4
  • Method Summary

    Modifier and Type Method Description
    boolean isDebug()
    Returns true if debug is activated for the resource.
    void setDebug​(boolean debug)
    Activates or deactivates debug for the resource.

    Methods inherited from interface com.ebasetech.xi.api.Element

    getElementName, getElementType
  • Method Details

    • setDebug

      void setDebug​(boolean debug)
      Activates or deactivates debug for the resource. The result of this varies from resource to resource. In general, debugging information is written to both the Designer Execution Log and to the server log.
      Parameters:
      debug -
      Since:
      V4.4
    • isDebug

      boolean isDebug()
      Returns true if debug is activated for the resource.
      Returns:
      true or false
      Since:
      V4.4