Difference between revisions of "Activity:GetProxyByTarget (Activity)"
(→Arguments) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The GetProxyByTarget activity loads a [[Proxy|proxy instance]] of the given MetaProxy refering to the specified UBIK content object (target). | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Proxy by Target | | title = Get Proxy by Target | ||
Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | UBIKObject || | + | | UBIKObject || [[BaseClass]] || The target object of the proxy |
|- align="left" | |- align="left" | ||
| MetaProxy|| [[MetaProxy]] || In || The MetaProxy to load the proxy instance from | | MetaProxy|| [[MetaProxy]] || In || The MetaProxy to load the proxy instance from | ||
Line 25: | Line 27: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity loads a proxy instance (of the given MetaProxy) for the specified target object. | This activity loads a proxy instance (of the given MetaProxy) for the specified target object. | ||
− | + | =Example= | |
Load an proxy object: | Load an proxy object: | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
Line 40: | Line 42: | ||
| Proxy || Connect this argument with a variable for a Proxy (out) | | Proxy || Connect this argument with a variable for a Proxy (out) | ||
|} | |} | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | + | [[Category:Activities|GetProxyByTarget (Activity)]] | |
− | [[Category:Activities | + | |
− | + |
Latest revision as of 09:55, 4 November 2015
The GetProxyByTarget activity loads a proxy instance of the given MetaProxy refering to the specified UBIK content object (target).