Uses of Interface
com.ebasetech.ufs.mapping.ResourceRequestInterface
Package | Description |
---|---|
com.ebasetech.ufs.mapping |
-
Uses of ResourceRequestInterface in com.ebasetech.ufs.mapping
Methods in com.ebasetech.ufs.mapping with parameters of type ResourceRequestInterface Modifier and Type Method Description java.lang.String
CustomResourceInterface. execute(ResourceRequestInterface resourceRequest, java.lang.String command)
This method is invoked each time a command is issued against the custom resource.void
CustomResourceInterface. fetchTable(ResourceRequestInterface resourceRequest, java.lang.String tableId)
This method notifies the resource that table data has been requested from this resource.void
CustomResourceInterface. updateTable(ResourceRequestInterface resourceRequest, java.lang.String tableId)
This method notifies the resource that table data is being updated to this resource.