public interface DDMStructureVersionServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DDMStructureVersionSoap |
getLatestStructureVersion(long structureId) |
DDMStructureVersionSoap |
getStructureVersion(long structureVersionId) |
DDMStructureVersionSoap[] |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getStructureVersionsCount(long structureId) |
DDMStructureVersionSoap getLatestStructureVersion(long structureId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDDMStructureVersionSoap getStructureVersion(long structureVersionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getStructureVersionsCount(long structureId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDDMStructureVersionSoap[] getStructureVersions(long structureId, int start, int end, OrderByComparator orderByComparator) throws java.rmi.RemoteException
java.rmi.RemoteException