public abstract class SimpleNotificationsLocation extends Object
| Constructor and Description |
|---|
SimpleNotificationsLocation() |
| Modifier and Type | Method and Description |
|---|---|
abstract SimpleNotification |
createSimpleNotification() |
abstract String |
getId() |
abstract String |
getName() |
abstract String |
getPath() |
abstract Map<String,SimpleNotification> |
getSimpleNotification() |
SimpleNotification |
getSimpleNotification(String name) |
public abstract String getId()
public abstract String getName()
public abstract String getPath()
public abstract Map<String,SimpleNotification> getSimpleNotification()
public abstract SimpleNotification createSimpleNotification()
public SimpleNotification getSimpleNotification(String name)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.