public class IfsIsVersionedContext extends IfsCommandContext implements IsVersionedContext
| Constructor and Description |
|---|
IfsIsVersionedContext()
Deafult Constructor.
|
IfsIsVersionedContext(LibrarySession session,
PublicObject po)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
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.
|
public IfsIsVersionedContext()
throws IfsException
IfsExceptionpublic IfsIsVersionedContext(LibrarySession session, PublicObject po) throws IfsException
session - LibrarySession.po - PublicObject which to find out whether it is versioned
or not.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface IsVersionedContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface IsVersionedContextIfsExceptionpublic PublicObject getPublicObject() throws IfsException
getPublicObject in interface IsVersionedContextIfsExceptionpublic void setPublicObject(PublicObject po) throws IfsException
setPublicObject in interface IsVersionedContextIfsExceptionpublic boolean getResults()
throws IfsException
getResults in interface IsVersionedContextIfsExceptionpublic void setResults(boolean isVersioned)
throws IfsException
setResults in interface IsVersionedContextIfsExceptionCopyright © 2025. All rights reserved.