Difference between revisions of "Activity:GetProxyInformation (Activity)"
(Created page with "{{ActivityInfoBox | title = Get Proxy Information | name = GetProxyInformation | image = | imagecaption = Activity GetProxyInformation | purpose = Get system data of proxy ob...") |
|||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | The GetProxyInformation Activity returns various system data of a proxy object. | ||
| + | |||
| + | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Proxy Information | | title = Get Proxy Information | ||
| Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
| − | |||
| − | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
| Line 19: | Line 21: | ||
|- align="left" | |- align="left" | ||
| Target || [[BaseClass]]|| Out || Target object | | Target || [[BaseClass]]|| Out || Target object | ||
| − | |||
|- align="left" | |- align="left" | ||
| − | | | + | | ImportStatus|| [[ProxyImportStatus]]|| Out || Current [[Proxy#Import_states|import state]] |
|- align="left" | |- align="left" | ||
| − | | | + | | ExportStatus|| [[ProxyExportStatus]]|| Out || Current [[Proxy#Export_states|export state]] |
|- align="left" | |- align="left" | ||
| − | | | + | | ImportTargetVersion || {{Integer}}|| Out || Version of target object on import |
|- align="left" | |- align="left" | ||
| − | | | + | | ExportTargetVersion || {{Integer}}|| Out || Version of target object on export |
|- align="left" | |- align="left" | ||
| − | | | + | | ImportVersion|| {{Integer}}|| Out || Version of proxy object on import |
|- align="left" | |- align="left" | ||
| − | | | + | | ExportVersion || {{Integer}}|| Out || Version of proxy object on export |
|- align="left" | |- align="left" | ||
| − | | | + | | ImportTimeStamp || {{DateTime}}|| Out || Timestamp of import (Proxy to target object) |
|- align="left" | |- align="left" | ||
| − | | Target || {{Integer}}|| Out || | + | | ExportTimeStamp || {{DateTime}}|| Out || Timestamp of export (Target to Proxy object) |
| − | + | |- align="left" | |
| + | | ExternalImportTimeStamp || {{DateTime}}|| Out || Timestamp of external import (external source to Proxy object) | ||
| + | |- align="left" | ||
| + | | ExternalExportTimeStamp || {{DateTime}}|| Out || Timestamp of external export (Proxy object to external destination); is set once the export status changes to '''Queued for external processing''' | ||
| + | |- align="left" | ||
| + | | ImportHash || {{Integer}}|| Out || Import hashcode | ||
| + | |- align="left" | ||
| + | | ExportHash || {{Integer}}|| Out || Export hashcode | ||
| + | |- align="left" | ||
| + | | ImportDeleted || {{Boolean}}|| Out || True if target object has been deleted on import | ||
| + | |- align="left" | ||
| + | | ExportDeleted || {{Boolean}}|| Out || True if target object has been deleted before export | ||
|- align="left" | |- align="left" | ||
| Result|| {{Boolean}}|| Out || True if data has been loaded | | Result|| {{Boolean}}|| Out || True if data has been loaded | ||
|} | |} | ||
| − | + | ===Usage=== | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | ==Usage== | + | |
This activity is used to get different kinds of system data from a proxy object at once. | This activity is used to get different kinds of system data from a proxy object at once. | ||
| − | + | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | + | [[Category:Activities|GetProxyInformation (Activity)]] | |
| − | [[Category:Activities]] | + | [[Category:Interfacing|GetProxyInformation (Activity)]] |
| − | [[Category:Interfacing]] | + | |
Latest revision as of 09:57, 4 November 2015
The GetProxyInformation Activity returns various system data of a proxy object.
