Uses of Interface
com.gentics.contentnode.rest.resource.AuthenticatedResource
-
Packages that use AuthenticatedResource Package Description com.gentics.contentnode.rest.resource com.gentics.contentnode.rest.resource.migration -
-
Uses of AuthenticatedResource in com.gentics.contentnode.rest.resource
Subinterfaces of AuthenticatedResource in com.gentics.contentnode.rest.resource Modifier and Type Interface Description interface
ExportResource
Export helper resourceinterface
FileResource
Resource for loading and manipulating Files in GCNinterface
FolderResource
Resource for loading and manipulating folders in GCNinterface
ImageResource
Resource for loading and manipulating Images in GCNinterface
PageResource
Resource used for loading, saving and manipulating GCN pages.interface
PolicyMapResource
API for reading from the policy map.interface
ValidationResource
REST API for validating user input. -
Uses of AuthenticatedResource in com.gentics.contentnode.rest.resource.migration
Subinterfaces of AuthenticatedResource in com.gentics.contentnode.rest.resource.migration Modifier and Type Interface Description interface
MigrationResource
Resource used for performing Tag Type Migrations and Template Migrations
-