public interface InterceptorRegistry
InterceptorMapping.getTypeCode()| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InitDefaultsInterceptor> |
getInitDefaultsInterceptors(java.lang.String type) |
java.util.Collection<LoadInterceptor> |
getLoadInterceptors(java.lang.String type) |
java.util.Collection<PrepareInterceptor> |
getPrepareInterceptors(java.lang.String type) |
java.util.Collection<RemoveInterceptor> |
getRemoveInterceptors(java.lang.String type) |
java.util.Collection<ValidateInterceptor> |
getValidateInterceptors(java.lang.String type) |
java.util.Collection<PrepareInterceptor> getPrepareInterceptors(java.lang.String type)
type - type code mapping stringPrepareInterceptor for specific type code mappingjava.util.Collection<LoadInterceptor> getLoadInterceptors(java.lang.String type)
type - type code mapping stringLoadInterceptor for specific type code mappingjava.util.Collection<RemoveInterceptor> getRemoveInterceptors(java.lang.String type)
type - type code mapping stringRemoveInterceptor for specific type code mappingjava.util.Collection<ValidateInterceptor> getValidateInterceptors(java.lang.String type)
type - type code mapping stringValidateInterceptor for specific type code mappingjava.util.Collection<InitDefaultsInterceptor> getInitDefaultsInterceptors(java.lang.String type)
type - type code mapping stringInitDefaultsInterceptor for specific type code mappingCopyright © 2018 SAP SE. All Rights Reserved.