|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ca.jcs.opbindings.OpBindingMethodInfo
public class OpBindingMethodInfo
This class records information about methods bound to Operations, which is
specified by the OpBindingMethod annotation. These methods are eligible to be
the target of OpBindingType bindings with method (some are supported) or
script (all are supported) payloads.
| Constructor Summary | |
|---|---|
OpBindingMethodInfo()
|
|
| Method Summary | |
|---|---|
List<String> |
getArgNames()
|
Map<String,Integer> |
getArgPosMap()
Returns map of each argument to its position in the method being called. |
String |
getMethodName()
|
Operation |
getOperation()
|
String |
getTargetClass()
|
boolean |
isAssocRelated()
Is the method related to the processing of associations? |
boolean |
isQuery()
True if this method is bound to a query operation, rather then an update. |
boolean |
isSearchVariant()
|
void |
setArgNames(List<String> argNames)
|
void |
setMethodName(String methodName)
|
void |
setOperation(Operation operation)
|
void |
setTargetClassName(String targetClassName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpBindingMethodInfo()
| Method Detail |
|---|
public String getTargetClass()
public void setTargetClassName(String targetClassName)
public String getMethodName()
public void setMethodName(String methodName)
public List<String> getArgNames()
public void setArgNames(List<String> argNames)
public Operation getOperation()
public void setOperation(Operation operation)
public boolean isQuery()
public boolean isSearchVariant()
public boolean isAssocRelated()
public Map<String,Integer> getArgPosMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||