Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemChangelog> |
IAddressBookPromise.itemChangelog(java.lang.String uid,
java.lang.Long arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IAddressBookAsync.itemChangelog(java.lang.String uid,
java.lang.Long arg1,
AsyncHandler<ItemChangelog> handler) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
AddressBookService.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemChangelog> |
ICalendarPromise.itemChangelog(java.lang.String uid,
java.lang.Long arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ICalendarAsync.itemChangelog(java.lang.String uid,
java.lang.Long arg1,
AsyncHandler<ItemChangelog> handler) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
CalendarAuditProxy.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
CalendarService.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
IChangelogSupport.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemChangelog> |
IChangelogSupportPromise.itemChangelog(java.lang.String uid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
void |
IChangelogSupportAsync.itemChangelog(java.lang.String uid,
java.lang.Long since,
AsyncHandler<ItemChangelog> handler) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
ChangelogStore.itemChangelog(java.lang.String itemUid,
long from,
long to) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
IContainerStoreService.changelog(java.lang.String itemUid,
java.lang.Long from,
long to) |
static ItemChangelog |
ChangeLogUtil.getItemChangeLog(java.lang.String itemUid,
java.lang.Long since,
BmContext bmContext,
ContainerStoreService<?> storeService,
java.lang.String domainUid) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
ContainerStoreService.changelog(java.lang.String itemUid,
java.lang.Long from,
long to) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemChangelog> |
IDeferredActionPromise.itemChangelog(java.lang.String uid,
java.lang.Long arg1) |
Modifier and Type | Method and Description |
---|---|
void |
IDeferredActionAsync.itemChangelog(java.lang.String uid,
java.lang.Long arg1,
AsyncHandler<ItemChangelog> handler) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
DeferredActionService.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemChangelog> |
ITodoListPromise.itemChangelog(java.lang.String uid,
java.lang.Long arg1) |
Modifier and Type | Method and Description |
---|---|
void |
ITodoListAsync.itemChangelog(java.lang.String uid,
java.lang.Long arg1,
AsyncHandler<ItemChangelog> handler) |
Modifier and Type | Method and Description |
---|---|
ItemChangelog |
TodoListService.itemChangelog(java.lang.String itemUid,
java.lang.Long since) |
Copyright © 2021. All Rights Reserved.