Interface VCSGisRepositoryData

All Superinterfaces:
org.gvsig.json.SupportToJson
All Known Subinterfaces:
VCSGisRepositoryLogData

public interface VCSGisRepositoryData extends org.gvsig.json.SupportToJson
Author:
gvSIG Team
  • Method Details

    • getDataCode

      String getDataCode()
    • getEntityCode

      String getEntityCode()
    • getFeatureRelatedCode

      String getFeatureRelatedCode()
    • getRevisionCode

      String getRevisionCode()
    • getOperation

      int getOperation()
    • getOperationLabel

      String getOperationLabel()
    • getRevisionNumber

      long getRevisionNumber()
    • getEfectiveDate

      Timestamp getEfectiveDate()
    • getData

      String getData()
      The feature coded as JSon.
      Returns:
    • getDataAsJson

      javax.json.JsonObject getDataAsJson()