|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoemTask | |
|---|---|
| org.melati.poem | Persistent Object Engine for Melati. |
| Uses of PoemTask in org.melati.poem |
|---|
| Methods in org.melati.poem that return PoemTask | |
|---|---|
PoemTask |
SessionToken.getTask()
|
| Methods in org.melati.poem with parameters of type PoemTask | |
|---|---|
void |
Database.inCommittedTransaction(AccessToken accessToken,
PoemTask task)
Perform a task with the database, but not in an insulated transaction. |
void |
Database.inSession(AccessToken accessToken,
PoemTask task)
Perform a task with the database. |
void |
Database.inSessionAsRoot(PoemTask task)
|
static void |
PoemThread.withAccessToken(AccessToken token,
PoemTask task)
Run a PoemTask under a specified AccessToken, typically
Root. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||