Package | Description |
---|---|
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.engine.validation | |
com.whitestein.lsps.human.function |
Functions related to human-oriented data and tasks.
|
com.whitestein.lsps.json.function | |
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.lang.exec |
All types in the language have their Java implementation class.
|
com.whitestein.lsps.lang.operation | |
com.whitestein.lsps.orgstructure.context |
Classes that represents Organization Structure model objects
like
RoleUnitHolder in java code. |
com.whitestein.lsps.orgstructure.function |
Classes that implements functions defined
in the Organization Structure module.
|
com.whitestein.lsps.stdlib.function |
Classes that implements functions defined
in the standard library.
|
com.whitestein.lsps.stdlib.type |
This package contains implementations of core reflection types.
|
com.whitestein.lsps.vaadin | |
com.whitestein.lsps.wsclient.function |
Modifier and Type | Class and Description |
---|---|
class |
MapValueMapAdapter
Map adapter for the MapValue.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
MapValue.toObject() |
Modifier and Type | Method and Description |
---|---|
MapHolder |
RecordNamespace.createMap(Map<?,?> values) |
MapHolder |
NoBaseContextNamespace.createMap(Map<?,?> values) |
MapHolder |
ContextNamespace.createMap(Map<?,?> values) |
Modifier and Type | Method and Description |
---|---|
protected static MapHolder |
CompiledNamespace.createMap(ExecutionContext ctx,
Object[] keys,
Object[] values) |
protected MapHolder |
CompiledNamespace.createMap(Object[] keys,
Object[] values) |
Modifier and Type | Method and Description |
---|---|
MapHolder |
TestFunctionsImpl.getFunctionMetadata(ExecutionContext ctx,
String name) |
MapHolder |
TestFunctions.getFunctionMetadata(ExecutionContext ctx,
String name) |
MapHolder |
TestFunctionsImpl.getTypeMetadata(ExecutionContext ctx,
Type type) |
MapHolder |
TestFunctions.getTypeMetadata(ExecutionContext ctx,
Type type) |
MapHolder |
TestFunctionsImpl.getVariableMetadata(ExecutionContext ctx,
String name) |
MapHolder |
TestFunctions.getVariableMetadata(ExecutionContext ctx,
String name) |
Modifier and Type | Method and Description |
---|---|
protected Object |
RecordValidator.executeConstraint(com.whitestein.lsps.model.validation.ConstraintModel constraint,
RecordHolder record,
MapHolder validationContext,
CollectionHolder tags)
Executes a constraint type associated with a given constraint.
|
List<Object> |
RecordValidator.validate(RecordHolder record,
Property property,
CollectionHolder tags,
MapHolder context)
Validates a given record.
|
Collection<?> |
RecordValidator.validateConstraint(com.whitestein.lsps.model.validation.ConstraintModel constraint,
RecordHolder record,
MapHolder validationContext,
CollectionHolder tags)
Validates a given record against a given constraint.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
HumanFunctionsImpl.getUIHistory(ExecutionContext context) |
MapHolder |
HumanFunctions.getUIHistory(ExecutionContext context)
A function which returns UI history.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
JsonFunctionsImpl.jsonToMap(ExecutionContext context,
String json) |
MapHolder |
JsonFunctions.jsonToMap(ExecutionContext context,
String jsonString)
TODO
|
Modifier and Type | Method and Description |
---|---|
String |
JsonFunctionsImpl.mapToJson(ExecutionContext context,
MapHolder map) |
String |
JsonFunctions.mapToJson(ExecutionContext context,
MapHolder map)
Creates a JSON document representing the given map.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
MockNamespace.createMap(Map<?,?> values) |
MapHolder |
MockHolderFactory.createMap(Map<?,?> values) |
MapHolder |
HolderFactory.createMap(Map<?,?> values)
Creates new map with given values (
MapHolder s are immutable). |
Modifier and Type | Class and Description |
---|---|
class |
MockMapHolder
Mock map holder.
|
Modifier and Type | Method and Description |
---|---|
Object |
MapOperation.execute(Namespace namespace,
String operation,
MapHolder left,
Object right) |
Modifier and Type | Method and Description |
---|---|
MapHolder |
RoleUnitHolder.getMetadata()
Returns the metadata map of this RoleUnit.
|
MapHolder |
RoleUnitHolder.getParameters()
Returns the parameter map of this RoleUnit.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
OrgStructureFunctionsImpl.getPersonProperties(ExecutionContext context,
RecordHolder person) |
MapHolder |
OrgStructureFunctions.getPersonProperties(ExecutionContext context,
RecordHolder person)
Returns the additional properties of the specified person.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
OrgStructureFunctionsImpl.getOrgUnit(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap) |
RecordHolder |
OrgStructureFunctions.getOrgUnit(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap)
Returns an organization unit given the module name and the organization unit name, or
null , if there is no such organization unit. |
RecordHolder |
OrgStructureFunctionsImpl.getRole(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap) |
RecordHolder |
OrgStructureFunctions.getRole(ExecutionContext context,
String moduleName,
String localName,
MapHolder parameterMap)
Returns a role given the module name and the local role name, or
null , if there is no
such role. |
RoleUnitHolder |
OrgStructureFunctionsImpl.getRoleUnitByName(ExecutionContext context,
String module,
String name,
MapHolder parameters) |
RoleUnitHolder |
OrgStructureFunctions.getRoleUnitByName(ExecutionContext context,
String module,
String name,
MapHolder parameters)
Returns a
RoleUnit or OrgUnit specified by module name , RoleUnitName
and parameters defined in the given module. |
Modifier and Type | Method and Description |
---|---|
MapHolder |
CollectionsFunctions.add(ExecutionContext ctx,
MapHolder map,
Object key,
Object value)
Returns a map created by adding the specified key-value pair to the map.
|
MapHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
MapHolder... maps)
Returns a map created as union of maps.
|
MapHolder |
ReflectionFunctionsImpl.getBinaryDataMetadata(ExecutionContext context,
RecordHolder binaryData) |
MapHolder |
ReflectionFunctions.getBinaryDataMetadata(ExecutionContext context,
RecordHolder binaryData)
Returns map of metadata of binary data.
|
MapHolder |
ReflectionFunctionsImpl.getModelInstanceProperties(ExecutionContext context,
RecordHolder modelInstance) |
MapHolder |
ReflectionFunctions.getModelInstanceProperties(ExecutionContext context,
RecordHolder modelInstance)
Returns a map of initialization properties of the specified model
instance.
|
MapHolder |
PropertyFunctions.getPropertyMetadata(ExecutionContext ctx,
Property property)
Returns the property metadata.
|
MapHolder |
CollectionsFunctions.groupBy(ExecutionContext ctx,
CollectionHolder collection,
ClosureHolder classifier)
Performs "group by".
|
MapHolder |
CollectionsFunctions.map(ExecutionContext ctx,
CollectionHolder keys,
ClosureHolder valueFunction)
For each key executes a given closure to obtain a map value.
|
MapHolder |
CollectionsFunctions.map(ExecutionContext ctx,
CollectionHolder collection,
ClosureHolder keyFunction,
ClosureHolder valueFunction)
For each element execute a keyFunction to obtain a map key and
valueFunction to obtain a map value.
|
MapHolder |
CollectionsFunctions.map(ExecutionContext ctx,
CollectionHolder keys,
CollectionHolder values)
Creates map from collection of keys and collection of values.
|
MapHolder |
CollectionsFunctions.map(ExecutionContext ctx,
ListHolder keys,
ListHolder values)
Creates map from list of keys and list of values Each of this lists must have same size
|
MapHolder |
CollectionsFunctions.removeKey(ExecutionContext ctx,
MapHolder map,
Object... keys)
Returns a map created by removing the specified key (and its corresponding value) from the
map.
|
MapHolder |
CollectionsFunctions.removeKeys(ExecutionContext ctx,
MapHolder map,
CollectionHolder keys)
Returns a map created by removing the specified keys (and the corresponding values) from the
map.
|
MapHolder |
CollectionsFunctions.removeValue(ExecutionContext ctx,
MapHolder map,
Object... values)
Returns a map created by removing all occurrences of the specified value (and their
corresponding keys) from the map.
|
MapHolder |
CollectionsFunctions.replaceValue(ExecutionContext ctx,
MapHolder map,
Object value1,
Object value2)
Returns a map created by replacing all occurrences of the values corresponding to the value1
by value2 in the map.
|
MapHolder |
CollectionsFunctions.select(ExecutionContext ctx,
MapHolder map,
ClosureHolder condition)
Returns a map containing all the map entries
(k,v) from the original map where
condition(k,v) == true . |
MapHolder |
ReflectionFunctionsImpl.thisModelInstanceProperties(ExecutionContext ctx) |
MapHolder |
ReflectionFunctions.thisModelInstanceProperties(ExecutionContext ctx)
Returns a map of initialization properties of the model instance that executed this function.
|
Modifier and Type | Method and Description |
---|---|
MapHolder |
CollectionsFunctions.add(ExecutionContext ctx,
MapHolder map,
Object key,
Object value)
Returns a map created by adding the specified key-value pair to the map.
|
MapHolder |
CollectionsFunctions.addAll(ExecutionContext ctx,
MapHolder... maps)
Returns a map created as union of maps.
|
ListHolder |
CollectionsFunctions.collectMap(ExecutionContext ctx,
MapHolder map,
ClosureHolder function)
Collects over map entries.
|
boolean |
CollectionsFunctions.containsKeys(ExecutionContext ctx,
MapHolder map,
Object... keys)
Test method whether map contains key
|
boolean |
CollectionsFunctions.containsValues(ExecutionContext ctx,
MapHolder map,
Object... values)
Test method whether map contains value
|
RecordHolder |
ActionFunctionsImpl.createInstance(ExecutionContext ctx,
Type type,
MapHolder values) |
RecordHolder |
ActionFunctions.createInstance(ExecutionContext ctx,
Type type,
MapHolder values)
Creates new instance of record type T.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
MapHolder properties)
Creates a model instance.
|
RecordHolder |
ActionFunctionsImpl.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties) |
RecordHolder |
ActionFunctions.createModelInstance(ExecutionContext ctx,
Boolean synchronous,
RecordHolder model,
RecordHolder processEntity,
MapHolder properties)
Creates a model instance with a specified process entity record.
|
RecordHolder |
PdfFunctionsImpl.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values) |
RecordHolder |
PdfFunctions.fillPdfForm(ExecutionContext context,
RecordHolder pdfInput,
String fileName,
MapHolder values)
Deprecated.
|
BinaryHolder |
PdfFunctionsImpl.fillPdfTemplate(ExecutionContext context,
BinaryHolder pdfTemplate,
MapHolder values) |
BinaryHolder |
PdfFunctions.fillPdfTemplate(ExecutionContext context,
BinaryHolder pdfTemplate,
MapHolder values)
Creates a new PDF document from a template.
|
SetHolder |
ReflectionFunctionsImpl.findModelInstances(ExecutionContext context,
String model,
String version,
Boolean isRunning,
MapHolder properties) |
SetHolder |
ReflectionFunctions.findModelInstances(ExecutionContext context,
String model,
String version,
Boolean isRunning,
MapHolder properties)
Returns a set of model instances satisfying the specified criteria.
|
ListHolder |
AdvancedReflectionFunctionsImpl.getForms(ExecutionContext ctx,
String namePattern,
ListHolder arguments,
MapHolder metadataPattern) |
ListHolder |
AdvancedReflectionFunctions.getForms(ExecutionContext ctx,
String namePattern,
ListHolder arguments,
MapHolder metadataPattern) |
ListHolder |
AdvancedReflectionFunctionsImpl.getFunctions(ExecutionContext ctx,
String namePattern,
ListHolder arguments,
Type returnType,
MapHolder metadataPattern) |
ListHolder |
AdvancedReflectionFunctions.getFunctions(ExecutionContext ctx,
String namePattern,
ListHolder arguments,
Type returnType,
MapHolder metadata) |
ListHolder |
AdvancedReflectionFunctionsImpl.getFunctions(ExecutionContext ctx,
String name,
MapHolder arguments,
Type returnType) |
ListHolder |
AdvancedReflectionFunctions.getFunctions(ExecutionContext ctx,
String name,
MapHolder arguments,
Type returnType) |
boolean |
CollectionsFunctions.isEmpty(ExecutionContext ctx,
MapHolder map)
Test method to check if map is empty
|
SetHolder |
CollectionsFunctions.keys(ExecutionContext ctx,
MapHolder map)
Returns a set of keys contained in the specified map.
|
SetHolder |
CollectionsFunctions.keysOf(ExecutionContext ctx,
MapHolder map,
Object value)
Returns a set of keys that are mapped to a given value.
|
boolean |
CollectionsFunctions.notEmpty(ExecutionContext ctx,
MapHolder map)
Test method to check if map is not empty.
|
MapHolder |
CollectionsFunctions.removeKey(ExecutionContext ctx,
MapHolder map,
Object... keys)
Returns a map created by removing the specified key (and its corresponding value) from the
map.
|
MapHolder |
CollectionsFunctions.removeKeys(ExecutionContext ctx,
MapHolder map,
CollectionHolder keys)
Returns a map created by removing the specified keys (and the corresponding values) from the
map.
|
MapHolder |
CollectionsFunctions.removeValue(ExecutionContext ctx,
MapHolder map,
Object... values)
Returns a map created by removing all occurrences of the specified value (and their
corresponding keys) from the map.
|
MapHolder |
CollectionsFunctions.replaceValue(ExecutionContext ctx,
MapHolder map,
Object value1,
Object value2)
Returns a map created by replacing all occurrences of the values corresponding to the value1
by value2 in the map.
|
MapHolder |
CollectionsFunctions.select(ExecutionContext ctx,
MapHolder map,
ClosureHolder condition)
Returns a map containing all the map entries
(k,v) from the original map where
condition(k,v) == true . |
Decimal |
CollectionsFunctions.size(ExecutionContext ctx,
MapHolder map)
Return size of passed map
|
ListHolder |
ValidationFunctions.validate(ExecutionContext ctx,
CollectionHolder collection,
Property property,
CollectionHolder tags,
MapHolder context)
Validates a given collection of records.
|
ListHolder |
ValidationFunctions.validate(ExecutionContext ctx,
RecordHolder record,
Property property,
CollectionHolder tags,
MapHolder context)
Validates a given record.
|
ListHolder |
CollectionsFunctions.values(ExecutionContext ctx,
MapHolder map)
Returns a list of values contained in the map.
|
Modifier and Type | Method and Description |
---|---|
protected MapHolder |
GoalPlanHolder.createMetadataHolder(Map<String,String> map)
Creates array holder for given metadata.
|
MapHolder |
PlanHolder.getMetadata() |
abstract MapHolder |
GoalPlanHolder.getMetadata()
Returns metadata of the goal or plan
|
MapHolder |
GoalHolder.getMetadata() |
Modifier and Type | Method and Description |
---|---|
MapHolder |
CustomUIWithContextConnector.getClosures() |
MapHolder |
LspsAppConnector.getHistory(ExecutionContext context)
This method should return the history of the navigation within the UI.
|
MapHolder |
CustomUIWithContextConnector.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
CustomUIWithContextConnector.openDocument(String documentType,
MapHolder parameters) |
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.