Uses of Class
com.s8.api.web.S8WebObject
Packages that use S8WebObject
-
Uses of S8WebObject in com.s8.api.web
Methods in com.s8.api.web with type parameters of type S8WebObjectModifier and TypeMethodDescription<T extends S8WebObject>
voidS8WebVertexOutbound.setObjectField(String name, T value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidS8WebVertexOutbound.setObjectListField(String name, List<T> value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidS8WebVertexOutbound.setObjectListField(String name, T value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidS8WebVertexOutbound.setObjectListField(String name, T[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to.<T extends S8WebObject>
voidS8WebVertexInbound.setObjectMethod(String name, ObjectNeFunction<T> function) Define behaviour for the method of the object attached to this vertex.Methods in com.s8.api.web that return S8WebObjectModifier and TypeMethodDescriptionS8WebVertex.getAttachedObject()Retrieved the Object attached to this vertexMethods in com.s8.api.web with parameters of type S8WebObjectModifier and TypeMethodDescriptionS8WebFront.createVertex(String typeName, S8WebObject object) Create a vertex to be used forS8WebObject.<T extends S8WebObject>
voidS8WebVertexOutbound.setObjectListField(String name, T[] value) Set the value of field whose name is equal to the name arg on the remote front object this vertex outbound is linked to. -
Uses of S8WebObject in com.s8.api.web.functions.objects
Classes in com.s8.api.web.functions.objects with type parameters of type S8WebObjectModifier and TypeInterfaceDescriptioninterfaceObjectNeFunction<T extends S8WebObject>A Web function on anS8WebObjectobject.interfaceObjectsListNeFunction<T extends S8WebObject>A Web function on anS8WebObject[] objects array. -
Uses of S8WebObject in com.s8.api.web.lambdas.objects
Classes in com.s8.api.web.lambdas.objects with type parameters of type S8WebObjectModifier and TypeInterfaceDescriptioninterfaceListLambda<T extends S8WebObject>A Web lambda on anS8WebObject[] argument (from network).