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 |
|---|---|
Invitation.InvitationType |
getInvitationType()
What sort of invitation is this ?
|
java.lang.String |
getInviteeUserName()
Who wants to be added
|
java.lang.String |
getInviteId()
What is the unique reference for this invitation ?
|
java.lang.String |
getResourceName()
What is the resource name ?
|
Invitation.ResourceType |
getResourceType()
What sort of resource is it, for example a WEB_SITE?
|
java.lang.String |
getRoleName()
Which role to be added with
|
Invitation.ResourceType getResourceType()
java.lang.String getResourceName()
java.lang.String getInviteId()
Invitation.InvitationType getInvitationType()
java.lang.String getInviteeUserName()
java.lang.String getRoleName()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.