public class KodiRemoteWorker extends Object implements ProcessStepWorker
ProcessStepWorker.Context| Modifier and Type | Field and Description |
|---|---|
static String |
KODI_DISPLAYTIME_TYPE_ID
Datatype with this name should contain the displaytime for notification
|
static String |
KODI_ITEM_TYPE_ID
Datatype with this name should contain the item path (e.g.
|
static String |
KODI_MESSAGE_TYPE_ID
Datatype with this name should contain the message for notifications
|
static String |
KODI_OPEN_TYPE_ID
Datatype with this name should contain the open type ('file' or 'directory')
|
static String |
KODI_TITLE_TYPE_ID
Datatype with this name should contain the title for notifications
|
static String |
METHOD_TYPE_ID
Datatype with this name should contain the method e.g.
|
static String |
SERVER_TYPE_ID
Datatype with this name should contain ther server path e.g.
|
| Constructor and Description |
|---|
KodiRemoteWorker() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy() |
List<eu.vicci.process.model.sofiainstance.DataTypeInstance> |
work(ProcessStepWorker.Context context) |
public static final String SERVER_TYPE_ID
public static final String METHOD_TYPE_ID
public static final String KODI_OPEN_TYPE_ID
public static final String KODI_ITEM_TYPE_ID
public static final String KODI_TITLE_TYPE_ID
public static final String KODI_MESSAGE_TYPE_ID
public static final String KODI_DISPLAYTIME_TYPE_ID
public void deploy()
deploy in interface ProcessStepWorkerpublic List<eu.vicci.process.model.sofiainstance.DataTypeInstance> work(ProcessStepWorker.Context context)
work in interface ProcessStepWorkerCopyright © 2018. All rights reserved.