Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.dto.val | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.lang.compiled | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.stdlib.function |
Classes that implements functions defined
in the standard library.
|
com.whitestein.lsps.ws.util | |
com.whitestein.lsps.wsclient.function |
Modifier and Type | Method and Description |
---|---|
protected void |
InlineStartEventInterpreter.execute(Exception e,
Map<ReferenceHolder,Object> signalsToSet) |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceValue
A closure value.
|
Modifier and Type | Method and Description |
---|---|
ReferenceHolder |
RecordNamespace.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
ReferenceHolder |
NoBaseContextNamespace.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
ReferenceHolder |
ContextNamespace.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
Modifier and Type | Method and Description |
---|---|
protected static ReferenceHolder |
CompiledNamespace.createReference(Namespace namespace,
ReferenceType type,
String expression,
ClosureOrigin expressionOrigin) |
Modifier and Type | Method and Description |
---|---|
Property |
TestFunctionsImpl.getProperty(ExecutionContext ctx,
ReferenceHolder ref) |
Property |
TestFunctions.getProperty(ExecutionContext ctx,
ReferenceHolder ref) |
RecordHolder |
TestFunctionsImpl.getPropertyRecord(ExecutionContext ctx,
ReferenceHolder ref) |
RecordHolder |
TestFunctions.getPropertyRecord(ExecutionContext ctx,
ReferenceHolder ref) |
Object |
TestFunctionsImpl.getReferencedValue(ExecutionContext ctx,
ReferenceHolder ref,
String evaluationLevel) |
Object |
TestFunctions.getReferencedValue(ExecutionContext ctx,
ReferenceHolder ref,
String evaluationLevel) |
boolean |
TestFunctionsImpl.isReferenceChanged(ReferenceHolder ref) |
boolean |
TestFunctions.isReferenceChanged(ReferenceHolder ref) |
Modifier and Type | Method and Description |
---|---|
ReferenceHolder |
BaseTodoTask.getIssuedTodo()
Returns the issued todo reference.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceExpressionHolder
ReferenceExpression to ReferenceHolder adapter. |
Modifier and Type | Method and Description |
---|---|
ReferenceHolder |
MockHolderFactory.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
ReferenceHolder |
HolderFactory.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin)
Returns new reference corresponding to given reference expression.
|
ReferenceHolder |
AbstractMockNamespace.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
Modifier and Type | Method and Description |
---|---|
ReferenceHolder |
PropertyFunctions.getPropertyReference(ExecutionContext ctx,
ReferenceHolder reference,
Property... properties)
Returns the reference to the object defined by the last property parameter.
|
Modifier and Type | Method and Description |
---|---|
ReferenceHolder |
PropertyFunctions.getPropertyReference(ExecutionContext ctx,
ReferenceHolder reference,
Property... properties)
Returns the reference to the object defined by the last property parameter.
|
Modifier and Type | Method and Description |
---|---|
Object |
WsSoapMessageParser.parseMessage(Document document,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml document and store the result to the passed reference.
|
void |
WsSoapMessageParser.parseMessage(Document document,
ReferenceHolder objectReference,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml document and store the result to the passed reference.
|
Object |
WsSoapMessageParser.parseMessage(String document,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml string and store the result to the passed reference
|
void |
WsSoapMessageParser.parseMessage(String document,
ReferenceHolder objectReference,
ReferenceHolder errorReference,
ListHolder headersReferenceList)
Parse the response from the given xml string and store the result to the passed reference
|
Modifier and Type | Method and Description |
---|---|
Object |
WsSoapCallFunctionsImpl.call(ExecutionContext context,
MapHolder soapMetadata,
RecordHolder sslConfig,
String endpointAddress,
String login,
String password,
RecordHolder input,
ListHolder requestSoapHeaders,
MapHolder requestHeaders,
Decimal readTimeout,
Type outputType,
ListHolder responseSoapHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder error,
Boolean logMessages) |
Object |
WsSoapCallFunctions.call(ExecutionContext context,
MapHolder soapMetadata,
RecordHolder sslConfig,
String endpointAddress,
String login,
String password,
RecordHolder input,
ListHolder requestSoapHeaders,
MapHolder requestHeaders,
Decimal readTimeout,
Type outputType,
ListHolder responseSoapHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder error,
Boolean logMessages)
Webservice call.
|
String |
HttpCallFunctions.call(ExecutionContext ctx,
RecordHolder sslConfig,
String endpointAddress,
String httpMethod,
String requestContentType,
String input,
String login,
String password,
Decimal timeoutDecimal,
MapHolder requestHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder resposeCode,
Boolean logMessages) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.