| Package | Description |
|---|---|
| org.gcube.social_networking.socialnetworking.model.beans.catalogue |
| Modifier and Type | Field and Description |
|---|---|
protected CatalogueEventType |
CatalogueEvent.type |
| Modifier and Type | Method and Description |
|---|---|
CatalogueEventType |
CatalogueEvent.getType() |
static CatalogueEventType |
CatalogueEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogueEventType[] |
CatalogueEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogueEvent.setType(CatalogueEventType type) |
| Constructor and Description |
|---|
CatalogueEvent(CatalogueEventType type,
String[] idsToNotify,
String itemId,
String notifyText,
URL itemURL)
for sending to users
|
CatalogueEvent(CatalogueEventType type,
String[] idsToNotify,
String itemId,
String notifyText,
URL itemURL,
boolean idsAsGroup)
for sending to users or groups
|
Copyright © 2022. All rights reserved.