Uses of Interface
com.caplin.datasrc.interfaces.DSPacket
Packages that use DSPacket
-
Uses of DSPacket in com.caplin.datasrc.interfaces
Subinterfaces of DSPacket in com.caplin.datasrc.interfacesModifier and TypeInterfaceDescriptioninterfaceExtendsDSDatato provide helper methods for sending Container objects.interfaceThis interface should be implemented by a class that needs to send data to DataSource peers (for example, a Caplin Liberator, or another DataSource-enabled application).interfaceThe interface that should be implemented by an instance ofDSPageof the type page.interfaceExtendsDSDatato provide helper methods for sending Permissions.interfaceThe interface that should be implemented by an instance of DSData of the type record. -
Uses of DSPacket in com.caplin.transformer.module.datasrc
Subinterfaces of DSPacket in com.caplin.transformer.module.datasrcModifier and TypeInterfaceDescriptioninterfaceRepresents an update for a particular container object.interfaceRepresents an update for a particular object.interfaceinterfaceRepresents an update for a particular record object.Classes in com.caplin.transformer.module.datasrc that implement DSPacketModifier and TypeClassDescriptionclassImplementation of the TransformerContainer interface.classImplementation of the TransformerData interface.classclassImplementation of the TransformerRecord interface.