Class ChangeSetContextImpl
java.lang.Object
com.sap.cds.services.impl.changeset.ChangeSetContextImpl
- All Implemented Interfaces:
ChangeSetContext,ChangeSetContextSPI,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeSetContextImplattach()voidclose()static ChangeSetContextSPIintgetId()booleanhasChangeSetMember(String name) booleanvoidstatic ChangeSetContextImplopen()voidregister(ChangeSetListener listener) voidregister(ChangeSetMember member) void
-
Method Details
-
open
-
attach
-
getCurrent
-
getId
public int getId()- Specified by:
getIdin interfaceChangeSetContext
-
register
- Specified by:
registerin interfaceChangeSetContext
-
register
- Specified by:
registerin interfaceChangeSetContextSPI
-
hasChangeSetMember
- Specified by:
hasChangeSetMemberin interfaceChangeSetContextSPI
-
triggerBeforeClose
public void triggerBeforeClose() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
markForCancel
public void markForCancel()- Specified by:
markForCancelin interfaceChangeSetContext
-
isMarkedForCancel
public boolean isMarkedForCancel()- Specified by:
isMarkedForCancelin interfaceChangeSetContext
-