public final class DeltaInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static DeltaInfo |
getDeltaInformation()
dummy constructor to be used if a non-delta is needed
|
static DeltaInfo |
getInstance(long referencetime)
constructor to be used if a delta is needed that only runs against a certain date, but is independent of any previous serialization run
|
static DeltaInfo |
getInstance(long referencetime,
String referencetransport)
full-blown constructor
|
long |
getReferenceTime() |
String |
getReferenceTransport() |
boolean |
isDelta() |
String |
toString() |
public static DeltaInfo getDeltaInformation()
public static DeltaInfo getInstance(long referencetime)
referencetime - the time the delta should reference. Just as always - This represents the offset from January 1, 1970, 00:00:00 GMT in millisecondspublic static DeltaInfo getInstance(long referencetime, String referencetransport)
referencetime - see getInstance(long)referencetransport - the ID of the referenced serialization run. Must not be nullpublic boolean isDelta()
public long getReferenceTime()
isDelta() = false, this will return -1.
Otherwise, the given value is returnedpublic String getReferenceTransport()
isDelta() = false, this will return null.
Otherwise, it depends if this was set at construction point of time or not.| 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 2017 SAP AG Complete Copyright Notice