|
Forge - Resource Addon API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceTransaction
The ResourceTransaction interface allows operations to be performed on transactions
| Method Summary | |
|---|---|
void |
commit()
Attempt to commit this transaction, discarding the current ChangeSet. |
ChangeSet |
getChangeSet()
|
void |
rollback()
Rolls back this transaction. |
| Method Detail |
|---|
void commit()
throws ResourceException
ChangeSet.
ResourceException - if any operation fails
void rollback()
throws ResourceException
ChangeSet
ResourceExceptionChangeSet getChangeSet()
ChangeSet object containing which resources were modified during this transaction
|
Forge - Resource Addon API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||