public interface Invitation
InvitationService
Modifier and Type | Interface and Description |
---|---|
static class |
Invitation.InvitationType
What type of invitation are we?
(Just Web site for now)
|
static class |
Invitation.ResourceType
What sort of Resource Web Project, Web Site, Node
(Just Web site for now)
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
Invitation.InvitationType |
getInvitationType()
What sort of invitation is this ?
|
String |
getInviteeUserName()
Who wants to be added
|
String |
getInviteId()
What is the unique reference for this invitation ?
|
Date |
getModifiedAt() |
String |
getResourceName()
What is the resource name ?
|
Invitation.ResourceType |
getResourceType()
What sort of resource is it, for example a WEB_SITE?
|
String |
getRoleName()
Which role to be added with
|
Invitation.ResourceType getResourceType()
String getResourceName()
String getInviteId()
Invitation.InvitationType getInvitationType()
String getInviteeUserName()
String getRoleName()
Date getCreatedAt()
Date getModifiedAt()
Copyright © 2005–2017 Alfresco Software. All rights reserved.