Clearspace API (2.0.15) Web Services Client Javadocs

com.jivesoftware.community
Enum Permissions.PermissionAtom

java.lang.Object
  extended by java.lang.Enum<Permissions.PermissionAtom>
      extended by com.jivesoftware.community.Permissions.PermissionAtom
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Permissions.PermissionAtom>
Enclosing class:
Permissions

public static enum Permissions.PermissionAtom
extends java.lang.Enum<Permissions.PermissionAtom>


Enum Constant Summary
COMMUNITY_ADMIN
          Permission to administer a community.
CREATE_ANNOUNCEMENT
          Permission to create, delete, and schedule announcements.
CREATE_BLOG
          Permission to create a blog.
CREATE_COMMENT
          Permission to create a comment
CREATE_DOC_ATTACHMENT
          Permission to create an attachment
CREATE_DOCUMENT
          Permission to create a document
CREATE_IMAGE
          Permission to create an image
CREATE_MESSAGE
          Permission to create a new message.
CREATE_MESSAGE_ATTACHMENT
          Permission to create attachments.
CREATE_POLL
          Permission to create polls.
CREATE_PRIVATE_MESSAGE_ATTACHMENT
          Permission to create attachments in a private message.
CREATE_PROJECT
          Permission to create a project.
CREATE_THREAD
          Permission to create a new thread.
EDIT_AVATAR
          Permission to create and delete avatars
GROUP_ADMIN
          Permission to administer a particular group.
HOSTED_ADMIN
          Permission to perform hosted operations
MODERATOR
          Permission to moderate content.
NONE
          No permissions.
PRIVATE_MESSAGE
          Permission to get and send private messages.
RATE_DOCUMENT
          Permission to rate documents in a community
RATE_MESSAGE
          Permission to rate messages.
READ_BLOG
          Permission to read blog a blog.
READ_COMMENT
          Permission to read a comment
READ_DOCUMENT
          Permission to read a document
SYSTEM_ADMIN
          Permission to administer the entire sytem.
USER_ADMIN
          Permission to administer a particular user.
VIEW_COMMUNITY
          Permission to read object.
VIEW_ONLINE_STATUS
          Permission to see the online status of a particular user.
VOTE_IN_POLL
          Permission to vote in polls.
 
Method Summary
 long getAtomId()
           
static Permissions.PermissionAtom valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Permissions.PermissionAtom[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NONE

public static final Permissions.PermissionAtom NONE
No permissions.


VIEW_ONLINE_STATUS

public static final Permissions.PermissionAtom VIEW_ONLINE_STATUS
Permission to see the online status of a particular user.


USER_ADMIN

public static final Permissions.PermissionAtom USER_ADMIN
Permission to administer a particular user. Used for LDAP


GROUP_ADMIN

public static final Permissions.PermissionAtom GROUP_ADMIN
Permission to administer a particular group. Usec for LDAP


SYSTEM_ADMIN

public static final Permissions.PermissionAtom SYSTEM_ADMIN
Permission to administer the entire sytem.


HOSTED_ADMIN

public static final Permissions.PermissionAtom HOSTED_ADMIN
Permission to perform hosted operations


READ_DOCUMENT

public static final Permissions.PermissionAtom READ_DOCUMENT
Permission to read a document


READ_COMMENT

public static final Permissions.PermissionAtom READ_COMMENT
Permission to read a comment


CREATE_DOCUMENT

public static final Permissions.PermissionAtom CREATE_DOCUMENT
Permission to create a document


CREATE_COMMENT

public static final Permissions.PermissionAtom CREATE_COMMENT
Permission to create a comment


CREATE_DOC_ATTACHMENT

public static final Permissions.PermissionAtom CREATE_DOC_ATTACHMENT
Permission to create an attachment


RATE_DOCUMENT

public static final Permissions.PermissionAtom RATE_DOCUMENT
Permission to rate documents in a community


CREATE_IMAGE

public static final Permissions.PermissionAtom CREATE_IMAGE
Permission to create an image


VIEW_COMMUNITY

public static final Permissions.PermissionAtom VIEW_COMMUNITY
Permission to read object.


CREATE_MESSAGE

public static final Permissions.PermissionAtom CREATE_MESSAGE
Permission to create a new message.


CREATE_THREAD

public static final Permissions.PermissionAtom CREATE_THREAD
Permission to create a new thread.


CREATE_MESSAGE_ATTACHMENT

public static final Permissions.PermissionAtom CREATE_MESSAGE_ATTACHMENT
Permission to create attachments.


CREATE_POLL

public static final Permissions.PermissionAtom CREATE_POLL
Permission to create polls.


PRIVATE_MESSAGE

public static final Permissions.PermissionAtom PRIVATE_MESSAGE
Permission to get and send private messages.


RATE_MESSAGE

public static final Permissions.PermissionAtom RATE_MESSAGE
Permission to rate messages.


MODERATOR

public static final Permissions.PermissionAtom MODERATOR
Permission to moderate content.


COMMUNITY_ADMIN

public static final Permissions.PermissionAtom COMMUNITY_ADMIN
Permission to administer a community.


VOTE_IN_POLL

public static final Permissions.PermissionAtom VOTE_IN_POLL
Permission to vote in polls.


CREATE_PRIVATE_MESSAGE_ATTACHMENT

public static final Permissions.PermissionAtom CREATE_PRIVATE_MESSAGE_ATTACHMENT
Permission to create attachments in a private message.


CREATE_ANNOUNCEMENT

public static final Permissions.PermissionAtom CREATE_ANNOUNCEMENT
Permission to create, delete, and schedule announcements.


EDIT_AVATAR

public static final Permissions.PermissionAtom EDIT_AVATAR
Permission to create and delete avatars


READ_BLOG

public static final Permissions.PermissionAtom READ_BLOG
Permission to read blog a blog.


CREATE_BLOG

public static final Permissions.PermissionAtom CREATE_BLOG
Permission to create a blog.


CREATE_PROJECT

public static final Permissions.PermissionAtom CREATE_PROJECT
Permission to create a project.

Method Detail

values

public static final Permissions.PermissionAtom[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Permissions.PermissionAtom c : Permissions.PermissionAtom.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Permissions.PermissionAtom valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getAtomId

public long getAtomId()

Clearspace Project Page

Copyright © 1999-2007 Jive Software.