public interface NewTransientOccurrenceContext extends TableTriggerExecutionContext, NewRecordContext
| Modifier and Type | Method and Description |
|---|---|
ValueContextForUpdate |
getOccurrenceContextForUpdate()
Returns the same result as
getValueContext(), but with an
older and more verbose name. |
ValueContextForUpdate |
getValueContext()
Returns the value context of the record being created.
|
boolean |
isDuplicatingOccurrence()
Returns the same result as
NewRecordContext.isDuplication(), but with an
older name. |
getAdaptationHome, getOccurrenceContext, getTable, isHistoryRestoregetSessiongetAssociationLink, getAssociationSourceRecordContext, getDefinitionMode, getReferencingNode, getReferencingRecordContext, getSession, isDuplicationValueContextForUpdate getValueContext()
In the case of a record duplication,
the returned context has been populated first with the values of the record
being duplicated. See also
Duplicating a record with read-only or hidden fields
for more information.
Note: the returned context is identical to TableTriggerExecutionContext.getOccurrenceContext(),
with the difference that the declared interface allows setting values.
getValueContext in interface NewRecordContextValueContextForUpdate getOccurrenceContextForUpdate()
getValueContext(), but with an
older and more verbose name.getValueContext()boolean isDuplicatingOccurrence()
NewRecordContext.isDuplication(), but with an
older name.NewRecordContext.isDuplication()