|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.circuit.Filter
com.vordel.circuit.VariablePropertiesFilter
com.vordel.circuit.CircuitDelegateFilter
com.vordel.circuit.CircuitDelegatePerBodyFilter
public class CircuitDelegatePerBodyFilter
A filter that delegates to a nested circuit.
| Field Summary |
|---|
| Fields inherited from class com.vordel.circuit.CircuitDelegateFilter |
|---|
CIRCUIT_PK, delegatedCircuitPK |
| Fields inherited from class com.vordel.circuit.VariablePropertiesFilter |
|---|
USER_ATTRIBUTE_FORMAT_REGEX, userAttributePattern |
| Fields inherited from class com.vordel.circuit.Filter |
|---|
CAN_FAIL, CAN_SUCCEED, circuit, consumedProperties, contextLoader, EMPTY_SET, generatedProperties, name, requiredProperties |
| Constructor Summary | |
|---|---|
CircuitDelegatePerBodyFilter()
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends FilterContainer> |
getConfigPanelClass()
Get the Class which must be instantiated to configure the Filter. |
java.lang.Class<? extends MessageProcessor> |
getMessageProcessorClass()
Get the Class which must be instantiated to process this Filter to implement a MessageProcessor |
void |
setEntity(Entity e)
override of Filter.setEntity() used to trap changes to the delegate circuit's ESPK. |
| Methods inherited from class com.vordel.circuit.CircuitDelegateFilter |
|---|
delegatedProperties, getConsumedProperties, getDelegatedCircuitPK, getGeneratedProperties, getPK, getReferencedCircuitPKs, getRequiredProperties, setDelegatedCircuitPK, setName, updateRefs |
| Methods inherited from class com.vordel.circuit.VariablePropertiesFilter |
|---|
configure, createHashSet, getLoggingWildcards, getRequiredPropertiesFromEntity, getRequiredPropertiesFromReferences, getWildcardAttributes, ignoreField, ignoreType, syncProps |
| Methods inherited from class com.vordel.circuit.Filter |
|---|
getCircuitPK, getEntity, getFailureNode, getFailureNodePK, getName, getPossibleOutcomes, getSuccessNode, getSuccessNodePK, reconfigure, setCircuitPK, setDefaultProperties, setFailureNode, setShouldAbortProcessingOnLogError, setSuccessNode, shouldAbortProcessingOnLogError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CircuitDelegatePerBodyFilter()
| Method Detail |
|---|
public void setEntity(Entity e)
CircuitDelegateFilter
setEntity in class CircuitDelegateFilter
public java.lang.Class<? extends MessageProcessor> getMessageProcessorClass()
throws java.lang.ClassNotFoundException
Filter
getMessageProcessorClass in class CircuitDelegateFilterjava.lang.ClassNotFoundException - If the class is unavailable
public java.lang.Class<? extends FilterContainer> getConfigPanelClass()
throws java.lang.ClassNotFoundException
Filter
getConfigPanelClass in class CircuitDelegateFilterjava.lang.ClassNotFoundException - If the class is unavailable
|
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||