Uses of Class
com.gentics.contentnode.rest.model.response.ConstructListResponse
-
Packages that use ConstructListResponse Package Description com.gentics.contentnode.rest.resource com.gentics.contentnode.rest.resource.migration -
-
Uses of ConstructListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return ConstructListResponse Modifier and Type Method Description ConstructListResponse
ConstructResource. list(Integer skipCount, Integer maxItems, String search, Boolean changeable, Integer pageId, Integer nodeId, Integer categoryId, List<Integer> partTypeId, ConstructSortAttribute sortBy, SortOrder sortOrder)
Deprecated.ConstructListResponse
ObjectPropertyResource. listObjectPropertyConstructs(String objectPropertyId)
Return a list of constructs, utilizing the given Object Property -
Uses of ConstructListResponse in com.gentics.contentnode.rest.resource.migration
Methods in com.gentics.contentnode.rest.resource.migration that return ConstructListResponse Modifier and Type Method Description ConstructListResponse
MigrationResource. getMigrationConstructs(MigrationTagsRequest request)
Get a list of constructs, that can be migrated for the given type
-