Changes between Version 7 and Version 8 of S3/S3Model/ComponentResources
- Timestamp:
- 11/24/11 10:58:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/ComponentResources
v7 v8 28 28 === Link Actuation Methods === 29 29 30 With link-table component links, you have several different methods available to "actuate" the link. That is, RESTful methods can operate either on the link table, on the component table or both - depending on the request method and the link configuration. The basic "actuation" methods are: 31 30 When using a link-table to link a primary resource to it's components, the RESTful methods can handle this in a number of different ways, depending on what is desired: 32 31 - ''replace'': hides the link table and always operates on the component table 33 32 - ''hide'': hides the component table and always operates on the link table … … 49 48 50 49 Other RESTful methods such as S3Search or S3Cube may have their own definitions. 51 52 50 === Declaration === 53 51