IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormResource>> |
IFormsApi.allByPortal(IUserPortalInvocationContext ctx,
de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource portal) |
Reads all forms of a given portal.
|
IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormResource>> |
IFormsApi.allByPortal(IUserPortalInvocationContext ctx,
UUID portalUuid) |
Reads all forms of a given portal.
|
IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource>> |
IChatsApi.allChats(IUserPortalInvocationContext upc,
UUID userPortalUuid) |
Gets all chats for the current user.
|
IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalAuthenticatorResource>> |
IUsersApi.authenticatorsByPortal(IUserPortalInvocationContext ctx,
de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource portal) |
Retrieves all available authenticators for a user portal.
|
IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalAuthenticatorResource>> |
IUsersApi.authenticatorsByPortal(IUserPortalInvocationContext ctx,
UUID portalUuid) |
Retrieves all available authenticators for a user portal.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource> |
IPortalsApi.byAlias(IUserPortalInvocationContext ctx,
String portalAlias) |
Gets a user portal by its alias.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordChatResource> |
IChatsApi.byUuid(IUserPortalInvocationContext ctx,
UUID userPortalUuid,
UUID chatUuid) |
Gets a chat by its UUID.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordResource> |
IFormRecordsApi.byUuid(IUserPortalInvocationContext ctx,
UUID formRecordUuid,
UUID userPortalUuid) |
Gets a form record by its UUID.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormResource> |
IFormsApi.byUuid(IUserPortalInvocationContext ctx,
UUID portalUuid,
UUID clientUuid,
UUID formUuid) |
Reads a form by its UUID.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource> |
IPortalsApi.byUuid(IUserPortalInvocationContext ctx,
UUID portalUuid) |
Gets a user portal by its uuid.
|
IUserPortalResponse<Path> |
IFilesApi.downloadUserPortalFile(IUserPortalInvocationContext ctx,
UUID portalUuid,
UUID fileUuid) |
Downloads a file from a given portal.
|
IUserPortalResponse<List<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordResource>> |
IFormRecordsApi.getAllFormRecords(IUserPortalInvocationContext ctx,
UUID userPortalUuid) |
Gets all form records for the current user.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordMessageResource> |
IChatsApi.getMessageByUuid(IUserPortalInvocationContext ctx,
UUID userPortalUuid,
UUID chatUuid,
UUID messageUuid) |
Gets a message by its UUID.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.TokenResponse> |
IUsersApi.login(IUserPortalInvocationContext ctx,
de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalAuthenticatorResource client,
String username,
String password) |
Authenticates a user and returns the user.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.TokenResponse> |
IUsersApi.login(IUserPortalInvocationContext ctx,
String clientName,
String username,
String password) |
Authenticates a user and returns the user.
|
IUserPortalResponse<Void> |
IFormRecordsApi.markRead(IUserPortalInvocationContext ctx,
UUID recordUuid,
UUID userPortalUuid) |
Marks a form record as read.
|
IUserPortalResponse<de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalFormRecordMessageResource> |
IChatsApi.sendMessage(IUserPortalInvocationContext ctx,
String message,
UUID userPortalUuid,
UUID chatUuid) |
Sends a message to a chat.
|