static Status |
Echo.process(Args args,
Node callingNode,
Node calledNode) |
static Status |
Modality.process(Args args,
Node callingNode,
Node calledNode,
Args... keys) |
static Status |
CFind.process(Args args,
Node callingNode,
Node calledNode,
Args... keys) |
static Status |
Modality.process(Args args,
Node callingNode,
Node calledNode,
int cancelAfter,
Args... keys) |
static Status |
CFind.process(Args args,
Node callingNode,
Node calledNode,
int cancelAfter,
Level level,
Args... keys) |
static Status |
CStore.process(Args args,
Node callingNode,
Node calledNode,
List<String> files) |
static Status |
CStore.process(Args args,
Node callingNode,
Node calledNode,
List<String> files,
Progress progress) |
static Status |
CGet.process(Args args,
Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
Args... keys) |
static Status |
CGet.process(Args args,
Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
URL sopClassURL,
Args... keys) |
static Status |
CMove.process(Args args,
Node callingNode,
Node calledNode,
String destinationAet,
Progress progress,
Args... keys) |
static Status |
Echo.process(Node callingNode,
Node calledNode) |
static Status |
Modality.process(Node callingNode,
Node calledNode,
Args... keys) |
static Status |
CFind.process(Node callingNode,
Node calledNode,
Args... keys) |
static Status |
CStore.process(Node callingNode,
Node calledNode,
List<String> files) |
static Status |
CStore.process(Node callingNode,
Node calledNode,
List<String> files,
Progress progress) |
static Status |
CGet.process(Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
Args... keys) |
static Status |
CMove.process(Node callingNode,
Node calledNode,
String destinationAet,
Progress progress,
Args... keys) |
static Status |
Echo.process(String callingAET,
Node calledNode) |