CE-1180 Add method getAllSteps

This commit is contained in:
2024-05-13 08:42:09 -05:00
parent baac007c09
commit a06db0b7a8

View File

@ -736,4 +736,14 @@ public class QProcessMetaData implements QAppChildMetaData, MetaDataWithPermissi
} }
/*******************************************************************************
** Getter for the full map of all steps (not the step list!)
**
*******************************************************************************/
public Map<String, QStepMetaData> getAllSteps()
{
return steps;
}
} }