public interface _DBPatchOperations extends _IObjectOperations
| Modifier and Type | Method and Description | 
|---|---|
RInt | 
getCurrentPatch(Ice.Current __current)  | 
RString | 
getCurrentVersion(Ice.Current __current)  | 
RTime | 
getFinished(Ice.Current __current)  | 
RString | 
getMessage(Ice.Current __current)  | 
RInt | 
getPreviousPatch(Ice.Current __current)  | 
RString | 
getPreviousVersion(Ice.Current __current)  | 
void | 
setCurrentPatch(RInt theCurrentPatch,
               Ice.Current __current)  | 
void | 
setCurrentVersion(RString theCurrentVersion,
                 Ice.Current __current)  | 
void | 
setFinished(RTime theFinished,
           Ice.Current __current)  | 
void | 
setMessage(RString theMessage,
          Ice.Current __current)  | 
void | 
setPreviousPatch(RInt thePreviousPatch,
                Ice.Current __current)  | 
void | 
setPreviousVersion(RString thePreviousVersion,
                  Ice.Current __current)  | 
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetailsRString getCurrentVersion(Ice.Current __current)
void setCurrentVersion(RString theCurrentVersion, Ice.Current __current)
RInt getCurrentPatch(Ice.Current __current)
void setCurrentPatch(RInt theCurrentPatch, Ice.Current __current)
RString getPreviousVersion(Ice.Current __current)
void setPreviousVersion(RString thePreviousVersion, Ice.Current __current)
RInt getPreviousPatch(Ice.Current __current)
void setPreviousPatch(RInt thePreviousPatch, Ice.Current __current)
RTime getFinished(Ice.Current __current)
void setFinished(RTime theFinished, Ice.Current __current)
RString getMessage(Ice.Current __current)
void setMessage(RString theMessage, Ice.Current __current)