Package | Description |
---|---|
com.salesforce.androidsdk.smartstore.store |
Modifier and Type | Field and Description |
---|---|
static AlterSoupLongOperation.AlterSoupStep |
AlterSoupLongOperation.AlterSoupStep.LAST |
Modifier and Type | Method and Description |
---|---|
AlterSoupLongOperation.AlterSoupStep |
AlterSoupLongOperation.getLastStepCompleted() |
static AlterSoupLongOperation.AlterSoupStep |
AlterSoupLongOperation.AlterSoupStep.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlterSoupLongOperation.AlterSoupStep[] |
AlterSoupLongOperation.AlterSoupStep.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlterSoupLongOperation.run(AlterSoupLongOperation.AlterSoupStep toStep)
Used by test only
|
protected void |
AlterSoupLongOperation.updateLongOperationDbRow(AlterSoupLongOperation.AlterSoupStep newStatus)
Update row in long operations status table for on-going alter soup operation
Delete row if newStatus is AlterStatus.LAST
|