public interface Resource extends Element
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.
Modifier and Type | Method and Description |
---|---|
boolean |
isDebug()
Returns
true if debug is activated for the resource. |
void |
setDebug(boolean debug)
Activates or deactivates debug for the resource.
|
getElementName, getElementType
void setDebug(boolean debug)
debug
- boolean isDebug()
true
if debug is activated for the resource.