com.sap.netweaver.bc.serialize

Class IDeltaSerializer.DeltaSerializerParameters

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.IDeltaSerializer.DeltaSerializerParameters
Enclosing interface:
IDeltaSerializer

public static final class IDeltaSerializer.DeltaSerializerParameters
extends Object

container class to carry all needed information for the check if a resource has been modified As all its variables are immutable, so is this container. It might be reused for a complete run of IDeltaSerializer.isModified(IResource, IRecursiveDeltaChecker)


Constructor Summary
IDeltaSerializer.DeltaSerializerParameters(DeltaInfo info, boolean anonymize, ContextMap map, IDependantRidQueue ridqueue)
           
 
Method Summary
 DeltaInfo getDeltaInfo()
           
 IDependantRidQueue getDependantRidQueue()
           
 ContextMap getMap()
           
 boolean isAnonymize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDeltaSerializer.DeltaSerializerParameters

public IDeltaSerializer.DeltaSerializerParameters(DeltaInfo info,
                                                  boolean anonymize,
                                                  ContextMap map,
                                                  IDependantRidQueue ridqueue)
Parameters:
info - contains information about the actual delta definition. Must not be null
anonymize - flag just as it is used in ISerializer.DeserializationParameters
map - the context map, just as it is used in ISerializer.DeserializationParameters, must not be null
Method Detail

getDeltaInfo

public DeltaInfo getDeltaInfo()

isAnonymize

public boolean isAnonymize()

getMap

public ContextMap getMap()

getDependantRidQueue

public IDependantRidQueue getDependantRidQueue()
Access Rights

This class can be accessed from:


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 2014 SAP AG Complete Copyright Notice