ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getRefId () | |
setRefId ($refId) | |
getFilter () | |
setFilter ($filter) | |
filterCallback ($userIds) | |
manageParticipantsUserFilter ($userIds) | |
scoreParticipantsUserFilter ($userIds) | |
accessResultsUserFilter ($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 15 of file class.ilTestParticipantAccessFilter.php.
ilTestParticipantAccessFilter::accessResultsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 130 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_ACCESS_RESULTS.
Referenced by accessStatisticsUserFilter(), and filterCallback().
ilTestParticipantAccessFilter::accessStatisticsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 148 of file class.ilTestParticipantAccessFilter.php.
References $DIC, accessResultsUserFilter(), and getRefId().
Referenced by filterCallback().
ilTestParticipantAccessFilter::filterCallback | ( | $userIds | ) |
int[] | $userIds |
Definition at line 70 of file class.ilTestParticipantAccessFilter.php.
References accessResultsUserFilter(), accessStatisticsUserFilter(), getFilter(), manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
|
static |
integer | $refId |
Definition at line 187 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 199 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 53 of file class.ilTestParticipantAccessFilter.php.
References $filter.
Referenced by filterCallback().
|
static |
integer | $refId |
Definition at line 163 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(), ilTestParticipantsGUI\removeParticipantsCmd(), ilSoapTestAdministration\removeTestResults(), ilTestParticipantsGUI\saveClientIpCmd(), ilTestParticipantsGUI\showCmd(), ilTestParticipantsTimeExtensionGUI\showListCmd(), and ilParticipantsTestResultsGUI\showParticipantsCmd().
ilTestParticipantAccessFilter::getRefId | ( | ) |
Definition at line 37 of file class.ilTestParticipantAccessFilter.php.
References $refId.
Referenced by accessResultsUserFilter(), accessStatisticsUserFilter(), manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
|
static |
integer | $refId |
Definition at line 175 of file class.ilTestParticipantAccessFilter.php.
References $filter, and $refId.
Referenced by ilTestScoringGUI\buildManScoringParticipantsTable(), ilTestAccess\checkScoreParticipantsAccessForActiveId(), ilTestScoringByQuestionsGUI\getActiveSubTabId(), and ilTestScoringByQuestionsGUI\saveManScoringByQuestion().
ilTestParticipantAccessFilter::manageParticipantsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 94 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_MANAGE_PARTICIPANTS.
Referenced by filterCallback().
ilTestParticipantAccessFilter::scoreParticipantsUserFilter | ( | $userIds | ) |
int[] | $userIds |
Definition at line 112 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_SCORE_PARTICIPANTS.
Referenced by filterCallback().
ilTestParticipantAccessFilter::setFilter | ( | $filter | ) |
string | $filter |
Definition at line 61 of file class.ilTestParticipantAccessFilter.php.
References $filter.
ilTestParticipantAccessFilter::setRefId | ( | $refId | ) |
int | $refId |
Definition at line 45 of file class.ilTestParticipantAccessFilter.php.
References $refId.
|
protected |
Definition at line 32 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getFilter(), getManageParticipantsUserFilter(), getScoreParticipantsUserFilter(), and setFilter().
|
protected |
Definition at line 27 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getManageParticipantsUserFilter(), getRefId(), getScoreParticipantsUserFilter(), and setRefId().
const ilTestParticipantAccessFilter::CALLBACK_METHOD = 'filterCallback' |
Definition at line 22 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_ACCESS_RESULTS = 'accessResultsUserFilter' |
Definition at line 19 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_ACCESS_STATISTICS = 'accessStatisticsUserFilter' |
Definition at line 20 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_MANAGE_PARTICIPANTS = 'manageParticipantsUserFilter' |
Definition at line 17 of file class.ilTestParticipantAccessFilter.php.
const ilTestParticipantAccessFilter::FILTER_SCORE_PARTICIPANTS = 'scoreParticipantsUserFilter' |
Definition at line 18 of file class.ilTestParticipantAccessFilter.php.