Package | Description |
---|---|
org.adroitlogic.x.api |
This package contains the main project-x API classes, such as the
XMessage ,
XIntegrationFlow etc.. |
org.adroitlogic.x.core |
This package contains the main implementation classes of the project-x or you may call this the
core/engine of the project-x
|
org.adroitlogic.x.model.rest.msg |
This package contains the runtime statistics views of the integration flow messages, which are mainly used by the
IDE tool (UltraStudio) to provide the contextual information of the under development integration flows.
|
org.adroitlogic.x.terminal.util |
A set of utilities that are used by the Project-X commandline terminal to render the command output into a
well-formed output for the console
|
org.adroitlogic.x.utils |
A set of utilities that will facilitate the project-x
|
Modifier and Type | Method and Description |
---|---|
List<StringTrio> |
XMessageView.getScopeVariables()
Returns the scope variables associated with each scope of the message context.
|
Modifier and Type | Method and Description |
---|---|
List<StringTrio> |
MessageView.getScopeVariables() |
Modifier and Type | Method and Description |
---|---|
List<StringTrio> |
MessageContextResource.getScopeVariables() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContextResource.setScopeVariables(List<StringTrio> scopeVariables) |
Modifier and Type | Method and Description |
---|---|
static StringTrio |
ArgumentUtil.getCredentials(String givenServer,
String givenUsername,
String givenPassword) |
Modifier and Type | Method and Description |
---|---|
static List<StringTrio> |
MapUtils.toListOfStringTrios(Map<String,Map<String,String>> sourceMap) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.