Uses of Class
com.dhtmlx.connector.OperationType

Uses of OperationType in com.dhtmlx.connector
 

Fields in com.dhtmlx.connector with type parameters of type OperationType
private  java.util.HashMap<OperationType,java.lang.Boolean> AccessManager.rules
          The set of access rules.
private  java.util.HashMap<OperationType,java.lang.String> DBDataWrapper.sqls
          The set of defined sql strings
 

Methods in com.dhtmlx.connector that return OperationType
protected  OperationType DataProcessor.status_to_mode(java.lang.String status)
          Convert incoming client side status, to DB operation
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dhtmlx.connector with parameters of type OperationType
 void AccessManager.allow(OperationType mode)
          Mark access mode as allowed
 void DBDataWrapper.attach(OperationType name, java.lang.String sql)
          Attach.
private  void DataProcessor.check_exts(DataAction action, OperationType mode)
          Checks if there an external event or SQL code was defined for current action
 boolean AccessManager.check(OperationType mode)
          Check if defined access mode is allowed
 void AccessManager.deny(OperationType mode)
          Mark access mode as denied
 java.lang.String DBDataWrapper.get_sql(OperationType name, java.util.HashMap<java.lang.String,java.lang.String> data)
           
 java.lang.String DataWrapper.get_sql(OperationType name, java.util.HashMap<java.lang.String,java.lang.String> data)
          Gets the sql string for named operation