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