An action descriptor describes a sequence of tools. Actions can be executed at the following locations:
Relationship | Cardinality | Description |
---|---|---|
Has_Tool | 1..* | Relationship to a tool descriptor. The tool sequence for an action arises through these relationships. |
Samples
Action Descriptor SCLM_ACT_DeleteLockEntry
Attribute |
Value |
Explanation |
Element List Creation |
not relevant as the action doesn't create an element list |
|
Essential |
||
ID |
SCLM_ACT_DeleteLockEntry |
unique identifier of the action in this model |
Key Binding |
not relevant as no short key is defined for the action |
|
Optional |
||
Execution Mode |
Modal |
Actions containing tools of type "Execute ISPF Command" should always be executed in modal mode. |
Icon |
Reference to the icon SCLM_ICON_ACT_Delete |
Icon shown in the context menu in front of the action label. |
Label |
Delete Lock-Entry... |
Label shown in the context menu for the action. |
Mass Processing |
false |
The tools of this action are designed only to delete a single element per call. |
Refresh List |
false |
The element list should not be refreshed after the execution of this action. |
Save/Close |
not relevant as the action isn't an edit action |
Action Descriptor SCLM_ACT_DeleteMember
Attribute |
Value |
Explanation |
Element List Creation |
not relevant as the action doesn't create an element list |
|
Essential |
||
ID |
SCLM_ACT_DeleteMember |
unique identifier of the action in this model |
Key Binding |
not relevant as no short key is defined for the action |
|
Optional |
||
Execution Mode |
Modal |
Actions containing tools of type "Execute ISPF Command" should always be executed in modal mode. |
Icon |
Reference to the icon SCLM_ICON_ACT_Delete |
Icon shown in the context menu in front of the action label. |
Label |
Delete member... |
Label shown in the context menu for the action. |
Mass Processing |
true |
The tools of this action are designed to support processing more than one element. The modelled MassProcessing input parameters for all selected elements are passed to the tools of the action all at once. If the tool is of type "Execute ISPF Command" the parameters are passed via the ISPF table TAUTOTIP. |
Refresh List |
false |
The element list should not be refreshed after the execution of this action. |
Save/Close |
not relevant as the action isn't an edit action |
Action Descriptor SCLM_ACT_FilterMemlist
Attribute |
Value |
Explanation |
Element List Creation |
||
Link Element List |
true |
The created element list is linked to its parent. This means among others that the element list is deleted when the parent filter is deleted. |
Table Structure |
reference to the Element List Structure SCLM_ELIST_Member |
The element list structure to be used when the element list generated by a tool of the action is displayed in the TD Table view. |
Table View ID |
--- |
Only relevant if the element lits should be shown int a secondary view ID of the secondary view in this case.. |
Table View Label |
--- |
Only relevant if the element lis should be shown in a secondary view. Label of the secondary view in this case. |
Essential |
||
ID |
SCLM_ACT_FilterMemlist |
unique identifier of the action in this model |
Key Binding |
not relevant as no short key is defined for the action |
|
Optional |
||
Execution Mode |
Modal |
Actions containing tools of type "Execute ISPF Command" should always be executed in modal mode. |
Icon |
--- |
For this action no icon is defined. |
Label |
Filter SCLM Members |
Label shown in the context menu for the action. |
Mass Processing |
false |
The tools of this action aren't designed to support processing more than one element per call. Typically an action generating an element list won't support mass processing. |
Refresh List |
false |
The action itself produces an element list. |
Save/Close |
not relevant as the action isn't an edit action |