Class Hierarchy
Object > AdministrationObject > UserSubstitution
Return Type |
Signature |
GetNotificationSettings( |
|
GetPushNotificationSettings( |
|
ObjectCopy( |
COOWF@1.1:GetNotificationSettings
ExtendNotificationSettings
is called to allow to do additional customizing of the
notification settings.
NotificationEntryList[] COOWF@1.1:GetNotificationSettings(
out retval NotificationEntryList[] notificationentries)
Name |
Description |
notificationentries |
the configured notification entries
|
COOWF@1.1:GetPushNotificationSettings
ExtendPushNotificationSettings
is called to allow to do additional customizing of the
notification settings.
PushNotificationEntryList[] COOWF@1.1:GetPushNotificationSettings(
out retval PushNotificationEntryList[] pushnotificationentries)
Name |
Description |
pushnotificationentries |
the configured push notification entries
|
objsource
on the copied
object.
object COOSYSTEM@1.1:ObjectCopy(
ref optional object placement,
out retval object object,
optional string address,
optional boolean virtualobject)
Name |
Description |
placement |
If specified, the COO store or domain where the object should be copied. If not specified or an object with a different object class is specified,
COOSYTEM@1.1:ObjectPlacementGet is called to determine the placement. On output the COO store where the object is copied. |
object |
The created copy of the object.
|
address |
The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter
coost or the automatically chosen COO store, if no COO store was specified. |
virtualobject |
(deprecated) Copy object as virtual object, living in one kernel instance only. If this parameter is used, it overrides the specified COO store in parameter
placement . |