|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||