public interface DeleteLibraryObjectContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the Context.
|
LibraryObject |
getLibraryObject()
Gets the LibraryObject.
|
LibraryObjectDefinition |
getLibraryObjectDefinition()
Gets the LibraryObjectDefinition.
|
String |
getLibraryObjectPath()
Gets the absolute path to the LibraryObject.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
void |
setLibraryObject(LibraryObject lo)
Sets the LibraryObject.
|
void |
setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the LibraryObjectDefinition.
|
void |
setLibraryObjectPath(String path)
Sets the absolute path to the LibraryObject.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void clear()
clear
in interface CommandContext
LibraryObject getLibraryObject() throws IfsException
IfsException
- if the operation failsvoid setLibraryObject(LibraryObject lo) throws IfsException
lo
- LibraryObject for this contextIfsException
- if the operation failsLibraryObjectDefinition getLibraryObjectDefinition() throws IfsException
IfsException
- if the operation failsvoid setLibraryObjectDefinition(LibraryObjectDefinition loDef) throws IfsException
loDef
- LibraryObjectDefinition to be used in this contextIfsException
- if the operation failsLibrarySession getLibrarySession() throws IfsException
IfsException
- if the operation failsvoid setLibrarySession(LibrarySession session) throws IfsException
session
- instance of LibrarySession to be used in this command contextIfsException
- if the operation failsvoid setLibraryObjectPath(String path) throws IfsException
path
- absolute pathIfsException
- if the operation failsString getLibraryObjectPath() throws IfsException
IfsException
- if the operation failsCopyright © 2023. All rights reserved.