Uses of Interface
org.mule.common.metadata.MetaDataKey

Packages that use MetaDataKey
org.mule.common.metadata   
org.mule.common.metadata.property   
 

Uses of MetaDataKey in org.mule.common.metadata
 

Classes in org.mule.common.metadata that implement MetaDataKey
 class DefaultMetaDataKey
          MetaDataKey default implementation.
 

Methods in org.mule.common.metadata that return types with arguments of type MetaDataKey
 Result<List<MetaDataKey>> ConnectorMetaDataEnabled.getMetaDataKeys()
          Get "all" of the MetaDataKeys of the MetaData that this connector works with (either inputs or outputs).
 

Methods in org.mule.common.metadata with parameters of type MetaDataKey
 int DefaultMetaDataKey.compareTo(MetaDataKey otherMetadataKey)
          For keys comparison, the first criteria to match will be the DefaultMetaDataKey.category of both keys, where, if it's not possible to discriminate the order, the DefaultMetaDataKey.id will take place.
 Result<MetaData> ConnectorMetaDataEnabled.getMetaData(MetaDataKey key)
           
 

Uses of MetaDataKey in org.mule.common.metadata.property
 

Methods in org.mule.common.metadata.property that return MetaDataKey
 MetaDataKey StructureIdentifierMetaDataModelProperty.getMetaDataKey()
           
 

Constructors in org.mule.common.metadata.property with parameters of type MetaDataKey
StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey, boolean derivedStructure)
           
 



Copyright © 2015 MuleSoft, Inc.. All rights reserved.