public interface IsVersionedContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
PublicObject |
getPublicObject()
Gets the PublicObject.
|
boolean |
getResults()
Gets the results.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setPublicObject(PublicObject po)
Sets the PublicObject.
|
void |
setResults(boolean isVersioned)
Sets the results.
|
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
boolean getResults() throws IfsException
IfsException
void setResults(boolean isVersioned) throws IfsException
IfsException
Copyright © 2023. All rights reserved.