Interface IVersionURI

All Superinterfaces:
Cloneable, IURI, Serializable

public interface IVersionURI extends IURI
Version uri. Has a cannonical form of '/version/[version service name]/[version id]'; for example, '/version/DCVSServer/2209'.
  • Method Details

    • getVersionServiceName

      String getVersionServiceName()
      Version service name. The content service name of '/version/DCVSServer/2209' is 'DCVSServer'.
      Returns:
      null if the uri does not have a service name.
    • getVersionId

      String getVersionId()
      Version id. The version id of '/version/DCVSServer/2209' is '2209'. The version id of '/version/DCVSServer/meta/default/content/2209' is 'meta/defaul/content/2209'.
      Returns:
      null if the uri does not contain a version id
    • setURI

      void setURI(String value)
      Sets the version uri.