public class IfsCheckOutContext extends IfsCommandContext implements CheckOutContext
| Constructor and Description |
|---|
IfsCheckOutContext()
Deafult Constructor.
|
IfsCheckOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
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 setPublicObject.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
public IfsCheckOutContext()
throws IfsException
IfsExceptionpublic IfsCheckOutContext(LibrarySession session, VersionSeries vs) throws IfsException
session - LibrarySession.vs - VersionSeries in which to check out.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface CheckOutContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface CheckOutContextIfsExceptionpublic VersionSeries getVersionSeries() throws IfsException
getVersionSeries in interface CheckOutContextIfsExceptionpublic void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries in interface CheckOutContextIfsExceptionpublic PublicObject getPublicObject() throws IfsException
getPublicObject in interface CheckOutContextIfsExceptionpublic void setPublicObject(PublicObject po) throws IfsException
setPublicObject in interface CheckOutContextIfsExceptionCopyright © 2025. All rights reserved.