public interface ToolingArtifact extends Disposable
| Modifier and Type | Method and Description |
|---|---|
ConnectivityTestingService |
connectivityTestingService()
Returns a
ConnectivityTestingService to allow testing connections over the ToolingArtifact configuration. |
DataSenseService |
dataSenseService()
Returns a
DataSenseService to resolve data sense operations over the ToolingArtifact. |
DataWeaveService |
dataweaveService()
Returns a
DataWeaveService to run a DataWeave script over an application context. |
String |
getApplicationId()
Calling this method will trigger the application to be deployed.
|
MetadataService |
metadataService()
Returns a
MetadataService to allow retrieving metadata over the ToolingArtifact configuration elements. |
disposeString getApplicationId()
ConnectivityTestingService connectivityTestingService()
ConnectivityTestingService to allow testing connections over the ToolingArtifact configuration.ConnectivityTestingServiceMetadataService metadataService()
MetadataService to allow retrieving metadata over the ToolingArtifact configuration elements.MetadataServiceDataSenseService dataSenseService()
DataSenseService to resolve data sense operations over the ToolingArtifact.DataSenseServiceDataWeaveService dataweaveService()
DataWeaveService to run a DataWeave script over an application context.DataWeaveServiceCopyright © 2017 MuleSoft, Inc.. All rights reserved.