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