|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
@noinspection PhpIncludeInspection More...
Inheritance diagram for ilExternalDetector:
Collaboration diagram for ilExternalDetector:Public Member Functions | |
| setDbId ($a_id) | |
| getDbId () | |
| hasDbId () | |
| writeDetectorToDb () | |
| deleteDetectorFromDb () | |
| isListening () | |
| getListeningTimeframe () | |
| setListeningTimeframe ($listening_start, $listening_end) | |
| getEvent () | |
| getEventSubject () | |
| getEventContext () | |
Public Member Functions inherited from ilDetector | |
| trigger ($params) | |
| getDetectorState () | |
| onActivate () | |
| onDeactivate () | |
@noinspection PhpIncludeInspection
ilExternalDetector Interface is part of the petri net based workflow engine.
Please see the reference implementations for details:
/
Definition at line 19 of file ilExternalDetector.php.
| ilExternalDetector::deleteDetectorFromDb | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::getDbId | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::getEvent | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::getEventContext | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::getEventSubject | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::getListeningTimeframe | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::hasDbId | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::isListening | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::setDbId | ( | $a_id | ) |
| ilExternalDetector::setListeningTimeframe | ( | $listening_start, | |
| $listening_end | |||
| ) |
| integer | $listening_start | |
| integer | $listening_end |
Implemented in ilEventDetector, and ilTimerDetector.
| ilExternalDetector::writeDetectorToDb | ( | ) |
Implemented in ilEventDetector, and ilTimerDetector.