| Package | Description |
|---|---|
| org.mule.common.metadata | |
| org.mule.common.metadata.property |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetaDataKey
MetaDataKey default implementation. |
| Modifier and Type | Method and Description |
|---|---|
Result<List<MetaDataKey>> |
ConnectorMetaDataEnabled.getMetaDataKeys()
Get "all" of the MetaDataKeys of the MetaData that this connector works with (either inputs or outputs).
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
MetaDataKey |
StructureIdentifierMetaDataModelProperty.getMetaDataKey() |
| Constructor and Description |
|---|
StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey,
boolean derivedStructure)
Deprecated.
|
StructureIdentifierMetaDataModelProperty(MetaDataKey metaDataKey,
boolean derivedStructure,
boolean generatedStructure) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.