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.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
PublicObject getPublicObject() throws IfsException
IfsException
void setPublicObject(PublicObject po) throws IfsException
IfsException
Folder getFolder() throws IfsException
IfsException
void setFolder(Folder folder) throws IfsException
IfsException
String getCheckInComment() throws IfsException
IfsException
void setCheckInComment(String comment) throws IfsException
IfsException
Copyright © 2023. All rights reserved.