Package | Description |
---|---|
com.iland.core.web.rest.api |
REsT resources: entry point to platform services.
|
Modifier and Type | Method and Description |
---|---|
void |
UserInboxResource.batchInboxUpdate(String username,
BatchInboxUpdateRequest batchUpdate)
Batch update operation for multiple messages.
|
InboxMessageResponse |
UserInboxResource.deleteMessage(String username,
String uuid)
Delete an inbox message given its uuid.
|
void |
UserResource.endAllActiveSessions(String username)
Ends all active sessions for the user.
|
void |
UserResource.endSession(String username,
String sessionId)
Ends a session for a user.
|
AccountEventListResponse |
UserResource.getAccountEvents(String username,
Integer offset,
Integer limit,
Long dateFrom,
Long dateTo)
Gets account event logs.
|
UserSessionListResponse |
UserResource.getActiveSessions(String username)
Gets a user's current sessions.
|
OrgListResponse |
UserResource.getAllUserOrgs(String username)
Gets the list of orgs that the user has access to.
|
CompanyListResponse |
UserResource.getCompanies(String username)
Gets the list of companies that the user has access to.
|
RoleResponse |
UserResource.getCompanyRole(String username,
String companyId)
Get the company role for a specified user.
|
UserEntityHistorySubscriptionListResponse |
UserResource.getEntityHistorySubscriptions(String username)
Get entity history subscriptions for a given user.
|
UserIdentityProviderLinkResponse |
UserResource.getIdentityProviderLink(String username)
Get the identity provider link for a user if they have any.
|
UserInventoryResponse |
UserResource.getInventory(String username,
String companyId)
Gets the inventory hierarchy for a user.
|
LoginEventListResponse |
UserResource.getLoginEvents(String username,
Integer offset,
Integer limit)
Get login events for a user.
|
InboxMessageResponse |
UserInboxResource.getMessage(String username,
String uuid)
Returns an inbox message given its uuid.
|
InboxMessageListResponse |
UserInboxResource.getMessageHeaders(String username,
InboxMessageFilterParams filters)
Returns user's message headers (does not return message content) for the
given folder.
|
UserPreferencesResponse |
UserResource.getPreferences(String username)
Retrieve user preferences section.
|
MessageCountResponse |
UserInboxResource.getUnreadMessageCount(String username,
MessageFolder folder)
Returns the number of unread messages for a given user.
|
UserResponse |
UserResource.getUser(String username)
Returns the user specified by their username.
|
UserAlertEmailsResponse |
UserResource.getUserAlertEmails(String username)
Get the set of user alerting emails for a given username.
|
void |
UserInboxResource.markAllMessagesAsRead(String username,
InboxMarkAllAsReadRequest request)
Mark all messages in a folder as read.
|
InboxMessageResponse |
UserInboxResource.markMessageAsRead(String username,
String uuid)
Mark a message as read given its uuid.
|
InboxMessageResponse |
UserInboxResource.moveMessage(String username,
String uuid,
MoveMessageRequest spec)
Move a user message to the specified folder.
|
void |
UserResource.removeEntityHistorySubscription(String username,
UserEntityHistorySubscriptionDeleteRequest sub)
Remove an entity history subscription.
|
UserEntityHistorySubscriptionResponse |
UserResource.subscribeToEntityHistory(String username,
UserEntityHistorySubscriptionCreateRequest sub)
Add an entity history subscription.
|
UserAlertEmailsResponse |
UserResource.updateAlertEmails(String username,
UserAlertEmailsCreateRequest userAlertEmails)
Store the set of user alerting emails for a given username.
|
UserPreferencesResponse |
UserResource.updatePreferences(String username,
UserPreferencesCreateRequest request)
Store / update user preferences section.
|
UserResponse |
UserResource.updateUser(String username,
UserUpdateRequest request)
Updates a user's information.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.