Uses of Interface
com.orchestranetworks.service.ValueContextForUpdate
-
Packages that use ValueContextForUpdate Package Description com.orchestranetworks.rest.serialization com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation.com.orchestranetworks.service 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 ValueContextForUpdate Modifier and Type Method Description abstract 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 ValueContextForUpdate Modifier and Type Method Description ValueContextForUpdateBeforeModifyInstanceContext. getDatasetContextForUpdate()Returns the dataset context for performing the update.ValueContextForUpdateBeforeCreateInstanceContext. getInstanceContextForUpdate()Returns a dataset context for performing updates.ValueContextForUpdateBeforeCreateOccurrenceContext. getOccurrenceContextForUpdate()Returns the record context for performing the update.ValueContextForUpdateBeforeDeleteOccurrenceContext. getOccurrenceContextForUpdate()Returns the record context for performing the update.ValueContextForUpdateBeforeModifyOccurrenceContext. getOccurrenceContextForUpdate()Returns the record context for performing the update.ValueContextForUpdateNewTransientOccurrenceContext. getOccurrenceContextForUpdate()Returns the same result asNewTransientOccurrenceContext.getValueContext(), but with an older and more verbose name.ValueContextForUpdateNewTransientOccurrenceContext. getValueContext()Returns the value context of the record being created. -
Uses of ValueContextForUpdate in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ValueContextForUpdate Modifier and Type Method Description ValueContextForUpdateProcedureContext. 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.ValueContextForUpdateProcedureContext. getContext(AdaptationName aName)Provides an interface for reading and/or updating persisted content.ValueContextForUpdateProcedureContext. getContextForNewOccurrence(Adaptation recordToCopy, AdaptationTable aTable)Provides an interface for copying a context from an existing record.ValueContextForUpdateProcedureContext. 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 ValueContextForUpdate Modifier and Type Method Description ValueContextForUpdateProcedureContext. 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.
-