public interface ReferencesReporting
Modifier and Type | Field and Description |
---|---|
static SessionAspectType<ReferencesReporting> |
TYPE
Aspect providing means to report references to FirstSpirit or external elements.
|
Modifier and Type | Method and Description |
---|---|
default void |
reportModelReferences(ModelReferencesJournal journal)
Reports references made by model objects.
|
default void |
reportValueReferences(ValueReferencesJournal journal,
Set<String> identifiers)
Reports references made by data objects represented by the given identifiers.
|
static final SessionAspectType<ReferencesReporting> TYPE
default void reportValueReferences(@NotNull ValueReferencesJournal journal, @NotNull Set<String> identifiers)
journal
- A journal for adding references to.identifiers
- The data object identifiers to report references for.default void reportModelReferences(@NotNull ModelReferencesJournal journal)
journal
- A journal for adding references to.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210