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
IfsException
public 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 CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface CheckedOutByContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface CheckedOutByContext
IfsException
public VersionSeries getVersionSeries() throws IfsException
getVersionSeries
in interface CheckedOutByContext
IfsException
public void setVersionSeries(VersionSeries vs) throws IfsException
setVersionSeries
in interface CheckedOutByContext
IfsException
public DirectoryUser getReservor() throws IfsException
getReservor
in interface CheckedOutByContext
IfsException
public void setReservor(DirectoryUser user) throws IfsException
setReservor
in interface CheckedOutByContext
IfsException
Copyright © 2023. All rights reserved.