Uses of Interface
ch.nolix.systemapi.objectdata.model.IOptionalReference
Packages that use IOptionalReference
Package
Description
-
Uses of IOptionalReference in ch.nolix.system.objectdata.expectation
Methods in ch.nolix.system.objectdata.expectation with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionvoidFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExist(IOptionalReference<? extends IEntity> optionalReference, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given optionalReference that its newly referenced entities actually exist. -
Uses of IOptionalReference in ch.nolix.system.objectdata.fieldexaminer
Methods in ch.nolix.system.objectdata.fieldexaminer with parameters of type IOptionalReferenceModifier and TypeMethodDescription<E extends IEntity>
booleanOptionalReferenceExaminer.canBeCleared(IOptionalReference<E> optionalReference) <E extends IEntity>
booleanOptionalReferenceExaminer.canSetEntity(IOptionalReference<E> optionalReference) <E extends IEntity>
booleanOptionalReferenceExaminer.canSetEntity(IOptionalReference<E> optionalReference, E entity) -
Uses of IOptionalReference in ch.nolix.system.objectdata.fieldtool
Methods in ch.nolix.system.objectdata.fieldtool with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionOptionalReferenceTool.getOptionalStoredBaseBackReference(IOptionalReference<?> optionalReference) -
Uses of IOptionalReference in ch.nolix.system.objectdata.fieldvalidator
Methods in ch.nolix.system.objectdata.fieldvalidator with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionvoidOptionalReferenceValidator.assertCanBeCleared(IOptionalReference<?> optionalReference) <E extends IEntity>
voidOptionalReferenceValidator.assertCanSetEntity(IOptionalReference<E> optionalReference, E entity) voidOptionalReferenceValidator.assertIsNotEmpty(IOptionalReference<?> optionalReference) -
Uses of IOptionalReference in ch.nolix.system.objectdata.middatamodelmapper
Methods in ch.nolix.system.objectdata.middatamodelmapper with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionstatic ValueStringFieldDtoStringRepresentedFieldDtoMapperHelper.mapOptionalReferenceToStringContentFieldDto(IOptionalReference<?> optionalReference) -
Uses of IOptionalReference in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IOptionalReference -
Uses of IOptionalReference in ch.nolix.systemapi.objectdata.expectation
Methods in ch.nolix.systemapi.objectdata.expectation with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionvoidIFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExist(IOptionalReference<? extends IEntity> optionalReference, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given optionalReference that its newly referenced entities actually exist. -
Uses of IOptionalReference in ch.nolix.systemapi.objectdata.fieldexaminer
Methods in ch.nolix.systemapi.objectdata.fieldexaminer with parameters of type IOptionalReferenceModifier and TypeMethodDescription<E extends IEntity>
booleanIOptionalReferenceExaminer.canBeCleared(IOptionalReference<E> optionalReference) <E extends IEntity>
booleanIOptionalReferenceExaminer.canSetEntity(IOptionalReference<E> optionalReference) <E extends IEntity>
booleanIOptionalReferenceExaminer.canSetEntity(IOptionalReference<E> optionalReference, E entity) -
Uses of IOptionalReference in ch.nolix.systemapi.objectdata.fieldtool
Methods in ch.nolix.systemapi.objectdata.fieldtool with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionIOptionalReferenceTool.getOptionalStoredBaseBackReference(IOptionalReference<?> optionalReference) -
Uses of IOptionalReference in ch.nolix.systemapi.objectdata.fieldvalidator
Methods in ch.nolix.systemapi.objectdata.fieldvalidator with parameters of type IOptionalReferenceModifier and TypeMethodDescriptionvoidIOptionalReferenceValidator.assertCanBeCleared(IOptionalReference<?> optionalReference) <E extends IEntity>
voidIOptionalReferenceValidator.assertCanSetEntity(IOptionalReference<E> optionalReference, E entity) voidIOptionalReferenceValidator.assertIsNotEmpty(IOptionalReference<?> optionalReference)