Uses of Class
edu.uiuc.ncsa.security.storage.cli.FoundIdentifiables
-
Packages that use FoundIdentifiables Package Description edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface). -
-
Uses of FoundIdentifiables in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return FoundIdentifiables Modifier and Type Method Description protected FoundIdentifiables
StoreCommands. findByIDOrRS(Store store, String name)
This will find an object in the given store assuming the name is an identifier.protected FoundIdentifiables
StoreCommands. findItem(Store store, InputLine inputLine, boolean allowResultSets)
General case for finding items from a store.protected FoundIdentifiables
StoreCommands. findItem(InputLine inputLine)
protected FoundIdentifiables
StoreCommands. findItem(InputLine inputLine, boolean allowResultSets)
Resolves the first argument of a command line into either a unique identifier against the ambient store.Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type FoundIdentifiables Modifier and Type Method Description protected void
StoreCommands. rmCleanup(FoundIdentifiables identifiable)
Called if there is additional clean up needed.
-