| 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.dmp.shared.generated.types |
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
DMPService.otherRequest(RequestDMO request) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
Response(ResponseDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
ResponseDMW.getDMO() |
| Constructor and Description |
|---|
ResponseDMW(ResponseDMO obj) |
ResponseDMW(ResponseDMO obj,
ClassDefinition cd) |
| Constructor and Description |
|---|
ResponseIterableDMW(Iterator<ResponseDMO> it) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionCancelResponseDMO
The ActionCancelResponse returns the results of cancelling a running
action.
|
class |
ActionResponseDMO
The ActionResponse returns the results of a particular ActionRequest.
|
class |
CreateResponseDMO
The CreateResponse returns the results of a particular CreateRequest.
|
class |
DeleteResponseDMO
The DeleteResponse returns the results of a particular DeleteRequest.
|
class |
DenotifyResponseDMO
The DenotifyResponse is sent as a result of a DenotifyRequest.
|
class |
GetResponseDMO
The GetResponse returns a set of objects.
|
class |
LoginResponseDMO
The LoginResponse is returned after a Login request is received.
|
class |
LogoutResponseDMO
The LogoutResponse will indicate that you have successfully terminated\n
your current session.
|
class |
NotifyResponseDMO
The NotifyResponse is sent as the result of a NotifyRequest.
|
class |
PreAuthResponseDMO
The PreAuthResponse is sent as a result of a PreAuthRequest.
|
class |
SetResponseDMO
The SetResponse returns the results of a particular SetRequest.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
ResponseDMO.getModificationRecorder() |
ResponseDMO |
ResponseDMO.getNew() |
ResponseDMO |
ResponseDMO.getSlice(DmcSliceInfo info) |
| Modifier and Type | Field and Description |
|---|---|
protected ResponseDMO |
DmcTypeResponseREFSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ResponseDMO> |
DmcTypeResponseREFSET.value |
protected ArrayList<ResponseDMO> |
DmcTypeResponseREFMV.value |
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
DmcTypeResponseREFSET.add(Object v) |
ResponseDMO |
DmcTypeResponseREFMV.add(Object v) |
ResponseDMO |
DmcTypeResponseREF.cloneValue(ResponseDMO value) |
ResponseDMO |
DmcTypeResponseREFSET.del(Object v) |
ResponseDMO |
DmcTypeResponseREFMV.del(Object v) |
ResponseDMO |
DmcTypeResponseREF.deserializeValue(DmcInputStreamIF dis) |
ResponseDMO |
DmcTypeResponseREFMV.getMVnth(int index) |
ResponseDMO |
DmcTypeResponseREFSV.getSV() |
ResponseDMO |
DmcTypeResponseREFSV.getSVCopy() |
ResponseDMO |
DmcTypeResponseREFSV.set(Object v) |
ResponseDMO |
DmcTypeResponseREFMV.setMVnth(int index,
Object v) |
protected ResponseDMO |
DmcTypeResponseREF.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<ResponseDMO> |
DmcTypeResponseREFSV.cloneIt() |
DmcAttribute<ResponseDMO> |
DmcTypeResponseREFSET.cloneIt() |
DmcAttribute<ResponseDMO> |
DmcTypeResponseREFMV.cloneIt() |
Iterator<ResponseDMO> |
DmcTypeResponseREFSET.getMV() |
Iterator<ResponseDMO> |
DmcTypeResponseREFMV.getMV() |
Set<ResponseDMO> |
DmcTypeResponseREFSET.getMVCopy() |
ArrayList<ResponseDMO> |
DmcTypeResponseREFMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
ResponseDMO |
DmcTypeResponseREF.cloneValue(ResponseDMO value) |
void |
DmcTypeResponseREF.serializeValue(DmcOutputStreamIF dos,
ResponseDMO value) |
Copyright © 2023. All rights reserved.