public interface CheckedOutByContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
DirectoryUser |
getReservor()
Gets the reservor.
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setReservor(DirectoryUser user)
Sets the reservor.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
VersionSeries getVersionSeries() throws IfsException
IfsException
void setVersionSeries(VersionSeries vs) throws IfsException
IfsException
DirectoryUser getReservor() throws IfsException
IfsException
void setReservor(DirectoryUser user) throws IfsException
IfsException
Copyright © 2023. All rights reserved.