Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.common.modules.properties.infos.XPropertyInfo

Packages that use XPropertyInfo
waggle.client.modules.properties Classes for receiving and acting on incoming Properties Module back-channel messages. 
waggle.common.modules.hive Hive Module API. 
waggle.common.modules.properties Properties Module API. 
waggle.common.modules.widget Widget Module API. 
waggle.common.modules.widget.infos Data transfer objects defined by the Widget Module API. 

 

Uses of XPropertyInfo in waggle.client.modules.properties

 

Method parameters in waggle.client.modules.properties with type arguments of type XPropertyInfo
 void XPropertiesModuleClientEvents.notifyPropertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)
           
 void XPropertiesModuleClientEvents.notifyUserPropertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)
           

 

Uses of XPropertyInfo in waggle.common.modules.hive

 

Methods in waggle.common.modules.hive that return types with arguments of type XPropertyInfo
 List<XPropertyInfo> XHiveModule.Server.getHiveConfiguration()
          Get a Hive's configuration.
 List<XPropertyInfo> XHiveModule.Server.getHiveConfigurationProperties(List<String> propertyNames)
          Get the specified list of properties, overridden or not.

 

Uses of XPropertyInfo in waggle.common.modules.properties

 

Methods in waggle.common.modules.properties that return types with arguments of type XPropertyInfo
 List<XPropertyInfo> XPropertiesModule.Server.getMatchingProperties(XObjectID propertyID, String pattern)
          Get all shared property values that match the given pattern.
 List<XPropertyInfo> XPropertiesModule.Server.getMatchingUserProperties(XObjectID propertyID, String pattern)
          Get all per User property values that match the given pattern.
 List<XPropertyInfo> XPropertiesModule.Server.getProperties(XObjectID propertyID)
          Get all shared property values.
 List<XPropertyInfo> XPropertiesModule.Server.getSpecifiedProperties(XObjectID propertyID, List<String> propertyNames)
          Get specified shared property values.
 List<XPropertyInfo> XPropertiesModule.Server.getSpecifiedUserProperties(XObjectID propertyID, List<String> propertyNames)
          Get all specified per User property values.
 List<XPropertyInfo> XPropertiesModule.Server.getUserProperties(XObjectID propertyID)
          Get all per User property values.

 

Method parameters in waggle.common.modules.properties with type arguments of type XPropertyInfo
 void XPropertiesModule.Client.propertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)
          Notification that a set of shared properties have changed.
 void XPropertiesModule.Server.setProperties(XObjectID propertyID, List<XPropertyInfo> propertyInfos)
          Set a shared property value.
 void XPropertiesModule.Server.setUserProperties(XObjectID propertyID, List<XPropertyInfo> propertyInfos)
          Set a per User property value.
 void XPropertiesModule.Client.userPropertiesChanged(XObjectID propertyObject, List<XPropertyInfo> propertyInfos)
          Notification that a set of per User properties have changed.

 

Uses of XPropertyInfo in waggle.common.modules.widget

 

Method parameters in waggle.common.modules.widget with type arguments of type XPropertyInfo
 XWidgetInfo XWidgetModule.Server.createWidget(XObjectID conversationID, XObjectID gadgetID, String type, String name, boolean enabled, List<XPropertyInfo> propertyInfos)
          Create a new Widget.

 

Uses of XPropertyInfo in waggle.common.modules.widget.infos

 

Fields in waggle.common.modules.widget.infos with type parameters of type XPropertyInfo
 List<XPropertyInfo> XWidgetInfo.WidgetPropertyInfos
          Widget properties.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.