Dekoh platform API

com.pramati.bfly.das.contacts.helper
Class ShareService.ShareScope

java.lang.Object
  extended by java.lang.Enum
      extended by com.pramati.bfly.das.contacts.helper.ShareService.ShareScope
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
ShareService

public static final class ShareService.ShareScope
extends Enum

Defines the Application Share Scope.

See Also:
Serialized Form

Field Summary
static ShareService.ShareScope NOT_SHARED
          If an application is not shared to anyone by this Dekoh user from this Dekoh Desktop.
static ShareService.ShareScope PRIVATE_SHARE
          If an application is shared explcitly to some contacts by this Dekoh user from this Dekoh Desktop.
static ShareService.ShareScope SHARED_TO_ALL
          If an application is shared to Public by this Dekoh user from this Dekoh Desktop.
static ShareService.ShareScope SHARED_TO_ALL_CONTACTS
          If an application is shared to All Contacts by this Dekoh user from this Dekoh Desktop.
static ShareService.ShareScope SHARED_TO_DEKOH
          If an application is shared to Dekoh Network by this Dekoh user from this Dekoh Desktop.
 
Method Summary
static ShareService.ShareScope valueOf(String name)
           
static ShareService.ShareScope[] values()
           
 
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
 

Field Detail

SHARED_TO_ALL

public static final ShareService.ShareScope SHARED_TO_ALL
If an application is shared to Public by this Dekoh user from this Dekoh Desktop. Applications shared under this scope can be accessed by anyone without loggin into Dekoh network.


SHARED_TO_DEKOH

public static final ShareService.ShareScope SHARED_TO_DEKOH
If an application is shared to Dekoh Network by this Dekoh user from this Dekoh Desktop. Applications shared under this scope can be accessed by users who are logged into Dekoh Network. Logged in user need not be in this Dekoh user's AddressBook.


SHARED_TO_ALL_CONTACTS

public static final ShareService.ShareScope SHARED_TO_ALL_CONTACTS
If an application is shared to All Contacts by this Dekoh user from this Dekoh Desktop. Applications shared under this scope can be accessed by users who are logged into Dekoh Network and is a contact in this Dekoh user's AddressBook.


PRIVATE_SHARE

public static final ShareService.ShareScope PRIVATE_SHARE
If an application is shared explcitly to some contacts by this Dekoh user from this Dekoh Desktop. Applications shared under this scope can accessed by users to whom this application was shared explictly by this Dekoh user.


NOT_SHARED

public static final ShareService.ShareScope NOT_SHARED
If an application is not shared to anyone by this Dekoh user from this Dekoh Desktop.

Method Detail

values

public static final ShareService.ShareScope[] values()

valueOf

public static ShareService.ShareScope valueOf(String name)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers