public interface EngagePluginRegistration
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the engage plugin
|
int |
getId()
Returns the ID of the engage plugin
|
String |
getName()
Returns the name of the engage plugin
|
String |
getRestPath()
Returns the REST path of the engage plugin
|
String |
getStaticPath()
Returns the static resource path of the engage plugin
|
boolean |
hasRestEndpoint()
Returns whether this engage plugin has a REST endpoint
|
boolean |
hasStaticResources()
Returns whether this engage plugin has a static resource path
|
String getDescription()
int getId()
String getName()
String getRestPath()
String getStaticPath()
boolean hasRestEndpoint()
boolean hasStaticResources()
Copyright © 2009–2020 Opencast Project. All rights reserved.