This page was moved to https://cwiki.apache.org/confluence/display/CAUSEWAY/RO resources and methods (sect 2.3 of the RO spec v1.0)
Click in the link above if you are not automatically redirected in 10 seconds.


from section 2.3 of the RO spec v1.0.

 

 

ObjectsOf Type §B9

 

 

Objects/{DType}

Object §C14

 

 

 

Objects/
{DType}/
{IID}

Object Property §C14.4

 

 

Objects/
{DType}/

{IID}/
Properties/
{Property}

Object Collection §C16.4

 

 

Objects/
{DType}/

{IID}/
Collections/
{Collection}

Object Action §C17.5

 


Objects/
{DType}/

{IID}/
Actions/
{Action}

Object Action Invoke §C18.2

 

Objects/
{DType}/

{IID}/
Actions/

{Action}/ invoke

GET

n/a – 405

object
summary,
member
summary,
property
values

property
details
and value

collection
details
and content

action prompt

invoke (action known to be query-only)

PUT

 n/a – 405

update or clear multiple property values

update or
clear  value

add object
(if Set semantics)

n/a – 405

invoke (action known to be idempotent)

DELETE

n/a – 405

delete
object

clear  value

remove object

n/a – 405

n/a – 405

POST

persist instance

n/a – 405

n/a - 405

add object
(if List semantics)

n/a – 405

invoke (action not known to be idempotent)

  • No labels