Uses of Class
org.opendaylight.ovsdb.lib.notation.Condition
-
Packages that use Condition Package Description org.opendaylight.ovsdb.lib.notation.json org.opendaylight.ovsdb.lib.operations org.opendaylight.ovsdb.lib.schema -
-
Uses of Condition in org.opendaylight.ovsdb.lib.notation.json
Methods in org.opendaylight.ovsdb.lib.notation.json with parameters of type Condition Modifier and Type Method Description voidConditionSerializer. serialize(Condition condition, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of Condition in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Delete. getWhere()List<Condition>Mutate. getWhere()List<Condition>Select. getWhere()List<Condition>Update. getWhere()Methods in org.opendaylight.ovsdb.lib.operations with parameters of type Condition Modifier and Type Method Description voidConditionalOperation. addCondition(Condition condition)voidDelete. addCondition(Condition condition)voidMutate. addCondition(Condition condition)voidSelect. addCondition(Condition condition)voidUpdate. addCondition(Condition condition)WhereWhere. and(Condition condition)WhereWhere. condition(Condition condition)WhereDelete. where(Condition condition)WhereMutate. where(Condition condition)WhereSelect. where(Condition condition)WhereUpdate. where(Condition condition)Method parameters in org.opendaylight.ovsdb.lib.operations with type arguments of type Condition Modifier and Type Method Description voidDelete. setWhere(List<Condition> where)voidMutate. setWhere(List<Condition> where)voidSelect. setWhere(List<Condition> where)voidUpdate. setWhere(List<Condition> where) -
Uses of Condition in org.opendaylight.ovsdb.lib.schema
Methods in org.opendaylight.ovsdb.lib.schema that return Condition Modifier and Type Method Description ConditionColumnSchema. opEqual(D data)ConditionColumnSchema. opExcludes(D data)ConditionColumnSchema. opGreaterThan(D data)ConditionColumnSchema. opIncludes(D data)ConditionColumnSchema. opLesserThan(D data)ConditionColumnSchema. opLesserThanOrEquals(D data)
-