|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bigllc.retsiq.metadata.MetadataOverlayModel
public class MetadataOverlayModel
This class allows an overlay sparse metadata to be overlaid onto a base working copy. It also allows the differences to be generated as a sparse metadata model. The base should not be modified. Changes should be made to the model that is retrieved from getModel on this class.
| Constructor Summary | |
|---|---|
MetadataOverlayModel(MetadataSystem base)
Deprecated. |
|
MetadataOverlayModel(MetadataSystem base,
MetadataSystem overlay)
Deprecated. |
|
MetadataOverlayModel(MetadataSystem base,
MetadataSystem overlay,
com.bigllc.retsiq.api.RETSConstants.Version version)
Construct a model from the base metadata with the overlay applied. |
|
MetadataOverlayModel(MetadataSystem base,
com.bigllc.retsiq.api.RETSConstants.Version version)
Construct a new overlay model with no changes applied. |
|
| Method Summary | |
|---|---|
MetadataModel |
getModel()
Get the constructed base and overlay metadata. |
MetadataSystem |
getOverlayMetadata()
Get the overlay metadata. |
MetadataSystem |
getSystem()
Get the system node for the constructed base and overlay metadata. |
static void |
main(java.lang.String[] args)
|
void |
writeOverlay(java.io.OutputStream out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public MetadataOverlayModel(MetadataSystem base)
@Deprecated
public MetadataOverlayModel(MetadataSystem base,
MetadataSystem overlay)
public MetadataOverlayModel(MetadataSystem base,
com.bigllc.retsiq.api.RETSConstants.Version version)
public MetadataOverlayModel(MetadataSystem base,
MetadataSystem overlay,
com.bigllc.retsiq.api.RETSConstants.Version version)
| Method Detail |
|---|
public MetadataModel getModel()
public MetadataSystem getSystem()
public MetadataSystem getOverlayMetadata()
public void writeOverlay(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||