Uses of Class
com.oopsclick.silk.storage.ObjectStructure
-
Packages that use ObjectStructure Package Description com.oopsclick.silk.dbo com.oopsclick.silk.storage -
-
Uses of ObjectStructure in com.oopsclick.silk.dbo
Methods in com.oopsclick.silk.dbo with parameters of type ObjectStructure Modifier and Type Method Description ResponseObjectSqlController. exec(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)exec operation.ResponseObjectSqlController. get(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject, javax.servlet.http.HttpSession session)The get method executes the SELECT operation in the database.ResponseObjectSqlController. set(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)The set method executes INSERT, UPDATE or DELETEConstructors in com.oopsclick.silk.dbo with parameters of type ObjectStructure Constructor Description FolderOperation(ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject)FileOperation ConstructorSqlOperation(org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate jdbcTemplate, ObjectStructure objectStructure, RequestObject requestObject, ResponseObject responseObject, javax.servlet.http.HttpSession session)SqlOperation Constructor -
Uses of ObjectStructure in com.oopsclick.silk.storage
Methods in com.oopsclick.silk.storage that return ObjectStructure Modifier and Type Method Description ObjectStructureObjectStorage. get(java.lang.String path)Gets an objectStructure from the storageObjectStructureObjectLoader. loadObject(java.lang.String ormFileLocation)Loads the .orm file based on its ormFileLocation.Methods in com.oopsclick.silk.storage with parameters of type ObjectStructure Modifier and Type Method Description voidObjectStorage. put(java.lang.String path, ObjectStructure objectStructure)Adds an objectStructure to the storage.
-