Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.lang.ast | |
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.lang.operation | |
com.whitestein.lsps.stdlib.dmn.model | |
com.whitestein.lsps.stdlib.function |
Classes that implements functions defined
in the standard library.
|
com.whitestein.lsps.vaadin |
Modifier and Type | Method and Description |
---|---|
static String |
HolderHelper.getPathForEnumConstant(ClosureHolder closureWithQuery,
String recordIterator,
EnumerationImpl enumConstant)
Returns path mapped to the enumeration in the query used in the closure.
|
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
EnumerationExpression.getValue()
Returns the enumeration value.
|
Modifier and Type | Method and Description |
---|---|
int |
EnumerationImpl.compareTo(EnumerationImpl o) |
Modifier and Type | Method and Description |
---|---|
protected abstract Boolean |
EnumerationOperation.exec(EnumerationImpl left,
EnumerationImpl right)
Executes the operation.
|
Boolean |
EnumerationOperation.execute(Namespace namespace,
String operation,
EnumerationImpl left,
EnumerationImpl right) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionTable.setHitPolicy(EnumerationImpl value) |
void |
DecisionTable.setLanguage(EnumerationImpl value) |
Modifier and Type | Method and Description |
---|---|
EnumerationImpl |
RestartFunctionsImpl.getStartStatus(ExecutionContext context,
RecordHolder modelInstance) |
EnumerationImpl |
RestartFunctions.getStartStatus(ExecutionContext context,
RecordHolder modelInstance)
Return start status for given model instance
|
EnumerationImpl |
EnumerationFunctions.nameToLiteral(ExecutionContext ctx,
Type enumeration,
String name)
Transforms the specified enumeration’s literal name to the corresponding literal value.
|
EnumerationImpl |
EnumerationFunctions.toEnumeration(ExecutionContext ctx,
String string)
Parses a given enumeration full name into enumeration object.
|
Modifier and Type | Method and Description |
---|---|
String |
LabelFunctions.getEnumerationLiteralLabel(ExecutionContext ctx,
EnumerationImpl enumeration)
Returns the label of the given enumeration literal.
|
String |
EnumerationFunctions.literalToName(ExecutionContext ctx,
EnumerationImpl enumeration)
Transforms the specified enumeration literal to its name represented as string.
|
Modifier and Type | Method and Description |
---|---|
void |
VaadinUtilsCommon.notify(ExecutionContext ctx,
String caption,
String description,
EnumerationImpl type,
EnumerationImpl alignment,
Decimal delayMillis,
String cssStyle,
Boolean htmlContentAllowed)
Shows notification.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.