Class HistoryLevelAudit

    • Constructor Detail

      • HistoryLevelAudit

        public HistoryLevelAudit()
    • Method Detail

      • getId

        public int getId()
        Description copied from interface: HistoryLevel
        An unique id identifying the history level. The id is used internally to uniquely identify the history level and also stored in the database.
        Specified by:
        getId in interface HistoryLevel
        Overrides:
        getId in class HistoryLevelActivity
      • getName

        public java.lang.String getName()
        Description copied from interface: HistoryLevel
        An unique name identifying the history level. The name of the history level can be used when configuring the process engine.
        Specified by:
        getName in interface HistoryLevel
        Overrides:
        getName in class HistoryLevelActivity