Class UserPortalApi
java.lang.Object
de.xima.fc.user_portal.api.provider.impl.UserPortalApi
High-level methods for interacting with the user portal API.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IChatsApiHigh-level methods for interacting with portal chats and messages.static final IFilesApiHigh-level methods for downloading and upload files and attachment.static final IFormRecordAttachmentApiHigh-level methods for interacting with form record attachments.static final IFormRecordsApiHigh-level methods for interacting with form records.static final IFormsApiHigh-level methods for interacting with portal forms.static final IMessagesApiHigh-level methods for interacting with portal messages.static final IPortalsApiHigh-level methods for retrieving available user portals.static final IUsersApiHigh-level methods for authenticating and authorizing a user and retrieving details about a user. -
Method Summary
-
Field Details
-
chats
High-level methods for interacting with portal chats and messages. -
messages
High-level methods for interacting with portal messages. -
files
High-level methods for downloading and upload files and attachment. -
formRecords
High-level methods for interacting with form records. -
forms
High-level methods for interacting with portal forms. -
portals
High-level methods for retrieving available user portals. -
users
High-level methods for authenticating and authorizing a user and retrieving details about a user. -
formRecordAttachment
High-level methods for interacting with form record attachments.
-