Difference between revisions of "Authenticate (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...") |
(→Arguments) |
||
Line 20: | Line 20: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | | + | | Application || [[String]] || In || The object to be pushed; this argument is mutually exclusive with the argument ''UBIKObjectUID'' |
|- align="left" | |- align="left" | ||
− | | | + | | AuthenticationResult || {{AuthenticationResult}} || Out || The UID of the object to be pushed; this argument is mutually exclusive with the argument ''UBIKObject'' |
|- align="left" | |- align="left" | ||
| ParentDepth || {{Integer}} || In || The number of hierarchical parent levels to be also updated when a push is received | | ParentDepth || {{Integer}} || In || The number of hierarchical parent levels to be also updated when a push is received | ||
Line 30: | Line 30: | ||
| 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 | | 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 | ||
|} | |} | ||
+ | |||
===Usage=== | ===Usage=== |
Revision as of 10:56, 25 March 2020
This activity pushes a single content object to UBIK® Push service participants.