Trees | Indices | Help |
|
---|
|
object --+ | KindBackend
A prototype backend which essentially does nothing.
Use this Backend for your Resource and Link types.
Note that it can happen that an entity has more than one backend assigned (this is the case when it has a couple of mixins). But you can assign multiple kinds to one backend.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Call the Resource Management and create this entity. entity -- The entity which is to be created. extras -- Any extra arguments which are defined by the user. |
Call the Resource Management and refresh this entity so the client gets up to date information. entity -- The entity which is to be retrieved. extras -- Any extra arguments which are defined by the user. |
Call the Resource Management and update this entity. It is up to the backend implementation to decide which information from new if copied into old. Note that the new entity might no have all the information the old one had. old -- The old entity which is to be updated. new -- The new entity holding the updated information. extras -- Any extra arguments which are defined by the user. |
Call the Resource Management and update this entity. This is essentially a full update (Which allows removal of attributes for example). It is up to the backend implementation to decide which information from new if copied into old. So if you really want to replace old with new you need to have an old.* = new.* somewhere here (RECOMMENDED). old -- The old entity which is to be updated. new -- The new entity holding the updated information. extras -- Any extra arguments which are defined by the user. |
Call the Resource Management and delete this entity. entity -- The entity which is to be deleted. extras -- Any extra arguments which are defined by the user. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 19 09:07:42 2012 | http://epydoc.sourceforge.net |