public interface DDLRecordVersionServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DDLRecordVersionSoap |
getRecordVersion(long recordVersionId) |
DDLRecordVersionSoap |
getRecordVersion(long recordId,
java.lang.String version) |
DDLRecordVersionSoap[] |
getRecordVersions(long recordId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getRecordVersionsCount(long recordId) |
DDLRecordVersionSoap getRecordVersion(long recordVersionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDDLRecordVersionSoap getRecordVersion(long recordId, java.lang.String version) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getRecordVersionsCount(long recordId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDDLRecordVersionSoap[] getRecordVersions(long recordId, int start, int end, OrderByComparator orderByComparator) throws java.rmi.RemoteException
java.rmi.RemoteException