Modifier and Type | Method and Description |
---|---|
void |
UserAccountsContinuousHook.onCreate(java.lang.String domainUid,
java.lang.String uid,
java.lang.String systemIdentifier,
UserAccount account) |
void |
UserAccountsContinuousHook.onUpdate(java.lang.String domainUid,
java.lang.String uid,
java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
protected JsonUtils.ValueReader<ItemValue<UserAccount>> |
RestoreUserAccounts.reader() |
Modifier and Type | Method and Description |
---|---|
boolean |
WazoBackend.testConnection(java.lang.String domain,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
WazoSystem.testConnection(java.lang.String domain,
UserAccount account) |
Modifier and Type | Field and Description |
---|---|
UserAccount |
WebDavFileHostingService.ConnectionContext.account |
Constructor and Description |
---|
ConnectionContext(UserAccount account,
ExternalSystem system,
java.lang.String baseUrl) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ConnectionTestStatus> |
IExternalSystemPromise.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
ConnectionTestStatus |
IExternalSystem.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
void |
IExternalSystemAsync.testConnection(java.lang.String systemIdentifier,
UserAccount account,
AsyncHandler<ConnectionTestStatus> handler) |
Modifier and Type | Method and Description |
---|---|
static ConnectionTestStatus |
ExternalSystemsRegistry.testConnection(java.lang.String domain,
java.lang.String systemIdentifier,
UserAccount account) |
ConnectionTestStatus |
RegisteredExternalSystem.testConnection(java.lang.String domain,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
ExternalSystemService.testConnection(java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
void |
IUserAccountsHook.onCreate(java.lang.String domainUid,
java.lang.String uid,
java.lang.String systemIdentifier,
UserAccount account) |
void |
IUserAccountsHook.onUpdate(java.lang.String domainUid,
java.lang.String uid,
java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccountsStore.get(Item item,
java.lang.String systemIdentifier) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.EntityPopulator<UserAccount> |
UserAccountColumns.populator() |
static JdbcAbstractStore.StatementValues<UserAccount> |
UserAccountColumns.statementValues() |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountsStore.create(Item item,
java.lang.String systemIdentifier,
UserAccount value) |
void |
UserAccountsStore.update(Item item,
java.lang.String systemIdentifier,
UserAccount value) |
Modifier and Type | Method and Description |
---|---|
UserAccount |
UserAccountsService.get(java.lang.String systemIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountsService.create(java.lang.String systemIdentifier,
UserAccount account) |
void |
UserAccountsService.update(java.lang.String systemIdentifier,
UserAccount account) |
Modifier and Type | Method and Description |
---|---|
void |
UserAccountsService.restore(ItemValue<UserAccount> item,
boolean isCreate) |
Modifier and Type | Class and Description |
---|---|
class |
UserAccountInfo |
Modifier and Type | Method and Description |
---|---|
UserAccount |
IUserExternalAccount.get(java.lang.String systemIdentifier) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<UserAccount> |
IUserExternalAccountPromise.get(java.lang.String system) |
Modifier and Type | Method and Description |
---|---|
void |
IUserExternalAccount.create(java.lang.String systemIdentifier,
UserAccount account) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IUserExternalAccountPromise.create(java.lang.String system,
UserAccount account) |
void |
IUserExternalAccountAsync.create(java.lang.String system,
UserAccount account,
AsyncHandler<java.lang.Void> handler) |
void |
IUserExternalAccount.update(java.lang.String systemIdentifier,
UserAccount account) |
java.util.concurrent.CompletableFuture<java.lang.Void> |
IUserExternalAccountPromise.update(java.lang.String system,
UserAccount account) |
void |
IUserExternalAccountAsync.update(java.lang.String system,
UserAccount account,
AsyncHandler<java.lang.Void> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IUserExternalAccountAsync.get(java.lang.String system,
AsyncHandler<UserAccount> handler) |
Constructor and Description |
---|
UserAccount(UserAccount account) |
UserAccountInfo(UserAccount account,
java.lang.String systemIdentifier) |
Modifier and Type | Method and Description |
---|---|
ConnectionTestStatus |
TeamsExternalSystem.testConnection(java.lang.String domain,
UserAccount account) |
Copyright © 2023. All Rights Reserved.