| Package | Description |
|---|---|
| org.exoplatform.moxtra |
Core components for Moxtra support.
|
| org.exoplatform.moxtra.jcr |
Moxtra artifacts storage implementation based on JCR.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MoxtraClientStore.load(MoxtraClient client)
Load stored client data into given client instance.
|
MoxtraMeet |
MoxtraClientStore.readMeet(MoxtraClient client) |
MoxtraUser |
MoxtraClientStore.readUser(MoxtraClient client) |
void |
MoxtraClientStore.save(MoxtraClient client)
Save given client data in the store.
|
void |
MoxtraClientStore.saveMeet(MoxtraClient client,
MoxtraMeet meet) |
void |
MoxtraClientStore.saveUser(MoxtraClient client,
MoxtraUser user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JCRMoxtraClientStore.load(MoxtraClient client)
Load stored client data into given client instance.
|
MoxtraMeet |
JCRMoxtraClientStore.readMeet(MoxtraClient client) |
MoxtraUser |
JCRMoxtraClientStore.readUser(MoxtraClient client) |
void |
JCRMoxtraClientStore.save(MoxtraClient client)
Save given client data in the store.
|
void |
JCRMoxtraClientStore.saveMeet(MoxtraClient client,
MoxtraMeet meet) |
void |
JCRMoxtraClientStore.saveUser(MoxtraClient client,
MoxtraUser user) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.