public interface CheckInContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckInComment()
Gets the check-in comment.
|
PublicObject |
getCheckInObject()
Get the object to be added as a new version.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
VersionSeries |
getVersionSeries()
Gets the VersionSeries.
|
void |
setCheckInComment(String comment)
Sets the check-in comment.
|
void |
setCheckInObject(PublicObject object)
Set the object to add as a new version.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionVersionSeries getVersionSeries() throws IfsException
IfsExceptionvoid setVersionSeries(VersionSeries vs) throws IfsException
IfsExceptionString getCheckInComment() throws IfsException
IfsExceptionvoid setCheckInComment(String comment) throws IfsException
IfsExceptionvoid setCheckInObject(PublicObject object) throws IfsException
IfsExceptionPublicObject getCheckInObject() throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.