Uses of Class
dev.vality.damsel.context.ObjectNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.context |
-
Uses of ObjectNotFound in dev.vality.damsel.context
Fields in dev.vality.damsel.context declared as ObjectNotFound Modifier and Type Field Description ObjectNotFoundContextsSrv.Delete_result. ex1ObjectNotFoundContextsSrv.Get_result. ex1ObjectNotFoundContextsSrv.Put_result. ex1Methods in dev.vality.damsel.context that return ObjectNotFound Modifier and Type Method Description ObjectNotFoundObjectNotFound. deepCopy()ObjectNotFoundContextsSrv.Delete_result. getEx1()ObjectNotFoundContextsSrv.Get_result. getEx1()ObjectNotFoundContextsSrv.Put_result. getEx1()Methods in dev.vality.damsel.context with parameters of type ObjectNotFound Modifier and Type Method Description intObjectNotFound. compareTo(ObjectNotFound other)booleanObjectNotFound. equals(ObjectNotFound that)ContextsSrv.Delete_resultContextsSrv.Delete_result. setEx1(ObjectNotFound ex1)ContextsSrv.Get_resultContextsSrv.Get_result. setEx1(ObjectNotFound ex1)ContextsSrv.Put_resultContextsSrv.Put_result. setEx1(ObjectNotFound ex1)Methods in dev.vality.damsel.context that throw ObjectNotFound Modifier and Type Method Description voidContextsSrv.Client. delete(String id, String ns)voidContextsSrv.Iface. delete(String id, String ns)ValueContextsSrv.Client. get(String id, String ns)ValueContextsSrv.Iface. get(String id, String ns)VoidContextsSrv.AsyncClient.Delete_call. getResult()ValueContextsSrv.AsyncClient.Get_call. getResult()VoidContextsSrv.AsyncClient.Put_call. getResult()voidContextsSrv.Client. put(String id, String ns, Value context)voidContextsSrv.Iface. put(String id, String ns, Value context)voidContextsSrv.Client. recvDelete()ValueContextsSrv.Client. recvGet()voidContextsSrv.Client. recvPut()Constructors in dev.vality.damsel.context with parameters of type ObjectNotFound Constructor Description Delete_result(ObjectNotFound ex1, Forbidden ex2)Get_result(Value success, ObjectNotFound ex1)ObjectNotFound(ObjectNotFound other)Performs a deep copy on other.Put_result(ObjectNotFound ex1, Forbidden ex2)