Interface IVersionURI
- All Superinterfaces:
Cloneable
,IURI
,Serializable
Version uri. Has a cannonical form of
'/version/[version service name]/[version id]';
for example, '/version/DCVSServer/2209'.
-
Method Summary
Modifier and TypeMethodDescriptionVersion id.Version service name.void
Sets the version uri.Methods inherited from interface com.webmethods.portal.system.IURI
clone, getSegment, getSegments, getSegments, getServiceName, getSize, initialize, toString
-
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
Sets the version uri.
-