Difference between revisions of "Activity:GetCustomizedSystemObject (Activity)"
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | The GetCustomizedSystemObject Activity gets the custom object representing a {{UBIK}} system object. The activity is generic, which means the user has to define the type of the output variable at design time. | ||
| + | |||
| + | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get CustomizedSystem Object | | title = Get CustomizedSystem Object | ||
| Line 9: | Line 12: | ||
| version = 2.2+ | | version = 2.2+ | ||
}} | }} | ||
| − | |||
| − | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
| Line 17: | Line 19: | ||
! Argument !! Type !! Direction !! Purpose | ! Argument !! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
| − | | SystemObject|| UBIK.Kernel.SystemObjects || In || The system object that is represented by the custom object | + | | SystemObject|| [[UBIK.Kernel.SystemObjects]] || In || The system object that is represented by the custom object |
|- align="left" | |- align="left" | ||
| UBIKObject|| [[BaseClass]] || In || The object where the property should be evaluated from | | UBIKObject|| [[BaseClass]] || In || The object where the property should be evaluated from | ||
| Line 26: | Line 28: | ||
|} | |} | ||
| − | ==Usage== | + | ===Usage=== |
| − | + | ||
This activity is used to read a value of a property of an object, where the property is identified by its name. The value is passed as an OutArgument for further processing. | This activity is used to read a value of a property of an object, where the property is identified by its name. The value is passed as an OutArgument for further processing. | ||
| − | + | =Example= | |
| − | + | ||
| − | + | ||
Get the customizing object of a given object: | Get the customizing object of a given object: | ||
| Line 47: | Line 46: | ||
| Success|| Connect this argument with an output boolean variable containing the success | | Success|| Connect this argument with an output boolean variable containing the success | ||
|} | |} | ||
| + | |||
| + | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | * [[SetPropertyValue (Activity)]] | + | * [[Activity:SetPropertyValue (Activity)]] |
| − | + | [[Category:Activities]] | |
Latest revision as of 09:59, 4 November 2015
The GetCustomizedSystemObject Activity gets the custom object representing a UBIK® system object. The activity is generic, which means the user has to define the type of the output variable at design time.
