public class IfsIsCheckedOutContext extends IfsCommandContext implements IsCheckedOutContext
| Constructor and Description |
|---|
IfsIsCheckedOutContext()
Deafult Constructor.
|
IfsIsCheckedOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
boolean |
getResults()
Gets the results.
|
VersionSeries |
getVersionSeries()
Gets the version series.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setResults(boolean isCheckedOut)
Sets the results.
|
void |
setVersionSeries(VersionSeries vs)
Sets the version series.
|
public IfsIsCheckedOutContext()
throws IfsException
IfsExceptionpublic IfsIsCheckedOutContext(LibrarySession session, VersionSeries vs) throws IfsException
session - LibrarySession.vs - VersionSeries within which the document belongs to.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface IsCheckedOutContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface IsCheckedOutContextIfsExceptionpublic VersionSeries getVersionSeries() throws IfsException
getVersionSeries in interface IsCheckedOutContextIfsExceptionpublic void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries in interface IsCheckedOutContextIfsExceptionpublic boolean getResults()
throws IfsException
getResults in interface IsCheckedOutContextIfsExceptionpublic void setResults(boolean isCheckedOut)
throws IfsException
setResults in interface IsCheckedOutContextIfsExceptionCopyright © 2025. All rights reserved.