| Package | Description |
|---|---|
| org.alfresco.repo.admin.patch.impl | |
| org.alfresco.repo.invitation |
The implementation of the Invitation Service.
|
| 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 | Method and Description |
|---|---|
InvitationService |
InvitationMigrationPatch.getInvitationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvitationMigrationPatch.setInvitationService(InvitationService invitationService) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvitationServiceImpl
Implementation of invitation service.
|
| 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()
Get the invitation service (or null if one is not provided)
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.