org.mule.devkit.model.module
Interface ProcessorMethod
- All Superinterfaces:
- Accessible, Annotable, Documentable, Generifiable, Identifiable<ExecutableElement>, Method<Type>, Parentable<Type>
- All Known Subinterfaces:
- RestCall
public interface ProcessorMethod
- extends Method<Type>
invalidateConnectionOn
@Deprecated
DeclaredType invalidateConnectionOn()
- Deprecated.
- Use
reconnectOn() instead
invalidateAccessTokenOn
@Deprecated
DeclaredType invalidateAccessTokenOn()
- Deprecated.
- Use
reconnectOn() instead
reconnectOn
List<AnnotationValue> reconnectOn()
metaDataScope
DeclaredType metaDataScope()
getAnnotationFieldValue
<T> T getAnnotationFieldValue(Class<? extends Annotation> anAnnotation,
String annotationField)
- Returns the content of a field for a given annotation. Useful when the type of a
annotationField within the
anAnnotation is Class or Class[]. Use:
- Annotation has a field type of: Class
(DeclaredType) getAnnotationFieldValue(SomeAnnotation.class, "value")
- Annotation has a field type of: Class[]
(List) getAnnotationFieldValue(SomeAnnotation.class,"values")
isIntercepting
boolean isIntercepting()
isOAuthProtected
boolean isOAuthProtected()
canBeUsedInConnectionManagement
boolean canBeUsedInConnectionManagement()
getManagedConnectionModule
ManagedConnectionModule getManagedConnectionModule()
canBeUsedInOAuthManagement
boolean canBeUsedInOAuthManagement()
getOAuthModule
OAuthModule getOAuthModule()
hasQuery
boolean hasQuery()
getQueryParameter
Parameter getQueryParameter()
hasQueryParts
boolean hasQueryParts()
hasQueryTranslator
boolean hasQueryTranslator()
isPaged
boolean isPaged()
getPagingAnnotation
Paged getPagingAnnotation()
hasDynamicMetaData
boolean hasDynamicMetaData()
hasDynamicInputMetadata
boolean hasDynamicInputMetadata()
hasDynamicOutputMetaData
boolean hasDynamicOutputMetaData()
getInputMetaDataKeyParameter
Parameter getInputMetaDataKeyParameter()
getOutputMetaDataKeyParameter
Parameter getOutputMetaDataKeyParameter()
hasStaticKeyMetaData
boolean hasStaticKeyMetaData()
hasStaticKeyInputMetaData
boolean hasStaticKeyInputMetaData()
getStaticKeyInputMetaData
Parameter getStaticKeyInputMetaData()
hasStaticKeyOutputMetaData
boolean hasStaticKeyOutputMetaData()
getStaticKeyOutputMetaData
MetaDataStaticKey getStaticKeyOutputMetaData()
hasMetaDataScope
boolean hasMetaDataScope()
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.