public interface FindPublicObjectByIdContext extends CommandContext
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getId()
Gets the id. 
 | 
LibrarySession | 
getLibrarySession()
Gets the session. 
 | 
PublicObject | 
getPublicObject()
Gets the returning PublicObject. 
 | 
void | 
setId(Long id)
Sets the id. 
 | 
void | 
setLibrarySession(LibrarySession session)
Sets the session. 
 | 
void | 
setPublicObject(PublicObject po)
Sets the returning PublicObject. 
 | 
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionLong getId() throws IfsException
IfsExceptionvoid setId(Long id) throws IfsException
IfsExceptionPublicObject getPublicObject() throws IfsException
IfsExceptionvoid setPublicObject(PublicObject po) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.