| Package | Description |
|---|---|
| org.dmd.dmp.client | |
| org.dmd.dmp.server.extended | |
| org.dmd.dmp.server.generated.dmw | |
| org.dmd.dmp.shared.generated.dmo | |
| org.dmd.dmt.shared.generated.dmo |
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
DMPService.otherRequest(RequestDMO request) |
void |
DMPServiceAsync.otherRequest(RequestDMO request,
com.google.gwt.user.client.rpc.AsyncCallback<ResponseDMO> callback)
Allows for the processing of application specific requests.
|
| Constructor and Description |
|---|
Request(RequestDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
RequestDMO |
RequestDMW.getDMO() |
| Constructor and Description |
|---|
RequestDMW(RequestDMO obj,
ClassDefinition cd) |
| Constructor and Description |
|---|
RequestIterableDMW(Iterator<RequestDMO> it) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionCancelRequestDMO
The ActionCancelRequest is used to cancel an action that is running\n on
the server.
|
class |
ActionRequestDMO
The ActionRequest is used to trigger behaviour on one or more objects.
|
class |
CreateRequestDMO
The CreateRequest allows you to create a new object.
|
class |
DeleteRequestDMO
The DeleteRequest allows you to delete one or more objects.
|
class |
DenotifyRequestDMO
The DenotifyRequest allows you to deregister for event notification on\n
one or more objects.
|
class |
GetRequestDMO
The GetRequest is used to retrieve objects.
|
class |
LoginRequestDMO
The LoginRequest allows you to connect to connect to something and\n pass
along credentials.
|
class |
LogoutRequestDMO
The LogoutRequest allows you to disconnect from your current session.
|
class |
NotifyRequestDMO
The NotifyRequest allows you to register for events on an arbitrary object
or set\n of objects.
|
class |
PreAuthRequestDMO
The PreAuthRequest allows for the retrieval of information from the\n
servlet before a user has authenticated.
|
class |
SetRequestDMO
The SetRequest allows you to alter the attribute values associated\n with
an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCountFilterRequestDMO
Generated from the dmt schema at version 0.1
|
Copyright © 2023. All rights reserved.