Interface DeclarativeElement
- All Known Subinterfaces:
CompositeProcessDefinition
,ConnectorDefinition
,ConnectorGroupDefinition
,InboundConnectorDefinition<T>
,IntegrationScenarioDefinition
,OutboundConnectorDefinition
- All Known Implementing Classes:
CompositeProcessBase
,ConnectorBase
,ConnectorDefinition.None
,ConnectorGroupBase
,DefaultConnectorGroup
,GenericInboundConnectorBase
,GenericOutboundConnectorBase
,InboundConnectorBase
,IntegrationScenarioBase
,RestInboundConnectorBase
,SoapOperationInboundConnectorBase
,SoapOperationOutboundConnectorBase
public interface DeclarativeElement
Common interface for Declarative elements (connectors, scenarios, ...) to include their common
functions.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the ID of the Declarative Element.Returns the path to the documentation resource for this Declarative Element.
-
Method Details
-
getId
String getId()Returns the ID of the Declarative Element. Must be unique within the scope of the adapter.- Returns:
- ID of the element
-
getPathToDocumentationResource
String getPathToDocumentationResource()Returns the path to the documentation resource for this Declarative Element. The documentation resource is a file that contains documentation for the Element.- Returns:
- Path to the documentation resource
-