public interface IRecursiveDeltaChecker
IDeltaSerializer when it must check if a
given IResource has been modified or not.| Modifier and Type | Method and Description |
|---|---|
IDeltaSerializer.DeltaSerializerParameters |
getParameters() |
boolean |
isModified(IResource resource)
All
IDeltaSerializer that are registered for this resource will be
called via their IDeltaSerializer.isModified(IResource, IRecursiveDeltaChecker)
method. |
boolean |
isModified(RID rid,
IResourceContext context)
|
boolean isModified(IResource resource) throws WcmException
IDeltaSerializer that are registered for this resource will be
called via their IDeltaSerializer.isModified(IResource, IRecursiveDeltaChecker)
method. If circle-references are not detected, by the implementation,
this might result in a stack overflow!resource - the resource to check modification for. Must not be nullWcmException - WcmExceptionboolean isModified(RID rid, IResourceContext context) throws WcmException
isModified(IResource). This is a performance improvement method: If the
implementation caches results, it might be able to return the flag without needing
to do calculations. In this case, the resource's RID is sufficient information. A
caller does not need to do the expensive resource instantiation in vain.rid - the rid to check, must not be nullcontext - the current context, must not nullWcmException - WcmExceptionIDeltaSerializer.DeltaSerializerParameters getParameters()
null| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice