GetProxyByTarget (Activity)
Revision as of 11:31, 7 January 2015 by KNO (Talk | contribs) (Created page with "{{ActivityInfoBox | title = Get Proxy by Target | name = GetProxyByTarget | image = | imagecaption = Activity GetProxyByTarget | purpose = Load proxy by target object | categ...")
Get Proxy by Target | |
---|---|
Name | GetProxyByTarget |
Purpose | Load proxy by target object |
Category | Data Exchange |
Returns | True if successfull |
Version | 2.1+ |
The RegisterObjectForExport Activity creates a new proxy instance of a specified UBIK content object (target) and sets the export state to Queued for Export.
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 | In | 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) |