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
IfsException
public 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 CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface CheckInContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface CheckInContext
IfsException
public VersionSeries getVersionSeries() throws IfsException
getVersionSeries
in interface CheckInContext
IfsException
public void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries
in interface CheckInContext
IfsException
public String getCheckInComment() throws IfsException
getCheckInComment
in interface CheckInContext
IfsException
public void setCheckInComment(String comment) throws IfsException
setCheckInComment
in interface CheckInContext
IfsException
public void setCheckInObject(PublicObject po)
setCheckInObject
in interface CheckInContext
public PublicObject getCheckInObject()
getCheckInObject
in interface CheckInContext
Copyright © 2023. All rights reserved.