Changes between Version 7 and Version 8 of S3/S3Model/ComponentResources


Ignore:
Timestamp:
11/24/11 10:58:41 (13 years ago)
Author:
Fran Boon
Comment:

Simplify language

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Model/ComponentResources

    v7 v8  
    2828=== Link Actuation Methods ===
    2929
    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 
     30When 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:
    3231  - ''replace'': hides the link table and always operates on the component table
    3332  - ''hide'': hides the component table and always operates on the link table
     
    4948
    5049Other RESTful methods such as S3Search or S3Cube may have their own definitions.
    51 
    5250=== Declaration ===
    5351