public interface VersionManager
Modifier and Type | Method and Description |
---|---|
Version |
add(Version version,
String productId) |
void |
delete(String versionId,
String productId) |
Version |
get(String versionId,
String productId) |
List<Version> |
query(String productId) |
void |
update(Version version,
String productId) |
Copyright © 2006–2018 TinyGroup. All rights reserved.