public class PortableDelta
extends java.lang.Object
implements java.io.Serializable
CanonicalDelta, Serialized Form| Constructor and Description |
|---|
PortableDelta(Ref ref, Digest digest, java.util.Map<java.lang.String,java.lang.String> customProps, byte[] serializedDelta, boolean isFullData) |
| Modifier and Type | Method and Description |
|---|---|
Digest |
getDigest()
Returns the digest.
|
Ref |
getRef()
Returns the reference for this resource
|
boolean |
isFullData()
Returns true if the delta is in fact a whole value.
|
CanonicalDelta |
toCanonicalDelta(ConfigService configService, com.bea.wli.security.encryption.PBE_DecryptionService ds)
Converts to canonical delta representation
|
PortableResource |
toPortableResource()
Convenience method for converting PortableDelta to a PortableResource object.
|
public Ref getRef()
public Digest getDigest()
public boolean isFullData()
public CanonicalDelta toCanonicalDelta(ConfigService configService, com.bea.wli.security.encryption.PBE_DecryptionService ds) throws java.lang.Exception
configService - the config serviceds - decryption service. Can be nulljava.lang.ExceptionCanonicalDelta.toPortableDelta(com.bea.wli.config.ConfigService, com.bea.wli.security.encryption.PBE_EncryptionService)public PortableResource toPortableResource() throws java.lang.Exception
isFullData() returns truejava.lang.Exception