| Package | Description |
|---|---|
| com.avos.avoscloud.ops |
| Modifier and Type | Class and Description |
|---|---|
class |
AddOp |
class |
AddRelationOp |
class |
AddUniqueOp |
class |
BaseOp |
class |
CollectionAddOp
Created by lbt05 on 5/28/15.
|
class |
CollectionOp
Created by lbt05 on 5/28/15.
|
class |
CompoundOp |
class |
DeleteOp
A delete op
|
class |
IncrementOp |
class |
NullOP |
class |
RemoveOp |
class |
RemoveRelationOp |
class |
SetOp
A put object operation
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<AVOp> |
BaseOp.ops |
| Modifier and Type | Method and Description |
|---|---|
<T extends AVOp> |
BaseOp.cast(Class<T> clazz) |
<T extends AVOp> |
NullOP.cast(Class<T> clazz) |
<T extends AVOp> |
AVOp.cast(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
AVOp |
BaseOp.get(int idx) |
AVOp |
NullOP.get(int idx) |
AVOp |
AVOp.get(int idx) |
AVOp |
SetOp.merge(AVOp other) |
AVOp |
BaseOp.merge(AVOp other) |
AVOp |
IncrementOp.merge(AVOp other) |
AVOp |
AddRelationOp.merge(AVOp other) |
AVOp |
NullOP.merge(AVOp other) |
AVOp |
AddOp.merge(AVOp other) |
AVOp |
DeleteOp.merge(AVOp other) |
AVOp |
AVOp.merge(AVOp other) |
AVOp |
AddUniqueOp.merge(AVOp other) |
AVOp |
RemoveOp.merge(AVOp other) |
AVOp |
RemoveRelationOp.merge(AVOp other) |
AVOp |
BaseOp.remove(int idx) |
AVOp |
NullOP.remove(int idx) |
AVOp |
AVOp.remove(int idx) |
AVOp |
CompoundOp.removeFirst() |
AVOp |
CompoundOp.removeLast() |
| Modifier and Type | Method and Description |
|---|---|
List<AVOp> |
CompoundOp.getValues() |
Iterator<AVOp> |
BaseOp.iterator() |
Iterator<AVOp> |
NullOP.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundOp.addFirst(AVOp object) |
void |
CompoundOp.addLast(AVOp object) |
void |
BaseOp.assertKeyEquals(AVOp other) |
AVOp |
SetOp.merge(AVOp other) |
AVOp |
BaseOp.merge(AVOp other) |
AVOp |
IncrementOp.merge(AVOp other) |
AVOp |
AddRelationOp.merge(AVOp other) |
AVOp |
NullOP.merge(AVOp other) |
AVOp |
AddOp.merge(AVOp other) |
AVOp |
DeleteOp.merge(AVOp other) |
AVOp |
AVOp.merge(AVOp other) |
AVOp |
AddUniqueOp.merge(AVOp other) |
AVOp |
RemoveOp.merge(AVOp other) |
AVOp |
RemoveRelationOp.merge(AVOp other) |
| Constructor and Description |
|---|
CompoundOp(String key,
AVOp... avOps) |
Copyright © 2017. All rights reserved.