|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceInitializer

Instance Initializer interface
| Method Summary | |
|---|---|
java.lang.Object |
getInitialInstanceValue(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> instanceToInitialize,
RuleExecutionContext context)
get the Initial Instance Value based on the instance initialization model |
java.lang.Object |
getInitialInstanceValueSilent(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> instanceToInitialize,
RuleExecutionContext context)
get Initial Value From Initializer silently by catching any error that occurs and by logging the problems. |
java.lang.Object |
getInitialValue(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> initializationModel,
RuleExecutionContext context)
get the Initial Value based on the initialization model |
| Method Detail |
|---|
java.lang.Object getInitialInstanceValue(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> instanceToInitialize,
RuleExecutionContext context)
collectionToInitialize - the collection to initializeinstanceToInitialize - the instance to initiatecontext - the rule execution context
java.lang.Object getInitialValue(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> initializationModel,
RuleExecutionContext context)
collectionToInitialize - the collection to initializeinitializationModel - the initialization model to usecontext - the rule execution context
java.lang.Object getInitialInstanceValueSilent(PropertyCollection<?,?> collectionToInitialize,
PropertyCollection<?,?> instanceToInitialize,
RuleExecutionContext context)
collectionToInitialize - the collection to initializeinstanceToInitialize - the instance to initializecontext - the rule execution context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||