|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PropertyResolver<B>
| Method Summary | |
|---|---|
B |
substituteProperties(B b)
Convenience method that is the same as calling substituteProperties(batchElement, null, null) |
B |
substituteProperties(B b,
Properties submittedProps)
Convenience method that is the same as calling substituteProperties(batchElement, submittedProps, null) |
B |
substituteProperties(B b,
Properties submittedProps,
Properties parentProps)
Performs property substitution on a given batch element b and all nested sub elements. |
| Method Detail |
|---|
B substituteProperties(B b)
b -
B substituteProperties(B b,
Properties submittedProps)
job - submittedProps -
B substituteProperties(B b,
Properties submittedProps,
Properties parentProps)
b - submittedProps - Properties submitted as job parametersparentProps - Properties inherited from parent elements
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||