This Page

3.103. PROCESSED_ARC Classification SourceΒΆ

Classification
PROCESSED_ARC
Source Location
ADCONFIG_Gemini/classifications/status/gemdtype.PROCESSED_ARC.py
1
2
3
4
5
6
7
8
class PROCESSED_ARC(DataClassification):

    name="PROCESSED_ARC"
    usage = 'Applies to all data processed by storeProcessedArc.'
    parent = "UNPREPARED"
    requirement = PHU( {'{re}.*?PROCARC': ".*?" })

newtypes.append(PROCESSED_ARC())