Uses of Class
org.dspace.services.model.Event.Scope

Packages that use Event.Scope
org.dspace.services.model Defines types managed by the core services. 
 

Uses of Event.Scope in org.dspace.services.model
 

Methods in org.dspace.services.model that return Event.Scope
 Event.Scope[] Event.getScopes()
           
static Event.Scope Event.Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event.Scope[] Event.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dspace.services.model with parameters of type Event.Scope
 void Event.setScopes(Event.Scope[] scopes)
           
 

Constructors in org.dspace.services.model with parameters of type Event.Scope
Event(String name, String resourceReference, String userId, Map<String,String> properties, Event.Scope[] scopes, boolean modify)
          Create a new event with the given name for the given user on the given resource (item, collection, etc.).
 



Copyright © Monday, September 1, 2008-2010 The DSpace Foundation. All Rights Reserved.