Difference between revisions of "Activity:RegisterObjectForExport (Activity)"
m (moved RegisterObjectForExport (Activity) to RegisterObjectForExport (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
|||
Line 27: | Line 27: | ||
==Usage== | ==Usage== | ||
This activity creates a new proxy instance (of the given MetaProxy) for the specified target object. If created successfully, the [[Proxy#Export_states|export state]] is set to '''Queued for export'''. | This activity creates a new proxy instance (of the given MetaProxy) for the specified target object. If created successfully, the [[Proxy#Export_states|export state]] is set to '''Queued for export'''. | ||
− | {{Attention|This activity does not automatically save changes. If you want to persist the newly created proxy instance, you need i.e. a subsequent [[Activity SaveObject|SaveObject activity]]!}} | + | {{Attention|This activity does not automatically save changes. If you want to persist the newly created proxy instance, you need i.e. a subsequent [[Activity:SaveObject|SaveObject activity]]!}} |
==Example== | ==Example== | ||
Line 44: | Line 44: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[SaveObject (Activity)]] | + | * [[Activity:SaveObject (Activity)]] |
[[Category:Activities]] | [[Category:Activities]] | ||
[[Category:Interfacing]] | [[Category:Interfacing]] |
Revision as of 11:26, 23 February 2015
Register Object for Export | |
---|---|
Name | RegisterObjectForExport |
Purpose | Register an object for interface (create proxy 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 to create the proxy object for | |
MetaProxy | MetaProxy | In | The MetaProxy to create the proxy instance |
Proxy | Proxy | In | The created proxy instance |
Result | Boolean | Out | True if proxy instance has been created |
Usage
This activity creates a new proxy instance (of the given MetaProxy) for the specified target object. If created successfully, the export state is set to Queued for export.
This activity does not automatically save changes. If you want to persist the newly created proxy instance, you need i.e. a subsequent SaveObject activity! |
Example
Register an UBIK object for interface:
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) |