Skip navigation links
A C E G I L N O P Q R S 

A

ASK_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 

C

close() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Closes this client.
close() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
COMMAND_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 

E

ERR_JSON_CONVERT - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
eu.vicci.openhab.util - package eu.vicci.openhab.util
 
eu.vicci.openhab.util.beans - package eu.vicci.openhab.util.beans
 
executeAsk(String, boolean) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Executes an AskQuery.
executeAsk(String, boolean) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
executeGoal(ExecuteGoalCommandBean) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Executes the given goal on the OH Goal Layer
executeGoal(ExecuteGoalCommandBean) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
ExecuteGoalCommandBean - Class in eu.vicci.openhab.util.beans
 
ExecuteGoalCommandBean() - Constructor for class eu.vicci.openhab.util.beans.ExecuteGoalCommandBean
 
executeSelect(String, boolean) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Executes a select and gets the result as json string
executeSelect(String, boolean) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 

G

getAllGoals() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets all goals from the OH Goal Layer
getAllGoals() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getAllItems() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets a list with all openhab items.
getAllItems() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getAllLocations() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets all locations from the OH SAL
getAllLocations() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getAllQualities() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets all qualities from the OH Goal Layer
getAllQualities() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getAllSensorsSemantic() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets a list with all sensors.
getAllSensorsSemantic() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getCategory() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getClazz() - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
getGroupNames() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getLabel() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getLink() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getLocationForItem(String) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets the location of a item, which is defined in openhab
getLocationForItem(String) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getName() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getOpenHabRestVersion() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets the current OpenHab rest API version
getOpenHabRestVersion() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getRealLocationName() - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
getSemanticPersons() - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets all available persons semantically annotated
getSemanticPersons() - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getSemanticType(String) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Gets the type of the item, defined in the semantic model
getSemanticType(String) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
getSemanticUri() - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
getState() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getTags() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
getType() - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
goal - Variable in class eu.vicci.openhab.util.beans.ExecuteGoalCommandBean
 
Goal - Class in eu.vicci.openhab.util.beans
 
Goal() - Constructor for class eu.vicci.openhab.util.beans.Goal
 
GOAL_EXECUTE_GOAL_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
GOAL_GOAL_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
GOAL_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
GOAL_QUALITY_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 

I

IOpenHabRestClient - Interface in eu.vicci.openhab.util
Interface for a OpenHabRestClient.
ITEMS_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 

L

location - Variable in class eu.vicci.openhab.util.beans.ExecuteGoalCommandBean
 

N

name - Variable in class eu.vicci.openhab.util.beans.Goal
 
name - Variable in class eu.vicci.openhab.util.beans.Quality
 

O

OpenHabItem - Class in eu.vicci.openhab.util.beans
Simple Data Holder for an OpenHab Item
OpenHabItem() - Constructor for class eu.vicci.openhab.util.beans.OpenHabItem
 
OpenHabRestClient - Class in eu.vicci.openhab.util
Rest Client for OpenHab.
OpenHabRestClient(String) - Constructor for class eu.vicci.openhab.util.OpenHabRestClient
Creates a new OpenHabRestClient to communicate with OpenHab via rest.

P

postCommand(OpenHabItem, String) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Posts a command to the specified openhab item.
postCommand(OpenHabItem, String) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 
postCommandSemantic(String, String, boolean) - Method in interface eu.vicci.openhab.util.IOpenHabRestClient
Posts a command to semantic layer in OpenHab.
postCommandSemantic(String, String, boolean) - Method in class eu.vicci.openhab.util.OpenHabRestClient
 

Q

qualities - Variable in class eu.vicci.openhab.util.beans.ExecuteGoalCommandBean
 
Quality - Class in eu.vicci.openhab.util.beans
 
Quality() - Constructor for class eu.vicci.openhab.util.beans.Quality
 

R

REST_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 

S

SELECT_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SEMANTIC_LOCATION_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SEMANTIC_LOCATIONS_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SEMANTIC_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SEMANTIC_PERSONS - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SEMANTIC_SENSOR_PATH - Static variable in interface eu.vicci.openhab.util.IOpenHabRestClient
 
SemanticLocation - Class in eu.vicci.openhab.util.beans
 
SemanticLocation() - Constructor for class eu.vicci.openhab.util.beans.SemanticLocation
 
SemanticLocation(String, String, String) - Constructor for class eu.vicci.openhab.util.beans.SemanticLocation
 
setCategory(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setClazz(String) - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
setGroupNames(List<String>) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setLabel(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setLink(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setName(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setRealLocationName(String) - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
setSemanticUri(String) - Method in class eu.vicci.openhab.util.beans.SemanticLocation
 
setState(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setTags(List<String>) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
setType(String) - Method in class eu.vicci.openhab.util.beans.OpenHabItem
 
A C E G I L N O P Q R S 
Skip navigation links

Copyright © 2018. All rights reserved.