Difference between revisions of "Activity:GetProxyInformation (Activity)"
(6 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 28: | Line 30: | ||
| ExportTargetVersion || {{Integer}}|| Out || Version of target object on export | | ExportTargetVersion || {{Integer}}|| Out || Version of target object on export | ||
|- align="left" | |- align="left" | ||
− | | ImportVersion|| {{Integer}}|| Out || | + | | ImportVersion|| {{Integer}}|| Out || Version of proxy object on import |
|- align="left" | |- align="left" | ||
| ExportVersion || {{Integer}}|| Out || Version of proxy object on export | | ExportVersion || {{Integer}}|| Out || Version of proxy object on export | ||
Line 35: | Line 37: | ||
|- align="left" | |- align="left" | ||
| ExportTimeStamp || {{DateTime}}|| Out || Timestamp of export (Target to Proxy object) | | ExportTimeStamp || {{DateTime}}|| Out || Timestamp of export (Target to Proxy object) | ||
− | |||
|- align="left" | |- align="left" | ||
| ExternalImportTimeStamp || {{DateTime}}|| Out || Timestamp of external import (external source to Proxy object) | | ExternalImportTimeStamp || {{DateTime}}|| Out || Timestamp of external import (external source to Proxy object) | ||
|- align="left" | |- 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''' | | 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.