1,779 bytes added,
10:38, 30 March 2015 Adds a push criterion that restricts the push action to specific clients/devices.
<!-- DO NOT REMOVE THIS -->{{Template:Activity/Begin}}<!-- DO NOT REMOVE THIS -->
= Description =
{{ActivityInfoBox
| title = PushCriterionSatellite
| name = PushCriterionSatellite
| image =
| imagecaption = Activity PushCriterionSatellite
| purpose = Restrict push action to specific client
| category = UBIK Push
| returns = true if successful
| version = 2.4.2+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| Device || [[SatelliteDevice]] || In || The satellite object to which the push action should be restricted to; this argument is mutually exclusive with the argument ''DeviceUID''
|- align="left"
| DeviceUID || {{Guid}} || In || The UID of the device/client to which the push action should be restricted to; this argument is mutually exclusive with the argument ''Device''
|- align="left"
| Result|| {{Boolean}} || Out || True if successful, false if an error occurred
|}
===Usage===
Use this criterion to restrict the hosting push action only to a specific client or device ([[Satellite]]). All other clients or devices will not be notified about the push update.
=Example=
This example will send the hosting push action only to client with the configured UID (clients are instances of the MetaClass System.ACM.Satellite)
{| class="wikitable" | width = "50%"
|-
! Argument!! Value
|- align="left"
| DeviceUID || new System.Guid("427e716d-182d-4d49-855c-49872e8feda9")
|}
<!-- DO NOT REMOVE THIS -->{{Template:Activity/End}}<!-- DO NOT REMOVE THIS -->
==See also==
* [[Workflow Designer]]
* [[Activity:PushContent (Activity)|PushContent (Activity)]]
[[Category:Activities]]
[[Category:Push]]