public class IfsCancelCheckOutContext extends IfsCommandContext implements CancelCheckOutContext
| Constructor and Description |
|---|
IfsCancelCheckOutContext()
Deafult Constructor.
|
IfsCancelCheckOutContext(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.
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
public IfsCancelCheckOutContext()
throws IfsException
IfsExceptionpublic IfsCancelCheckOutContext(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 CancelCheckOutContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface CancelCheckOutContextIfsExceptionpublic VersionSeries getVersionSeries() throws IfsException
getVersionSeries in interface CancelCheckOutContextIfsExceptionpublic void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries in interface CancelCheckOutContextIfsExceptionCopyright © 2025. All rights reserved.