| Package | Description |
|---|---|
| org.alfresco.repo.invitation |
The implementation of the Invitation Service.
|
| org.alfresco.repo.invitation.activiti | |
| org.alfresco.repo.invitation.script | |
| org.alfresco.repo.service | |
| org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvitationServiceImpl
Implementation of invitation service.
|
| Modifier and Type | Field and Description |
|---|---|
protected InvitationService |
AbstractInvitationDelegate.invitationService |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInvitationDelegate.setInvitationService(InvitationService invitationService) |
| Modifier and Type | Method and Description |
|---|---|
protected InvitationService |
ScriptInvitation.getInvitationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptInvitationService.setInvitationService(InvitationService invitationService)
Set the invitation service
|
| Constructor and Description |
|---|
ScriptInvitation(T invitation,
InvitationService invitationService) |
ScriptInvitationFactory(InvitationService invitationService,
org.alfresco.service.cmr.repository.NodeService nodeService,
PersonService personService) |
ScriptModeratedInvitation(ModeratedInvitation invitation,
InvitationService invitationService,
String inviteeEmail,
String inviteeFirstName,
String inviteeLastName) |
ScriptNominatedInvitation(NominatedInvitation invitation,
InvitationService invitationService) |
| Modifier and Type | Method and Description |
|---|---|
InvitationService |
ServiceDescriptorRegistry.getInvitationService() |
| Modifier and Type | Method and Description |
|---|---|
InvitationService |
ServiceRegistry.getInvitationService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.