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.repo.web.scripts.invitation |
Provides a unit tests for the web scripts of the REST bindings of the invitation service.
|
org.alfresco.repo.web.scripts.invite | |
org.alfresco.rest.api.impl | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
org.alfresco.web.bean.workflow |
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 |
---|---|
void |
InvitationDelete.setInvitationService(InvitationService invitationService) |
Modifier and Type | Method and Description |
---|---|
InvitationService |
Invites.getInvitationService() |
Modifier and Type | Method and Description |
---|---|
void |
InviteByTicket.setInvitationService(InvitationService invitationService) |
void |
InviteResponse.setInvitationService(InvitationService invitationService) |
void |
Invites.setInvitationService(InvitationService invitationService) |
Modifier and Type | Method and Description |
---|---|
void |
SiteMembershipRequestsImpl.setInvitationService(InvitationService invitationService) |
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.
|
Modifier and Type | Method and Description |
---|---|
InvitationService |
StartWorkflowWizard.getInvitationService() |
Modifier and Type | Method and Description |
---|---|
void |
StartWorkflowWizard.setInvitationService(InvitationService invitationService) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.