Changes between Version 3 and Version 4 of S3/S3Tracking


Ignore:
Timestamp:
03/22/11 10:19:30 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Tracking

    v3 v4  
    6565The API uses a wrapper class for database records - {{{S3Trackable}}}.
    6666
    67 You can create an S3Trackable by using the s3tracker function with the table and the record ID:
     67You can create an S3Trackable by using the {{{s3tracker}}} function with the table and the record ID:
    6868
    6969{{{
     
    103103}}}
    104104
    105 It is possible to specify multiple records for the same S3Trackable. If multiple records are specified or found, then they will be handled as '''one''' trackable object '''with multiple locations''', i.e. if you retrieve its location, you will get a list of locations back. If you update its location, all of its records will be updated the same way.
    106 
    107 It is possible to specify a super-entity for an S3Trackable. In this case, the tracker will automatically find the respective records in the instance table(s) and use them instead:
     105It is possible to specify multiple records for the same {{{S3Trackable}}}. If multiple records are specified or found, then they will be handled as '''one''' trackable object '''with multiple locations''', i.e. if you retrieve its location, you will get a list of locations back. If you update its location, all of its records will be updated the same way.
     106
     107It is possible to specify a super-entity for an {{{S3Trackable}}}. In this case, the tracker will automatically find the respective records in the instance table(s) and use them instead:
    108108
    109109{{{