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.vaadin.forms | |
com.whitestein.lsps.vaadin.ui | |
com.whitestein.lsps.vaadin.util | |
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(ExecutionContext ctx,
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 |
MockNamespace.createReference(ReferenceType referenceType,
ReferenceExpression referenceExpression,
List<Property> properties,
ClosureOrigin origin) |
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.
|
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 |
---|---|
RecordHolder |
Utils.getRecordAndProperty(ExecutionContext ctx,
ReferenceHolder ref)
If given reference is a pointer to some record field, returns both the record and the property.
|
Modifier and Type | Method and Description |
---|---|
static ReferenceHolder |
Bindings.getBinding(RecordHolder def)
Retrieves the value of the "Binding" field.
|
Modifier and Type | Method and Description |
---|---|
static Variant<ReferenceHolder> |
Bindings.getBinding(Variant.RecordVariant def)
Retrieves the value of the "Binding" field.
|
Modifier and Type | Method and Description |
---|---|
Variant<ReferenceHolder> |
Variant.reference()
Casts the value to a
ReferenceHolder . |
Variant<ReferenceHolder> |
Variant.setReferencedValue(UIComponent scope,
Object newValue)
Sets the referenced value to given value.
|
Variant<ReferenceHolder> |
Variant.setReferencedValueCollection(UIComponent scope,
Collection<?> newValue)
Sets the referenced value to given value.
|
Modifier and Type | Method and Description |
---|---|
void |
WsSoapMessageParser.parseMessage(Document document,
ReferenceHolder objectReference,
ListHolder headersReferenceList)
Parse the response from the given xml document and store the result to the passed reference.
|
void |
WsSoapMessageParser.parseMessage(String document,
ReferenceHolder objectReference,
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-2018 Whitestein Technologies. All Rights Reserved.