Serialized Form

  • Package com.gentics.contentnode.rest.model.request

    • Class com.gentics.contentnode.rest.model.request.BulkLinkUpdateRequest

      class BulkLinkUpdateRequest extends Object implements Serializable
      serialVersionUID:
      3899750054256133786L
    • Class com.gentics.contentnode.rest.model.request.ContentMaintenanceActionRequest

      class ContentMaintenanceActionRequest extends Object implements Serializable
      serialVersionUID:
      -7004147530234190551L
      • Serialized Fields

        • action
          com.gentics.contentnode.rest.model.ContentMaintenanceAction action
        • attributes
          Set<String> attributes
        • clearPublishCache
          Boolean clearPublishCache
        • contentRepositories
          Set<Integer> contentRepositories
        • end
          Integer end
        • nodes
          Set<Integer> nodes
        • start
          Integer start
        • types
          Set<com.gentics.contentnode.rest.model.ContentMaintenanceType> types
    • Class com.gentics.contentnode.rest.model.request.DisinheritRequest

      class DisinheritRequest extends Object implements Serializable
      serialVersionUID:
      4686650982391108021L
      • Serialized Fields

        • disinherit
          List<Integer> disinherit
          IDs of nodes, that shall disinherit the objects
        • disinheritDefault
          Boolean disinheritDefault
          Flag for disinheriting default
        • exclude
          Boolean exclude
          True if the object shall be excluded from multichannelling, false if not
        • recursive
          Boolean recursive
          True if exclusion and disinheriting shall be set recursively (if set on folders), false if not
        • reinherit
          List<Integer> reinherit
          IDs of nodes, that shall inherit the objects
    • Class com.gentics.contentnode.rest.model.request.FolderPublishDirSanitizeRequest

      class FolderPublishDirSanitizeRequest extends Object implements Serializable
      serialVersionUID:
      -3325186685987496099L
      • Serialized Fields

        • nodeId
          int nodeId
        • publishDir
          String publishDir
    • Class com.gentics.contentnode.rest.model.request.ImageRotateRequest

      class ImageRotateRequest extends Object implements Serializable
      serialVersionUID:
      -2809852370605434613L
      • Serialized Fields

        • copyFile
          boolean copyFile
        • image
          com.gentics.contentnode.rest.model.Image image
        • rotate
          com.gentics.contentnode.rest.model.request.ImageRotate rotate
        • targetFormat
          String targetFormat
    • Class com.gentics.contentnode.rest.model.request.LinkRequest

      class LinkRequest extends Object implements Serializable
      serialVersionUID:
      2429084913468665240L
      • Serialized Fields

        • delete
          boolean delete
        • folderIds
          Set<String> folderIds
        • nodeId
          Integer nodeId
        • recursive
          boolean recursive
    • Class com.gentics.contentnode.rest.model.request.LocalizeRequest

      class LocalizeRequest extends Object implements Serializable
      serialVersionUID:
      2067356379395533407L
      • Serialized Fields

        • channelId
          int channelId
          Id of the channel
        • foregroundTime
          Integer foregroundTime
          Number of seconds the job may run in foreground
    • Class com.gentics.contentnode.rest.model.request.MaintenanceModeRequest

      class MaintenanceModeRequest extends Object implements Serializable
      serialVersionUID:
      429701066089200663L
    • Class com.gentics.contentnode.rest.model.request.MeshRolesRequest

      class MeshRolesRequest extends Object implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.request.MessageSendRequest

      class MessageSendRequest extends Object implements Serializable
      serialVersionUID:
      -9025670841265322464L
    • Class com.gentics.contentnode.rest.model.request.MultiLinkRequest

      class MultiLinkRequest extends com.gentics.contentnode.rest.model.request.LinkRequest implements Serializable
      serialVersionUID:
      -6669603136627518071L
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.request.MultiPushToMasterRequest

      class MultiPushToMasterRequest extends PushToMasterRequest implements Serializable
      serialVersionUID:
      1411288210639075174L
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.request.MultiUnlocalizeRequest

      class MultiUnlocalizeRequest extends UnlocalizeRequest implements Serializable
      serialVersionUID:
      8385166962327375086L
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.request.PushToMasterRequest

      class PushToMasterRequest extends Object implements Serializable
      serialVersionUID:
      2168950478739376485L
      • Serialized Fields

        • channelId
          int channelId
          Id of the channel
        • foregroundTime
          Integer foregroundTime
          Number of seconds the job may run in foreground
        • masterId
          int masterId
          Id of the master
        • recursive
          Boolean recursive
          True if pushing shall be done recursively, false if not
        • types
          List<PushToMasterRequest.Type> types
          List of types to be pushed (if the pushed object is a folder). If not given, no subobjects will be pushed
    • Class com.gentics.contentnode.rest.model.request.SetPermsRequest

      class SetPermsRequest extends Object implements Serializable
      serialVersionUID:
      -6039652722724839915L
      • Serialized Fields

        • groupId
          int groupId
        • perm
          String perm
        • roleIds
          Set<Integer> roleIds
        • subGroups
          boolean subGroups
        • subObjects
          boolean subObjects
    • Class com.gentics.contentnode.rest.model.request.TemplateCreateRequest

      class TemplateCreateRequest extends Object implements Serializable
      serialVersionUID:
      -761088334916125916L
      • Serialized Fields

        • folderIds
          Set<String> folderIds
        • nodeId
          Integer nodeId
        • template
          com.gentics.contentnode.rest.model.Template template
    • Class com.gentics.contentnode.rest.model.request.TypePermissionRequest

      class TypePermissionRequest extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • perms
          List<com.gentics.contentnode.rest.model.perm.TypePermissionItem> perms
        • roles
          List<com.gentics.contentnode.rest.model.perm.RoleItem> roles
        • subGroups
          boolean subGroups
        • subObjects
          boolean subObjects
    • Class com.gentics.contentnode.rest.model.request.UnlocalizeRequest

      class UnlocalizeRequest extends Object implements Serializable
      serialVersionUID:
      -6272344062821689222L
      • Serialized Fields

        • channelId
          int channelId
          Id of the channel
        • foregroundTime
          Integer foregroundTime
          Number of seconds the job may run in foreground
        • recursive
          Boolean recursive
          True of unlocalizing shall be done recursively, false if not
        • types
          List<UnlocalizeRequest.Type> types
          List of types to be unlocalized (if the unlocalized object is a folder). If not given, no subobjects will be unlocalized
  • Package com.gentics.contentnode.rest.model.response

    • Class com.gentics.contentnode.rest.model.response.AbstractItemResponse

      class AbstractItemResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -1415634035461255976L
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.AbstractListResponse

      class AbstractListResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • hasMoreItems
          boolean hasMoreItems
        • items
          List<T extends Object> items
        • numItems
          int numItems
        • perms
          Map<Integer,Set<com.gentics.contentnode.rest.model.request.Permission>> perms
    • Class com.gentics.contentnode.rest.model.response.AuthenticationResponse

      class AuthenticationResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • user
          com.gentics.contentnode.rest.model.User user
    • Class com.gentics.contentnode.rest.model.response.ChannelLocalizationInfo

      class ChannelLocalizationInfo extends Object implements Serializable
      serialVersionUID:
      -7011302592562459653L
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.ConstructCategoryListResponse

      class ConstructCategoryListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ConstructCategory> implements Serializable
      serialVersionUID:
      4631758890136807432L
    • Class com.gentics.contentnode.rest.model.response.ConstructCategoryLoadResponse

      class ConstructCategoryLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -4576547672935705070L
      • Serialized Fields

        • constructCategory
          com.gentics.contentnode.rest.model.ConstructCategory constructCategory
    • Class com.gentics.contentnode.rest.model.response.ConstructList

      class ConstructList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Construct> implements Serializable
      serialVersionUID:
      6059215336165095068L
    • Class com.gentics.contentnode.rest.model.response.ConstructListResponse

      class ConstructListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      4631758890136807432L
      • Serialized Fields

        • constructs
          List<com.gentics.contentnode.rest.model.Construct> constructs
        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
    • Class com.gentics.contentnode.rest.model.response.ConstructLoadResponse

      class ConstructLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      179915475207553374L
      • Serialized Fields

        • construct
          com.gentics.contentnode.rest.model.Construct construct
    • Class com.gentics.contentnode.rest.model.response.ContentLanguageResponse

      class ContentLanguageResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -2023344286436348788L
      • Serialized Fields

        • language
          com.gentics.contentnode.rest.model.ContentLanguage language
    • Class com.gentics.contentnode.rest.model.response.ContentRepositoryFragmentEntryResponse

      class ContentRepositoryFragmentEntryResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -4289919103148025877L
      • Serialized Fields

        • entry
          com.gentics.contentnode.rest.model.ContentRepositoryFragmentEntryModel entry
    • Class com.gentics.contentnode.rest.model.response.ContentRepositoryFragmentResponse

      class ContentRepositoryFragmentResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      8663242910289737727L
      • Serialized Fields

        • contentRepositoryFragment
          com.gentics.contentnode.rest.model.ContentRepositoryFragmentModel contentRepositoryFragment
    • Class com.gentics.contentnode.rest.model.response.ContentRepositoryResponse

      class ContentRepositoryResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • contentRepository
          com.gentics.contentnode.rest.model.ContentRepositoryModel contentRepository
    • Class com.gentics.contentnode.rest.model.response.DatasourceEntryListResponse

      class DatasourceEntryListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.DatasourceEntryModel> implements Serializable
      serialVersionUID:
      2134563281252356818L
    • Class com.gentics.contentnode.rest.model.response.DatasourceEntryResponse

      class DatasourceEntryResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -6607080159935751601L
      • Serialized Fields

        • entry
          com.gentics.contentnode.rest.model.DatasourceEntryModel entry
    • Class com.gentics.contentnode.rest.model.response.DatasourceLoadResponse

      class DatasourceLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      6857046837937514424L
      • Serialized Fields

        • datasource
          com.gentics.contentnode.rest.model.Datasource datasource
    • Class com.gentics.contentnode.rest.model.response.DirtQueueEntryList

      class DirtQueueEntryList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.DirtQueueEntry> implements Serializable
      serialVersionUID:
      7308718086731134009L
    • Class com.gentics.contentnode.rest.model.response.DirtQueueSummaryResponse

      class DirtQueueSummaryResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.DirtQueueSummaryEntry> implements Serializable
      serialVersionUID:
      552858038212317819L
    • Class com.gentics.contentnode.rest.model.response.DisinheritResponse

      class DisinheritResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • disinherit
          List<Integer> disinherit
          Node IDs for disinheriting status
        • disinheritDefault
          Boolean disinheritDefault
          Indicates that the object should be disinherited by default in new channels.
        • exclude
          Boolean exclude
          True if the object is be excluded from multichannelling, false if not
        • inheritable
          List<Integer> inheritable
          IDs of nodes, where this object can be inherited
    • Class com.gentics.contentnode.rest.model.response.ExportSelectionResponse

      class ExportSelectionResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
    • Class com.gentics.contentnode.rest.model.response.FeatureList

      class FeatureList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.NodeFeature> implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.response.FeatureModelList

      class FeatureModelList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.NodeFeatureModel> implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.response.FeatureResponse

      class FeatureResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • activated
          boolean activated
        • name
          String name
    • Class com.gentics.contentnode.rest.model.response.FileListResponse

      class FileListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.File> implements Serializable
      serialVersionUID:
      -1180531953664474020L
    • Class com.gentics.contentnode.rest.model.response.FileLoadResponse

      class FileLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -4471168741484931008L
      • Serialized Fields

        • file
          com.gentics.contentnode.rest.model.File file
        • stagingStatus
          com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus
    • Class com.gentics.contentnode.rest.model.response.FileUploadResponse

      class FileUploadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • file
          com.gentics.contentnode.rest.model.File file
        • success
          boolean success
    • Class com.gentics.contentnode.rest.model.response.FileUsageListResponse

      class FileUsageListResponse extends com.gentics.contentnode.rest.model.response.LegacyFileListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.FolderExternalLinksResponse

      class FolderExternalLinksResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      4538567395398949128L
      • Serialized Fields

        • pages
          List<com.gentics.contentnode.rest.model.response.PageExternalLink> pages
    • Class com.gentics.contentnode.rest.model.response.FolderListResponse

      class FolderListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Folder> implements Serializable
      serialVersionUID:
      7299936179419707056L
    • Class com.gentics.contentnode.rest.model.response.FolderLoadResponse

      class FolderLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -4157005507718644867L
      • Serialized Fields

        • folder
          com.gentics.contentnode.rest.model.Folder folder
        • stagingStatus
          com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus
    • Class com.gentics.contentnode.rest.model.response.FolderObjectCountResponse

      class FolderObjectCountResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • files
          int files
        • folders
          int folders
        • images
          int images
        • pages
          int pages
        • templates
          int templates
    • Class com.gentics.contentnode.rest.model.response.FolderPublishDirSanitizeResponse

      class FolderPublishDirSanitizeResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      904149088614424172L
      • Serialized Fields

        • publishDir
          String publishDir
    • Class com.gentics.contentnode.rest.model.response.FolderStructureLoadResponse

      class FolderStructureLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • rootNode
          com.gentics.contentnode.rest.model.response.TreeNode rootNode
    • Class com.gentics.contentnode.rest.model.response.FolderUsageListResponse

      class FolderUsageListResponse extends com.gentics.contentnode.rest.model.response.LegacyFolderListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.FoundFilesListResponse

      class FoundFilesListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • files
          List<com.gentics.contentnode.rest.model.File> files
    • Class com.gentics.contentnode.rest.model.response.GenericResponse

      class GenericResponse extends Object implements Serializable
      serialVersionUID:
      4897796445376071865L
      • Serialized Fields

        • messages
          List<com.gentics.contentnode.rest.model.response.Message> messages
        • responseInfo
          com.gentics.contentnode.rest.model.response.ResponseInfo responseInfo
    • Class com.gentics.contentnode.rest.model.response.GroupList

      class GroupList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Group> implements Serializable
      serialVersionUID:
      -7678090121119328948L
    • Class com.gentics.contentnode.rest.model.response.GroupLoadResponse

      class GroupLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      5470364881815549450L
      • Serialized Fields

        • group
          com.gentics.contentnode.rest.model.Group group
    • Class com.gentics.contentnode.rest.model.response.GroupsPermBitsResponse

      class GroupsPermBitsResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
    • Class com.gentics.contentnode.rest.model.response.GroupsResponse

      class GroupsResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -6807908191532009756L
      • Serialized Fields

        • groups
          List<com.gentics.contentnode.rest.model.Group> groups
        • perms
          Map<Integer,Set<com.gentics.contentnode.rest.model.request.Permission>> perms
    • Class com.gentics.contentnode.rest.model.response.HashPasswordResponse

      class HashPasswordResponse extends com.gentics.contentnode.rest.model.response.AuthenticationResponse implements Serializable
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.ImageListResponse

      class ImageListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Image> implements Serializable
      serialVersionUID:
      -2414917611951124114L
    • Class com.gentics.contentnode.rest.model.response.ImageLoadResponse

      class ImageLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      8841739317774825601L
      • Serialized Fields

        • image
          com.gentics.contentnode.rest.model.Image image
        • stagingStatus
          com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus
    • Class com.gentics.contentnode.rest.model.response.ItemListResponse

      class ItemListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • hasMoreItems
          Boolean hasMoreItems
        • items
          List<? extends com.gentics.contentnode.rest.model.ContentNodeItem> items
        • numItems
          Integer numItems
    • Class com.gentics.contentnode.rest.model.response.ItemVersionListResponse

      class ItemVersionListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ItemVersion> implements Serializable
      serialVersionUID:
      2009556649667950391L
    • Class com.gentics.contentnode.rest.model.response.LanguageList

      class LanguageList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ContentLanguage> implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.response.LanguageListResponse

      class LanguageListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • hasMoreItems
          boolean hasMoreItems
        • languages
          List<com.gentics.contentnode.rest.model.ContentLanguage> languages
        • numItems
          Integer numItems
    • Class com.gentics.contentnode.rest.model.response.LanguageResponse

      class LanguageResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.LegacyFileListResponse

      class LegacyFileListResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      -7014356589262104642L
      • Serialized Fields

        • files
          List<com.gentics.contentnode.rest.model.File> files
        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
    • Class com.gentics.contentnode.rest.model.response.LegacyFolderListResponse

      class LegacyFolderListResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      -407622727941885997L
      • Serialized Fields

        • deleted
          List<String> deleted
        • folders
          List<com.gentics.contentnode.rest.model.Folder> folders
        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
    • Class com.gentics.contentnode.rest.model.response.LegacyPageListResponse

      class LegacyPageListResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      5798697357733469204L
      • Serialized Fields

        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
        • pages
          List<com.gentics.contentnode.rest.model.Page> pages
    • Class com.gentics.contentnode.rest.model.response.LocalizationInfo

      class LocalizationInfo extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      7961730624835802361L
    • Class com.gentics.contentnode.rest.model.response.LocalizationInfoItem

      class LocalizationInfoItem extends Object implements Serializable
      serialVersionUID:
      -7273257220306690040L
      • Serialized Fields

        • inherited
          int inherited
          Number of inherited objects
        • local
          int local
          Number of local objects
        • localized
          int localized
          Number of localized objects
    • Class com.gentics.contentnode.rest.model.response.LocalizationsResponse

      class LocalizationsResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      1108851340029144516L
      • Serialized Fields

        • hidden
          int hidden
          Number of localizations without permission
        • masterId
          int masterId
          The ID of the master object.
        • masterNodeId
          int masterNodeId
          The ID of the node the master object resides in.
        • nodeIds
          Map<Integer,Integer> nodeIds
          A map from object IDs to the respective channels of the objects.
        • offline
          List<Integer> offline
        • online
          List<Integer> online
        • total
          int total
          Total number of localizations
    • Class com.gentics.contentnode.rest.model.response.LoginResponse

      class LoginResponse extends com.gentics.contentnode.rest.model.response.AuthenticationResponse implements Serializable
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.MaintenanceResponse

      class MaintenanceResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -6522662697629058042L
      • Serialized Fields

        • banner
          boolean banner
        • maintenance
          boolean maintenance
        • message
          String message
    • Class com.gentics.contentnode.rest.model.response.MarkupLanguageListResponse

      class MarkupLanguageListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.MarkupLanguage> implements Serializable
      serialVersionUID:
      -4216525077060382159L
    • Class com.gentics.contentnode.rest.model.response.MeshRolesResponse

      class MeshRolesResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.response.Message

      class Message extends Object implements Serializable
      serialVersionUID:
      -2635145623440334358L
      • Serialized Fields

        • fieldName
          String fieldName
        • id
          Integer id
        • image
          String image
        • isInstantMessage
          boolean isInstantMessage
        • message
          String message
        • sender
          com.gentics.contentnode.rest.model.User sender
        • timestamp
          long timestamp
        • type
          com.gentics.contentnode.rest.model.response.Message.Type type
    • Class com.gentics.contentnode.rest.model.response.MessageListResponse

      class MessageListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
    • Class com.gentics.contentnode.rest.model.response.MultiDisinheritResponse

      class MultiDisinheritResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • disinherit
          List<Integer> disinherit
          IDs of nodes, that disinherit all objects
        • exclude
          Boolean exclude
          Flag for exclusion status of all objects. True if the object is be excluded from multichannelling, false if not, null if the exclusion status of the objects is not equal.
        • inheritable
          List<Integer> inheritable
          IDs of nodes, where all objects can be inherited
        • partialDisinherit
          List<Integer> partialDisinherit
          IDs of nodes, that disinherit some objects
    • Class com.gentics.contentnode.rest.model.response.MultiFileLoadResponse

      class MultiFileLoadResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      7307279374399639967L
      • Serialized Fields

        • files
          List<com.gentics.contentnode.rest.model.File> files
    • Class com.gentics.contentnode.rest.model.response.MultiFolderLoadResponse

      class MultiFolderLoadResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      -7521219058301429875L
      • Serialized Fields

        • folders
          List<com.gentics.contentnode.rest.model.Folder> folders
    • Class com.gentics.contentnode.rest.model.response.MultiImageLoadResponse

      class MultiImageLoadResponse extends com.gentics.contentnode.rest.model.response.StagingResponse<String> implements Serializable
      serialVersionUID:
      -5704792864208230620L
      • Serialized Fields

        • images
          List<com.gentics.contentnode.rest.model.Image> images
    • Class com.gentics.contentnode.rest.model.response.MultiPageLoadResponse

      class MultiPageLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • pages
          List<com.gentics.contentnode.rest.model.Page> pages
    • Class com.gentics.contentnode.rest.model.response.MultiTagCreateResponse

      class MultiTagCreateResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • created
          Map<String,com.gentics.contentnode.rest.model.request.page.CreatedTag> created
        • tags
          List<com.gentics.contentnode.rest.model.response.PageRenderResponse.Tag> tags
    • Class com.gentics.contentnode.rest.model.response.NodeFeatureResponse

      class NodeFeatureResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • features
          List<com.gentics.contentnode.rest.model.NodeFeature> features
    • Class com.gentics.contentnode.rest.model.response.NodeList

      class NodeList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Node> implements Serializable
      serialVersionUID:
      1L
    • Class com.gentics.contentnode.rest.model.response.NodeLoadResponse

      class NodeLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • node
          com.gentics.contentnode.rest.model.Node node
    • Class com.gentics.contentnode.rest.model.response.NodeRestrictionResponse

      class NodeRestrictionResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -8188742246145729428L
    • Class com.gentics.contentnode.rest.model.response.NodeSettingsResponse

      class NodeSettingsResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • data
          com.fasterxml.jackson.databind.JsonNode data
    • Class com.gentics.contentnode.rest.model.response.ObjectPropertyCategoryListResponse

      class ObjectPropertyCategoryListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ObjectPropertyCategory> implements Serializable
      serialVersionUID:
      -6086235529550216671L
    • Class com.gentics.contentnode.rest.model.response.ObjectPropertyCategoryLoadResponse

      class ObjectPropertyCategoryLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -2482683441359491131L
      • Serialized Fields

        • objectPropertyCategory
          com.gentics.contentnode.rest.model.ObjectPropertyCategory objectPropertyCategory
    • Class com.gentics.contentnode.rest.model.response.ObjectPropertyListResponse

      class ObjectPropertyListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ObjectProperty> implements Serializable
      serialVersionUID:
      1547443153062743935L
    • Class com.gentics.contentnode.rest.model.response.ObjectPropertyLoadResponse

      class ObjectPropertyLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -4749890848262832433L
      • Serialized Fields

        • objectProperty
          com.gentics.contentnode.rest.model.ObjectProperty objectProperty
    • Class com.gentics.contentnode.rest.model.response.PagedConstructListResponse

      class PagedConstructListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Construct> implements Serializable
      serialVersionUID:
      -1450291013819581269L
    • Class com.gentics.contentnode.rest.model.response.PagedDatasourceListResponse

      class PagedDatasourceListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Datasource> implements Serializable
      serialVersionUID:
      -2266081592231414187L
    • Class com.gentics.contentnode.rest.model.response.PagedFolderListResponse

      class PagedFolderListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Folder> implements Serializable
      serialVersionUID:
      -8370434869831287849L
    • Class com.gentics.contentnode.rest.model.response.PagedObjectPropertyListResponse

      class PagedObjectPropertyListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.ObjectProperty> implements Serializable
      serialVersionUID:
      860790898020191531L
    • Class com.gentics.contentnode.rest.model.response.PagedTemplateListResponse

      class PagedTemplateListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Template> implements Serializable
    • Class com.gentics.contentnode.rest.model.response.PageListResponse

      class PageListResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Page> implements Serializable
      serialVersionUID:
      2892369677519795549L
    • Class com.gentics.contentnode.rest.model.response.PageLoadResponse

      class PageLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -5653638510449412833L
      • Serialized Fields

        • page
          com.gentics.contentnode.rest.model.Page page
        • stagingStatus
          com.gentics.contentnode.rest.model.response.StagingStatus stagingStatus
    • Class com.gentics.contentnode.rest.model.response.PagePreviewResponse

      class PagePreviewResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

    • Class com.gentics.contentnode.rest.model.response.PageRenderResponse

      class PageRenderResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • content
          String content
        • inheritedContent
          String inheritedContent
        • inheritedProperties
          Map<String,String> inheritedProperties
        • metaeditables
          List<com.gentics.contentnode.rest.model.response.PageRenderResponse.MetaEditable> metaeditables
        • properties
          Map<String,String> properties
        • tags
          List<com.gentics.contentnode.rest.model.response.PageRenderResponse.Tag> tags
        • time
          Long time
    • Class com.gentics.contentnode.rest.model.response.PageUsageListResponse

      class PageUsageListResponse extends com.gentics.contentnode.rest.model.response.LegacyPageListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.PartResponse

      class PartResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -7825195242630188944L
      • Serialized Fields

        • part
          com.gentics.contentnode.rest.model.Part part
    • Class com.gentics.contentnode.rest.model.response.PermBitsResponse

      class PermBitsResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • perm
          String perm
        • permissionsMap
          com.gentics.contentnode.rest.model.perm.PermissionsMap permissionsMap
        • privilegeMap
          com.gentics.contentnode.rest.model.PrivilegeMap privilegeMap
        • rolePerm
          String rolePerm
    • Class com.gentics.contentnode.rest.model.response.PermResponse

      class PermResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • granted
          boolean granted
    • Class com.gentics.contentnode.rest.model.response.PrivilegesResponse

      class PrivilegesResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • privileges
          List<com.gentics.contentnode.rest.model.Privilege> privileges
    • Class com.gentics.contentnode.rest.model.response.ProcessQueueEntry

      class ProcessQueueEntry extends Object implements Serializable
      serialVersionUID:
      5779024253995313258L
      • Serialized Fields

        • data
          String data
        • entryId
          int entryId
        • id
          String id
        • objectId
          int objectId
        • objectType
          String objectType
        • processKey
          String processKey
        • state
          String state
        • timestamp
          long timestamp
    • Class com.gentics.contentnode.rest.model.response.PublishQueueCounts

      class PublishQueueCounts extends Object implements Serializable
      serialVersionUID:
      1557405864441979188L
      • Serialized Fields

        • files
          com.gentics.contentnode.rest.model.response.admin.ObjectCount files
        • folders
          com.gentics.contentnode.rest.model.response.admin.ObjectCount folders
        • forms
          com.gentics.contentnode.rest.model.response.admin.ObjectCount forms
        • pages
          com.gentics.contentnode.rest.model.response.admin.ObjectCount pages
    • Class com.gentics.contentnode.rest.model.response.PublishQueueResponse

      class PublishQueueResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -236086423430860880L
      • Serialized Fields

        • nodes
          Map<Integer,com.gentics.contentnode.rest.model.response.PublishQueueCounts> nodes
    • Class com.gentics.contentnode.rest.model.response.ReferencedFilesListResponse

      class ReferencedFilesListResponse extends com.gentics.contentnode.rest.model.response.LegacyFileListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.ReferencedPagesListResponse

      class ReferencedPagesListResponse extends com.gentics.contentnode.rest.model.response.LegacyPageListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.ReferencedSyncableObjectsListResponse

      class ReferencedSyncableObjectsListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      -2014561397142326146L
      • Serialized Fields

        • dependencies
          Map<com.gentics.contentnode.rest.model.ContentNodeItem.ItemType,ReferencedSyncableObjectsListResponse.SyncDependencies> dependencies
          A map from item type to dependencies of that type.
        • files
          List<com.gentics.contentnode.rest.model.File> files
          Directly linked files.
        • filesTotal
          int filesTotal
          The number of directly linked files.
        • filesWithoutPermission
          int filesWithoutPermission
          The number of files not visible to the current user.
        • images
          List<com.gentics.contentnode.rest.model.Image> images
          Directly linked images.
        • imagesTotal
          int imagesTotal
          The number of directly linked images.
        • imagesWithoutPermission
          int imagesWithoutPermission
          The number of images not visible to the current user.
        • pages
          List<com.gentics.contentnode.rest.model.Page> pages
          Directly linked pages.
        • pagesTotal
          int pagesTotal
          The number of directly linked pages.
        • pagesWithoutPermission
          int pagesWithoutPermission
          The number of pages not visible to the current user.
    • Class com.gentics.contentnode.rest.model.response.ReferencedSyncableObjectsListResponse.SyncDependencies

      class SyncDependencies extends HashMap<Integer,Map<com.gentics.contentnode.rest.model.ContentNodeItem.ItemType,Map<Integer,Integer>>> implements Serializable
      serialVersionUID:
      -8138202673876599475L
    • Class com.gentics.contentnode.rest.model.response.ResponseInfo

      class ResponseInfo extends Object implements Serializable
      serialVersionUID:
      6153978606248563639L
      • Serialized Fields

        • property
          String property
        • responseCode
          com.gentics.contentnode.rest.model.response.ResponseCode responseCode
        • responseMessage
          String responseMessage
    • Class com.gentics.contentnode.rest.model.response.StagingResponse

      class StagingResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      6521291483369880099L
      • Serialized Fields

        • stagingStatus
          Map<K extends Object,com.gentics.contentnode.rest.model.response.StagingStatus> stagingStatus
    • Class com.gentics.contentnode.rest.model.response.StagingStatus

      class StagingStatus extends Object implements Serializable
      serialVersionUID:
      -1196387900759469701L
      • Serialized Fields

        • included
          boolean included
        • packageName
          String packageName
    • Class com.gentics.contentnode.rest.model.response.TagCreateResponse

      class TagCreateResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • tag
          com.gentics.contentnode.rest.model.Tag tag
    • Class com.gentics.contentnode.rest.model.response.TagList

      class TagList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.Tag> implements Serializable
      serialVersionUID:
      -4442938400978697500L
    • Class com.gentics.contentnode.rest.model.response.TagListResponse

      class TagListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
        • tags
          List<com.gentics.contentnode.rest.model.Tag> tags
    • Class com.gentics.contentnode.rest.model.response.TagmapEntryResponse

      class TagmapEntryResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • entry
          com.gentics.contentnode.rest.model.TagmapEntryModel entry
    • Class com.gentics.contentnode.rest.model.response.TagStatusResponse

      class TagStatusResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.response.TagStatus> implements Serializable
      serialVersionUID:
      -3469185596107895096L
    • Class com.gentics.contentnode.rest.model.response.TemplateInNodeResponse

      class TemplateInNodeResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.TemplateInNode> implements Serializable
      serialVersionUID:
      4260126166451343569L
    • Class com.gentics.contentnode.rest.model.response.TemplateListResponse

      class TemplateListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • hasMoreItems
          Boolean hasMoreItems
        • numItems
          Integer numItems
        • templates
          List<com.gentics.contentnode.rest.model.Template> templates
    • Class com.gentics.contentnode.rest.model.response.TemplateLoadResponse

      class TemplateLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • template
          com.gentics.contentnode.rest.model.Template template
    • Class com.gentics.contentnode.rest.model.response.TemplateUsageListResponse

      class TemplateUsageListResponse extends com.gentics.contentnode.rest.model.response.TemplateListResponse implements Serializable
      • Serialized Fields

        • total
          int total
        • withoutPermission
          int withoutPermission
    • Class com.gentics.contentnode.rest.model.response.TotalUsageResponse

      class TotalUsageResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • infos
          Map<Integer,com.gentics.contentnode.rest.model.response.TotalUsageInfo> infos
    • Class com.gentics.contentnode.rest.model.response.TypePermissionList

      class TypePermissionList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.perm.TypePermissions> implements Serializable
      serialVersionUID:
      9070650214909996512L
    • Class com.gentics.contentnode.rest.model.response.TypePermissionResponse

      class TypePermissionResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • perms
          List<com.gentics.contentnode.rest.model.perm.TypePermissionItem> perms
        • roles
          List<com.gentics.contentnode.rest.model.perm.RoleItem> roles
    • Class com.gentics.contentnode.rest.model.response.UILanguagesResponse

      class UILanguagesResponse extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.UILanguage> implements Serializable
      serialVersionUID:
      6882356951301053484L
    • Class com.gentics.contentnode.rest.model.response.UserDataResponse

      class UserDataResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • data
          com.fasterxml.jackson.databind.JsonNode data
    • Class com.gentics.contentnode.rest.model.response.UserList

      class UserList extends com.gentics.contentnode.rest.model.response.AbstractListResponse<com.gentics.contentnode.rest.model.User> implements Serializable
      serialVersionUID:
      5682103524057224121L
    • Class com.gentics.contentnode.rest.model.response.UserListResponse

      class UserListResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • users
          List<com.gentics.contentnode.rest.model.User> users
    • Class com.gentics.contentnode.rest.model.response.UserLoadResponse

      class UserLoadResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      • Serialized Fields

        • user
          com.gentics.contentnode.rest.model.User user
    • Class com.gentics.contentnode.rest.model.response.UsersnapResponse

      class UsersnapResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • settings
          com.fasterxml.jackson.databind.JsonNode settings
    • Class com.gentics.contentnode.rest.model.response.VersionResponse

      class VersionResponse extends com.gentics.contentnode.rest.model.response.GenericResponse implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • cmpVersion
          String cmpVersion
        • nodeInfo
          Map<String,com.gentics.contentnode.rest.model.CmpVersionInfo> nodeInfo
        • variant
          String variant
        • version
          String version