Kanzi  3.9.5
Java API
ApplyActivationActionMetadata Interface Reference

Metadata definitions for ApplyActivationAction. More...

Inheritance diagram for ApplyActivationActionMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > ActivationPathProperty
 The activation path from the Activity Host, which is set as the target of this action, to the Activity node you want to activate. More...
 
DynamicPropertyType< String > ActivityHostPathProperty
 Path to the Activity Host node of the activated Activity node. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ApplyActivationAction")
 Metaclass for ApplyActivationAction.
 
- Public Attributes inherited from ApplyActionMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ApplyAction")
 Metaclass for ApplyAction.
 
- Public Attributes inherited from ActionBaseMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActionBase")
 Metaclass for ActionBase.
 

Detailed Description

Member Data Documentation

◆ ActivationPathProperty

DynamicPropertyType<String> ActivationPathProperty
Initial value:
=
new DynamicPropertyType<>("ApplyActivationAction.ActivationPath", String.class)

The activation path from the Activity Host, which is set as the target of this action, to the Activity node you want to activate.

The activation path contains only the Activity nodes and the Activity Hosts nodes.

◆ ActivityHostPathProperty

DynamicPropertyType<String> ActivityHostPathProperty
Initial value:
=
new DynamicPropertyType<>("ApplyActivationAction.ActivityHostPath", String.class)

Path to the Activity Host node of the activated Activity node.