public class IfsCheckedOutByContext extends IfsCommandContext implements CheckedOutByContext
| Constructor and Description |
|---|
IfsCheckedOutByContext()
Deafult Constructor.
|
IfsCheckedOutByContext(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.
|
DirectoryUser |
getReservor()
Gets the reservor.
|
VersionSeries |
getVersionSeries()
Gets the version series.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setReservor(DirectoryUser user)
Sets the reservor.
|
void |
setVersionSeries(VersionSeries vs)
Sets the version series.
|
public IfsCheckedOutByContext()
throws IfsException
IfsExceptionpublic IfsCheckedOutByContext(LibrarySession session, VersionSeries vs) throws IfsException
session - LibrarySession.vs - VersionSeries within which the document is checked out.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface CheckedOutByContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface CheckedOutByContextIfsExceptionpublic VersionSeries getVersionSeries() throws IfsException
getVersionSeries in interface CheckedOutByContextIfsExceptionpublic void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries in interface CheckedOutByContextIfsExceptionpublic DirectoryUser getReservor() throws IfsException
getReservor in interface CheckedOutByContextIfsExceptionpublic void setReservor(DirectoryUser user) throws IfsException
setReservor in interface CheckedOutByContextIfsExceptionCopyright © 2025. All rights reserved.