Class | Description |
---|---|
Base64ItemSelectorReturnType |
This return type should return the Base64 encoding of the entity as a string.
|
FileEntryItemSelectorReturnType |
This return type should return the following information of a file entry as a
JSON object:
fileEntryId : The ID of the selected file entry
groupId : The group ID of the selected file entry
title : The title of the selected file entry
url : The URL of the selected file entry
uuid : The UUID of the selected file entry
|
UploadableFileReturnType | Deprecated
As of Judson (7.1.x), replaced by
FileEntryItemSelectorReturnType |
URLItemSelectorReturnType |
This return type should return the URL of the entity as a string.
|
UUIDItemSelectorReturnType |
This return type should return the Universally Unique Identifier (UUID) of
the entity as a string.
|