ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
getRefId () | |
setRefId ($refId) | |
getFilter () | |
setFilter ($filter) | |
filterCallback ($userIds) | |
manageParticipantsUserFilter ($userIds) | |
scoreParticipantsUserFilter ($userIds) | |
accessStatisticsUserFilter ($userIds) | |
Static Public Member Functions | |
static | getManageParticipantsUserFilter ($refId) |
static | getScoreParticipantsUserFilter ($refId) |
static | getAccessResultsUserFilter ($refId) |
static | getAccessStatisticsUserFilter ($refId) |
Data Fields | |
const | FILTER_MANAGE_PARTICIPANTS = 'manageParticipantsUserFilter' |
const | FILTER_SCORE_PARTICIPANTS = 'scoreParticipantsUserFilter' |
const | FILTER_ACCESS_RESULTS = 'accessResultsUserFilter' |
const | FILTER_ACCESS_STATISTICS = 'accessStatisticsUserFilter' |
const | CALLBACK_METHOD = 'filterCallback' |
Protected Attributes | |
$refId | |
$filter | |
Definition at line 27 of file class.ilTestParticipantAccessFilter.php.
ilTestParticipantAccessFilter::accessStatisticsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 169 of file class.ilTestParticipantAccessFilter.php.
References $DIC, and getRefId().
Referenced by filterCallback().
ilTestParticipantAccessFilter::filterCallback | ( | $userIds | ) |
int[] | $userIds |
Definition at line 82 of file class.ilTestParticipantAccessFilter.php.
References accessStatisticsUserFilter(), getFilter(), manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
|
static |
integer | $refId |
Definition at line 208 of file class.ilTestParticipantAccessFilter.php.
References $filter, and $refId.
Referenced by ilTestAccess\checkResultsAccessForActiveId(), ilParticipantsTestResultsGUI\createUserResults(), ilSoapTestAdministration\getTestResults(), and ilParticipantsTestResultsGUI\showParticipantsCmd().
|
static |
integer | $refId |
Definition at line 220 of file class.ilTestParticipantAccessFilter.php.
References $filter, and $refId.
Referenced by ilObjTest\buildStatisticsAccessFilteredParticipantList(), ilTestAccess\checkStatisticsAccessForActiveId(), ilAssFileUploadUploadsExporter\getParticipantData(), and ilTestEvaluationGUI\outEvaluation().
ilTestParticipantAccessFilter::getFilter | ( | ) |
Definition at line 65 of file class.ilTestParticipantAccessFilter.php.
References $filter.
Referenced by filterCallback().
|
static |
integer | $refId |
Definition at line 184 of file class.ilTestParticipantAccessFilter.php.
References $filter, and $refId.
Referenced by ilObjTest\addExtraTime(), ilTestParticipantsGUI\addParticipants(), ilTestParticipantsTimeExtensionGUI\buildTimingForm(), ilParticipantsTestResultsGUI\confirmDeleteAllUserResultsCmd(), ilParticipantsTestResultsGUI\confirmDeleteSelectedUserDataCmd(), ilTestEvaluationGUI\confirmFinishTestPassForAllUser(), ilTestEvaluationGUI\confirmFinishTestPassForUser(), ilParticipantsTestResultsGUI\deleteSingleUserResultsCmd(), ilTestParticipantsGUI\executeCommand(), ilTestEvaluationGUI\finishTestPassForSingleUser(), ilTestEvaluationGUI\hasUsersWithWorkingTimeAvailable(), ilTestParticipantsGUI\removeParticipantsCmd(), ilSoapTestAdministration\removeTestResults(), ilTestParticipantsGUI\saveClientIpCmd(), ilTestParticipantsGUI\showCmd(), ilTestParticipantsTimeExtensionGUI\showListCmd(), and ilParticipantsTestResultsGUI\showParticipantsCmd().
ilTestParticipantAccessFilter::getRefId | ( | ) |
Definition at line 49 of file class.ilTestParticipantAccessFilter.php.
References $refId.
Referenced by accessStatisticsUserFilter(), manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
|
static |
integer | $refId |
Definition at line 196 of file class.ilTestParticipantAccessFilter.php.
References $filter, and $refId.
Referenced by ilTestScoringGUI\buildManScoringParticipantsTable(), ilTestAccess\checkScoreParticipantsAccessForActiveId(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
ilTestParticipantAccessFilter::manageParticipantsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 106 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_MANAGE_PARTICIPANTS.
Referenced by filterCallback().
ilTestParticipantAccessFilter::scoreParticipantsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 124 of file class.ilTestParticipantAccessFilter.php.
References $DIC, $ref_id, getRefId(), ilOrgUnitOperation\OP_ACCESS_RESULTS, and ilOrgUnitOperation\OP_SCORE_PARTICIPANTS.
Referenced by filterCallback().
ilTestParticipantAccessFilter::setFilter | ( | $filter | ) |
string | $filter |
Definition at line 73 of file class.ilTestParticipantAccessFilter.php.
References $filter, and ILIAS\UI\examples\Symbol\Glyph\Filter\filter().
ilTestParticipantAccessFilter::setRefId | ( | $refId | ) |
int | $refId |
Definition at line 57 of file class.ilTestParticipantAccessFilter.php.
References $refId.
|
protected |
Definition at line 44 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getFilter(), getManageParticipantsUserFilter(), getScoreParticipantsUserFilter(), and setFilter().
|
protected |
Definition at line 39 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getManageParticipantsUserFilter(), getRefId(), getScoreParticipantsUserFilter(), and setRefId().
const ilTestParticipantAccessFilter::CALLBACK_METHOD = 'filterCallback' |
Definition at line 34 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_ACCESS_RESULTS = 'accessResultsUserFilter' |
Definition at line 31 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_ACCESS_STATISTICS = 'accessStatisticsUserFilter' |
Definition at line 32 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_MANAGE_PARTICIPANTS = 'manageParticipantsUserFilter' |
Definition at line 29 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_SCORE_PARTICIPANTS = 'scoreParticipantsUserFilter' |
Definition at line 30 of file class.ilTestParticipantAccessFilter.php.