ICloudFederationFactory
Interface ICloudFederationFactory
Tags
Table of Contents
- getCloudFederationNotification() : ICloudFederationNotification
 - get a Cloud FederationNotification object to prepare a notification you want to send
 - getCloudFederationShare() : ICloudFederationShare
 - get a CloudFederationShare Object to prepare a share you want to send
 
Methods
getCloudFederationNotification()
get a Cloud FederationNotification object to prepare a notification you want to send
    public
                getCloudFederationNotification() : ICloudFederationNotification
    
    
    
    Tags
Return values
ICloudFederationNotification —getCloudFederationShare()
get a CloudFederationShare Object to prepare a share you want to send
    public
                getCloudFederationShare(string $shareWith, string $name, string $description, string $providerId, string $owner, string $ownerDisplayName, string $sharedBy, string $sharedByDisplayName, string $sharedSecret, string $shareType,  $resourceType) : ICloudFederationShare
    
        Parameters
- $shareWith : string
 - $name : string
 - 
                    
resource name (e.g. document.odt)
 - $description : string
 - 
                    
share description (optional)
 - $providerId : string
 - 
                    
resource UID on the provider side
 - $owner : string
 - 
                    
provider specific UID of the user who owns the resource
 - $ownerDisplayName : string
 - 
                    
display name of the user who shared the item
 - $sharedBy : string
 - 
                    
provider specific UID of the user who shared the resource
 - $sharedByDisplayName : string
 - 
                    
display name of the user who shared the resource
 - $sharedSecret : string
 - 
                    
used to authenticate requests across servers
 - $shareType : string
 - 
                    
('group' or 'user' share)
 - $resourceType :
 - 
                    
'calendar',...)