protected class |
ComponentsServlet.CreateOverlayOperation |
|
protected class |
ComponentsServlet.RemoveOverlayOperation |
|
protected class |
NodeServlet.AbstractQueryOperation |
|
protected class |
NodeServlet.CopyOperation |
The 'create' via POST (multipart form) implementation expects:
the 'path' parameter with the path of the new nodes parent
the 'name' parameter with the name of the new node
the 'file' part (form element / parameter) with the binary content (optional)
|
protected class |
NodeServlet.CreateOperation |
The 'create' via POST (multipart form) implementation expects:
the 'path' parameter with the path of the new nodes parent
the 'name' parameter with the name of the new node
the 'file' part (form element / parameter) with the binary content (optional)
|
protected class |
NodeServlet.DeleteOperation |
|
protected class |
NodeServlet.DownloadBinaryOperation |
|
protected class |
NodeServlet.ExportQueryOperation |
|
protected class |
NodeServlet.GetMixinsOperation |
|
protected class |
NodeServlet.HtmlQueryOperation |
|
protected class |
NodeServlet.JsonQueryOperation |
|
protected class |
NodeServlet.ListFiltersAsHtml |
|
protected class |
NodeServlet.ListFiltersAsJson |
|
protected class |
NodeServlet.LoadBinaryOperation |
|
protected class |
NodeServlet.MapGetOperation |
|
protected class |
NodeServlet.MapPostOperation |
|
protected class |
NodeServlet.MapPutOperation |
|
protected class |
NodeServlet.MoveOperation |
|
protected class |
NodeServlet.PutCopyOperation |
|
protected class |
NodeServlet.PutCreateOperation |
|
protected class |
NodeServlet.PutMoveOperation |
|
protected class |
NodeServlet.QuerySuggestOperation |
|
protected class |
NodeServlet.ReferenceOperation |
similar to the 'tree' operation creates this operation a JSON object for the requested
node; but this node is requested by its id (UUID) in the suffix or as parameter; this
operation provides data for reference retrieval (get the node of a reference)
suffix: the reference of the node in a 'path notation'
selectors / parameters:
- 'label': 'name' or 'title' - selects the value to use for the nodes 'text' attribute
' 'id': a parameter with the reference used instead of the id from the suffix
URL examples:
- http://host/bin/cpm/nodes/node.reference.json/node-id
- http://host/bin/cpm/nodes/node.reference.title.json/node-id
- http://host/bin/cpm/nodes/node.reference.json?id=node-id
|
protected class |
NodeServlet.ResolveOperation |
|
protected class |
NodeServlet.ToggleLockOperation |
|
protected class |
NodeServlet.TypeaheadOperation |
|
protected class |
NodeServlet.UpdateFileOperation |
The 'fileUpdate' via POST (multipart form) implementation expects:
the 'path' parameter with the path of the new nodes parent
the 'file' part (form element / parameter) with the binary content (optional)
|
protected class |
PropertyServlet.BulkOperation |
|
protected class |
PropertyServlet.CheckXssOperation |
|
protected class |
PropertyServlet.CopyOperation |
|
protected class |
PropertyServlet.GetBinaryOperation |
|
protected class |
PropertyServlet.GetOperation |
|
protected class |
PropertyServlet.MapGetOperation |
|
protected class |
PropertyServlet.PostBinaryOperation |
The POST (multipart form) implementation expects:
the 'file' part (form element / parameter) with the binary content
an optional 'name' parameter for the property name (default 'jcr:data')
|
protected class |
PropertyServlet.PutBinaryOperation |
|
protected class |
PropertyServlet.PutOperation |
|
protected class |
PropertyServlet.PutUpdateOperation |
|
protected class |
PropertyServlet.RemoveOperation |
|
protected class |
SceneServlet.PrepareSceneOperation |
|
protected class |
SceneServlet.RemoveSceneOperation |
|
protected class |
SceneServlet.SceneDataOperation |
|
protected class |
SceneServlet.SceneOperation |
|
class |
SecurityServlet.GetAccessPolicies |
the access rules retrieval for an JSON result of on policy list
|
class |
SecurityServlet.GetAllAccessPolicies |
the access rules retrieval for an JSON result of all policy aspects
|
class |
SecurityServlet.GetHtmlAccessRules |
the access rules retrieval for an HTML table result
|
class |
SecurityServlet.GetPrincipals |
|
class |
SecurityServlet.PutAccessPolicy |
create a new AccessControlEntry
|
class |
SecurityServlet.RemoveAccessPolicy |
remove an AccessControlEntry
|
class |
SecurityServlet.ReorderOperation |
|
class |
SecurityServlet.RestrictionNames |
|
class |
SecurityServlet.SupportedPrivileges |
|
static class |
VersionServlet.AddLabel |
|
static class |
VersionServlet.CheckinOperation |
|
static class |
VersionServlet.CheckoutOperation |
|
static class |
VersionServlet.CheckpointOperation |
|
static class |
VersionServlet.CreateActivity |
|
static class |
VersionServlet.CreateConfiguration |
|
static class |
VersionServlet.DeleteLabel |
|
static class |
VersionServlet.DeleteVersion |
|
static class |
VersionServlet.GetLabels |
|
static class |
VersionServlet.GetVersions |
|
static class |
VersionServlet.RestoreVersion |
|