org.alfresco.repo.invitation
Class InvitationSearchCriteriaImpl

java.lang.Object
  extended by org.alfresco.repo.invitation.InvitationSearchCriteriaImpl
All Implemented Interfaces:
InvitationSearchCriteria

public class InvitationSearchCriteriaImpl
extends java.lang.Object
implements InvitationSearchCriteria


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.invitation.InvitationSearchCriteria
InvitationSearchCriteria.InvitationType
 
Constructor Summary
InvitationSearchCriteriaImpl()
           
 
Method Summary
 InvitationSearchCriteria.InvitationType getInvitationType()
          Do you want to search for moderated, nominated or all invitations ?
 java.lang.String getInvitee()
          Search by invitee (who is being invited, alfresco userid)
 java.lang.String getInviter()
          Search by inviter (who started the invitation)
 java.lang.String getResourceName()
          Search by resource name
 Invitation.ResourceType getResourceType()
          Search by resource type
 void setInvitationType(InvitationSearchCriteria.InvitationType invitationType)
           
 void setInvitee(java.lang.String invitee)
           
 void setInviter(java.lang.String inviter)
           
 void setResourceName(java.lang.String resourceName)
           
 void setResourceType(Invitation.ResourceType resourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvitationSearchCriteriaImpl

public InvitationSearchCriteriaImpl()
Method Detail

setInvitee

public void setInvitee(java.lang.String invitee)

getInvitee

public java.lang.String getInvitee()
Description copied from interface: InvitationSearchCriteria
Search by invitee (who is being invited, alfresco userid)

Specified by:
getInvitee in interface InvitationSearchCriteria
Returns:

setInviter

public void setInviter(java.lang.String inviter)

getInviter

public java.lang.String getInviter()
Description copied from interface: InvitationSearchCriteria
Search by inviter (who started the invitation)

Specified by:
getInviter in interface InvitationSearchCriteria
Returns:

setResourceName

public void setResourceName(java.lang.String resourceName)

getResourceName

public java.lang.String getResourceName()
Description copied from interface: InvitationSearchCriteria
Search by resource name

Specified by:
getResourceName in interface InvitationSearchCriteria
Returns:
the resource name

setResourceType

public void setResourceType(Invitation.ResourceType resourceType)

getResourceType

public Invitation.ResourceType getResourceType()
Description copied from interface: InvitationSearchCriteria
Search by resource type

Specified by:
getResourceType in interface InvitationSearchCriteria
Returns:
the resource type

getInvitationType

public InvitationSearchCriteria.InvitationType getInvitationType()
Description copied from interface: InvitationSearchCriteria
Do you want to search for moderated, nominated or all invitations ?

Specified by:
getInvitationType in interface InvitationSearchCriteria
Returns:
the type to search for.

setInvitationType

public void setInvitationType(InvitationSearchCriteria.InvitationType invitationType)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.