ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct ($a_id=0, $a_call_by_reference=false) | |
Constructor @access public. More... | |
validate () | |
Validate role data. More... | |
getPresentationTitle () | |
For autogenerated roles this returns 'Translated Title (untranslated title)'. More... | |
toggleAssignUsersStatus ($a_assign_users) | |
getAssignUsersStatus () | |
read () | |
loads "role" from database @access private More... | |
assignData ($a_data) | |
loads a record "role" from array @access public More... | |
update () | |
updates a record "role" and write it into database @access public More... | |
create () | |
create More... | |
setAllowRegister ($a_allow_register) | |
set allow_register of role More... | |
getAllowRegister () | |
get allow_register More... | |
setParent ($a_parent_ref) | |
set reference id of parent object this is neccessary for non RBAC protected objects!!! More... | |
getParent () | |
get reference id of parent object More... | |
delete () | |
delete role and all related data More... | |
getCountMembers () | |
__getPermissionDefinitions () | |
changeExistingObjects ($a_start_node, $a_mode, $a_filter, $a_exclusion_filter=array(), $a_operation_mode=self::MODE_READ_OPERATIONS, $a_operation_stack=[]) | |
Change existing objects. More... | |
![]() | |
__construct ($a_id=0, $a_reference=true) | |
Constructor @access public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read () | |
read object data from db into object More... | |
getId () | |
get object id @access public More... | |
setId ($a_id) | |
set object id @access public More... | |
setRefId ($a_id) | |
set reference id @access public More... | |
getRefId () | |
get reference id @access public More... | |
getType () | |
get object type @access public More... | |
setType ($a_type) | |
set object type @access public More... | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
get object title @access public More... | |
getUntranslatedTitle () | |
get untranslated object title @access public More... | |
setTitle ($a_title) | |
set object title More... | |
getDescription () | |
get object description More... | |
setDescription ($a_desc) | |
set object description More... | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
get import id More... | |
setImportId ($a_import_id) | |
set import id More... | |
setOfflineStatus ($a_status) | |
Set offline status. More... | |
getOfflineStatus () | |
Get offline status. More... | |
supportsOfflineHandling () | |
Check whether object supports offline handling. More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
setOwner ($a_owner) | |
set object owner More... | |
getCreateDate () | |
get create date @access public More... | |
getLastUpdateDate () | |
get last update date @access public More... | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. More... | |
create () | |
create More... | |
update () | |
update object in db More... | |
MDUpdateListener ($a_element) | |
Meta data update listener. More... | |
createMetaData () | |
create meta data entry More... | |
updateMetaData () | |
update meta data entry More... | |
deleteMetaData () | |
delete meta data entry More... | |
updateOwner () | |
update owner of object in db More... | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? More... | |
setPermissions ($a_parent_ref) | |
set permissions of object More... | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
count references of object More... | |
delete () | |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) @access public More... | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. More... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. More... | |
cloneMetaData ($target_obj) | |
Copy meta data. More... | |
getPossibleSubObjects ($a_filter=true) | |
get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
static | createDefaultRole ($a_title, $a_description, $a_tpl_name, $a_ref_id) |
static | _getAssignUsersStatus ($a_role_id) |
static | _lookupRegisterAllowed () |
get all roles that are activated in user registration More... | |
static | _lookupAllowRegister ($a_role_id) |
check whether role is allowed in user registration or not More... | |
static | _getTranslation ($a_role_title) |
static | _removeObjectId ($a_role_title) |
static | _updateAuthMode ($a_roles) |
static | _getAuthMode ($a_role_id) |
static | _getRolesByAuthMode ($a_auth_mode) |
Get roles by auth mode. More... | |
static | _resetAuthMode ($a_auth_mode) |
Reset auth mode to default. More... | |
static | isAutoGenerated ($a_role_id) |
![]() | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _lookupOwnerName ($a_owner_id) |
lookup owner name for owner id More... | |
static | _getIdForImportId ($a_import_id) |
get current object id for import id (static) More... | |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | lookupOfflineStatus ($a_obj_id) |
Lookup offline status using objectDataCache. More... | |
static | _lookupOwner ($a_id) |
lookup object owner More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupLastUpdate ($a_id, $a_as_string=false) |
lookup last update More... | |
static | _getLastUpdateOfObjects ($a_objs) |
Get last update for a set of media objects. More... | |
static | _lookupObjId ($a_id) |
static | _setDeletedDate ($a_ref_id, $a_deleted_by) |
static | setDeletedDates ($a_ref_ids, $a_user_id) |
Set deleted date. More... | |
static | _resetDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _lookupDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _writeTitle ($a_obj_id, $a_title) |
write title to db (static) More... | |
static | _writeDescription ($a_obj_id, $a_desc) |
write description to db (static) More... | |
static | _writeImportId ($a_obj_id, $a_import_id) |
write import id to db (static) More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _isInTrash ($a_ref_id) |
checks wether object is in trash More... | |
static | _hasUntrashedReference ($a_obj_id) |
checks wether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _getObjectsDataForType ($a_type, $a_omit_trash=false) |
get all objects of a certain type More... | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data@access public More... | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. More... | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. More... | |
static | _getIcon ( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. More... | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. More... | |
static | fixMissingTitles ($a_type, array &$a_obj_title_map) |
Try to fix missing object titles. More... | |
static | _lookupCreationDate ($a_id) |
Lookup creation date. More... | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. More... | |
Data Fields | |
const | MODE_PROTECTED_DELETE_LOCAL_POLICIES = 1 |
const | MODE_PROTECTED_KEEP_LOCAL_POLICIES = 2 |
const | MODE_UNPROTECTED_DELETE_LOCAL_POLICIES = 3 |
const | MODE_UNPROTECTED_KEEP_LOCAL_POLICIES = 4 |
const | MODE_ADD_OPERATIONS = 1 |
const | MODE_READ_OPERATIONS = 2 |
const | MODE_REMOVE_OPERATIONS = 3 |
$parent | |
$allow_register | |
$assign_users | |
![]() | |
const | TITLE_LENGTH = 255 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
Protected Member Functions | |
deleteLocalPolicies ($a_start, $a_policies, $a_filter) | |
Delete local policies. More... | |
adjustPermissions ($a_mode, $a_nodes, $a_policies, $a_filter, $a_exclusion_filter=array(), $a_operation_mode=self::MODE_READ_OPERATIONS, $a_operation_stack=[]) | |
Adjust permissions. More... | |
changeExistingObjectsGrantPermissions ($a_role_id, $a_permissions, $a_ref_id, $a_operation_mode) | |
isHandledObjectType ($a_filter, $a_exclusion_filter, $a_type) | |
Check if type is filterer. More... | |
updateOperationStack (&$a_stack, $a_node, $a_init=false) | |
Update operation stack. More... | |
updatePolicyStack (&$a_stack, $a_node) | |
Update policy stack. More... | |
createPermissionIntersection ($policy_stack, $a_current_ops, $a_id, $a_type) | |
Create course group permission intersection. More... | |
Private Attributes | |
$logger = null | |
Additional Inherited Members | |
![]() | |
$objDefinition | |
$db | |
$log | |
$error | |
$tree | |
$app_event_handler | |
$rbacadmin | |
$rbacreview | |
ilObjRole::__construct | ( | $a_id = 0 , |
|
$a_call_by_reference = false |
|||
) |
Constructor @access public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Reimplemented from ilObject.
Definition at line 50 of file class.ilObjRole.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
ilObjRole::__getPermissionDefinitions | ( | ) |
Definition at line 603 of file class.ilObjRole.php.
References $DIC, $ilDB, ilObject\$lng, ilObject\$objDefinition, ilObject\$rbacreview, $txt, and ilObjectPlugin\lookupTxtById().
|
static |
Definition at line 155 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, $res, and true.
Referenced by ilRbacReview\getGlobalAssignableRoles(), ilSoapUserAdministration\importUsers(), ilObjUserFolderGUI\importUsersObject(), ilObjUserGUI\initCreate(), ilObjUserFolderGUI\initUserRoleAssignmentForm(), and ilSoapUserAdministration\isPermittedRole().
|
static |
Definition at line 546 of file class.ilObjRole.php.
|
static |
Get roles by auth mode.
@access public
string | auth mode |
Definition at line 567 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilRadiusSettings\read().
|
static |
Definition at line 454 of file class.ilObjRole.php.
References $DIC, ilObject\$lng, ilObject\$objDefinition, ilObject\$type, _removeObjectId(), and ilObjectPlugin\lookupTxtById().
Referenced by ilCourseEditParticipantsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilObjRoleGUI\addAdminLocatorItems(), ilObjRoleTemplateGUI\addAdminLocatorItems(), ilObjRoleGUI\addLocatorItems(), ilObjRoleGUI\adoptPermObject(), ilObjRoleGUI\adoptPermSaveObject(), ilMailMemberSearchDataProvider\buildRoleTitle(), ilObjRoleFolderGUI\confirmDeleteObject(), ilObjRoleGUI\confirmDeleteRoleObject(), ilObjectRolePermissionTableGUI\createTitle(), ilRoleAssignmentTableGUI\fillRow(), ilObjBlog\getAllLocalRoles(), ilSkillProfile\getAssignedRoles(), ilObjectPermissionStatusGUI\getAssignedValidRoles(), ilObjectPermissionStatusGUI\getAvailableRolesTableData(), ilObjCourse\getLocalCourseRoles(), ilObjGroup\getLocalGroupRoles(), ilLearningSequenceRoles\getLocalLearningSequenceRoles(), ilObjCourseGUI\getLocalRoles(), ilObjGroupGUI\getLocalRoles(), ilObjLearningSequenceGUI\getLocalRoles(), ilSessionParticipantsTableGUI\getParentLocalRoles(), getPresentationTitle(), ilObjRoleTemplate\getPresentationTitle(), ilLTIProviderObjectSettingGUI\getRoleSelection(), ilObjBlog\getRolesWithContributeOrRedact(), ilDclTableViewEditFormGUI\initForm(), ilObjRoleTemplateGUI\initFormRoleTemplate(), ilSettingsPermissionGUI\initPermissionForm(), ilPermissionGUI\initRoleForm(), ilRoleSelectionTableGUI\parse(), ilRoleTableGUI\parse(), ilRoleAssignmentTableGUI\parse(), ilRbacLogTableGUI\parseChangesFaPa(), ilPermissionGUI\showConfirmBlockRole(), and ilSoapRoleObjectXMLWriter\start().
|
static |
check whether role is allowed in user registration or not
int | $a_role_id | role id |
Definition at line 316 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilRegistrationSettingsGUI\editRoles(), and ilAccountRegistrationGUI\saveForm().
|
static |
get all roles that are activated in user registration
@access public
Definition at line 289 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilRegistrationSettingsGUI\__prepareAccessLimitationRoleList(), ilRegistrationSettingsGUI\__prepareRoleList(), ilUserProfile\addStandardFieldsToForm(), ilObjAuthSettingsGUI\authSettingsObject(), ilRegistrationSettingsGUI\initRoleAccessForm(), and ilRegistrationSettingsGUI\saveRoleAccessLimitations().
|
static |
Definition at line 475 of file class.ilObjRole.php.
Referenced by _getTranslation(), ilObjectRolePermissionTableGUI\createTitle(), and ilObjectPermissionStatusGUI\getAvailableRolesTableData().
|
static |
Reset auth mode to default.
@access public
string | auth mode |
Definition at line 591 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilRadiusSettings\save().
|
static |
Definition at line 532 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilRadiusSettings\save(), and ilObjAuthSettingsGUI\updateAuthRolesObject().
|
protected |
Adjust permissions.
int | $a_mode | |
array | $a_nodes | array of nodes |
array | $a_policies | array of object ref ids |
array | $a_exclusion_filter | of object types. |
Definition at line 715 of file class.ilObjRole.php.
References $DIC, $logger, ilObject\$rbacadmin, ilObject\$rbacreview, ilObject\$tree, ilRbacLog\add(), changeExistingObjectsGrantPermissions(), createPermissionIntersection(), ilLogLevel\DEBUG, ilRbacLog\diffFaPa(), ilRbacLog\EDIT_TEMPLATE_EXISTING, ilRbacLog\gatherFaPa(), ilObject\getId(), ilRbacLog\isActive(), isHandledObjectType(), ilTree\RELATION_CHILD, ilTree\RELATION_EQUALS, ilTree\RELATION_NONE, ilTree\RELATION_PARENT, ilTree\RELATION_SIBLING, SYSTEM_FOLDER_ID, updateOperationStack(), and updatePolicyStack().
Referenced by changeExistingObjects().
ilObjRole::assignData | ( | $a_data | ) |
loads a record "role" from array @access public
array | roledata |
Definition at line 199 of file class.ilObjRole.php.
References setAllowRegister(), ilObject\setDescription(), ilObject\setTitle(), ilUtil\stripSlashes(), and toggleAssignUsersStatus().
Referenced by read().
ilObjRole::changeExistingObjects | ( | $a_start_node, | |
$a_mode, | |||
$a_filter, | |||
$a_exclusion_filter = array() , |
|||
$a_operation_mode = self::MODE_READ_OPERATIONS , |
|||
$a_operation_stack = [] |
|||
) |
Change existing objects.
int | $a_start_node | |
int | $a_mode | |
array | filter Filter of object types (array('all') => change all objects |
Definition at line 649 of file class.ilObjRole.php.
References $DIC, ilObject\$rbacreview, ilObject\$tree, adjustPermissions(), deleteLocalPolicies(), ilObject\getId(), MODE_PROTECTED_DELETE_LOCAL_POLICIES, and MODE_UNPROTECTED_DELETE_LOCAL_POLICIES.
|
protected |
$a_role_id | |
$a_permissions | |
$a_ref_id | |
$a_operation_mode |
Definition at line 854 of file class.ilObjRole.php.
References $DIC.
Referenced by adjustPermissions().
ilObjRole::create | ( | ) |
create
@access public
Reimplemented from ilObject.
Definition at line 237 of file class.ilObjRole.php.
References $DIC, ilObject\$id, $ilDB, $query, $res, getAllowRegister(), and getAssignUsersStatus().
|
static |
type | $a_title | |
type | $a_description | |
type | $a_tpl_name | |
type | $a_ref_id |
Definition at line 67 of file class.ilObjRole.php.
References $DIC, $GLOBALS, $ilDB, $res, ilObject\_lookupType(), ilDBConstants\FETCHMODE_OBJECT, and ROLE_FOLDER_ID.
Referenced by ilObjChatroom\createDefaultRole(), ilObjBlog\initDefaultRoles(), ilObjCourse\initDefaultRoles(), ilObjForum\initDefaultRoles(), ilObjGroup\initDefaultRoles(), ilLearningSequenceRoles\initDefaultRoles(), ilObjSession\initDefaultRoles(), and ilIndividualAssessmentAccessHandler\initDefaultRolesForObject().
|
protected |
Create course group permission intersection.
array | operation stack | |
int | $a_id | |
string | $a_type |
Definition at line 1004 of file class.ilObjRole.php.
References $DIC, $GLOBALS, $ilDB, $query, ilObject\$rbacadmin, ilObject\$rbacreview, $res, ilObject\$type, ilObject\_lookupObjId(), ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), GRP_TYPE_CLOSED, GRP_TYPE_OPEN, ilObjGroup\lookupGroupTye(), and ROLE_FOLDER_ID.
Referenced by adjustPermissions().
ilObjRole::delete | ( | ) |
delete role and all related data
@access public
Reimplemented from ilObject.
Definition at line 364 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, ilObject\$rbacadmin, ilObject\$rbacreview, $res, ilLDAPRoleGroupMappingSettings\_deleteByRole(), ilObjUser\_lookupLogin(), ilObject\getId(), ilLoggerFactory\getLogger(), getParent(), and ROLE_FOLDER_ID.
|
protected |
Delete local policies.
array | $a_policies | array of object ref ids that define local policies |
Definition at line 685 of file class.ilObjRole.php.
References $DIC, ilObject\$rbacadmin, ilObject\$rbacreview, ilObject\_lookupObjId(), ilObject\_lookupType(), ilObject\getId(), and SYSTEM_FOLDER_ID.
Referenced by changeExistingObjects().
ilObjRole::getAllowRegister | ( | ) |
get allow_register
@access public
Definition at line 278 of file class.ilObjRole.php.
Referenced by create(), and ilObjRoleGUI\readRoleProperties().
ilObjRole::getAssignUsersStatus | ( | ) |
Definition at line 150 of file class.ilObjRole.php.
Referenced by create(), ilObjRoleGUI\readRoleProperties(), and update().
ilObjRole::getCountMembers | ( | ) |
Definition at line 445 of file class.ilObjRole.php.
References $DIC, and ilObject\$rbacreview.
ilObjRole::getParent | ( | ) |
get reference id of parent object
@access public
Definition at line 352 of file class.ilObjRole.php.
References $parent.
Referenced by delete().
ilObjRole::getPresentationTitle | ( | ) |
For autogenerated roles this returns 'Translated Title (untranslated title)'.
If you only want the translated title, use getShortPresentationTitle.
Reimplemented from ilObject.
Definition at line 135 of file class.ilObjRole.php.
References _getTranslation(), ilObject\getTitle(), and ilObject\getUntranslatedTitle().
Referenced by ilObjRoleGUI\readRoleProperties().
|
static |
Definition at line 637 of file class.ilObjRole.php.
References ilObject\_lookupTitle().
Referenced by ilObjRoleGUI\initFormRoleProperties().
|
protected |
Check if type is filterer.
array | $a_filter | |
string | $a_type |
Definition at line 910 of file class.ilObjRole.php.
Referenced by adjustPermissions().
ilObjRole::read | ( | ) |
loads "role" from database @access private
Reimplemented from ilObject.
Definition at line 173 of file class.ilObjRole.php.
References $data, $DIC, $ilDB, $query, $res, and assignData().
Referenced by update().
ilObjRole::setAllowRegister | ( | $a_allow_register | ) |
set allow_register of role
@access public
integer |
Definition at line 263 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::setParent | ( | $a_parent_ref | ) |
set reference id of parent object this is neccessary for non RBAC protected objects!!!
@access public
integer | ref_id of parent object |
Definition at line 341 of file class.ilObjRole.php.
ilObjRole::toggleAssignUsersStatus | ( | $a_assign_users | ) |
Definition at line 146 of file class.ilObjRole.php.
Referenced by assignData(), and ilObjRoleGUI\loadRoleProperties().
ilObjRole::update | ( | ) |
updates a record "role" and write it into database @access public
Reimplemented from ilObject.
Definition at line 211 of file class.ilObjRole.php.
References $DIC, $ilDB, $query, $res, getAssignUsersStatus(), and read().
|
protected |
Update operation stack.
array | $a_stack | |
int | $a_node |
Definition at line 928 of file class.ilObjRole.php.
References $DIC, ilObject\$rbacreview, ilObject\getId(), ROLE_FOLDER_ID, and ROOT_FOLDER_ID.
Referenced by adjustPermissions().
|
protected |
Update policy stack.
object | $a_node |
Definition at line 972 of file class.ilObjRole.php.
References $DIC, ilObject\$rbacreview, ROLE_FOLDER_ID, and ROOT_FOLDER_ID.
Referenced by adjustPermissions().
ilObjRole::validate | ( | ) |
Validate role data.
Definition at line 118 of file class.ilObjRole.php.
References $DIC, $ilErr, and ilObject\getTitle().
ilObjRole::$allow_register |
Definition at line 41 of file class.ilObjRole.php.
ilObjRole::$assign_users |
Definition at line 42 of file class.ilObjRole.php.
|
private |
Definition at line 30 of file class.ilObjRole.php.
Referenced by adjustPermissions().
ilObjRole::$parent |
Definition at line 39 of file class.ilObjRole.php.
Referenced by getParent().
const ilObjRole::MODE_ADD_OPERATIONS = 1 |
Definition at line 23 of file class.ilObjRole.php.
Referenced by ilObjRoleFolderGUI\adjustRoleObject().
const ilObjRole::MODE_PROTECTED_DELETE_LOCAL_POLICIES = 1 |
Definition at line 18 of file class.ilObjRole.php.
Referenced by changeExistingObjects(), ilDidacticTemplateLocalPolicyAction\createLocalPolicy(), ilDidacticTemplateLocalPolicyAction\revert(), ilDidacticTemplateLocalPolicyAction\revertLocalPolicy(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_PROTECTED_KEEP_LOCAL_POLICIES = 2 |
Definition at line 19 of file class.ilObjRole.php.
Referenced by ilPermissionGUI\addRole(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilObjRoleGUI\permSaveObject(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_READ_OPERATIONS = 2 |
Definition at line 24 of file class.ilObjRole.php.
Referenced by ilObjRoleFolderGUI\adjustRoleObject(), and ilObjRoleFolderGUI\doChangeExistingObjects().
const ilObjRole::MODE_REMOVE_OPERATIONS = 3 |
Definition at line 25 of file class.ilObjRole.php.
Referenced by ilObjRoleFolderGUI\adjustRoleObject().
const ilObjRole::MODE_UNPROTECTED_DELETE_LOCAL_POLICIES = 3 |
Definition at line 20 of file class.ilObjRole.php.
Referenced by changeExistingObjects(), ilDidacticTemplateLocalPolicyAction\createLocalPolicy(), ilDidacticTemplateBlockRoleAction\deleteLocalPolicy(), ilDidacticTemplateLocalPolicyAction\revert(), ilDidacticTemplateLocalPolicyAction\revertLocalPolicy(), and ilObjRoleGUI\showChangeExistingObjectsConfirmation().
const ilObjRole::MODE_UNPROTECTED_KEEP_LOCAL_POLICIES = 4 |
Definition at line 21 of file class.ilObjRole.php.
Referenced by ilPermissionGUI\addRole(), ilObjLTIAdministrationGUI\createLtiUserRole(), ilObjRoleFolderGUI\doChangeExistingObjects(), ilObjRoleGUI\permSaveObject(), ilObjRoleGUI\showChangeExistingObjectsConfirmation(), and ilPermissionGUI\unblockRoles().