WebAPI/LogAPI: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
     DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId)
     DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId)
     DOMRequest getLast(LogOptions options);
     DOMRequest getLast(LogOptions options);
    DOMRequest find(LogFindOptions options);


   attribute Function onentryadded;
   attribute Function onentryadded;
  attribute unsigned long maxEntriesPerDay;
  attribute unsigned long maxEntriesPerUser;
};
};


Line 18: Line 16:
   attribute unsigned long maxRecords;
   attribute unsigned long maxRecords;
   attribute DOMString contactId;
   attribute DOMString contactId;
  attribute Date from;
};
  attribute Date to;
 
  attribute DOMString service;
dictionary LogFindOptions : LogOptions {
  attribute Date from;
  attribute Date to;
  attribute DOMString service;
};
};


172

edits

Navigation menu