public interface IsCheckedOutContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
boolean |
getResults()
Gets the results.
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setResults(boolean isCheckedOut)
Sets the results.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionVersionSeries getVersionSeries() throws IfsException
IfsExceptionvoid setVersionSeries(VersionSeries vs) throws IfsException
IfsExceptionboolean getResults()
throws IfsException
IfsExceptionvoid setResults(boolean isCheckedOut)
throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.