Packflow.Rest Namespace |
Class | Description | |
---|---|---|
PFApplicationRestHandler | Provides methods to handle requests of three types: -Extended actions made to the item module. URLs follow this format: "RestItem/APPLICATION_NAME/CONTENTTYPE_NAME/ITEM_ID/ACTION_NAME/PARAMETER_1/PARAMETER_2/..." -Actions not centered on a specific entity. URLs follow this format: "RestCustomAction/APPLICATION_NAME/ACTION_NAME/PARAMETER_1/PARAMETER_2/..." -Requests made on a custom (not Packflow) resource. URLs follow this format: "RestCustomResource/APPLICATION_NAME/RESOURCE_NAME/PARAMETER_1/PARAMETER_2/..." Posted values are available using a dedicated method. This class is inherited in all applications for customization. | |
PFApplicationRestHandlerPFApplicationType | Provides methods to handle requests of three types: -Extended actions made to the item module. URLs follow this format: "RestItem/APPLICATION_NAME/CONTENTTYPE_NAME/ITEM_ID/ACTION_NAME/PARAMETER_1/PARAMETER_2/..." -Actions not centered on a specific entity. URLs follow this format: "RestCustomAction/APPLICATION_NAME/ACTION_NAME/PARAMETER_1/PARAMETER_2/..." -Requests made on a custom (not Packflow) resource. URLs follow this format: "RestCustomResource/APPLICATION_NAME/RESOURCE_NAME/PARAMETER_1/PARAMETER_2/..." Posted values are available using a dedicated method. This class is inherited in all applications for customization. | |
RestCommentsModule |
RESTful module for item comments management.
| |
RestCustomActionsModule |
RESTful module for custom actions management.
| |
RestCustomResourcesModule |
RESTful module for custom resources management.
| |
RestEventsModule |
RESTful module for item events management.
| |
RestFilesModule |
RESTful module for files management.
| |
RestItemsModule |
RESTful module for items management.
| |
RestModule |
Represents a REST module for Packflow.
| |
RestRelationsModule |
RESTful module for item relations management.
| |
RestSiteModule |
RESTful module for structure management (site, applications, content-types, users and groups).
| |
RFC6902_Operation |
Represents an operation, part of a PATCH request
following the RFC 6902.
https://tools.ietf.org/html/rfc6902
|
Enumeration | Description | |
---|---|---|
RestHttpMethod |
Identifies the http method of a request.
| |
RFC6902_OperationType |
Represents the type of an operation, being part of a PATCH request
following the RFC 6902.
https://tools.ietf.org/html/rfc6902
|