org.mule.devkit.generation.studio.editor
Class ParentCloudConnectorTypeBuilder

java.lang.Object
  extended by org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
      extended by org.mule.devkit.generation.studio.editor.GlobalTypeBuilder
          extended by org.mule.devkit.generation.studio.editor.GlobalCloudConnectorTypeBuilder
              extended by org.mule.devkit.generation.studio.editor.ParentCloudConnectorTypeBuilder

public class ParentCloudConnectorTypeBuilder
extends GlobalCloudConnectorTypeBuilder


Field Summary
static String PARENT_CONFIG
           
 
Fields inherited from class org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
ADVANCED_CONNECTION_GROUP_NAME, CONNECTION_GROUP_NAME, context, GENERAL_GROUP_NAME, helper, method, module, moduleName, objectFactory
 
Constructor Summary
ParentCloudConnectorTypeBuilder(Context context, org.mule.devkit.model.module.Module module)
           
 
Method Summary
protected  List<org.mule.devkit.model.studio.AttributeCategory> getAttributeCategories()
           
protected  String getDescriptionBasedOnType()
           
protected  String getIcon()
           
protected  String getImage()
           
protected  String getLocalIdBasedOnType()
           
protected  String getNameDescriptionBasedOnType()
           
protected  void setConnectivityTestingAttribute(org.mule.devkit.model.studio.GlobalType globalCloudConnector, org.mule.api.annotations.ConnectivityTesting connectivityTesting)
           
protected  void setMetaDataAttribute(org.mule.devkit.model.studio.GlobalType globalCloudConnector, org.mule.api.annotations.MetaDataSwitch metadata)
           
 
Methods inherited from class org.mule.devkit.generation.studio.editor.GlobalCloudConnectorTypeBuilder
build, createCacheConfigAttributes, createMetaDataAttributes, createOAuthConfig, createPoolingProfileAttributes, createReconnectionAttributes, getCaptionBasedOnType, getExtendsBasedOnType, isAbstract, isModuleWithMetadata, processConnectionAttributes, setMetadataAttributes
 
Methods inherited from class org.mule.devkit.generation.studio.editor.GlobalTypeBuilder
createNameAttributeType
 
Methods inherited from class org.mule.devkit.generation.studio.editor.BaseStudioXmlBuilder
buildVersionsString, createGroupWithModeSwitch, createGroupWithNoOperationModeSwitch, createGroupWithNoOperationModeSwitchForProcessors, createGroupWithNoOperationModeSwitchForSources, createJaxbElement, createQueryType, getConnectionAttributes, getModes, isConfigurableVariable, processConfigurableFields, processMethodParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARENT_CONFIG

public static final String PARENT_CONFIG
See Also:
Constant Field Values
Constructor Detail

ParentCloudConnectorTypeBuilder

public ParentCloudConnectorTypeBuilder(Context context,
                                       org.mule.devkit.model.module.Module module)
Method Detail

getAttributeCategories

protected List<org.mule.devkit.model.studio.AttributeCategory> getAttributeCategories()
Overrides:
getAttributeCategories in class GlobalCloudConnectorTypeBuilder

getDescriptionBasedOnType

protected String getDescriptionBasedOnType()
Overrides:
getDescriptionBasedOnType in class GlobalCloudConnectorTypeBuilder

getLocalIdBasedOnType

protected String getLocalIdBasedOnType()
Overrides:
getLocalIdBasedOnType in class GlobalCloudConnectorTypeBuilder

getNameDescriptionBasedOnType

protected String getNameDescriptionBasedOnType()
Overrides:
getNameDescriptionBasedOnType in class GlobalCloudConnectorTypeBuilder

getImage

protected String getImage()
Overrides:
getImage in class GlobalCloudConnectorTypeBuilder

getIcon

protected String getIcon()
Overrides:
getIcon in class GlobalCloudConnectorTypeBuilder

setMetaDataAttribute

protected void setMetaDataAttribute(org.mule.devkit.model.studio.GlobalType globalCloudConnector,
                                    org.mule.api.annotations.MetaDataSwitch metadata)
Overrides:
setMetaDataAttribute in class GlobalCloudConnectorTypeBuilder

setConnectivityTestingAttribute

protected void setConnectivityTestingAttribute(org.mule.devkit.model.studio.GlobalType globalCloudConnector,
                                               org.mule.api.annotations.ConnectivityTesting connectivityTesting)
Overrides:
setConnectivityTestingAttribute in class GlobalCloudConnectorTypeBuilder


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.