Difference between revisions of "Activity:GetProxyByTarget (Activity)"
(Created page with "{{ActivityInfoBox | title = Get Proxy by Target | name = GetProxyByTarget | image = | imagecaption = Activity GetProxyByTarget | purpose = Load proxy by target object | categ...") |
(→Arguments) |
||
| Line 20: | Line 20: | ||
| MetaProxy|| [[MetaProxy]] || In || The MetaProxy to load the proxy instance from | | MetaProxy|| [[MetaProxy]] || In || The MetaProxy to load the proxy instance from | ||
|- align="left" | |- align="left" | ||
| − | | Proxy|| [[Proxy]] || | + | | Proxy|| [[Proxy]] || Out || The loaded proxy instance |
|- align="left" | |- align="left" | ||
| Result|| {{Boolean}} || Out || True if proxy instance has been loaded | | Result|| {{Boolean}} || Out || True if proxy instance has been loaded | ||
Revision as of 12:19, 7 January 2015
| 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 | 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) |
