public interface Interceptor extends Storable
| Modifier and Type | Method and Description |
|---|---|
List<ApplicabilityParams> |
getApplicabilityParams() |
String |
getInterceptorGroup() |
List<InterceptorParams> |
getInterceptorParams() |
int |
getOrder() |
InterceptorParams |
getParameters() |
String |
getTransportName() |
String |
getTypeName() |
boolean |
isActive() |
boolean |
isApplicable(String environmentId,
String systemId) |
void |
setActive(boolean active) |
void |
setApplicabilityParams(List<ApplicabilityParams> applicabilityParams) |
void |
setInterceptorGroup(String interceptorGroup) |
void |
setInterceptorParams(List<InterceptorParams> interceptorParams) |
void |
setOrder(int order) |
void |
setTransportName(String transportName) |
void |
setTypeName(String typeName) |
String |
validate() |
contains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getParent, getProjectId, getStorableProp, getStoreInformationDelegate, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setParent, setProjectId, setStorableProp, store, upStorableVersiongetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionString getTypeName()
void setTypeName(String typeName)
int getOrder()
void setOrder(int order)
boolean isActive()
void setActive(boolean active)
String getTransportName()
void setTransportName(String transportName)
InterceptorParams getParameters()
List<InterceptorParams> getInterceptorParams()
void setInterceptorParams(List<InterceptorParams> interceptorParams)
String getInterceptorGroup()
void setInterceptorGroup(String interceptorGroup)
List<ApplicabilityParams> getApplicabilityParams()
void setApplicabilityParams(List<ApplicabilityParams> applicabilityParams)
Copyright © 2025. All rights reserved.