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
IfsException
public 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 CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface IsCheckedOutContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface IsCheckedOutContext
IfsException
public VersionSeries getVersionSeries() throws IfsException
getVersionSeries
in interface IsCheckedOutContext
IfsException
public void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries
in interface IsCheckedOutContext
IfsException
public boolean getResults() throws IfsException
getResults
in interface IsCheckedOutContext
IfsException
public void setResults(boolean isCheckedOut) throws IfsException
setResults
in interface IsCheckedOutContext
IfsException
Copyright © 2023. All rights reserved.