libresign/lib/Enum
Vitor Mattos 1d62e46b5c
refactor: move signature flow constants to enum
Move database value constants from File entity to SignatureFlow enum
where they belong as the single source of truth.

- Add SignatureFlow::NUMERIC_PARALLEL and NUMERIC_ORDERED_NUMERIC
- Remove circular dependency between File and SignatureFlow
- Update all references to use enum constants
- Use descriptive names instead of abbreviations

This follows single responsibility principle: the enum owns its
database representation.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-12 17:14:12 -03:00
..
CertificateType.php feat: add CertificateType enum for PKI hierarchy classification 2025-12-01 19:16:17 -03:00
CRLReason.php feat: implement crl 2025-10-21 14:46:24 -03:00
CRLStatus.php chore: remove comment 2025-10-21 14:46:24 -03:00
DocMdpLevel.php chore: code style fixes in DocMdpLevel.php 2025-12-08 16:53:52 -03:00
FileStatus.php refactor: centralize file status translations in FileStatus enum 2025-12-11 19:59:15 -03:00
SignatureFlow.php refactor: move signature flow constants to enum 2025-12-12 17:14:12 -03:00
SignRequestStatus.php feat: add getLabel method to SignRequestStatus enum 2025-12-11 14:28:17 -03:00