|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.advisor.AbstractAdviceTransform
com.bea.p13n.rules.advislets.RulesInputTransform
public class RulesInputTransform
An AdviceTransform
that converts AdviceRequest parameters into the input objects for the
Rules Advislet.
The following parameters are put in a collection and associated
with the RULES_INPUT_OBJECTS key:
| Field Summary |
|---|
| Fields inherited from interface com.bea.p13n.advisor.AdviceConstants |
|---|
RESULTS |
| Constructor Summary | |
|---|---|
RulesInputTransform(Advisor advisor,
Metadata metadata)
Construct an instance of this object and bind it to its Advisor and Metadata instances. |
|
| Method Summary | |
|---|---|
void |
transform(Advice input,
AdviceRequest output)
Maps the 'well-knows' input objects into the RULES_INPUT_OBJECTS List to be passed into the rule engine. |
| Methods inherited from class com.bea.p13n.advisor.AbstractAdviceTransform |
|---|
getMetadata, initialize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RulesInputTransform(Advisor advisor,
Metadata metadata)
advisor - the Advisor for this object.metadata - the Metadata for this object.| Method Detail |
|---|
public void transform(Advice input,
AdviceRequest output)
throws AdvisorException
transform in interface AdviceTransformtransform in class AbstractAdviceTransforminput - the the Advice instance containing the input objectsoutput - the AdviceRequest to be passed to the RulesAdvislet.
AdvisorException - If an error occurs during the transformation process.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||