Difference between revisions of "Activity:PushContent (Activity)"
(Created page with "This activity pushes a single content object to {{UBIK}} Push service participants. <!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS --> = Descr...") |
|||
Line 28: | Line 28: | ||
| ChildrenDepth || {{Integer}} || In || The number of hierarchical child levels to be also updated when a push is received | | ChildrenDepth || {{Integer}} || In || The number of hierarchical child levels to be also updated when a push is received | ||
|- align="left" | |- align="left" | ||
− | | PushClient || [[Push Service (Client)|PushService]] || In || The instantiated push client to be used; normally inherited from a hosting [[CreatePushScope]] activity, but can be overwritten here | + | | PushClient || [[Push Service (Client)|PushService]] || In || The instantiated push client to be used; normally inherited from a hosting [[CreatePushScope (Activity)|CreatePushScope]] activity, but can be overwritten here |
|} | |} | ||
Line 36: | Line 36: | ||
=Example= | =Example= | ||
− | This example pushes the object with the defined UID to all clients of its hosting [[CreatePushScope]] activity as defined in its subsequent criterions; if no criterions are defined the push will be received by all clients of the push service. | + | This example pushes the object with the defined UID to all clients of its hosting [[CreatePushScope (Activity)|CreatePushScope]] activity as defined in its subsequent criterions; if no criterions are defined the push will be received by all clients of the push service. |
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" |
Revision as of 09:59, 30 March 2015
This activity pushes a single content object to UBIK® Push service participants.