public abstract class Instruction extends Object
| Constructor and Description |
|---|
Instruction(com.atlassian.activeobjects.external.ActiveObjects ao) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the instruction
|
String |
getAfterState()
Get the state of the db after executing this instruction
|
String |
getBeforeState()
Get the state of the db before executing this instruction
|
void |
sanityCheck()
Execute sanity checks without actually altering the database.
|
public Instruction(com.atlassian.activeobjects.external.ActiveObjects ao)
public void sanityCheck()
public void execute()
public String getBeforeState()
public String getAfterState()
Copyright © 2007–2025 Atlassian. All rights reserved.