Difference between revisions of "Activity:GetProxyByTarget (Activity)"
m (moved GetProxyByTarget (Activity) to GetProxyByTarget (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
|||
Line 16: | Line 16: | ||
! 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 |
Revision as of 10:24, 19 March 2015
Get Proxy by Target | |
---|---|
Name | GetProxyByTarget |
Purpose | Load proxy by target object |
Category | Data Exchange |
Returns | True if successfull |
Version | 2.1+ |
The GetProxyByTarget activity loads a proxy instance of the given MetaProxy refering to the specified UBIK content object (target).
Contents
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
UBIKObject | BaseClass | The target object of the proxy | |
MetaProxy | MetaProxy | In | The MetaProxy to load the proxy instance from |
Proxy | Proxy | Out | The loaded proxy instance |
Result | Boolean | Out | True if proxy instance has been loaded |
Usage
This activity loads a proxy instance (of the given MetaProxy) for the specified target object.
Example
Load an proxy object:
Argument | Value |
---|---|
UBIKObject | Connect this argument with a variable for an UBIK object |
MetaProxy | Connect this argument with a variable for a MetaProxy |
Proxy | Connect this argument with a variable for a Proxy (out) |