public interface HandlePublicObjectVersioningContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckInComment()
Gets the check-in comment.
|
Folder |
getFolder()
Gets the folder.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
PublicObject |
getPublicObject()
Gets the PublicObject.
|
void |
setCheckInComment(String comment)
Sets the check-in comment.
|
void |
setFolder(Folder folder)
Sets the folder.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPublicObject(PublicObject po)
Sets the PublicObject.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionPublicObject getPublicObject() throws IfsException
IfsExceptionvoid setPublicObject(PublicObject po) throws IfsException
IfsExceptionFolder getFolder() throws IfsException
IfsExceptionvoid setFolder(Folder folder) throws IfsException
IfsExceptionString getCheckInComment() throws IfsException
IfsExceptionvoid setCheckInComment(String comment) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.