Uses of Class
com.ca.commons.opbindings.xmlbind.Operation

Packages that use Operation
com.ca.commons.opbindings Utilities for the opbindindings XSD. 
com.ca.commons.opbindings.xmlbind   
com.ca.jcs.opbindings   
com.ca.jcs.processor Contains components implementing processing of LDAP operations like add() / modify() search etc, where three styles are supported: attribute-style, method-style and script-style. 
com.ca.jcs.processor.script This package contains support for the execution of scripting logic, either to implement a full connector or to customize the behaviour of an existing connector using OpBindings
 

Uses of Operation in com.ca.commons.opbindings
 

Fields in com.ca.commons.opbindings with type parameters of type Operation
static Set<Operation> OpBindingsHelper.QUERY_OPS
           
static Map<Operation,List<String>> OpBindingsHelper.RUNTIME_CONTEXT_ATTRS
          This maps String [op] => List (ordered runtime attrs), where the runtime attributes match the order of arguments to method-style bindings to their matching JNDI operations.
static Set<Operation> OpBindingsHelper.SEARCH_OPS
           
 

Methods in com.ca.commons.opbindings that return types with arguments of type Operation
static List<Operation> OpBindingsHelper.getCommonOperations(DataModel model, Object[] classNames, boolean isMethod)
          Return a common set of the operations for more than one object classes.
static List<Operation> OpBindingsHelper.getMethodOperations(DataModel model, String className)
          Returns all operations available as targets for method-style opbindings for class className in model.
static List<Operation> OpBindingsHelper.getScriptOperations(DataModel model, String className)
          Returns all operations available as targets for script-style opbindings for class className in model.
 

Methods in com.ca.commons.opbindings with parameters of type Operation
static List<String> OpBindingsHelper.getRuntimeContextAttrs(Operation op)
           
static boolean OpBindingsHelper.isQueryOp(Operation op)
           
static boolean OpBindingsHelper.isSearchVariantOp(Operation op)
           
 

Uses of Operation in com.ca.commons.opbindings.xmlbind
 

Fields in com.ca.commons.opbindings.xmlbind declared as Operation
protected  Operation OpBindingGuardType.operation
           
 

Methods in com.ca.commons.opbindings.xmlbind that return Operation
static Operation Operation.fromValue(String v)
           
 Operation OpBindingGuardType.getOperation()
          Gets the value of the operation property.
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ca.commons.opbindings.xmlbind with parameters of type Operation
 void OpBindingGuardType.setOperation(Operation value)
          Sets the value of the operation property.
 

Uses of Operation in com.ca.jcs.opbindings
 

Methods in com.ca.jcs.opbindings that return Operation
 Operation OpBindingMethodInfo.getOperation()
           
 

Methods in com.ca.jcs.opbindings with parameters of type Operation
 void OpBindingMethodInfo.setOperation(Operation operation)
           
 

Uses of Operation in com.ca.jcs.processor
 

Methods in com.ca.jcs.processor that return Operation
static Operation ConnectorProcessorProxyHandler.getOperation(Method method)
          Map a method to the corresponding operation
 

Methods in com.ca.jcs.processor with parameters of type Operation
 String MethodStyleOpProxyHandler.invokeUpdateWithTiming(Operation op, Object[] args, ObjectInfo objInfo, AttributesProxy currAttrs, Timing timing, OpBindingType binding, Map<String,Integer> argPosMap, MethodStyleOpProxyHandler.AttributeHandler attrHandler)
           
 

Uses of Operation in com.ca.jcs.processor.script
 

Methods in com.ca.jcs.processor.script with parameters of type Operation
 Object ScriptStyleOpProxyHandler.invokeQueryWithOpTiming(Method method, Operation op, Object[] args, ObjectInfo objInfo, OpBindingType binding, List<String> argNames)
          Execute a single query script as a timing=OP binding.
 void ScriptStyleOpProxyHandler.invokeUpdateWithTiming(Method method, Operation op, Object[] args, ObjectInfo objInfo, AttributesProxy currAttrs, Timing timing, OpBindingType binding, List<String> argNames)
           
 



Created 2011-07-14 13:27 EST