Uses of Class
com.gentics.contentnode.rest.model.response.AbstractListResponse
-
-
Uses of AbstractListResponse in com.gentics.contentnode.rest.model
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model Modifier and Type Class Description class
ContentRepositoryFragmentEntryListResponse
Response containing a list of ContentRepository Fragment Entriesclass
ContentRepositoryFragmentListResponse
Response containing a list of ContentRepository Fragmentsclass
ContentRepositoryListResponse
Response containing a list of ContentRepositoriesclass
TagmapEntryConsistencyResponse
Response containing a list of inconsistenciesclass
TagmapEntryListResponse
Response containing a list of ContentRepository Entries -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.devtools
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.devtools Modifier and Type Class Description class
PackageListResponse
Response containing a list of packages -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.objtag
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.objtag Modifier and Type Class Description class
SyncItemList
Response containing a list of tags out of sync -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.response
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.response Modifier and Type Class Description class
ConstructCategoryListResponse
Response containing a list of construct categoriessclass
ConstructList
Response containing a list of constructsclass
DatasourceEntryListResponse
Response containing a list of datasource entriesclass
DirtQueueEntryList
REST Model containing a list of dirt queue entriesclass
DirtQueueSummaryResponse
REST Model containing a list of dirt queue summary entriesclass
FeatureList
Response containing a list of node featuresclass
FeatureModelList
Response containing a list of node specific featuresclass
FileListResponse
Response for file and image list requests.class
FolderListResponse
Response for a folder list request.class
GroupList
Model of a group listclass
ImageListResponse
Response for file and image list requests.class
ItemVersionListResponse
Response containing a list of versionsclass
LanguageList
Model of language listclass
MarkupLanguageListResponse
Response containing a list of markup languagesclass
NodeList
Model of a node listclass
ObjectPropertyCategoryListResponse
Response containing a list of object property categoriesclass
ObjectPropertyListResponse
Response containing a list of object propertiesclass
PagedConstructListResponse
Paged list of constructsclass
PagedDatasourceListResponse
Paged list of datasourcesclass
PagedFolderListResponse
Response containing a list of foldersclass
PagedObjectPropertyListResponse
Paged list of object propertiesclass
PagedTemplateListResponse
Paged list of templatesclass
PageListResponse
Response for page list requests.class
TagList
Model of a tag listclass
TagStatusResponse
Response containing the tag status for a templateclass
TemplateInNodeResponse
Response containing a list of templates assigned to nodesclass
TypePermissionList
List of permissionsclass
UILanguagesResponse
Response containg the available UI languagesclass
UserList
Response containing a user list -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.response.devtools
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.response.devtools Modifier and Type Class Description class
PagedConstructInPackageListResponse
Paged list of constructs in packagesclass
PagedContentRepositoryFragmentInPackageListResponse
Paged list of ContentRepository Fragments in packagesclass
PagedContentRepositoryInPackageListResponse
Paged list of ContentRepositories in packagesclass
PagedDatasourceInPackageListResponse
Paged list of datasources in packagesclass
PagedObjectPropertyInPackageListResponse
Paged list of object property definitions in packagesclass
PagedTemplateInPackageListResponse
Paged list of templates in packages -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.response.log
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.response.log Modifier and Type Class Description class
ActionLogEntryList
Response containing a list of action log entriesclass
ActionLogTypeList
Response containing a list of logged object typesclass
ActionModelList
Response containing a list of logged actionsclass
ErrorLogEntryList
Response containing a list of logged errors -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.response.role
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.response.role Modifier and Type Class Description class
RoleListResponse
Response containing a list of roles -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.response.scheduler
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.response.scheduler Modifier and Type Class Description class
JobsResponse
Response containing a list of Scheduler Jobs -
Uses of AbstractListResponse in com.gentics.contentnode.rest.model.scheduler
Subclasses of AbstractListResponse in com.gentics.contentnode.rest.model.scheduler Modifier and Type Class Description class
ExecutionListResponse
Response containing a list of execution information.class
ScheduleListResponse
Response containing a list of schedulesclass
TaskListResponse
Response containing a list of tasks
-