|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface XHiveModule.Server
Server interface for the Hive Module API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
---|
XAPIInterface.Client, XAPIInterface.Server |
Method Summary | |
---|---|
Integer |
enterHive() Enter a Hive. |
void |
exitHive() Exit a Hive. |
XSearchResultsInfo |
findSimilar(XHiveFindSimilarInfo searchInfo) Search the Hive for items that are "similar" to something the client knows about. |
XHiveInfo |
getHive() Get the Hive Information DTO. |
List<XPropertyInfo> |
getHiveConfiguration() Get a Hive's configuration. |
List<XPropertyInfo> |
getHiveConfigurationProperties(List<String> propertyNames) Get the specified list of properties, overridden or not. |
XHiveDetailsInfo |
getHiveDetails() Get the Hive Extended Information DTO. |
XSearchResultsInfo |
searchHive(XHiveSearchInfo searchInfo) Search the Hive. |
void |
setHiveName(String name) Change the Hive's name. |
void |
setHiveState(XHiveState state) Change Hive state. |
XHiveInfo |
updateHive(XUpdater updater) Update a Hive. |
void |
updateHiveConfiguration(XUpdater updater) Update a Hive's configuration. |
Method Detail |
---|
XHiveInfo getHive()
XHiveDetailsInfo getHiveDetails()
void setHiveName(String name)
name
- The new name.void setHiveState(XHiveState state)
state
- The new state.XHiveInfo updateHive(XUpdater updater)
updater
- The updaterList<XPropertyInfo> getHiveConfiguration()
List<XPropertyInfo> getHiveConfigurationProperties(List<String> propertyNames)
propertyNames
- The list of property values to return.void updateHiveConfiguration(XUpdater updater)
updater
- The updater. Null values will remove the override.XSearchResultsInfo searchHive(XHiveSearchInfo searchInfo)
searchInfo
- Search string and results order.XSearchResultsInfo findSimilar(XHiveFindSimilarInfo searchInfo)
searchInfo
- Search parameters.Integer enterHive()
void exitHive()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |