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
IfsException
public 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 CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface CancelCheckOutContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface CancelCheckOutContext
IfsException
public VersionSeries getVersionSeries() throws IfsException
getVersionSeries
in interface CancelCheckOutContext
IfsException
public void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries
in interface CancelCheckOutContext
IfsException
Copyright © 2023. All rights reserved.