public interface CheckOutContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
PublicObject |
getPublicObject()
Gets the returning PublicObject..
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
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
PublicObject getPublicObject() throws IfsException
IfsException
void setPublicObject(PublicObject po) throws IfsException
IfsException
Copyright © 2023. All rights reserved.