Uses of Interface
com.orchestranetworks.service.ValueContextForUpdate
Packages that use ValueContextForUpdate
Package
Description
Provides classes and interfaces for trigger creation.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of ValueContextForUpdate in com.orchestranetworks.rest.serialization
Methods in com.orchestranetworks.rest.serialization with parameters of type ValueContextForUpdateModifier and TypeMethodDescriptionabstract voidContentHolderForInput.copyTo(ValueContextForUpdate aValueContextForUpdate) Fills the providedValueContextForUpdatewith the data holds in thisContentHolderForInput. -
Uses of ValueContextForUpdate in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return ValueContextForUpdateModifier and TypeMethodDescriptionBeforeModifyInstanceContext.getDatasetContextForUpdate()Returns the dataset context for performing the update.BeforeCreateInstanceContext.getInstanceContextForUpdate()Returns a dataset context for performing updates.BeforeCreateOccurrenceContext.getOccurrenceContextForUpdate()Returns the record context for performing the update.BeforeDeleteOccurrenceContext.getOccurrenceContextForUpdate()Returns the record context for performing the update.BeforeModifyOccurrenceContext.getOccurrenceContextForUpdate()Returns the record context for performing the update.NewTransientOccurrenceContext.getOccurrenceContextForUpdate()Returns the same result asNewTransientOccurrenceContext.getValueContext(), but with an older and more verbose name.NewTransientOccurrenceContext.getValueContext()Returns the value context of the record being created. -
Uses of ValueContextForUpdate in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ValueContextForUpdateModifier and TypeMethodDescriptionProcedureContext.getContext(boolean isTriggerActivation, ValueContextForUpdate contextToCopy, AdaptationTable aTable) Provides an interface for setting values on a context that conforms to any record of the specified table.ProcedureContext.getContext(AdaptationName aName) Provides an interface for reading and/or updating persisted content.ProcedureContext.getContextForNewOccurrence(Adaptation recordToCopy, AdaptationTable aTable) Provides an interface for copying a context from an existing record.ProcedureContext.getContextForNewOccurrence(AdaptationTable aTable) Provides an interface for setting values on a context that conforms to any record of the specified table.Methods in com.orchestranetworks.service with parameters of type ValueContextForUpdateModifier and TypeMethodDescriptionProcedureContext.getContext(boolean isTriggerActivation, ValueContextForUpdate contextToCopy, AdaptationTable aTable) Provides an interface for setting values on a context that conforms to any record of the specified table.