Uses of Interface
com.sap.cds.services.changeset.ChangeSetContext
Packages that use ChangeSetContext
Package
Description
-
Uses of ChangeSetContext in com.sap.cds.services
Methods in com.sap.cds.services that return ChangeSetContext -
Uses of ChangeSetContext in com.sap.cds.services.changeset
Subinterfaces of ChangeSetContext in com.sap.cds.services.changesetMethods in com.sap.cds.services.changeset that return ChangeSetContextModifier and TypeMethodDescriptionstatic ChangeSetContextChangeSetContext.getCurrent()Gives access to the currently activeChangeSetContext.ChangeSetContextAccessor.getCurrent()Gives access to the currently activeChangeSetContext. -
Uses of ChangeSetContext in com.sap.cds.services.runtime
Method parameters in com.sap.cds.services.runtime with type arguments of type ChangeSetContextModifier and TypeMethodDescriptionvoidChangeSetContextRunner.run(Consumer<ChangeSetContext> changeSetHandler) Opens aChangeSetContextand runs the given handler within its scope.<T> TChangeSetContextRunner.run(Function<ChangeSetContext, T> changeSetHandler) Opens aChangeSetContextand runs the given handler within its scope.