- generateAPIFromSwagger(String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate API from swagger definition (from JSON representation)
- generateAPIFromSwagger(String, boolean) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate API from swagger definition (from JSON representation)
- generateSwaggerFromSynapseAPI(API, boolean) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate API from swagger definition (from Synapse API).
- generateSwaggerFromSynapseAPI(API) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate API from swagger definition (from Synapse API)
- generateUpdatedAPIFromSwagger(String, String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate updated existing API by referring to swagger definition (from JSON representation)
- generateUpdatedAPIFromSwagger(String, boolean, API) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate updated existing API by referring to swagger definition.
- generateUpdatedAPIFromSwagger(String, API) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to generate updated existing API by referring to swagger definition (from JSON representation)
- generateUpdatedSwaggerFromAPI(String, boolean, boolean, API) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Generate updated OpenApi definition using an updated API.
- getApiByName(String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getApiByName(String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdminService
-
Retrieves API configuration mapped into the name passed in.
- getAPICount() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getApiForTenant(String, String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Set the tenant domain when a publisher tries to retrieve API his API in MT mode.
- getApiForTenant(String, String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdminService
-
Sets the tenant domain when a publisher tries to retrieve API his API in MT mode.
- getApiNames() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getAPIsForListing(int, int) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getApiSource(APIData) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getArtifactContainerName() - Method in class org.wso2.carbon.rest.api.APIData
-
Get the artifactContainer of the endpoint which deployed from
- getAxisConfig() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Override the AbstarctAdmin.java's getAxisConfig() to create the CarbonContext from ThreadLoaclContext.
- getAxisConfiguration() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getConfigContext() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getConfigRegistry() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getContentType() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getContext() - Method in class org.wso2.carbon.rest.api.APIData
-
- getDependencyManager() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getFaultSequenceKey() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getFaultSeqXml() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getFileName() - Method in class org.wso2.carbon.rest.api.APIData
-
- getGovernanceRegistry() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getHost() - Method in class org.wso2.carbon.rest.api.APIData
-
- getHost(API) - Method in class org.wso2.carbon.rest.api.CarbonServerConfig
-
Function to retrieve host for the swagger definition
Host is extracted from following sources
1.
- getHost(String) - Method in class org.wso2.carbon.rest.api.CarbonServerConfig
-
- getInSequenceKey() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getInSeqXml() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getInstance() - Static method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getIsEdited() - Method in class org.wso2.carbon.rest.api.APIData
-
Get the edit state of the endpoint
- getLock() - Method in class org.wso2.carbon.rest.api.service.RestApiAdminService
-
- getMediationPersistenceManager() - Static method in class org.wso2.carbon.rest.api.RestApiAdminUtils
-
Helper method to get the persistence manger
- getMethods() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getName() - Method in class org.wso2.carbon.rest.api.APIData
-
- getOutSequenceKey() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getOutSeqXml() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getPort() - Method in class org.wso2.carbon.rest.api.APIData
-
- getProtocol() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getResources() - Method in class org.wso2.carbon.rest.api.APIData
-
- getResourceSource(ResourceData) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getSequences() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getServerContext() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
- getStatisticsEnable() - Method in class org.wso2.carbon.rest.api.APIData
-
- getSwaggerDefKey() - Method in class org.wso2.carbon.rest.api.APIData
-
Function to set Swagger definition path
- getSwaggerDocument(String, int) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Return the registry resource for the provided location
- getSynapseAPIByName(String) - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Function to retrieve synapse API object for given API name
- getSynapseConfiguration() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getSynapseConfiguration() - Static method in class org.wso2.carbon.rest.api.RestApiAdminUtils
-
Override the parent's getSynapseconfig() method to retrieve the Synapse
configuration from the relevant axis configuration
- getSynapseConfiguration() - Method in class org.wso2.carbon.rest.api.service.RestApiAdmin
-
Override the parent's getSynapseconfig() method to retrieve the Synapse
configuration from the relevant axis configuration
- getSynapseEnvironment() - Static method in class org.wso2.carbon.rest.api.RestApiAdminUtils
-
Helper method to retrieve the Synapse environment from the relevant axis configuration
- getSynapseEnvironment(AxisConfiguration) - Static method in class org.wso2.carbon.rest.api.RestApiAdminUtils
-
- getSynapseEnvironmentService(int) - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getSynapseEnvironmentServices() - Method in class org.wso2.carbon.rest.api.ConfigHolder
-
- getTracingEnable() - Method in class org.wso2.carbon.rest.api.APIData
-
- getUriTemplate() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getUrlMapping() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getUserAgent() - Method in class org.wso2.carbon.rest.api.ResourceData
-
- getVersion() - Method in class org.wso2.carbon.rest.api.APIData
-
- getVersionType() - Method in class org.wso2.carbon.rest.api.APIData
-