Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.responses.Status
Packages that use Status
Package
Description
-
Uses of Status in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return StatusMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type Status -
Uses of Status in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return StatusModifier and TypeMethodDescriptionEbXMLQueryResponse30.getStatus()EbXMLRegistryResponse30.getStatus()EbXMLRetrieveDocumentSetResponse30.getStatus()Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type Status -
Uses of Status in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return StatusModifier and TypeMethodDescriptionResponse.getStatus()static StatusReturns the enum constant of this class with the specified name.static StatusStatus.valueOfOpcode(String opcode) Returns the status that is represented by the given opcode.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type StatusModifier and TypeMethodDescriptionstatic StringStatus.getOpcode30(Status status) null-safe version ofgetOpcode30().voidConstructors in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type StatusModifierConstructorDescriptionQueryResponse(Status status) Constructs the response.Constructs the response.RetrievedDocumentSet(Status status) Constructs the response.RetrievedDocumentSet(Status status, List<RetrievedDocument> documents) Constructs the response.