org.alfresco.service.cmr.invitation
Class Invitation.ResourceType

java.lang.Object
  extended by java.lang.Enum
      extended by org.alfresco.service.cmr.invitation.Invitation.ResourceType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
Invitation

public static final class Invitation.ResourceType
extends java.lang.Enum

What sort of Resource Web Project, Web Site, Node (Just Web site for now)

See Also:
Serialized Form

Field Summary
static Invitation.ResourceType WEB_SITE
           
 
Method Summary
static Invitation.ResourceType valueOf(java.lang.String name)
           
static Invitation.ResourceType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

WEB_SITE

public static final Invitation.ResourceType WEB_SITE
Method Detail

values

public static Invitation.ResourceType[] values()

valueOf

public static Invitation.ResourceType valueOf(java.lang.String name)


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