public interface DoesPublicObjectExistByIdContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets the id.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
boolean |
getResults()
Gets the results.
|
void |
setId(Long id)
Sets the id.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setResults(boolean results)
Sets the results.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
Long getId() throws IfsException
IfsException
void setId(Long id) throws IfsException
IfsException
boolean getResults() throws IfsException
IfsException
void setResults(boolean results) throws IfsException
IfsException
Copyright © 2023. All rights reserved.