| Package | Description |
|---|---|
| cz.abclinuxu.datoveschranky.ws.dm |
| Modifier and Type | Field and Description |
|---|---|
protected TStatus |
TGetStateChangesOutput.dmStatus |
protected TStatus |
TDeliveryMessageOutput.dmStatus |
protected TStatus |
TAuthenticateMessageOutput.dmStatus |
protected TStatus |
TSignDelivMessOutput.dmStatus |
protected TStatus |
TGetAuthorOutput.dmStatus |
protected TStatus |
TSignedMessDownOutput.dmStatus |
protected TStatus |
TMessDownOutput.dmStatus |
protected TStatus |
TListOfMessOutput.dmStatus |
protected TStatus |
TMStatus.dmStatus |
protected TStatus |
TMessageVerifyOutput.dmStatus |
protected TStatus |
TMessageCreateOutput.dmStatus |
protected TStatus |
TMessEnvelDownOutput.dmStatus |
protected TStatus |
TConfirmDeliveryOutput.dmStatus |
protected TStatus |
TMultipleMessageCreateOutput.dmStatus |
protected TStatus |
TMarkMessOutput.dmStatus |
protected TStatus |
TEraseMessageOutput.dmStatus |
| Modifier and Type | Method and Description |
|---|---|
TStatus |
DmInfoPortType.confirmDelivery(String dmID) |
TStatus |
ObjectFactory.createTStatus()
Create an instance of
TStatus |
TStatus |
DmInfoPortType.eraseMessage(String dmID,
boolean dmIncoming) |
TStatus |
TGetStateChangesOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TDeliveryMessageOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TAuthenticateMessageOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TSignDelivMessOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TGetAuthorOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TSignedMessDownOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMessDownOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TListOfMessOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMStatus.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMessageVerifyOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMessageCreateOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMessEnvelDownOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TConfirmDeliveryOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMultipleMessageCreateOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TMarkMessOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
TEraseMessageOutput.getDmStatus()
Gets the value of the dmStatus property.
|
TStatus |
DmInfoPortType.markMessageAsDownloaded(String dmID) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TStatus> |
ObjectFactory.createDmStatus(TStatus value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TStatus> |
ObjectFactory.createDmStatus(TStatus value)
|
void |
TGetStateChangesOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TDeliveryMessageOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TAuthenticateMessageOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TSignDelivMessOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TGetAuthorOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TSignedMessDownOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMessDownOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TListOfMessOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMStatus.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMessageVerifyOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMessageCreateOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMessEnvelDownOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TConfirmDeliveryOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMultipleMessageCreateOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TMarkMessOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
TEraseMessageOutput.setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DmOperationsPortType.authenticateMessage(byte[] dmMessage,
Holder<Boolean> dmAuthResult,
Holder<TStatus> dmStatus) |
void |
DmOperationsPortType.createMessage(TMessageCreateInput.DmEnvelope dmEnvelope,
TFilesArray dmFiles,
Holder<String> dmID,
Holder<TStatus> dmStatus) |
void |
DmOperationsPortType.createMultipleMessage(TMultipleMessageRecipients dmRecipients,
TMultipleMessageCreateInput.DmEnvelope dmEnvelope,
TFilesArray dmFiles,
Holder<TMultipleStatus> dmMultipleStatus,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getDeliveryInfo(String dmID,
Holder<TDelivery> dmDelivery,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getListOfReceivedMessages(XMLGregorianCalendar dmFromTime,
XMLGregorianCalendar dmToTime,
BigInteger dmRecipientOrgUnitNum,
String dmStatusFilter,
BigInteger dmOffset,
BigInteger dmLimit,
Holder<TRecordsArray> dmRecords,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getListOfSentMessages(XMLGregorianCalendar dmFromTime,
XMLGregorianCalendar dmToTime,
BigInteger dmSenderOrgUnitNum,
String dmStatusFilter,
BigInteger dmOffset,
BigInteger dmLimit,
Holder<TRecordsArray> dmRecords,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getMessageAuthor(String dmID,
Holder<String> userType,
Holder<String> authorName,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getMessageStateChanges(XMLGregorianCalendar dmFromTime,
XMLGregorianCalendar dmToTime,
Holder<TStateChangesArray> dmRecords,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.getSignedDeliveryInfo(String dmID,
Holder<byte[]> dmSignature,
Holder<TStatus> dmStatus) |
void |
DmOperationsPortType.messageDownload(String dmID,
Holder<TReturnedMessage> dmReturnedMessage,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.messageEnvelopeDownload(String dmID,
Holder<TReturnedMessageEnvelope> dmReturnedMessageEnvelope,
Holder<TStatus> dmStatus) |
void |
DmOperationsPortType.signedMessageDownload(String dmID,
Holder<byte[]> dmSignature,
Holder<TStatus> dmStatus) |
void |
DmOperationsPortType.signedSentMessageDownload(String dmID,
Holder<byte[]> dmSignature,
Holder<TStatus> dmStatus) |
void |
DmInfoPortType.verifyMessage(String dmID,
Holder<THash> dmHash,
Holder<TStatus> dmStatus) |
Copyright © 2017. All rights reserved.