| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Journal |
Service.getJournal(ItemId itemId)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
ShapeType shapeType)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId)
Gets the journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
ShapeType shapeType)
Gets a journal.
|