Class | Description |
---|---|
AssetEntryItemSelectorReturnType |
This return type should return the following information of a info item as a
JSON object:
className : The class name of the selected info item
classNameId : The class name ID of the selected info item
classPK : The class pk of the selected info item
title : The title of the selected info item
|
Base64ItemSelectorReturnType |
This return type should return the Base64 encoding of the entity as a string.
|
DownloadFileEntryItemSelectorReturnType |
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 download URL of the selected file entry
uuid : The UUID of the selected file entry
|
DownloadURLItemSelectorReturnType | |
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
|
GroupItemSelectorReturnType |
This return type should return the following information of a group as a JSON
object:
groupDescriptiveName : The name of the selected group
groupId : The group ID of the selected group
groupType : The type of the selected group
url : The URL of the selected group
uuid : The UUID of the selected group
|
InfoItemItemSelectorReturnType |
This return type should return the following information of a info item as a
JSON object:
className : The class name of the selected info item
classNameId : The class name ID of the selected info item
classPK : The class pk of the selected info item
title : The title of the selected info item
|
InfoListItemSelectorReturnType |
This return type should return the following information of a info item as a
JSON object:
className : The class name of the selected info list
classPK : The class pk of the selected info list
title : The title of the selected info list
|
JournalArticleItemSelectorReturnType | |
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.
|
VideoEmbeddableHTMLItemSelectorReturnType |
This return type should return the embeddable HTML of a video as a string.
|