| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilObjCloud. More...
 Inheritance diagram for ilObjCloud:
 Inheritance diagram for ilObjCloud: Collaboration diagram for ilObjCloud:
 Collaboration diagram for ilObjCloud:| Public Member Functions | |
| __construct ($a_ref_id=0, $a_reference=true) | |
| Constructor. | |
| initType () | |
| doCreate () | |
| Create object. | |
| doRead () | |
| Read data from db. | |
| doUpdate () | |
| Update data. | |
| doDelete () | |
| Delete data from db. | |
| doClone ($a_target_id, $a_copy_id, $new_obj) | |
| Do Cloning. | |
| setOnline ($a_val) | |
| Set online. | |
| getOnline () | |
| Get online. | |
| setRootFolder ($a_val, $no_check=false) | |
| Set root_folder, this may only be changed by the owner of the object. | |
| getRootFolder () | |
| Get root_folder. | |
| setRootId ($a_val, $no_check=false) | |
| Set root_id. | |
| getRootId () | |
| Get root_id. | |
| setServiceName ($a_val) | |
| Set service. | |
| getServiceName () | |
| Get service. | |
| setOwnerId ($owner_id) | |
| getOwnerId () | |
| currentUserIsOwner () | |
| setAuthComplete ($auth_complete) | |
| getAuthComplete () | |
|  Public Member Functions inherited from ilObject2 | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| Read data from db. | |
| getId () | |
| get object id  public | |
| setId ($a_id) | |
| set object id  public | |
| setRefId ($a_id) | |
| set reference id  public | |
| getRefId () | |
| get reference id  public | |
| getType () | |
| get object type  public | |
| setType ($a_type) | |
| set object type  public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getTitle () | |
| get object title  public | |
| getUntranslatedTitle () | |
| get untranslated object title  public | |
| setTitle ($a_title) | |
| set object title | |
| getDescription () | |
| get object description | |
| setDescription ($a_desc) | |
| set object description | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date  public | |
| getLastUpdateDate () | |
| get last update date  public | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create ($a_clone_mode=false) | |
| update () | |
| update object in db | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| 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!! | |
| 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)  public | |
| createRoleFolder () | |
| creates a local role folder | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event passed, each object may decide how it reacts. | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
| cloneObject ($a_target_id, $a_copy_id=null, $a_omit_tree=false) | |
| Clone object permissions, put in tree ... | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
|  Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| create () | |
| create | |
| applyDidacticTemplate ($a_tpl_id) | |
| Apply template. | |
| getXMLZip () | |
| getHTMLDirectory () | |
| _lookupCreationDate ($a_id) | |
| Lookup creation date. | |
| Protected Attributes | |
| $online = false | |
| $service = "" | |
| $root_folder = "" | |
| $owner_id = 0 | |
| $auth_complete = false | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ilObject2 | |
| static | _lookupObjIdByImportId ($a_import_id) | 
| static | _getAllReferences ($a_id) | 
| get all reference ids of object | |
| static | _lookupTitle ($a_id) | 
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) | 
| static | _lookupDescription ($a_id) | 
| lookup object description | |
| static | _lookupObjId ($a_id) | 
| static | _lookupType ($a_id, $a_reference=false) | 
| lookup object type | |
| static | _lookupObjectId ($a_ref_id) | 
| lookup object id | |
| static | _exists ($a_id, $a_reference=false) | 
| static | _getObjectsByType ($a_obj_type="", $a_owner="") | 
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) | 
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) | 
| Get icon for repository item. | |
|  Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 | 
| max length of object title | |
| const | DESC_LENGTH = 128 | 
| $ilias | |
| $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 | |
| $obj_data_record | |
| object_data record | |
|  Protected Member Functions inherited from ilObject2 | |
| beforeCreate () | |
| beforeUpdate () | |
| doMDUpdateListener ($a_element) | |
| beforeMDUpdateListener ($a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| beforeDelete () | |
| doCloneObject ($new_obj, $a_target_id, $a_copy_id=null) | |
| beforeCloneObject () | |
Class ilObjCloud.
Definition at line 16 of file class.ilObjCloud.php.
| ilObjCloud::__construct | ( | $a_ref_id = 0, | |
| $a_reference = true | |||
| ) | 
Constructor.
public
Reimplemented from ilObject2.
Definition at line 49 of file class.ilObjCloud.php.
| ilObjCloud::currentUserIsOwner | ( | ) | 
Definition at line 281 of file class.ilObjCloud.php.
References $ilUser, and getOwnerId().
Referenced by setRootFolder(), and setRootId().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::doClone | ( | $a_target_id, | |
| $a_copy_id, | |||
| $new_obj | |||
| ) | 
Do Cloning.
Definition at line 150 of file class.ilObjCloud.php.
References getAuthComplete(), getOnline(), getOwnerId(), getRootFolder(), getRootId(), and getServiceName().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjCloud::doCreate | ( | ) | 
Create object.
The owner of the cloud Object is only set once, when the object is created. This prevents, that users access data of a cloud folder which they are not authorized to through changing the root_path of the cloud_folder
Reimplemented from ilObject2.
Definition at line 65 of file class.ilObjCloud.php.
References $ilUser, getOwnerId(), and setOwnerId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjCloud::doDelete | ( | ) | 
Delete data from db.
Reimplemented from ilObject2.
Definition at line 128 of file class.ilObjCloud.php.
References ilObject2\getId(), ilCloudConnector\getPluginClass(), and getServiceName().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjCloud::doRead | ( | ) | 
Read data from db.
Reimplemented from ilObject2.
Definition at line 89 of file class.ilObjCloud.php.
References setAuthComplete(), setOnline(), setOwnerId(), setRootFolder(), setRootId(), and setServiceName().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjCloud::doUpdate | ( | ) | 
Update data.
Reimplemented from ilObject2.
Definition at line 110 of file class.ilObjCloud.php.
| ilObjCloud::getAuthComplete | ( | ) | 
Definition at line 298 of file class.ilObjCloud.php.
References $auth_complete.
Referenced by doClone().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::getOnline | ( | ) | 
Get online.
Definition at line 182 of file class.ilObjCloud.php.
References $online.
Referenced by doClone().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::getOwnerId | ( | ) | 
Definition at line 273 of file class.ilObjCloud.php.
References $owner_id.
Referenced by currentUserIsOwner(), doClone(), and doCreate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::getRootFolder | ( | ) | 
Get root_folder.
Definition at line 211 of file class.ilObjCloud.php.
References $root_folder.
Referenced by doClone(), and setRootFolder().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::getRootId | ( | ) | 
Get root_id.
Definition at line 237 of file class.ilObjCloud.php.
Referenced by doClone(), and setRootId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::getServiceName | ( | ) | 
Get service.
Definition at line 257 of file class.ilObjCloud.php.
Referenced by ilObjCloudGUI\afterSave(), doClone(), and doDelete().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::initType | ( | ) | 
Reimplemented from ilObject2.
Definition at line 57 of file class.ilObjCloud.php.
| ilObjCloud::setAuthComplete | ( | $auth_complete | ) | 
| boolean | $auth_complete | 
Definition at line 290 of file class.ilObjCloud.php.
References $auth_complete.
Referenced by ilObjCloudGUI\afterSave(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::setOnline | ( | $a_val | ) | 
Set online.
| boolean | online | 
Definition at line 172 of file class.ilObjCloud.php.
Referenced by ilObjCloudGUI\afterSave(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::setOwnerId | ( | $owner_id | ) | 
| int | $owner_id | 
Definition at line 265 of file class.ilObjCloud.php.
References $owner_id.
Referenced by doCreate(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::setRootFolder | ( | $a_val, | |
| $no_check = false | |||
| ) | 
Set root_folder, this may only be changed by the owner of the object.
This is due too security constraints. The parameter $no_check could be used by plugins for which these constraint is not an issue.
| string | root_folder | 
Definition at line 193 of file class.ilObjCloud.php.
References currentUserIsOwner(), getRootFolder(), ilCloudUtil\normalizePath(), and ilCloudException\PERMISSION_TO_CHANGE_ROOT_FOLDER_DENIED.
Referenced by ilObjCloudGUI\afterSave(), and doRead().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::setRootId | ( | $a_val, | |
| $no_check = false | |||
| ) | 
Set root_id.
| string | root_id | 
Definition at line 221 of file class.ilObjCloud.php.
References currentUserIsOwner(), getRootId(), and ilCloudException\PERMISSION_TO_CHANGE_ROOT_FOLDER_DENIED.
Referenced by doRead().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjCloud::setServiceName | ( | $a_val | ) | 
Set service.
| string | service | 
Definition at line 247 of file class.ilObjCloud.php.
Referenced by ilObjCloudGUI\afterSave(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 41 of file class.ilObjCloud.php.
Referenced by getAuthComplete(), and setAuthComplete().
| 
 | protected | 
Definition at line 21 of file class.ilObjCloud.php.
Referenced by getOnline().
| 
 | protected | 
Definition at line 36 of file class.ilObjCloud.php.
Referenced by getOwnerId(), and setOwnerId().
| 
 | protected | 
Definition at line 31 of file class.ilObjCloud.php.
Referenced by getRootFolder().
| 
 | protected | 
Definition at line 26 of file class.ilObjCloud.php.