ICloudFederationShare¶
- Interface ICloudFederationShare
Implemented by: OC\Federation\CloudFederationShare
Source: lib/public/Federation/ICloudFederationShare.php#32
Methods¶
- set uid of the recipient
Source: Parameters: - $user (string)
Since: 14.0.0
- set resource name (e.g. file, calendar, contact,...)
Source: Parameters: - $name (string)
Since: 14.0.0
- set resource type (e.g. file, calendar, contact,...)
Source: Parameters: - $resourceType (string)
Since: 14.0.0
- set resource description (optional)
Source: Parameters: - $description (string)
Since: 14.0.0
- set provider ID (e.g. file ID)
Source: Parameters: - $providerId (string)
Since: 14.0.0
- set owner UID
Source: Parameters: - $owner (string)
Since: 14.0.0
- set owner display name
Source: Parameters: - $ownerDisplayName (string)
Since: 14.0.0
- set UID of the user who sends the share
Source: Parameters: - $sharedBy (string)
Since: 14.0.0
- set display name of the user who sends the share
Source: Parameters: - $sharedByDisplayName
Since: 14.0.0
- set protocol specification
Source: Parameters: - $protocol (array)
Since: 14.0.0
- share type (group or user)
Source: Parameters: - $shareType (string)
Since: 14.0.0
- get the whole share, ready to send out
Source: lib/public/Federation/ICloudFederationShare.php#140 Returns: array Since: 14.0.0
- get uid of the recipient
Source: lib/public/Federation/ICloudFederationShare.php#149 Returns: string Since: 14.0.0
- get resource name (e.g. file, calendar, contact,...)
Source: lib/public/Federation/ICloudFederationShare.php#158 Returns: string Since: 14.0.0
- get resource type (e.g. file, calendar, contact,...)
Source: lib/public/Federation/ICloudFederationShare.php#167 Returns: string Since: 14.0.0
- get resource description (optional)
Source: lib/public/Federation/ICloudFederationShare.php#176 Returns: string Since: 14.0.0
- get provider ID (e.g. file ID)
Source: lib/public/Federation/ICloudFederationShare.php#185 Returns: string Since: 14.0.0
- get owner UID
Source: lib/public/Federation/ICloudFederationShare.php#194 Returns: string Since: 14.0.0
- get owner display name
Source: lib/public/Federation/ICloudFederationShare.php#203 Returns: string Since: 14.0.0
- get UID of the user who sends the share
Source: lib/public/Federation/ICloudFederationShare.php#212 Returns: string Since: 14.0.0
- get display name of the user who sends the share
Source: lib/public/Federation/ICloudFederationShare.php#221 Returns: string Since: 14.0.0
- get share type (group or user)
Source: lib/public/Federation/ICloudFederationShare.php#230 Returns: string Since: 14.0.0
- get share Secret
Source: lib/public/Federation/ICloudFederationShare.php#239 Returns: string Since: 14.0.0
- get protocol specification
Source: lib/public/Federation/ICloudFederationShare.php#249 Returns: array Since: 14.0.0