InvitationServiceInterface
InvitationServiceInterface.php
:
21
Interface
Service for managing collaboration sessions invitations.
Methods¶
createInvitation()
¶
InvitationServiceInterface.php
:
50
Creates a new invitation.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$createStruct | InvitationCreateStruct | - | - |
Return values
Tags
deleteInvitation()
¶
InvitationServiceInterface.php
:
72
Deletes an invitation.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | InvitationInterface | - | - |
Tags
findInvitations()
¶
InvitationServiceInterface.php
:
42
Returns invitations matching the given query.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$query | InvitationQuery|null | null | - |
Return values
getInvitation()
¶
InvitationServiceInterface.php
:
29
Returns an invitation with given ID.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
Return values
Tags
getInvitationByParticipant()
¶
InvitationServiceInterface.php
:
37
Returns an invitation associated with the given participant.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$participant | ParticipantInterface | - | - |
Return values
Tags
updateInvitation()
¶
InvitationServiceInterface.php
:
61
Updates any existing invitation with the given data.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$invitation | InvitationInterface | - | - |
$updateStruct | InvitationUpdateStruct | - | - |