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