public class IfsCheckInContext extends IfsCommandContext implements CheckInContext
| Constructor and Description |
|---|
IfsCheckInContext()
Deafult Constructor.
|
IfsCheckInContext(LibrarySession session,
VersionSeries vs,
String comment)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
String |
getCheckInComment()
Gets the check-in comment.
|
PublicObject |
getCheckInObject()
Get the potential new version of the object.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setCheckInComment(String comment)
Sets the check-in comment.
|
void |
setCheckInObject(PublicObject po)
Sets the potential new version of the object.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
public IfsCheckInContext()
throws IfsException
IfsExceptionpublic IfsCheckInContext(LibrarySession session, VersionSeries vs, String comment) throws IfsException
session - LibrarySession.vs - VersionSeries in which to check out.comment - Check-in comment.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface CheckInContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface CheckInContextIfsExceptionpublic VersionSeries getVersionSeries() throws IfsException
getVersionSeries in interface CheckInContextIfsExceptionpublic void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries in interface CheckInContextIfsExceptionpublic String getCheckInComment() throws IfsException
getCheckInComment in interface CheckInContextIfsExceptionpublic void setCheckInComment(String comment) throws IfsException
setCheckInComment in interface CheckInContextIfsExceptionpublic void setCheckInObject(PublicObject po)
setCheckInObject in interface CheckInContextpublic PublicObject getCheckInObject()
getCheckInObject in interface CheckInContextCopyright © 2025. All rights reserved.