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...") |
|||
(2 intermediate revisions by the same user not shown) | |||
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 [[Activity: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 [[Activity: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%" | ||
Line 49: | Line 49: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
+ | * [[Activity:CreatePushScope (Activity)]] | ||
[[Category:Activities]] | [[Category:Activities]] | ||
[[Category:Push]] | [[Category:Push]] |
Latest revision as of 10:06, 30 March 2015
This activity pushes a single content object to UBIK® Push service participants.