|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public static @interface CmxControl.FindBy
Method-level annotation for methods in a @ControlExtension which wish to find CM nodes using an expression.
| Annotation Type Required Member Summary | |
|---|---|
String |
expression
The FindBy expression to send to CM SearchOps. |
| Annotation Type Optional Member Summary | |
|---|---|
String |
beanType
A String containing the canonical name of the class that serves as the primary bean/valueObject. |
Class |
nodeMapper
|
boolean |
removeResults
Execute the FindBy expression, then remove the corresponding results Optional element, defaults to false. |
| Annotation Type Member Detail |
|---|
public abstract String expression
public abstract String beanType
public abstract boolean removeResults
public abstract Class nodeMapper
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||