summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Object
Commit message (Collapse)AuthorAgeFilesLines
* Declare errors in Object.Delete interfaceDeepak Kodihalli2018-10-041-0/+2
| | | | | | | The Delete interface can throw an InternalFailure error. Change-Id: I36c42b97d862cf534d34c6f24a14388f7304940f Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Add interface to enable an objectDeepak Kodihalli2017-09-081-0/+22
| | | | | | | | | | | | | | | The interface consists of a boolean property called 'Enabled'. Setting that to true or false helps determine whether an object implementing this interface is usable or not. This will help users to select an object from a collection of similar objects. For instance, given these objects : setting/permanent/boot and setting/one-time/boot, one or both of these objects could implement the Enable interface to allow a user to state how the boot setting should be applied - the next boot versus all subsequent boots. Change-Id: I35df5384d459ba7d6cd9afab630f145b5a5c9948 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Document existing Object.Delete interfaceBrad Bishop2016-11-101-0/+8
This interfaces is mainly used by a REST implementation to handle HTTP DELETE requests. Change-Id: I7c1d00f05f5bd064a0294a7006f1bd7974a57aff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud