Skip navigation links
LSPS 3.6 SDK
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

$

$(Class<T>) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Prepare a ElementQuery instance to use for locating components on the client.

A

abbreviate(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Abbreviates a String using ellipses.
abbreviate(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Abbreviates a String using another given String as replacement marker.
abbreviate(String, String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Abbreviates a String using a given replacement marker.
abbreviateMiddle(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String.
abortModelUpdate() - Method in class com.whitestein.lsps.engine.MigrationEngine
Aborts model update in any phase.
abortModelUpdate(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Aborts model update process for given model instance.
abortModelUpdate(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
above(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper above the specified value (exclusive).
above(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper above the specified value (exclusive).
above(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper above the specified value (exclusive).
abs() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets a fraction that is the positive equivalent of this one.
abs() - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is the absolute value of this Decimal, and whose scale is this.scale().
abs(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns the absolute value of the number.
AbstractAntlrTree - Class in com.whitestein.lsps.lang.parser
 
AbstractAntlrTree(String) - Constructor for class com.whitestein.lsps.lang.parser.AbstractAntlrTree
 
AbstractAsynchronousExecutionTask - Class in com.whitestein.lsps.engine
This is the base class for all tasks, which needs to perform some heavy computing or any other long running operations.
AbstractAsynchronousExecutionTask() - Constructor for class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
AbstractClosureHolder - Class in com.whitestein.lsps.lang
 
AbstractClosureHolder(Namespace) - Constructor for class com.whitestein.lsps.lang.AbstractClosureHolder
 
AbstractContextNamespace - Class in com.whitestein.lsps.engine.lang
Abstract namespace for context.
AbstractContextNamespace(ModelProvider, Context) - Constructor for class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Creates new instance.
AbstractExecutionContext - Class in com.whitestein.lsps.engine.lang
This class contains functionality of ExecutionContext that should be common to all its implementations.
AbstractExecutionContext() - Constructor for class com.whitestein.lsps.engine.lang.AbstractExecutionContext
Creates new instance.
AbstractExecutionContext(InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
AbstractMockNamespace - Class in com.whitestein.lsps.lang
Mock namespace.
AbstractMockNamespace(String) - Constructor for class com.whitestein.lsps.lang.AbstractMockNamespace
Creates new instance of AbstractMockNamespace.
AbstractNamedType - Class in com.whitestein.lsps.lang.type
 
AbstractNamespace - Class in com.whitestein.lsps.lang.module
This class is a common ancestor for Module and ModulePart.
AbstractNamespace(String) - Constructor for class com.whitestein.lsps.lang.module.AbstractNamespace
Creates a new namespace with given name.
AbstractOrderedLayout - Class in com.whitestein.lsps.test.web.components
Abstract class which provides methods which work correctly on vertical layout, horizontal layout or css layout.
AbstractOrderedLayout(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.AbstractOrderedLayout
 
AbstractParser - Class in com.whitestein.lsps.lang.parser
Abstract class for LSPS expression language parsers.
AbstractParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.AbstractParser
Creates new parser.
AbstractRolesResolver - Class in com.whitestein.lsps.orgstructure.model.resolver
Provides a template for creating own roles resolvers.
AbstractRolesResolver() - Constructor for class com.whitestein.lsps.orgstructure.model.resolver.AbstractRolesResolver
 
AbstractSharedRecordPlugin - Class in com.whitestein.lsps.engine.sharedrecord
Base abstract class for all SharedRecordPlugins.
AbstractSharedRecordPlugin() - Constructor for class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
AbstractType - Class in com.whitestein.lsps.lang.type
 
accept(Field) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Returns whether or not to append the given Field.
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ListValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.SetValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
accept(ValueVisitor<T, E>) - Method in interface com.whitestein.lsps.engine.state.xml.Value
Accepts visitor.
accept(ValueVisitor<T, E>) - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrClosureType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrDecimalType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrIntersectionType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrNamedType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrParametrizedType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrType
 
accept(AntlrTypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.antlr.AntlrVoidType
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
accept(AstTypeVisitor) - Method in class com.whitestein.lsps.lang.ast.AstType
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.BlockExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.BreakExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.CastExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ClosureInvocationExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ConstantExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ContinueExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.DebugExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.DefExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.DereferenceExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.Expression
Accepts visitor.
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.IfnullExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.IncDecExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.InstanceofExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ListExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.MapExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.MethodCallExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.MethodExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.MissingReturnExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.RecordExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.SetExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.SuperConstructorExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.SyntheticExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ThisConstructorExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ThisExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.UnknownExpression
 
accept(ValidationTagExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ValidationTag
 
accept(ValidationTagExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ValidationTagAndExpression
 
accept(ValidationTagExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ValidationTagExpression
 
accept(ValidationTagExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ValidationTagNotExpression
 
accept(ValidationTagExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.ValidationTagOrExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.VariableExpression
 
accept(ExpressionVisitor<T, E>) - Method in class com.whitestein.lsps.lang.ast.WhileExpression
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.BinaryType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.BooleanType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.DateType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.DecimalType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.EnumerationBaseType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.EnumerationType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.FreeType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.IntegerType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.InterfaceType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.ListType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.LocalDateTimeType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.LocalDateType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.MapType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.NullType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.ObjectType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.PropertyPathType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.PropertyType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.RecordBaseType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.RecordType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.SetType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.StringType
 
accept(TypeVisitor<T, E>) - Method in interface com.whitestein.lsps.lang.type.Type
Accepts type visitor.
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.TypeType
 
accept(TypeVisitor<T, E>) - Method in class com.whitestein.lsps.lang.type.VoidType
 
ACCESS_DOCUMENTS - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows access documents
ACCESS_MANAGEMENT_CONSOLE - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allows to log into management console
accomplish(Date) - Method in class com.whitestein.lsps.human.entity.Todo
Sets status to TodoStatus.ACCOMPLISHED.
accordion() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a accordion.
ACHIEVE_GOAL - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
AchieveGoal type.
achieved() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get ACHIEVED state name
achieved() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
AchieveGoalHandler - Class in com.whitestein.lsps.engine
Class for AchieveGoal handlers.
AchieveGoalHandler(Goal, GoalAchieveStrategy, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.AchieveGoalHandler
Creates new AchieveGoalHandler.
AchieveGoalHolder - Class in com.whitestein.lsps.stdlib.type
Holder for achieve goal.
AchieveGoalHolder(ExternalValue, ModelProvider, CoreTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
Creates new instance.
acquireLock(String, String) - Method in interface com.whitestein.lsps.engine.LockService
Acquires lock with the given lock name.
acquireLock(String, String) - Method in class com.whitestein.lsps.stdlib.LockServiceBean
 
ActionFunctions - Interface in com.whitestein.lsps.stdlib.function
Functions that performs an action.
ActionFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
Implementation of ActionFunctions.
ActionFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
actionLink() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to an action link.
actions() - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
activate(ExecutionContext, CollectionHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
(Re)activates inactive or finished goals.
activate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
ActivationCommand - Class in com.whitestein.lsps.engine.state.xml
Goal reactivation/deactivation command.
ActivationCommand(String, ActivationCommand.ActivationCommandType) - Constructor for class com.whitestein.lsps.engine.state.xml.ActivationCommand
Creates new instance.
ActivationCommand(SActivationCommand, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ActivationCommand
Creates a new instance from the serialized companion.
ActivationCommand.ActivationCommandType - Enum in com.whitestein.lsps.engine.state.xml
Activation type.
ActivationUtil - Class in com.whitestein.lsps.engine
Activation and deactivation logic.
active() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get ACTIVE state name
active() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
ACTIVE_GOAL_STATES - Static variable in enum com.whitestein.lsps.engine.dto.GoalState
Set containing active goal states.
ACTIVE_PLAN_STATES - Static variable in enum com.whitestein.lsps.engine.dto.PlanState
Set of active plan states.
ActiveUserCache - Class in com.whitestein.lsps.activeuser
 
ActiveUserCache() - Constructor for class com.whitestein.lsps.activeuser.ActiveUserCache
 
ActiveUserRecord - Class in com.whitestein.lsps.activeuser
Time interval during which a user is using lsps.
ActiveUserRecord() - Constructor for class com.whitestein.lsps.activeuser.ActiveUserRecord
Creates new instance.
ActiveUserRecord(String, long, long) - Constructor for class com.whitestein.lsps.activeuser.ActiveUserRecord
Creates new instance.
ActiveUsersClientService - Interface in com.whitestein.lsps.engine
Service providing active users.
ActiveUsersClientServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Service providing active users.
ActiveUsersClientServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Service providing active users.
ActiveUserServiceBean - Class in com.whitestein.lsps.activeuser
Implementation of active user service.
ActiveUserServiceBean() - Constructor for class com.whitestein.lsps.activeuser.ActiveUserServiceBean
 
ActiveUsersTrack - Class in com.whitestein.lsps.activeuser
Track of all active users.
ActiveUsersTrack() - Constructor for class com.whitestein.lsps.activeuser.ActiveUsersTrack
Creates new instance.
ActiveUsersTrack(Date, Date, List<ActiveUserRecord>) - Constructor for class com.whitestein.lsps.activeuser.ActiveUsersTrack
Creates new instance.
acyclicTransitiveReduction(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
For a given acyclic graph this method returns a list of edges that can be removed to obtain a transitive reduction of the given graph.
add(Object) - Method in class com.whitestein.lsps.common.collections.ElementCounter
Increments the object counter for the given object by one and returns the new object count.
add(E) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
add(int, E) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
add(V, List<V>) - Method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Answer a value with specified key attribute
add(T[], T) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Copies the given array and adds the given element at the end of the new array.
add(T[], int, T) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by insert(int, T[], T...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(boolean[], int, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, boolean[], boolean...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(char[], int, char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, char[], char...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(byte[], int, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, byte[], byte...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(short[], int, short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, short[], short...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, int[], int...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(long[], int, long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, long[], long...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(float[], int, float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, float[], float...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(double[], int, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been superseded by ArrayUtils.insert(int, double[], double...) and may be removed in a future release. Please note the handling of null input arrays differs in the new method: inserting X into a null array results in null not X.
add(Fraction) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Adds the value of this fraction to another, returning the result in reduced form.
add(int) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Adds a value to the value of this instance.
add(Number) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Adds a value to the value of this instance.
add(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Unsupported ListIterator operation.
add(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.ModelInstanceTransactionStack
Add model instance to stack.
add(PropertyData) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
add(PropertyData) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsSingleIdMapper
 
add(PropertyData) - Method in class com.whitestein.lsps.hibernate.envers.LspsSingleIdMapper
 
add(Todo) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
add(TodoEscalation) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
add(Todo) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Adds todo to the persistent store.
add(TodoEscalation) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Adds todo escalation to the persistent store.
add(Hint) - Method in class com.whitestein.lsps.human.model.HintModule
 
add(Expression) - Method in class com.whitestein.lsps.lang.ChildrenExpressionCollector
 
add(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this + augend).
add(int, Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
add(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
add(Object) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
add(ValidationException) - Method in class com.whitestein.lsps.lang.parser.Errors
 
add(Errors) - Method in class com.whitestein.lsps.lang.parser.Errors
 
add(ExecutionContext, SetHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by adding the specified element to the set.
add(ExecutionContext, ListHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by adding the specified element at the end of the list.
add(ExecutionContext, CollectionHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by adding the specified element at the end of the collection.
add(ExecutionContext, MapHolder, Object, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created by adding the specified key-value pair to the map.
ADD_BINARY - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to upload binary data.
addAll(Collection<?>) - Method in class com.whitestein.lsps.common.collections.ElementCounter
Increments the object counter for the given objects each by one.
addAll(Collection<? extends E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
addAll(int, Collection<? extends E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
addAll(T[], T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(boolean[], boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(char[], char...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(byte[], byte...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(short[], short...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(int[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(long[], long...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(float[], float...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(double[], double...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Adds all the elements of the given arrays into a new array.
addAll(Collection<? extends Object>) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
addAll(int, Collection<? extends Object>) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
addAll(Collection<? extends Object>) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
addAll(Collection<ValidationException>) - Method in class com.whitestein.lsps.lang.parser.Errors
 
addAll(ExecutionContext, SetHolder, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created as concatenation of set and collections.
addAll(ExecutionContext, ListHolder, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created as concatenation of list and collections.
addAll(ExecutionContext, ListHolder, Decimal, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by adding the specified elements, given as a collections, from the position specified by index to the list.
addAll(ExecutionContext, SetHolder, Decimal, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by adding the specified elements, given as a collections, from the position specified by index to the set.
addAll(ExecutionContext, MapHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created as union of maps.
addAll(ExecutionContext, SetHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
addAll(ExecutionContext, ListHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
addAll(ExecutionContext, ListHolder, Decimal, ListHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
addAllAuxExpression(List<SrcExpression>) - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
addAllCollections(ExecutionContext, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created as concatenation of collections.
addAllCollections(ExecutionContext, CollectionHolder, Decimal, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by adding the specified elements, given as a collections, from the position specified by index to the collection.
addAllExpressions(Collection<? extends SrcExpression>) - Method in class com.whitestein.lsps.lang.compiled.model.SrcChainedExpression
 
addAllParameters(List<SrcExpression>) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
addAndGet(int) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAndGet(Number) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately after the addition operation.
addAnnotation(Annotation) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
Adds an annotation.
addAnnotation(Annotation) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
addAnnotation(SrcAnnotation) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addAnyMetaDef(AnyMetaDef) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addAssignment(Assignment) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Adds an assignment to a list of assignment of this diagram connection.
addAssignment(Assignment) - Method in class com.whitestein.lsps.visualization.DiagramNode
Adds an assignment to a list of assignment of this diagram connection.
addAt(ExecutionContext, ListHolder, Decimal, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by adding the specified elements from the position specified by index to the list.
addAt(ExecutionContext, SetHolder, Decimal, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by adding the specified elements from the position specified by index to the set.
addAt(ExecutionContext, CollectionHolder, Decimal, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by adding the specified elements from the position specified by index to the collection.
addAttributeConverter(AttributeConverterDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addAttributeConverter(Class<? extends AttributeConverter>) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addAttributeConverterDefinition(AttributeConverterDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
addAuxExpression(SrcExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addBinaryEntry(String, String, ByteData) - Method in interface com.whitestein.lsps.engine.BinaryDataService
Add a binary entry and returns the entry id.
addBinaryEntry(String, String, String, Blob) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
Add a binary entry and returns the entry id.
addBinaryEntry(String, String, ByteData) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
addBinaryEntry(String, String, String, Blob) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
addBinaryEntryWithMetadata(String, String, ByteData, List<BinaryDataMetadata>) - Method in interface com.whitestein.lsps.engine.BinaryDataService
Add a binary entry and returns the entry id.
addBinaryEntryWithMetadata(String, String, ByteData, List<BinaryDataMetadata>) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
addBoundaryElement(ProcessElement) - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Adds a boundary element to this element.
addCatchExps(SrcCatch) - Method in class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
addChangeListener(ChangeListener) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds change listener.
addChangeListeners(Collection<? extends ChangeListener>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds change listeners.
addChild(ProfilerNode) - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
addChild(SGOElement) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
addChild(GOElement) - Method in class com.whitestein.lsps.engine.state.xml.Goal
Adds child.
addChild(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.OrgUnit
Adds given roleUnit into the children of this organization unit and returns current OrgUnit instance.
addChild(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.Role
Adds given roleUnit into the children of this role and returns current Role instance.
addChild(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Adds given child into the children of this role or organization unit and returns current RoleUnit instance.
addChild(ProcessElement) - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Adds a child element to this element.
addChildContext(SContext) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
addChildContext(Context) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds context as child of this context.
addClassToSharedRecordEntityNameMapping(Class, String) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
addClassType(XClass) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addCollectionBinding(Collection) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addColumnNameBinding(Table, String, Column) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addColumnNameBinding(Table, Identifier, Column) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addCommand(SActivationCommand) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
addCommand(ActivationCommand) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds an activation command.
addComponent(Element, PropertyAuditingData, Value, CompositeMapperBuilder, String, EntityXmlMappingData, boolean) - Method in class com.whitestein.lsps.hibernate.envers.internal.ComponentMetadataGenerator
 
addComponent(CustomComponentDef) - Method in class com.whitestein.lsps.human.model.CustomUIComponents
 
addConnecton(DiagramConnection) - Method in class com.whitestein.lsps.visualization.Diagram
Adds a connection to this diagram.
addConstant(ConstantInfo) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
addConstant(ConstantInfo) - Method in interface com.whitestein.lsps.lang.module.Module
Adds a constant.
addConstraintType(ConstraintTypeInfo) - Method in class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
addConstructor(SrcMethod) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addContext(String, String) - Method in exception com.whitestein.lsps.common.ErrorException
Adds a context.
addContext(String, String) - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
Adds a context.
addContextAndWrap(Exception, String) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Adds a process interpreter exception context to the exception.
addContextIfIdNotExists(String, String) - Method in exception com.whitestein.lsps.common.ErrorException
Adds a context of there is no context with a given contextId already.
addContextIfIdNotExists(String, String) - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
Adds a context if contextId not exists.
addContexts(List<ErrorContext>) - Method in exception com.whitestein.lsps.common.ErrorException
Adds all contexts.
addContexts(List<ErrorContext>) - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
Adds all contexts.
addCreateInstance(ClassPool, StringBuffer, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
addDeadlock() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDefaultNamedNativeQuery(NamedSQLQueryDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDefaultNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDefaultQuery(NamedQueryDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDefaultResultSetMapping(ResultSetMappingDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDenormalizedTable(String, String, String, boolean, String, Table) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addDiagram(DiagramInfo) - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
Adds information about a diagram owned by this process model.
addDiagramInfo(DiagramInfo) - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Adds a diagram information about diagrams owned by this process element.
addDocument(Document) - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversMappingCollector
 
addDurations(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration obtained by adding the values of the corresponding fields of duration1 and duration2.
addDurationToDate(ExecutionContext, Date, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a date obtained by adding the duration to the date.
addDurationToLocalDate(ExecutionContext, LocalDate, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a date equal to date + duration.
addDurationToLocalDateTime(ExecutionContext, LocalDateTime, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
added() - Method in class com.whitestein.lsps.common.collections.Diff
Returns the set of elements that are missing in the first set, but are present in the second set (they need to be added into the first set).
addEdge(Edge<V>) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Adds given edge to this graph.
addEdge(V, V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Creates and adds an edge to this graph.
addEdges(Collection<Edge<V>>) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Adds a collection of edges to this graph.
addElement(ProcessModel) - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
Add an element to this module resource.
addEntity(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Adds an entity.
addEntity(EvaluationLevelAware) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance.BaseLevelIdMap
 
addEntityBinding(PersistentClass) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addEntityHolder(Object, ExternalRecordHolder) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds entity - holder pair
addEntityTableXref(String, Identifier, Table, InFlightMetadataCollector.EntityTableXref) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addEntry(ModuleEntry) - Method in class com.whitestein.lsps.modulemanager.entity.Module
adds module entry
addEscalation(SEscalation) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addEscalation(Escalation) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds an escalation to this model instance.
addException(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
addExecutionTrace(ExecutionTrace) - Method in interface com.whitestein.lsps.engine.lang.TraceableExecution
Adds ExecutionTrace to the context.
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds an execution trace.
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
addExecutionTrace(ExecutionTrace) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
addExecutionTraceElement(ExecutionTraceElement) - Method in interface com.whitestein.lsps.engine.lang.TraceableExecution
Adds ExecutionTraceElement to the context.
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds an execution trace element.
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
addExecutionTraceElement(ExecutionTraceElement) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
addExpression(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcChainedExpression
 
addExternalRecordListener(ExternalRecordListener) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds an external record listener.
addFetchProfile(FetchProfile) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addField(SrcVariableDef) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addFilterDefinition(FilterDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addFreeType(SContextFreeType) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
addGoal(SGoal) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
addHandledBoundaryEvent(SHandledBoundaryEvent) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addIfThen(SrcIfThen) - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThenElse
 
addImport(ClassPool, Class<?>) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
addImport(ClassPool, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
addImport(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addImport(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addInnerClass(SrcClass) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addInput(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.UnprocessedInputsService
Adds an unprocessed input.
addInput(CommunicationUnit) - Method in class com.whitestein.lsps.engine.UnprocessedInputsServiceBean
 
addInputAt(ExecutionContext, Decimal, RecordHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Adds the input parameter at the given index.
addInputAt(HolderFactory, int, Parameter) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
addInputEntryAt(HolderFactory, int, Entry) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
addInterface(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addIsDirtyListener(ExecutionContext) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Adds ModelInstanceDirtyListener to model instance.
addIsDirtyListener(ExecutionContext) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
addItem(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
addItem(SNamedValue) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
addItem(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcNewArray
 
AdditionalExpressionCompiledContext - Class in com.whitestein.lsps.engine.lang.compiled
 
AdditionalExpressionCompiledContext(Namespace) - Constructor for class com.whitestein.lsps.engine.lang.compiled.AdditionalExpressionCompiledContext
 
addJpaIndexHolders(Table, List<JPAIndexHolder>) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addLastPersisted(ExternalValue) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Add to last persisted objects.
addLog(SProcessLog) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addMapItem(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
addMappedBy(String, String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addMappedSuperclass(Class, MappedSuperclass) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addMaxLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
addMetadata(List<Long>, String, String) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
Adds binary data metadata.
addMetadata(String, String) - Method in class com.whitestein.lsps.engine.state.BinaryData
Adds metadata.
addMetadata(List<Long>, String, String) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
addMethod(SrcMethod) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addMIInvocation(boolean, long) - Method in class com.whitestein.lsps.engine.HealthCheckData
 
addMILockWait(long) - Method in class com.whitestein.lsps.engine.HealthCheckData
 
addModelContext(long) - Method in exception com.whitestein.lsps.common.ErrorException
Adds context of model.
addModelInstanceContext(long) - Method in exception com.whitestein.lsps.common.ErrorException
Adds context on model instance.
addModelInstanceState(ErrorModelInstanceState) - Method in class com.whitestein.lsps.engine.state.RollbackItem
Adds errorModelInstanceState to this rollbackItem.
addModifier(SrcModifier) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
addModifier(SrcModifier) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addModifier(SrcModifier) - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
addModule(Module) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
addModule(Module) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Adds a module.
addModuleImport(Module) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Adds a module import.
addModuleInstance(SModuleInstance) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addModuleInstance(ModuleInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a module to this model instance.
addModules(Collection<? extends Module>, Map<String, Module>, boolean) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
Adds modules to a map.
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addNamedNativeQuery(NamedSQLQueryDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addNamedQuery(NamedQueryDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addNewChildContext(ContextModelElement) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds new child context.
addNewChildContext(String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds new child context.
addNewChildContext(String, Map<FreeType, Type>) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds new child context.
addNewItem(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Adds new item into the combo box.
addNewModuleInstance(ProcessModel) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds new module instance.
addNewModuleInstance(Context) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds new module instance.
addNewProcessInstance(ContextModelElement) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
modelInstance Adds new child process instance.
addNewProcessInstance(Context) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Adds new child process instance.
addNewProcessInstance(ContextModelElement) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds new child process instance.
addNewProcessInstance(Context) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds new child process instance.
addNewProcessInstance(ContextModelElement) - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Adds new child process instance.
addNewProcessInstance(Context) - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Adds new child process instance.
addNewToken() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds a new token.
addNewToken(String) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds a new token.
addNewVariable(String, Type, boolean, boolean) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
addNewVariable(String, Type, boolean, boolean) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
addNewVariable(String, Type, boolean, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
addNewVariable(String, String) - Method in class com.whitestein.lsps.engine.state.xml.Context
addNewVariable(String, Type) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds a new variable.
addNewVariable(String, String, Value, boolean) - Method in class com.whitestein.lsps.engine.state.xml.Context
addNewVariable(String, Type, Value, boolean) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds a new variable.
addNewVariable(String, String, Type, Value, boolean) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds a new variable.
addNewVariable(String, Type, boolean, boolean) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
addNewVariable(String, Type, boolean) - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
addNewVariable(String, Type, boolean) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Adds a new variable.
addNewVariable(String, Type, boolean, boolean) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Adds a new variable.
addNode(DiagramNode) - Method in class com.whitestein.lsps.visualization.Diagram
Adds a node to this diagram.
addNotification(String) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Adds a notification.
addOldBinaryValue(BinaryValue) - Static method in class com.whitestein.lsps.engine.state.xml.ValueContent
 
addOrUpdateTheme(String, byte[]) - Method in class com.whitestein.lsps.human.VaadinThemeCacheBean
 
addOutputAt(ExecutionContext, Decimal, RecordHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Adds the output parameter at the given index.
addOutputAt(HolderFactory, int, Parameter) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
addOutputEntryAt(HolderFactory, int, Entry) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
addParameter(SrcParameter) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addParameter(String, String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addParameter(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
addParameter(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcNewInstance
 
addParameterName(String) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Adds new parameter name to this RoleName and returns the current RoleName instance.
addParent(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.OrgUnit
Adds given roleUnit into the parents of this organization unit and returns current OrgUnit instance.
addParent(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.Role
Adds given roleUnit into the parents of this role and returns current Role instance.
addParent(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Adds given parent into the parents of this role or organization unit and returns current RoleUnit instance.
addPerformer(TodoPerformer) - Method in class com.whitestein.lsps.human.entity.Todo
Adds a todo performer.
addPerformers(Collection<TodoPerformer>) - Method in class com.whitestein.lsps.human.entity.Todo
Adds a collection of todo performers.
addPerson(Person) - Method in interface com.whitestein.lsps.os.PersonManagementService
Adds new person into the application.
addPerson(Person) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
addPersonToRole(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Assign role to person.
addPersonToRole(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
addPersonToRole(ExecutionContext, PersonManagementServiceLocal, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.PersonRoleUtils
Assign role to person.
AddPersonToRole - Class in com.whitestein.lsps.orgstructure.task
This task adds the person to the role
AddPersonToRole() - Constructor for class com.whitestein.lsps.orgstructure.task.AddPersonToRole
 
addPersonWithData(PersonData) - Method in interface com.whitestein.lsps.os.PersonManagementService
Adds new person into the application.
addPersonWithData(PersonData) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
addProcess(Process) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
addProcess(Process) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Adds a process.
addProcess(Process) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Adds a process.
addProcessElement(ProcessElement) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
addProcessElement(ProcessElement) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Adds a process element.
addProcessElement(ProcessElement) - Method in class com.whitestein.lsps.modulemanager.entity.Process
Adds a process element.
addProcessElement(ProcessElement) - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
Add process element to this process model.
addProcessInstance(SProcessInstance) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
addProcessInstance(SProcessInstance) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
addProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Adds a process instances as a child of this module instance.
addProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds a process instances as a child of this process instance.
addProcessInstance(ProcessInstance) - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Adds a process instances as a child of this module instance.
addProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.Token
Adds a process instance.
addProcessLog(ProcessLog) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a process log.
AddProcessLog - Class in com.whitestein.lsps.stdlib.task
Task adds a log entry to the process logs.
AddProcessLog() - Constructor for class com.whitestein.lsps.stdlib.task.AddProcessLog
Creates new instance.
AddProcessLog(LoggingDao) - Constructor for class com.whitestein.lsps.stdlib.task.AddProcessLog
Creates new instance.
addProcessRelationship(ProcessRelationship) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
addProcessRelationship(ProcessRelationship) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Adds a process relationship.
addProcessRelationship(ProcessRelationship) - Method in class com.whitestein.lsps.modulemanager.entity.Process
Adds a process relationship.
addProperty(String, String) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Adds a property.
addProperty(SPropertyValue) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
addProperty(String, String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a property.
addProperty(LspsXProperty) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
Adds a property.
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addPropertyReference(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addPropertyReferencedAssociation(String, String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addPropertyToCreateProxy(String) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
addProxy(SValueRef) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
addProxy(RecordValue) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
addProxySet(SRecordProxySet) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addProxySet(RecordProxySetValue) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
addProxySetToUse(RecordProxySetHolder) - Static method in class com.whitestein.lsps.engine.lang.RecordProxySet
 
addRecord(UserActivityTrackDao, String, long) - Method in enum com.whitestein.lsps.activeuser.UserActivityTracking
 
addReference(ResultSet) - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
Adds a reference.
addReferencedOperation(ReferencedOperation) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
addReferencedOperation(ReferencedOperation) - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
addReferencedOperation(ReferencedOperation) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Adds referenced operation so that it can be referenced for expressions compiled to java.
addReferencedOperation(ReferencedOperation) - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
addRejection(TodoRejection) - Method in class com.whitestein.lsps.human.entity.Todo
Adds a rejection.
addReplacement(String, String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
addResultSetMapping(ResultSetMappingDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addRight(String) - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Adds the right specified be given rightName argument to the set of rights that belong to this security role.
addRole(Role) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Adds given role to the roles the person is assigned to.
addRole(Role, Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.resolver.AbstractRolesResolver
Adds given role into the set of resolved roles.
addRole(String) - Method in class com.whitestein.lsps.test.Person
Adds a given role.
addRole(RoleUnitName) - Method in class com.whitestein.lsps.test.Person
Adds a given role.
addRoleName(RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.RoleServiceBean
 
addRoleName(RoleUnitName) - Method in interface com.whitestein.lsps.os.RoleService
Adds a role name with all parameter names present in roleName to the application.
addRoleUnitName(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.Person
Adds a role.
addSecondPass(SecondPass) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addSecondPass(SecondPass, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addSecurityRole(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Adds a security role.
addSecurityRole(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
addSecurityRole(SecurityRole) - Method in interface com.whitestein.lsps.os.SecurityService
Adds new security role into the application.
addSelected(String) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Selects a token identified by value.
addSharedRecordChange(Long, String) - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Adds change of shared record.
addSignal(Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
addSignal(Object) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Adds a signal to the signal queue.
addSignal(Object) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
addSignal(Object) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
addSignal(SSignal) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addSignal(Value) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a new signal.
addSignal(Value, String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a new signal.
addSignal(Signal) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds a signal.
addSignal(Object) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
addSignal(Object) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
addSignature(FunctionSignature) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
addSignature(FunctionSignature) - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
addSignature(FunctionSignature) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Registers a function signature in this namespace.
addSignature(FunctionSignature) - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
addSubstitute(Person) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Adds a substitute.
addTab(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Adds tab to tabbed layout.
addTable(String, String, String, String, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addTableNameBinding(Identifier, Table) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addTableNameBinding(String, String, String, String, Table) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addTimeout(STimeoutFlow) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
addTimeout(String, Long) - Method in class com.whitestein.lsps.engine.state.xml.Token
Sets the timeout.
addTo(Date) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date - duration.
addTo(LocalDate) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date + duration.
addTo(LocalDateTime) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date + duration.
addToBatchLoading(ExternalValue, RecordType) - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
addToBatchLoading(Collection<ExternalValue>) - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
Register value to be loaded in batch
addToBatchLoading(ExternalValue) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
Register external values to be loaded in batch.
addToBatchLoading(ExternalValue, RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
addToBatchLoading(ExternalValue, RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
Register value to be loaded in batch
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
addToBatchLoading(ExternalValue, RecordType) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
addToBatchLoading(ExternalValue, RecordType) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
addToBatchLoading(ExternalValue, RecordType) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
addToBatchLoading(Collection<ExternalValue>) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
addToCachedNonsharedAssociations(String, ComplexValue) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Adds to cache of nonshared associations.
addTodo(TaskContext, String, Serializable) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Creates a to-do (calls BaseTodoTask.createTodo(TaskContext, String, Serializable)) and adds the to-do to the database.
addTodo(TaskContext, String, Serializable) - Method in class com.whitestein.lsps.human.task.CustomUIUserTask
 
addTodo(TaskContext, String, Serializable) - Method in class com.whitestein.lsps.human.task.UserTask
 
addToken(SToken) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
addToken(Token) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Adds a token.
addToNonSharedAssociationCache(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Adds value to internal values association cache.
addToOneAndIdProperty(XClass, PropertyData) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addTopNoBaseLevelContext(SContext) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addTopNoBaseLevelContext(Context) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
adds top no-base level context
addToSelection(String) - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
Adds element text to the selection
addToStore(ProfilerNode) - Static method in class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
Adds the given profiler node to the store.
addTouchedProxy(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
addTouchedProxy(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
addToZip(ZipOutputStream) - Method in class com.whitestein.lsps.test.ArchiveModuleDescriptor
 
addToZip(ZipOutputStream) - Method in class com.whitestein.lsps.test.AssemblyDescriptor
Add all modules hold by this into the zip file.
addToZip(ZipOutputStream) - Method in class com.whitestein.lsps.test.FileModuleDescriptor
Adds the module to the zip.
addToZip(ZipOutputStream) - Method in class com.whitestein.lsps.test.ModuleDescriptor
Add all modules to the zip file.
addTresholdLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
addTypeDefinition(TypeDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addUniqueConstraintHolders(Table, List<UniqueConstraintHolder>) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addUniqueConstraints(Table, List) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addUniquePropertyReference(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
addValue(SComplexValue) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
addValue(SComplexValue) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
addValue(EntityWithId) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Adds value.
addVariable(Namespace, String, Type) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
addVariable(Namespace, String, Type, Object) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
addVariable(SVariable) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
addVariable(Variable) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds new variable.
addVariable(String, Type) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
addVariable(String, Type, boolean) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
addVariable(String, Type, boolean, boolean) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
addVariable(VariableInfo) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
addVariable(String, Type) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Registers a public variable in this namespace.
addVariable(String, Type, boolean) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Registers a variable in this namespace.
addVariable(String, Type, boolean, boolean) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Registers a variable in this namespace.
addVariable(VariableInfo) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Registers the given variable in this namespace.
addVariableListener(ParserVariableListener) - Method in class com.whitestein.lsps.lang.parser.Parser
Adds a variable listener.
addVariables(Collection<? extends Variable>) - Method in class com.whitestein.lsps.engine.state.xml.Context
Adds several variables.
addVertex(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Adds given vertex to this graph.
addWsRequestHandler(WsRequestHandler) - Method in interface com.whitestein.lsps.engine.WsService
Adds new WsRequestHandler object to persistent storage and returns its id.
addWsRequestHandler(WsRequestHandler) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
ADMIN - Static variable in class com.whitestein.lsps.test.LspsRemote
The admin/admin connection.
AdvancedReflectionFunctions - Interface in com.whitestein.lsps.stdlib.function
 
AdvancedReflectionFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
Functions for reflection types.
AdvancedReflectionFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
afterIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
afterIteration(ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.EnginePlugin
This method is executed after each engine iteration.
afterIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
afterIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
afterLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
afterLoop(ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.EnginePlugin
This method is executed after the engine loop has finished.
afterLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
afterLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
afterMarshal(Object) - Method in class com.whitestein.lsps.common.jaxb.MarshalCallbacksListener
 
afterTestMethod(V7V8_JUnitRunner.VersionAwareFrameworkMethod, RunNotifier) - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
afterTransactionBegin(Transaction) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
afterTransactionCompletion(Transaction) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
afterUnmarshal(Object, Object) - Method in class com.whitestein.lsps.common.jaxb.UnmarshalCallbacksListener
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.Goals
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
afterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
 
AggregateTranslator - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text AggregateTranslator instead
AggregateTranslator(CharSequenceTranslator...) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.AggregateTranslator
Deprecated.
Specify the translators to be used at creation time.
alive() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get ALIVE state name
alive() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
AllChildrenExpressionCollector - Class in com.whitestein.lsps.lang
 
AllChildrenExpressionCollector() - Constructor for class com.whitestein.lsps.lang.AllChildrenExpressionCollector
 
allImportedModules() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
Returns an immutable map of all imports.
allImportedModules() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
allImportedModules() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
allImportedModules() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
allNotNull(Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Checks if all values in the array are not nulls.
allocateDetachmentAndValueIds(long, long) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Allocates new range of value ids and detachment id.
allocateDetachmentAndValueIds(long, long) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
allocateDetachmentAndValueIds(long) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Allocates next range of value ids and detachment id.
allocateDetachmentAndValueIds(ModelInstance) - Method in interface com.whitestein.lsps.engine.state.ModelInstanceResourceAllocator
Allocates next id for detachment in the model instance.
allocateDetachmentAndValueIds(ModelInstance) - Method in class com.whitestein.lsps.engine.state.PersistentIdAllocator
 
allocateDetachmentAndValueIds(ModelInstance) - Method in class com.whitestein.lsps.engine.state.SimpleIdAllocator
 
AllocatedModelInstanceResources - Class in com.whitestein.lsps.engine.dto
Info about allocated resources in model instance.
AllocatedModelInstanceResources(long, long, Long) - Constructor for class com.whitestein.lsps.engine.dto.AllocatedModelInstanceResources
Creates new instance.
allocateTodo(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Allocates the specified todo to the person.
allocateTodo(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
allocateTodo(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
allocateValueIds(long, long) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Allocates new range of value ids.
allocateValueIds(long, long) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
allocateValueIds(long) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Allocates next range of value ids.
allocateValueIds(ModelInstance) - Method in interface com.whitestein.lsps.engine.state.ModelInstanceResourceAllocator
Allocates new range of ids for values in the model instance.
allocateValueIds(ModelInstance) - Method in class com.whitestein.lsps.engine.state.PersistentIdAllocator
 
allocateValueIds(ModelInstance) - Method in class com.whitestein.lsps.engine.state.SimpleIdAllocator
 
allocation(String) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates new allocation person performer.
ALLOCATION_SIZE - Static variable in class com.whitestein.lsps.engine.state.PersistentIdAllocator
Size of allocated value ids.
ALLOWED_VALUE_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
ALLOWED_VALUES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
AllowedValue - Class in com.whitestein.lsps.stdlib.dmn.model
 
AllowedValue() - Constructor for class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
AllowedValue(RecordHolder) - Constructor for class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
AMBIGUOUS_NAME_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a given name is ambiguous
AmbiguousTypeException - Exception in com.whitestein.lsps.lang.exception
This exceptions shows that multiple types were found for given criteria (such as type name).
AmbiguousTypeException(String, Throwable) - Constructor for exception com.whitestein.lsps.lang.exception.AmbiguousTypeException
 
AmbiguousTypeException(String) - Constructor for exception com.whitestein.lsps.lang.exception.AmbiguousTypeException
 
AmbiguousTypeException(Throwable) - Constructor for exception com.whitestein.lsps.lang.exception.AmbiguousTypeException
 
And - Class in com.whitestein.lsps.common.filter
 
And(List<Filter>) - Constructor for class com.whitestein.lsps.common.filter.And
 
And(Serializable, List<Filter>) - Constructor for class com.whitestein.lsps.common.filter.And
 
and(boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an and on a set of booleans.
and(Boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an and on an array of Booleans.
Annotations - Class in com.whitestein.lsps.lang.ast
 
Annotations(Collection<SimpleAnnotation>, String, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.ast.Annotations
 
annotationType() - Method in class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader.PCAuditTable
 
AntlrClosureType - Class in com.whitestein.lsps.lang.antlr
 
AntlrClosureType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrClosureType
 
AntlrConstraint - Class in com.whitestein.lsps.lang.antlr
 
AntlrConstraint(ASTNode, Tree, Tree, Tree, Tree, Tree, Tree, String, boolean, DocNode) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
AntlrConstraints - Class in com.whitestein.lsps.lang.antlr
 
AntlrConstraints() - Constructor for class com.whitestein.lsps.lang.antlr.AntlrConstraints
 
AntlrConstraints(List<AntlrConstraint>) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrConstraints
 
AntlrDecimalType - Class in com.whitestein.lsps.lang.antlr
 
AntlrDecimalType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrDecimalType
 
AntlrExpressionTree - Class in com.whitestein.lsps.lang.parser
 
AntlrExpressionTree(String) - Constructor for class com.whitestein.lsps.lang.parser.AntlrExpressionTree
 
AntlrFunction - Class in com.whitestein.lsps.lang.antlr
 
AntlrFunctionKind - Enum in com.whitestein.lsps.lang.antlr
 
AntlrFunctions - Class in com.whitestein.lsps.lang.antlr
 
AntlrFunctions(List<AntlrFunction>) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrFunctions
 
AntlrFunctions() - Constructor for class com.whitestein.lsps.lang.antlr.AntlrFunctions
 
AntlrIntersectionType - Class in com.whitestein.lsps.lang.antlr
 
AntlrIntersectionType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrIntersectionType
 
ANTLRLangLexerBase - Class in com.whitestein.lsps.lang.parser.antlr
 
ANTLRLangLexerBase() - Constructor for class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
ANTLRLangLexerBase(CharStream, RecognizerSharedState) - Constructor for class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
ANTLRLangLexerBase(CharStream) - Constructor for class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
ANTLRLangParserBase - Class in com.whitestein.lsps.lang.parser.antlr
 
ANTLRLangParserBase(TokenStream) - Constructor for class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
ANTLRLangParserBase(TokenStream, RecognizerSharedState) - Constructor for class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
AntlrMethods - Class in com.whitestein.lsps.lang.antlr
 
AntlrMethods(boolean, IdentifierAst, List<AntlrFunction>) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrMethods
 
AntlrNamedType - Class in com.whitestein.lsps.lang.antlr
 
AntlrNamedType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrNamedType
 
AntlrNode - Class in com.whitestein.lsps.lang.antlr
 
AntlrParametrizedType - Class in com.whitestein.lsps.lang.antlr
 
AntlrParametrizedType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrParametrizedType
 
AntlrSignature - Class in com.whitestein.lsps.lang.antlr
 
AntlrSignatureArg - Class in com.whitestein.lsps.lang.antlr
 
AntlrTaskParametersTree - Class in com.whitestein.lsps.lang.parser
 
AntlrTaskParametersTree(String) - Constructor for class com.whitestein.lsps.lang.parser.AntlrTaskParametersTree
 
AntlrType - Class in com.whitestein.lsps.lang.antlr
 
AntlrType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrType
 
AntlrTypeParameter - Class in com.whitestein.lsps.lang.antlr
 
AntlrTypeParameter(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrTypeParameter
 
AntlrTypeParameters - Class in com.whitestein.lsps.lang.antlr
 
AntlrTypeParameters(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrTypeParameters
 
AntlrTypeParser - Class in com.whitestein.lsps.lang.antlr
 
AntlrTypeParser() - Constructor for class com.whitestein.lsps.lang.antlr.AntlrTypeParser
 
AntlrTypeVisitor<T,E extends java.lang.Exception> - Interface in com.whitestein.lsps.lang.antlr
AntlrType visitor.
AntlrVoidType - Class in com.whitestein.lsps.lang.antlr
 
AntlrVoidType(Tree) - Constructor for class com.whitestein.lsps.lang.antlr.AntlrVoidType
 
ANY_PERFORMER - Static variable in class com.whitestein.lsps.orgstructure.context.AnyPerformerHolder
Value of the name attribute.
AnyContextHolderUtils - Class in com.whitestein.lsps.vaadin
 
AnyContextHolderUtils() - Constructor for class com.whitestein.lsps.vaadin.AnyContextHolderUtils
 
anyNotNull(Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Checks if any value in the given array is not null.
anyPerformer(ExecutionContext) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a special performer representing any known process performer.
anyPerformer(ExecutionContext) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
anyPerformer() - Static method in class com.whitestein.lsps.os.dto.Performer
Returns a special performer representing any known performer.
AnyPerformerHolder - Class in com.whitestein.lsps.orgstructure.context
Special performer representing any known performer.
APOS_ESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape the apostrophe character to its XML character entity.
APOS_UNESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.APOS_ESCAPE() for unescaping purposes.
APP_RESTART_CLEAR - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to delete restart data.
APP_RESTART_READ - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to read restart data.
append(Object, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(Object, Object, Comparator<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two Objects.
append(long, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two longs.
append(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two ints.
append(short, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two shorts.
append(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two chars.
append(byte, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two bytes.
append(double, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two doubles.
append(float, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two floats.
append(boolean, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the comparison of two booleanss.
append(Object[], Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(Object[], Object[], Comparator<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two Object arrays.
append(long[], long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two long arrays.
append(int[], int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two int arrays.
append(short[], short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two short arrays.
append(char[], char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two char arrays.
append(byte[], byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two byte arrays.
append(double[], double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two double arrays.
append(float[], float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two float arrays.
append(boolean[], boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the deep comparison of two boolean arrays.
append(Object, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two Objects are equal using either #EqualsBuilder.reflectionAppend(Object, Object), if object are non primitives (or wrapper of primitives) or if field testRecursive is set to false.
append(long, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two long s are equal.
append(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two ints are equal.
append(short, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two shorts are equal.
append(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two chars are equal.
append(byte, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two bytes are equal.
append(double, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two floats are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(boolean, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Test if two booleanss are equal.
append(Object[], Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Performs a deep comparison of two Object arrays.
append(long[], long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of long.
append(int[], int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of int.
append(short[], short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of short.
append(char[], char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of char.
append(byte[], byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of byte.
append(double[], double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of double.
append(float[], float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of float.
append(boolean[], boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Deep comparison of array of boolean.
append(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a boolean.
append(boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a boolean array.
append(byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a byte.
append(byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a byte array.
append(char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a char.
append(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a char array.
append(double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a double.
append(double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a double array.
append(float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a float.
append(float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a float array.
append(int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for an int.
append(int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for an int array.
append(long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a long.
append(long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a long array.
append(Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for an Object.
append(Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for an Object array.
append(short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a short.
append(short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Append a hashCode for a short array.
append(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a boolean value.
append(boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a byte value.
append(byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a char value.
append(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a double value.
append(double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a float value.
append(float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an int value.
append(int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a long value.
append(long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a short value.
append(short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(String, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a boolean value.
append(String, boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, boolean[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a boolean array.
append(String, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an byte value.
append(String, byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(String, byte[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a byte array.
append(String, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a char value.
append(String, char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(String, char[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a char array.
append(String, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a double value.
append(String, double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(String, double[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a double array.
append(String, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an float value.
append(String, float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(String, float[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a float array.
append(String, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an int value.
append(String, int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(String, int[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an int array.
append(String, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a long value.
append(String, long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(String, long[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a long array.
append(String, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object value.
append(String, Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(String, Object[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an Object array.
append(String, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString an short value.
append(String, short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(String, short[], boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append to the toString a short array.
append(StringBuffer, String, Object, Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object value, printing the full toString of the Object passed in.
append(StringBuffer, String, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a long value.
append(StringBuffer, String, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an int value.
append(StringBuffer, String, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a short value.
append(StringBuffer, String, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a byte value.
append(StringBuffer, String, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a char value.
append(StringBuffer, String, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a double value.
append(StringBuffer, String, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a float value.
append(StringBuffer, String, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a boolean value.
append(StringBuffer, String, Object[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object array.
append(StringBuffer, String, long[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a long array.
append(StringBuffer, String, int[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an int array.
append(StringBuffer, String, short[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a short array.
append(StringBuffer, String, byte[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a byte array.
append(StringBuffer, String, char[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a char array.
append(StringBuffer, String, double[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a double array.
append(StringBuffer, String, float[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a float array.
append(StringBuffer, String, boolean[], Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a boolean array.
append(Object) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object to this string builder.
append(CharSequence) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a CharSequence to this string builder.
append(CharSequence, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a CharSequence to this string builder.
append(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a string to this string builder.
append(String, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string to this string builder.
append(String, Object...) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Calls String.format(String, Object...) and appends the result.
append(CharBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends the contents of a char buffer to this string builder.
append(CharBuffer, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends the contents of a char buffer to this string builder.
append(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a string buffer to this string builder.
append(StringBuffer, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string buffer to this string builder.
append(StringBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a StringBuilder to this string builder.
append(StringBuilder, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a StringBuilder to this string builder.
append(StrBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends another string builder to this string builder.
append(StrBuilder, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder to this string builder.
append(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char array to the string builder.
append(char[], int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char array to the string builder.
append(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a boolean value to the string builder.
append(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char value to the string builder.
append(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an int value to the string builder using String.valueOf.
append(long) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a long value to the string builder using String.valueOf.
append(float) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a float value to the string builder using String.valueOf.
append(double) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a double value to the string builder using String.valueOf.
append(Object) - Method in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
appendAll(T...) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends each item in an array to the builder without any separators.
appendAll(Iterable<?>) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends each item in an iterable to the builder without any separators.
appendAll(Iterator<?>) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends each item in an iterator to the builder without any separators.
appendArgumentTypeList(StringBuilder) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Appends argument type list with parenthesis.
appendAsObjectToString(Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Appends with the same format as the default Object toString() method.
appendClassName(StringBuffer, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the class name.
appendContentEnd(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the content end.
appendContentStart(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the content start.
appendCyclicObject(StringBuffer, String, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object value that has been detected to participate in a cycle.
appendDetail(StringBuffer, String, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object value, printing the full detail of the Object.
appendDetail(StringBuffer, String, Collection<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a Collection.
appendDetail(StringBuffer, String, Map<?, ?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a Map.
appendDetail(StringBuffer, String, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a long value.
appendDetail(StringBuffer, String, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an int value.
appendDetail(StringBuffer, String, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a short value.
appendDetail(StringBuffer, String, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a byte value.
appendDetail(StringBuffer, String, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a char value.
appendDetail(StringBuffer, String, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a double value.
appendDetail(StringBuffer, String, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a float value.
appendDetail(StringBuffer, String, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a boolean value.
appendDetail(StringBuffer, String, Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of an Object array.
appendDetail(StringBuffer, String, long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a long array.
appendDetail(StringBuffer, String, int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of an int array.
appendDetail(StringBuffer, String, short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a short array.
appendDetail(StringBuffer, String, byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a byte array.
appendDetail(StringBuffer, String, char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a char array.
appendDetail(StringBuffer, String, double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a double array.
appendDetail(StringBuffer, String, float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a float array.
appendDetail(StringBuffer, String, boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of a boolean array.
appendElements(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
appendEnd(StringBuffer, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the end of data indicator.
appendFieldEnd(StringBuffer, String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the field end.
appendFieldSeparator(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the field separator.
appendFieldsIn(Class<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Appends the fields and values defined by the given object of the given Class.
appendFieldStart(StringBuffer, String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the field start.
appendFirst(String) - Method in class com.whitestein.lsps.lang.type.QID
Appends a segment to the start of this qualified identifier.
appendFixedWidthPadLeft(Object, int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadLeft(int, int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the left to a fixed width.
appendFixedWidthPadRight(Object, int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the right to a fixed length.
appendFixedWidthPadRight(int, int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object to the builder padding on the right to a fixed length.
appendFreeTypeList(StringBuilder) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Appends a free type list e.g.
appendIdentityHashCode(StringBuffer, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append the System.identityHashCode(java.lang.Object).
appendIfMissing(String, CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end with any of the suffixes.
appendIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Appends the suffix to the end of the string if the string does not already end, case insensitive, with any of the suffixes.
appendInternal(StringBuffer, String, Object, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object, correctly interpreting its type.
appendLast(String) - Method in class com.whitestein.lsps.lang.type.QID
Appends a segment to the end of this qualified identifier.
appendln(Object) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an object followed by a new line to this string builder.
appendln(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a string followed by a new line to this string builder.
appendln(String, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string followed by a new line to this string builder.
appendln(String, Object...) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Calls String.format(String, Object...) and appends the result.
appendln(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a string buffer followed by a new line to this string builder.
appendln(StringBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a string builder followed by a new line to this string builder.
appendln(StringBuilder, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder followed by a new line to this string builder.
appendln(StringBuffer, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string buffer followed by a new line to this string builder.
appendln(StrBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends another string builder followed by a new line to this string builder.
appendln(StrBuilder, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends part of a string builder followed by a new line to this string builder.
appendln(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char array followed by a new line to the string builder.
appendln(char[], int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char array followed by a new line to the string builder.
appendln(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a boolean value followed by a new line to the string builder.
appendln(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a char value followed by a new line to the string builder.
appendln(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an int value followed by a new line to the string builder using String.valueOf.
appendln(long) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a long value followed by a new line to the string builder using String.valueOf.
appendln(float) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a float value followed by a new line to the string builder using String.valueOf.
appendln(double) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a double value followed by a new line to the string builder using String.valueOf.
appendLog(String) - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Sets the migration log.
appendLog(String) - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdateLog
Sets the log.
appendNewLine() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends the new line string to this string builder.
appendNull() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends the text representing null to this string builder.
appendNullText(StringBuffer, String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an indicator for null.
appendPadding(int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends the pad character to the builder the specified number of times.
appendRequestSoapHeaders(List<Object>, Document, Element) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageBuilder
Add request headers.
appendSemicolon(StringBuffer) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
appendSeparator(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a separator if the builder is currently non-empty.
appendSeparator(String, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends one of both separators to the StrBuilder.
appendSeparator(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a separator if the builder is currently non-empty.
appendSeparator(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Append one of both separators to the builder If the builder is currently empty it will append the defaultIfEmpty-separator Otherwise it will append the standard-separator The separator is appended using StrBuilder.append(char).
appendSeparator(String, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a separator to the builder if the loop index is greater than zero.
appendSeparator(char, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends a separator to the builder if the loop index is greater than zero.
appendStart(StringBuffer, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the start of data indicator.
appendSummary(StringBuffer, String, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString an Object value, printing a summary of the Object.
appendSummary(StringBuffer, String, Object[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of an Object array.
appendSummary(StringBuffer, String, long[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a long array.
appendSummary(StringBuffer, String, int[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of an int array.
appendSummary(StringBuffer, String, short[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a short array.
appendSummary(StringBuffer, String, byte[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a byte array.
appendSummary(StringBuffer, String, char[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a char array.
appendSummary(StringBuffer, String, double[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a double array.
appendSummary(StringBuffer, String, float[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a float array.
appendSummary(StringBuffer, String, boolean[]) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a summary of a boolean array.
appendSummarySize(StringBuffer, String, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString a size summary.
appendSuper(int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Appends to the builder the compareTo(Object) result of the superclass.
appendSuper(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Adds the result of super.equals() to this builder.
appendSuper(int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Adds the result of super.hashCode() to this builder.
appendSuper(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append the toString from the superclass.
appendSuper(StringBuffer, String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the superclass toString.
appendTo(Appendable) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends current contents of this StrBuilder to the provided Appendable.
appendToString(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Append the toString from another object.
appendToString(StringBuffer, String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString another toString.
appendWithSeparators(Object[], String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an array placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterable<?>, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an iterable placing separators between each value, but not before the first or after the last.
appendWithSeparators(Iterator<?>, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Appends an iterator placing separators between each value, but not before the first or after the last.
ApplicationDataConstants - Class in com.whitestein.lsps.common
Application data constants.
ApplicationDataFunctions - Class in com.whitestein.lsps.stdlib.function
Application data functions.
ApplicationDataFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.ApplicationDataFunctions
 
ApplicationRestartInfo - Class in com.whitestein.lsps.engine.state
Entity representing a model instance restart info
ApplicationRestartInfo() - Constructor for class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Creates new empty instance of ApplicationRestartInfo.
ApplicationRestartInfo(long, ModelInstanceStartStatus, Date) - Constructor for class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Creates new instance.
ApplicationRestartInfoList - Class in com.whitestein.lsps.engine.dto
Class representing a list of restart infos.
ApplicationRestartInfoList() - Constructor for class com.whitestein.lsps.engine.dto.ApplicationRestartInfoList
Creates new instance.
ApplicationRestartInfoList(List<ModelInstanceRestartInfo>, long) - Constructor for class com.whitestein.lsps.engine.dto.ApplicationRestartInfoList
Creates new instance.
ApplicationRestartService - Interface in com.whitestein.lsps.engine
Interface for application restart
ApplicationRestartServiceBean - Class in com.whitestein.lsps.modulemanager
Service for application restarting
ApplicationRestartServiceBean() - Constructor for class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
Creates new instance.
ApplicationRestartServiceBean(EntityManager) - Constructor for class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
Constructor
ApplicationRestartServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Local interface for ApplicationRestartService.
ApplicationRestartStatus - Enum in com.whitestein.lsps.engine.dto
Status of restarting
ApplicationRestartValue - Class in com.whitestein.lsps.engine.state
Value for application restarting.
ApplicationRestartValue() - Constructor for class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
ApplicationRetartServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ApplicationRestartService.
apply(JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
Yuck.
applyDefaultServerProperties() - Method in enum com.whitestein.lsps.common.JEEServer
Applies predefined server properties.
applyIsInRolesCondition(SelectBuilder<?>, Collection<RoleUnitName>) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
applyResultSetMapping(ResultSetMappingDefinition) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
ArchiveModuleDescriptor - Class in com.whitestein.lsps.test
 
ArchiveProcessor - Class in com.whitestein.lsps.modulemanager
This class handles the model upload.
ArchiveProcessor(ModelManagementDao, ModelProviderService, BinaryDataServiceLocal, SharedRecordConfigurationService, boolean) - Constructor for class com.whitestein.lsps.modulemanager.ArchiveProcessor
Creates new instance.
ArchiveProcessorResult - Class in com.whitestein.lsps.modulemanager
Result of modules processing.
ArchiveProcessorResult(Collection<Module>, Collection<Module>) - Constructor for class com.whitestein.lsps.modulemanager.ArchiveProcessorResult
Creates new instance.
areParseTimeConstants(Iterable<? extends Expression>) - Static method in class com.whitestein.lsps.lang.ast.Expressions
Returns true if all given expressions are parse-time constants.
ARGUMENT_PERSON_ID - Static variable in class com.whitestein.lsps.pm.PersonServiceBase
 
ARGUMENT_SETTING_NAME - Static variable in class com.whitestein.lsps.pm.PersonServiceBase
 
ARITHMETIC_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Arithmetic error.
ArrayUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.ArrayUtils
ArrayUtils instances should NOT be constructed in standard programming.
as() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Use to cast this component to a more specific component.
asLocalizableString() - Method in class com.whitestein.lsps.engine.LocalizationKey
Returns as localizable string with properly encoded parameters.
asMap() - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
asMap() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
asMap() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
asMap() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
asMap() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
asMap() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
asMap() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
asMap() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns a map view of this record.
asMap() - Method in class com.whitestein.lsps.lang.RecordWrapper
Returns a map view of this record.
asMap() - Method in class com.whitestein.lsps.lang.type.TypeMapping
Returns the mapping as a map where keys are free types and values are the actual mapped types.
AspectDebugger - Interface in com.whitestein.lsps.engine
Debugger which can handle aspect oriented breakpoints.
asPlainText() - Method in class com.whitestein.lsps.lang.doc.DocCodeTextElement
 
asPlainText() - Method in class com.whitestein.lsps.lang.doc.DocLinkTextElement
 
asPlainText() - Method in class com.whitestein.lsps.lang.doc.DocPlainTextElement
 
asPlainText() - Method in class com.whitestein.lsps.lang.doc.DocText
Returns a representation of this documentation text as plain text without any special formatting.
asPlainText() - Method in interface com.whitestein.lsps.lang.doc.DocTextElement
Returns a plain text representation of this text element.
asReader() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the contents of this builder as a Reader.
asResourceKey() - Method in class com.whitestein.lsps.engine.LocalizationKey
Returns the key (module::version::identifier::paramCount) used as key in resource bundle.
AssemblyDescriptor - Class in com.whitestein.lsps.test
Describes the content of a model assembly.
AssemblyDescriptor(String, String) - Constructor for class com.whitestein.lsps.test.AssemblyDescriptor
 
AssemblyDescriptor(String, String, File) - Constructor for class com.whitestein.lsps.test.AssemblyDescriptor
Constructs the whole model assembly for the given base module in the given version.
Assert - Class in com.whitestein.lsps.common
Utility methods for checking values of parameters, etc.
assertContains(String) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts that the given log message is contained in these logs.
assertContains(String, int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts that the given log message with a given level is contained in these logs.
assertContains5(String) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts that the given log message is contained in these logs.
assertContains5(String, int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts that the given log message with a given level is contained in these logs.
assertDocumentTitles(String...) - Method in class com.whitestein.lsps.test.web.UITester
Asserts that there are the following documents available to the current user.
assertError(int, String...) - Method in class com.whitestein.lsps.test.web.components.UIActions
Asserts that notification exists and that it contains required texts.
assertLogs(String...) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Assert that in log is expected amount of messages with expected values in any order.
assertLogs5(String...) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Assert that in log is expected amount of messages with expected values in any order.
assertNotification(String...) - Method in class com.whitestein.lsps.test.web.components.UIActions
Asserts that notification exists and that it contains required texts.
assertSize(int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts the correct log size.
assertSize5(int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Asserts the correct log size.
assertUserSeesDocument(String) - Method in class com.whitestein.lsps.test.web.UITester
Checks that the currently logged-in user is able to open given document.
assign(SrcExpression, SrcExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
Assign - Class in com.whitestein.lsps.stdlib.task
This task takes as the parameter map of references and objects and assigns the objects to corresponding references.
Assign() - Constructor for class com.whitestein.lsps.stdlib.task.Assign
 
AssignableExpression - Class in com.whitestein.lsps.lang.ast
Expression that can be assigned to, i.e.
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.ClassType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.ListType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.MapType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.NullType
Null can be assigned to any type
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.SetType
 
assignableTo(Type) - Method in interface com.whitestein.lsps.lang.type.Type
Returns information whether a value of this type can be assigned to a variable of another type.
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.TypeType
 
assignableTo(Type) - Method in class com.whitestein.lsps.lang.type.VoidType
 
Assignment - Class in com.whitestein.lsps.visualization
An assignment is an expression that can be assigned to a diagram element and is executed when a defined event occurs.
Assignment(String, String) - Constructor for class com.whitestein.lsps.visualization.Assignment
Creates new assignment.
AssignmentExpression - Class in com.whitestein.lsps.lang.ast
 
AssignmentExpression(ASTInfo, Expression, Expression) - Constructor for class com.whitestein.lsps.lang.ast.AssignmentExpression
 
AssignmentInterpreter - Class in com.whitestein.lsps.engine
Monitoring engine performing measurements on execution.
AssignmentInterpreter(long, ModelProvider) - Constructor for class com.whitestein.lsps.engine.AssignmentInterpreter
Creates new instance.
AssignmentReferenceExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Assignment reference expression value.
AssignmentReferenceExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
AssignmentReferenceExpressionValue(long, ModelInstance, String, ContextValue, String, ReferenceExpression, long, List<PropertyValue>, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
AssignmentReferenceExpressionValue(ModelInstance, String, Context, ReferenceExpression, List<PropertyValue>, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
assignSecurityRoles(String...) - Method in class com.whitestein.lsps.test.Person
Assign security roles.
assignSecurityRolesToPerson(String, List<String>) - Method in interface com.whitestein.lsps.os.PersonManagementService
Assigns given list of security roles (specified by their names) to the user identified by given personId argument.
assignSecurityRolesToPerson(String, List<String>) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
AssociationEnd - Class in com.whitestein.lsps.engine.lang
Abstracts ends of associations with different multiplicities.
AssociationEnd(ModelInstance, ModelProvider, RecordHolder, RecordProperty) - Constructor for class com.whitestein.lsps.engine.lang.AssociationEnd
Creates new instance.
AssociationHandler - Interface in com.whitestein.lsps.lang.exec
Interface for object that handles associations.
ASTInfo - Interface in com.whitestein.lsps.lang.ast
Common AST expression properties.
ASTInfoImpl - Class in com.whitestein.lsps.lang.ast
A simple implementation of ASTInfo.
ASTInfoImpl(String, int, int, int, int) - Constructor for class com.whitestein.lsps.lang.ast.ASTInfoImpl
 
ASTInfoImpl(String) - Constructor for class com.whitestein.lsps.lang.ast.ASTInfoImpl
 
ASTNode - Interface in com.whitestein.lsps.lang.ast
Interface representing an AST node.
ASTNodeImpl - Class in com.whitestein.lsps.lang.ast
 
ASTNodeImpl(String, int, int, int) - Constructor for class com.whitestein.lsps.lang.ast.ASTNodeImpl
Constructs a new ast node.
ASTNodeImpl(String) - Constructor for class com.whitestein.lsps.lang.ast.ASTNodeImpl
Constructs a new ast node.
ASTNodeImpl(ASTNode) - Constructor for class com.whitestein.lsps.lang.ast.ASTNodeImpl
Constructs a new ast node.
asTokenizer() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Creates a tokenizer that can tokenize the contents of this builder.
ASTRange - Interface in com.whitestein.lsps.lang.ast
 
ASTRangeImpl - Class in com.whitestein.lsps.lang.ast
 
ASTRangeImpl(int, int) - Constructor for class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
ASTRangeImpl(ASTRange) - Constructor for class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
AstType - Class in com.whitestein.lsps.lang.ast
 
AstType(ASTNode, Type, List<AstType>) - Constructor for class com.whitestein.lsps.lang.ast.AstType
 
AstTypeParser - Class in com.whitestein.lsps.lang.parser
A parser for LSPS types that creates an AST type tree.
AstTypeParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.AstTypeParser
Creates a new parser.
AstTypeParser(NamespaceModel, Collection<String>) - Constructor for class com.whitestein.lsps.lang.parser.AstTypeParser
Creates a new parser with a collection of free type names that can be used in the expression.
AstTypeVisitor - Interface in com.whitestein.lsps.lang.ast
Traversing visitor.
asWriter() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets this builder as a Writer that can be written to.
ASYNC_MESSAGE_PRIORITY - Static variable in class com.whitestein.lsps.engine.Constants
Metadata key for async tasks.
AsynchronousExecutionMessage - Class in com.whitestein.lsps.engine.comm
This object is sent via JMS, to indicate that asynchronous execution should be performed.
AsynchronousExecutionMessage(Identifier, Serializable, Class<? extends AsynchronousExecutionTask>) - Constructor for class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
AsynchronousExecutionReply - Class in com.whitestein.lsps.engine.comm
This message is sent back to AsynchronousExecutionTask after the asynchronous processing has been done.
AsynchronousExecutionReply(Identifier, Serializable) - Constructor for class com.whitestein.lsps.engine.comm.AsynchronousExecutionReply
 
AsynchronousExecutionTask - Interface in com.whitestein.lsps.engine
Local interface of AbstractAsynchronousExecutionTask
attach(ModelInstance) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
If a model instance is detached it is attached to the original.
attach(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
attachAndMergeLevel(ModelInstance, String) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
If a model instance is detached it is attached to the original and state of specified evaluation level is merged to lower level.
attachAndMergeLevel(ModelInstance, String) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
attachEvaluation(ModelInstance, ModelInstance) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Attaches an evaluation data stored in the detached model instance to the regular model instance.
attachModelInstance(byte[]) - Method in interface com.whitestein.lsps.tools.TestSupportService
Attach detached model instance.
attachModelInstance(byte[]) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
AuditCriteria - Class in com.whitestein.lsps.engine
Audit query criteria
AuditCriteria() - Constructor for class com.whitestein.lsps.engine.AuditCriteria
 
AuditMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
 
AuditMetadataGenerator(MetadataImplementor, ServiceRegistry, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Element, AuditEntityNameRegister) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
awaitFullyLoggedIn() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
 

B

baseLevel() - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns base level.
BaseLevelIdMap() - Constructor for class com.whitestein.lsps.engine.state.xml.ModelInstance.BaseLevelIdMap
 
BaseTodoTask - Class in com.whitestein.lsps.human.task
Abstract class for creation of human-oriented tasks.
BaseTodoTask() - Constructor for class com.whitestein.lsps.human.task.BaseTodoTask
Creates new instance.
BaseXSDType - Enum in com.whitestein.lsps.lang.type.xml
Enums for all supported (known) base XSD types.
Basic - Class in com.whitestein.lsps.common
Basic utility methods.
BASIC_ESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape the basic XML and HTML character entities.
BASIC_UNESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.BASIC_ESCAPE() for unescaping purposes.
BasicGeneratorOperations - Class in com.whitestein.lsps.modulemanager
This plugin adds all core generator operations.
BasicGeneratorOperations() - Constructor for class com.whitestein.lsps.modulemanager.BasicGeneratorOperations
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.BlockExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.BreakExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.CastExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ClosureInvocationExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ConstantExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ContinueExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.DebugExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.DefExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.DereferenceExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
Interpret expression.
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.IfnullExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.IncDecExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.InstanceofExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ListExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MapExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MethodCallExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MethodExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MissingReturnExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.RecordExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.SetExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.SuperConstructorExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.SyntheticExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ThisConstructorExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.ThisExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.UnknownExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.VariableExpression
 
basicInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.WhileExpression
 
BasicMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
Generates metadata for basic properties: immutable types (including enums).
BasicMetadataGenerator() - Constructor for class com.whitestein.lsps.hibernate.envers.internal.BasicMetadataGenerator
 
BasicModule - Class in com.whitestein.lsps.lang.module
default implementation of Module
BasicModule(String) - Constructor for class com.whitestein.lsps.lang.module.BasicModule
Creates new instance.
BasicModule(String, Collection<? extends Module>) - Constructor for class com.whitestein.lsps.lang.module.BasicModule
Creates new instance.
BasicModulePart - Class in com.whitestein.lsps.lang.module
ModulePart is model of sub-namespaces (for plans or subprocesses It provides variables, types and functions(internal)
BasicModulePart(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.module.BasicModulePart
Creates new instance.
BasicModulePart(String, NamespaceModel) - Constructor for class com.whitestein.lsps.lang.module.BasicModulePart
Creates new instance.
BasicModulePart(String, NamespaceModel, Collection<? extends Module>) - Constructor for class com.whitestein.lsps.lang.module.BasicModulePart
Creates new instance.
BasicTypesNamespace - Class in com.whitestein.lsps.lang.operation
 
beforeIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
beforeIteration(ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.EnginePlugin
This method is executed before each engine iteration.
beforeIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
beforeIteration(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
beforeLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
beforeLoop(ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.EnginePlugin
This method is executed after a message is handled, but before starting the engine loop.
beforeLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
beforeLoop(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
beforeMarshal(Object) - Method in class com.whitestein.lsps.common.jaxb.MarshalCallbacksListener
 
beforeMessage(Message, ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
beforeMessage(Message, ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.EnginePlugin
This method is executed before a message is handled.
beforeMessage(Message, ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
beforeMessage(Message, ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
beforeTestMethod(V7V8_JUnitRunner.VersionAwareFrameworkMethod, RunNotifier) - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
beforeTransactionCompletion(Transaction) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
beforeUnmarshal(Object, Object) - Method in class com.whitestein.lsps.common.jaxb.UnmarshalCallbacksListener
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.Goals
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
beforeUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
 
begin() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
begin() - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
begin(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
Returns start index of the tree in the underlying source
begin() - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
below(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper below the specified value (exclusive).
below(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper below the specified value (exclusive).
below(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper below the specified value (exclusive).
Between - Class in com.whitestein.lsps.common.filter
 
Between(Serializable, Serializable, Serializable) - Constructor for class com.whitestein.lsps.common.filter.Between
 
between(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper between the specified values (inclusive).
between(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper between the specified values (inclusive).
between(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper between the specified values (inclusive).
BINARY - Static variable in class com.whitestein.lsps.lang.type.SimpleType
BinaryType instance.
BINARY_DATA_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a binary data can't be retrieved.
BINARY_HANDLE - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
BinaryHandle type.
BinaryData - Class in com.whitestein.lsps.engine.state
This entity contains binary data used by other entities.
BinaryData(String, String, String, Blob, List<BinaryDataMetadata>) - Constructor for class com.whitestein.lsps.engine.state.BinaryData
Instantiates a new binary data entry.
BinaryData(String, String, String, Blob) - Constructor for class com.whitestein.lsps.engine.state.BinaryData
Instantiates a new binary data entry.
BinaryData(String, String, Blob) - Constructor for class com.whitestein.lsps.engine.state.BinaryData
Instantiates a new binary data entry.
BinaryData() - Constructor for class com.whitestein.lsps.engine.state.BinaryData
Instantiates a new binary data entry.
BinaryDataDao - Interface in com.whitestein.lsps.stdlib.dao
Data access object interface for Binary data module operations.
BinaryDataMetadata - Class in com.whitestein.lsps.engine
Holds metadata associated with some binary data.
BinaryDataMetadata() - Constructor for class com.whitestein.lsps.engine.BinaryDataMetadata
 
BinaryDataMetadata(String, String) - Constructor for class com.whitestein.lsps.engine.BinaryDataMetadata
 
BinaryDataMetadata - Class in com.whitestein.lsps.engine.state
Binary data metadata entity.
BinaryDataMetadata(BinaryData, String, String) - Constructor for class com.whitestein.lsps.engine.state.BinaryDataMetadata
Creates new instance.
BinaryDataMetadata() - Constructor for class com.whitestein.lsps.engine.state.BinaryDataMetadata
Creates new instance.
BinaryDataService - Interface in com.whitestein.lsps.engine
Service for handling binary data stored in DB.
BinaryDataServiceBean - Class in com.whitestein.lsps.stdlib
Service implementation for accessing binary data in DB.
BinaryDataServiceBean() - Constructor for class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
BinaryDataServiceBean(EntityManager, BinaryDataDao) - Constructor for class com.whitestein.lsps.stdlib.BinaryDataServiceBean
Creates new instance.
BinaryDataServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for BinaryDataService.
BinaryDataServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for BinaryDataService.
BinaryEntry - Class in com.whitestein.lsps.engine.dto
Simple data transfer object for representing a handle to a file (see core::BinaryHandle).
BinaryEntry() - Constructor for class com.whitestein.lsps.engine.dto.BinaryEntry
Creates new instance.
BinaryEntry(Long, String, String, long, String) - Constructor for class com.whitestein.lsps.engine.dto.BinaryEntry
Creates new instance.
BinaryEntry(Long, String, String, long, String, byte[]) - Constructor for class com.whitestein.lsps.engine.dto.BinaryEntry
Creates new instance.
BinaryEntryNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a binary entry is not found.
BinaryEntryNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.BinaryEntryNotFoundException
Creates new instance.
BinaryHolder - Interface in com.whitestein.lsps.lang.exec
Interface for binary data holder.
BinaryHolderImpl - Class in com.whitestein.lsps.engine.lang
Holder for binary holder.
BinaryHolderImpl(BinaryValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.BinaryHolderImpl
Creates new instance.
BinaryType - Class in com.whitestein.lsps.lang.type
Binary type representing string.
BinaryValue - Class in com.whitestein.lsps.engine.dto.val
A string value.
BinaryValue() - Constructor for class com.whitestein.lsps.engine.dto.val.BinaryValue
Creates new instance.
BinaryValue - Class in com.whitestein.lsps.engine.state.xml
External binary value that stores info about shared record instance that contains binary.
BinaryValue(ModelInstance, String, byte[], String, String, String, String, Blob, BlobLoader) - Constructor for class com.whitestein.lsps.engine.state.xml.BinaryValue
Creates new instance.
BinaryValue(ModelInstance, String, String, String, String, String, Blob, BlobLoader) - Constructor for class com.whitestein.lsps.engine.state.xml.BinaryValue
Creates new instance.
BinaryValue(ModelInstance, String, byte[]) - Constructor for class com.whitestein.lsps.engine.state.xml.BinaryValue
Creates new instance of BinaryValue.
BinaryValue(SBinaryValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.BinaryValue
Creates a new instance from the serialized companion.
BinaryValue(SBinarySimpleValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.BinaryValue
Creates a new instance from the serialized companion.
bindClass(Class<?>, ProcessModel) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
bindClassForProcessDescription(Class<?>, ProcessModel, ProcessDescription, QID) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
Bind to existing java classes.
bindClassForProcessModel(Class<?>, ProcessModel, Map<ProcessModel, String>, QID, Map<ClassType, String>, Map<FunctionSignature, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
Binds already exiting java class representing namespace to corresponding model namespace.
BlobLoader - Class in com.whitestein.lsps.engine.state.xml
Loader of blob in BinaryValue
BlobLoader(ModelProvider) - Constructor for class com.whitestein.lsps.engine.state.xml.BlobLoader
Creates new instance.
BlockExpression - Class in com.whitestein.lsps.lang.ast
A block expression.
BlockExpression(ASTInfo, Expression) - Constructor for class com.whitestein.lsps.lang.ast.BlockExpression
Constructs a block expression.
BOOLEAN - Static variable in class com.whitestein.lsps.lang.type.SimpleType
BooleanType instance.
BooleanOperation - Enum in com.whitestein.lsps.lang.operation
 
BooleanType - Class in com.whitestein.lsps.lang.type
Simple type representing boolean.
BooleanUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on boolean primitives and Boolean objects.
BooleanUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.BooleanUtils
BooleanUtils instances should NOT be constructed in standard programming.
BooleanValue - Class in com.whitestein.lsps.engine.dto.val
A boolean value.
BooleanValue() - Constructor for class com.whitestein.lsps.engine.dto.val.BooleanValue
Creates new instance.
BooleanValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing boolean.
BPMNInterpreter - Class in com.whitestein.lsps.engine
This class interprets BPMN processes.
BPMNInterpreter(ProcessInstance, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.BPMNInterpreter
Creates new instance.
BRACKET_OP - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A bracket operator.
BreakException - Exception in com.whitestein.lsps.lang.exception
 
BreakException() - Constructor for exception com.whitestein.lsps.lang.exception.BreakException
Default constructor.
BreakExpression - Class in com.whitestein.lsps.lang.ast
"break" expression.
BreakExpression(ASTInfo) - Constructor for class com.whitestein.lsps.lang.ast.BreakExpression
Constructs a new expression.
buffer - Variable in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Internal data storage.
build() - Method in interface com.whitestein.lsps.common.hack.lang3.builder.Builder
Returns a reference to the object being constructed or result being calculated by the builder.
build() - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Returns a negative Integer, a positive Integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
build() - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Returns true if the fields that have been checked are all equal.
build() - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Returns the computed hashCode.
build() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Returns the String that was build as an object representation.
build() - Method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils.WildcardTypeBuilder
Returns a reference to the object being constructed or result being calculated by the builder.
build() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Implement the Builder interface.
build() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Builds instance of FunctionSignature with the parameters specified in this builder.
buildAnnotationReader(AnnotatedElement) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
Builder<T> - Interface in com.whitestein.lsps.common.hack.lang3.builder
The Builder interface is designed to designate a class as a builder object in the Builder design pattern.
builder - Variable in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
builder(String) - Static method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns builder to build the function signature.
buildGetter(Component, Property) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordComponentTuplizer
 
buildInstantiator(Component) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordComponentTuplizer
 
buildInstantiator(EntityMetamodel, PersistentClass) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
buildMessage(Object, List<Object>, boolean) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageBuilder
Build the request xml for given input instance.
buildMetadataInstance(MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
Builds the complete and immutable Metadata instance from the collected info.
buildNamedQueryRepository(SessionFactoryImpl) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
buildNamedQueryRepository(SessionFactoryImpl) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
buildProcedureCallMementos(SessionFactoryImpl) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
buildPropertyAccess(Class, String) - Method in class com.whitestein.lsps.engine.sharedrecord.MapEntityAccessStrategy
 
buildPropertyGetter(Property, PersistentClass) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
buildPropertySetter(Property, PersistentClass) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
buildSessionFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
Deprecated.
buildSessionFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
buildSessionFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
buildSetter(Component, Property) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordComponentTuplizer
 
Bundle(Map<String, String>, Locale, LocalizationResourceBundle.Bundle) - Constructor for class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
Full constructor.
button() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a button.
byTabCell - Variable in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
 
BYTE_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Byte constant for minus one.
BYTE_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Byte constant for one.
BYTE_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Byte constant for zero.
ByteData - Class in com.whitestein.lsps.common
Class containing raw byte data.
ByteData() - Constructor for class com.whitestein.lsps.common.ByteData
Creates new instance.
ByteData(byte[]) - Constructor for class com.whitestein.lsps.common.ByteData
Creates new instance.

C

CacheReplicationMDB - Class in com.whitestein.lsps.engine
Message driven bean for replicating caches
CacheReplicationMDB() - Constructor for class com.whitestein.lsps.engine.CacheReplicationMDB
 
call(ExecutionContext, RecordHolder, String, String, String, String, String, String, Decimal, MapHolder, ReferenceHolder, ReferenceHolder, Boolean) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions
 
call(SslConfig, String, String, String, String, String, String, Integer, Map<String, String>, Boolean) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions
 
call(ExecutionContext, MapHolder, RecordHolder, String, String, String, RecordHolder, ListHolder, MapHolder, Decimal, Type, ListHolder, ReferenceHolder, ReferenceHolder, Boolean) - Method in interface com.whitestein.lsps.wsclient.function.WsSoapCallFunctions
Webservice call.
call(ExecutionContext, MapHolder, RecordHolder, String, String, String, RecordHolder, ListHolder, MapHolder, Decimal, Type, ListHolder, ReferenceHolder, ReferenceHolder, Boolean) - Method in class com.whitestein.lsps.wsclient.function.WsSoapCallFunctionsImpl
 
canAbortModelUpdate() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state is performing a model update and can be aborted.
canBeActivated() - Method in enum com.whitestein.lsps.engine.dto.GoalState
Returns true if the goal can be activated.
canBeChangedFromState(GoalState) - Method in enum com.whitestein.lsps.engine.dto.GoalState
Returns true if a goal can change its goal state from oldState to this state.
canBeChangedFromState(PlanState) - Method in enum com.whitestein.lsps.engine.dto.PlanState
Returns true if a plan can be changed from state oldState to this state.
canBeChangedToState(GoalState) - Method in enum com.whitestein.lsps.engine.dto.GoalState
Returns true if a goal can change its goal state from this state to newState.
canBeChangedToState(PlanState) - Method in enum com.whitestein.lsps.engine.dto.PlanState
Returns true if a plan can be changed from this state to state newState.
canBeDeactivated() - Method in enum com.whitestein.lsps.engine.dto.GoalState
Returns true if the goal can be deactivated.
canBeEmpty() - Method in class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Returns true if this association can be empty.
canBeInterpretedIn(InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
in detached model instance interpretation can be done only in new evaluation levels
canBeInterpretedIn(InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
in detached model instance interpretation can be done only in new evaluation levels
canBeInterpretedIn(InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
canBeInterpretedIn(InterpreterConfiguration) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
canBeInterpretedIn(InterpreterConfiguration) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns true if interpretation with given configuration can be done on this namespace.
canBeReferencedBy(RecordType, RecordAssociation) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns true if type is references by the association.
canBeReferencedBy(RecordType, RecordType) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns true if type is references by the other type.
canFinish(ModelInstanceState) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if model can be finished.
canFinishAll(Set<ModelInstanceState>) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if models in all input states models can be finished.
canRemoveThisFromReverseAssociation(RecordHolder, RecordAssociation) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
canRemoveThisFromReverseAssociation(RecordHolder, RecordAssociation) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
canRemoveThisFromReverseAssociation(RecordHolder, RecordAssociation) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns true if this entity/holder can be removed from reverse association.
canRemoveThisFromReverseAssociation(RecordHolder, RecordAssociation) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
canResume() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state can be resumed.
canSetProperty(String) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
canSetProperty(String) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns true if a property can be updated.
canSuspend() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state can be suspended.
capacity() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the current size of the internal character array buffer.
capitalize(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Capitalizes a String changing the first character to title case as per Character.toTitleCase(int).
capitalize(String) - Static method in class com.whitestein.lsps.common.Strings
Returns a new string with the first character in upper case.
Case(List<Expression>, Expression) - Constructor for class com.whitestein.lsps.lang.ast.SwitchExpression.Case
 
cast(ExecutionContext, Object, Type) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
If the type of the object is compatible with the specified type, the function returns the object casted to the type.
CastExpression - Class in com.whitestein.lsps.lang.ast
A cast expression.
CastExpression(ASTInfo, Expression, Type) - Constructor for class com.whitestein.lsps.lang.ast.CastExpression
 
catalog() - Method in class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader.PCAuditTable
 
Catch(List<Expression>, Expression) - Constructor for class com.whitestein.lsps.lang.ast.TryCatchExpression.Catch
Creates new instance.
center(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Centers a String in a larger String of size size using the space character (' ').
center(String, int, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Centers a String in a larger String of size size.
center(String, int, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Centers a String in a larger String of size size.
ChainedExpression - Class in com.whitestein.lsps.lang.ast
 
ChainedExpression(ASTInfo, List<Expression>, Type) - Constructor for class com.whitestein.lsps.lang.ast.ChainedExpression
 
Change - Class in com.whitestein.lsps.engine.change
Change that is created during process execution.
Change(Object) - Constructor for class com.whitestein.lsps.engine.change.Change
Constructor.
CHANGE_OWN_PASSWORD - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allow to change own password.
changed(Change) - Method in interface com.whitestein.lsps.engine.change.ChangeListener
Process a change.
changed(Change) - Method in class com.whitestein.lsps.engine.DebuggerListener
 
changed(Change) - Method in class com.whitestein.lsps.engine.EngineAssignmentPlugin.AssignmentListener
 
changed(Change) - Method in class com.whitestein.lsps.engine.lang.ChangedExternalEntitiesListener
 
changed(Change) - Method in class com.whitestein.lsps.engine.MigrationEngine.AssignmentListener
 
changed(Change) - Method in class com.whitestein.lsps.engine.ModelInstanceDirtyListener
 
changed(Change) - Method in class com.whitestein.lsps.engine.ModelInstanceEventLogger
 
ChangeDebugger - Interface in com.whitestein.lsps.engine
Debugger based on change events.
ChangeDebugStepContext - Interface in com.whitestein.lsps.engine
A context of a debug step which was triggered by a change event.
ChangedExternalEntitiesListener - Class in com.whitestein.lsps.engine.lang
Listener of external entities change.
ChangedExternalEntitiesListener() - Constructor for class com.whitestein.lsps.engine.lang.ChangedExternalEntitiesListener
 
ChangeListener - Interface in com.whitestein.lsps.engine.change
Listener for Changes fired by model instance.
charAt(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the character at the specified index.
charMatcher(char) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a character.
CharSequenceTranslator - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text CharSequenceTranslator instead
CharSequenceTranslator() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
 
CharSequenceUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on CharSequence that are null safe.
CharSequenceUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.CharSequenceUtils
CharSequenceUtils instances should NOT be constructed in standard programming.
charSetMatcher(char...) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a set of characters.
charSetMatcher(String) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a string representing a set of characters.
CharUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on char primitives and Character objects.
CharUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.CharUtils
CharUtils instances should NOT be constructed in standard programming.
CHECK_ACTIVE_PERSONS_WITH_LOGIN_EXISTS - Static variable in class com.whitestein.lsps.orgstructure.entity.Person
Query name.
checkActivePersonWithLoginExists(String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
checkActivePersonWithLoginExists(String) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Check if active person with given loginName exists.
checkActivePersonWithLoginExists(String) - Method in interface com.whitestein.lsps.os.PersonService
Answer whether active person for given loginName exists.
checkActivePersonWithLoginExists(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
checkArgument(boolean) - Static method in class com.whitestein.lsps.common.Assert
If the condition is false, the method throws IllegalArgumentException.
checkArgument(boolean, String) - Static method in class com.whitestein.lsps.common.Assert
If the condition is false, the method throws IllegalArgumentException.
checkAudited(XProperty, PropertyAuditingData, String, Audited, String) - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader
 
checkBox() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a check box.
checkboxList() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a radio button list.
checkForErrors(ModulesUploadResult) - Static method in class com.whitestein.lsps.engine.ModelUploadUtil
Checks the result for any problems with db schema.
checkModelInstanceCompatibility(long, long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a set of data holding information about incompatibilities in a model instance with respect to a new model.
checkModelInstanceCompatibility(long, long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
checkNamespace() - Method in class com.whitestein.lsps.lang.parser.Parser
 
checkNamespaceEquals(String, String) - Static method in class com.whitestein.lsps.xml.util.XmlUtil
Check true if namespace strings are equals.
checkNotBlank(String, String) - Static method in class com.whitestein.lsps.common.Assert
Returns given string if it is not "blank" (i.e. it is not null and does not contain just whitespace characters).
checkNotBlank(String, String) - Static method in class com.whitestein.lsps.common.Strings
checkNotReadOnly() - Method in class com.whitestein.lsps.test.web.components.InputComponent
 
checkOrphanedTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
checkOrphanedTodosFor(String, Set<RoleUnitName>) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
checkParameterNotNull(T, String) - Static method in class com.whitestein.lsps.lang.exception.Errors
Throws a null parameter error if the param is null.
checkParameterNotNull(T, String, InterpreterStackTrace) - Static method in class com.whitestein.lsps.lang.exception.Errors
Throws a null parameter error if the param is null.
checkPersonWithIdExists(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
checkPhases() - Method in class com.whitestein.lsps.engine.MigrationEngine
Checks if the model instance should move to a next phase.
checkProxyLevel(Object) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Record can create association to records with proxy level same or lower.
checkProxyLevelForEntity(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
 
checkRollback(Namespace, Throwable, IErrorException) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
checkRollback(Throwable, IErrorException) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
checkRollback(Throwable, IErrorException) - Method in class com.whitestein.lsps.engine.lang.EJBRollbackChecker
If there is a transaction roll-back, the roll-back exception is re-thrown to prevent catching it by BPM error handling.
checkRollback(Throwable, IErrorException) - Method in class com.whitestein.lsps.lang.EmptyRollbackChecker
 
checkRollback(Throwable, IErrorException) - Method in interface com.whitestein.lsps.lang.RollbackChecker
Checks if a roll-back exception occurs as a cause of the exception.
checkState(boolean) - Static method in class com.whitestein.lsps.common.Assert
If the condition is false, the method throws IllegalStateException.
checkState(boolean, String) - Static method in class com.whitestein.lsps.common.Assert
If the condition is false, the method throws IllegalStateException.
checkState(ProcessingType) - Method in class com.whitestein.lsps.engine.AchieveGoalHandler
 
checkState(ProcessingType) - Method in class com.whitestein.lsps.engine.MaintainGoalHandler
 
checkState(ProcessingType) - Method in class com.whitestein.lsps.engine.PlanHandler
 
checkTreeType(Tree, int) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Check whether the given tree node has any of the given types.
checkTypeAndCast(String, Class<T>, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
checkUsingModifiedFlag(Audited) - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader
 
children(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a SetHolder of children of the roleUnitHolder.
children(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
CHILDREN - Static variable in class com.whitestein.lsps.stdlib.type.GoalHolder
Property name.
ChildrenExpressionCollector - Class in com.whitestein.lsps.lang
 
ChildrenExpressionCollector() - Constructor for class com.whitestein.lsps.lang.ChildrenExpressionCollector
 
ChildrenExpressionVisitor - Class in com.whitestein.lsps.lang.ast
 
ChildrenExpressionVisitor() - Constructor for class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
chomp(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone.
chomp(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
This feature will be removed in Lang 4.0, use StringUtils.removeEnd(String, String) instead
chop(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Remove the last character from a String.
classForName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsClassLoaderAccess
 
classForName(String, Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
classForName(String) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
classNameForClassType(NamedClassType, Map<ProcessModel, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Returns name of generated class for named type.
classNameForFunction(FunctionSignature, Map<ProcessModel, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Returns name of generated class for function.
classNameForModule(String, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Returns name of generated class for module.
classNameForProcessModel(ProcessModel, Map<ProcessModel, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Returns name of generated class for process model.
classNames - Variable in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
ClassNamespaceModel - Class in com.whitestein.lsps.lang.type
Class type namespace model.
ClassType - Class in com.whitestein.lsps.lang.type
 
ClassUtils - Class in com.whitestein.lsps.common.hack.lang3
Operates on classes without using reflection.
ClassUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.ClassUtils
ClassUtils instances should NOT be constructed in standard programming.
ClassUtils.Interfaces - Enum in com.whitestein.lsps.common.hack.lang3
Inclusivity literals for ClassUtils.hierarchy(Class, Interfaces).
cleanAndRenewVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
cleanAndSetRenewVersion() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Cleans version string and sets renewVersion to true.
cleanDataOfEvaluationLevel(ModelProvider, ModelInstance, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Cleans all entities that belongs to the evaluation level.
cleanDataOfLevelAndSublevels(ModelProvider, ModelInstance, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Cleans all entities that belongs to the evaluation level and its sub-levels.
cleanEvaluation(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Cleans auxiliary contexts and values used by the evaluation in the 'isFullExecutionMode = false' mode.
cleanEvaluation(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
cleanEvaluationLevelData(long, String) - Method in interface com.whitestein.lsps.tools.TestSupportService
Cleans evaluation data of the specified level.
cleanEvaluationLevelData(long, String) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
cleanEvaluationLevelDataDetached(byte[], String) - Method in interface com.whitestein.lsps.tools.TestSupportService
Cleans evaluation data of the specified level.
cleanEvaluationLevelDataDetached(byte[], String) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
cleanOnDelete() - Method in class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Returns true if this association should be cleaned on entity delete.
cleanTimeouts() - Method in class com.whitestein.lsps.engine.state.xml.Token
Cleans timeouts.
clear() - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
clear() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Clears the string builder (convenience Collections API style method).
clear() - Method in class com.whitestein.lsps.common.StringProperties
Removes all key-value properties.
clear() - Static method in class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
Clears store nodes and expensive store
clear() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
clear() - Method in class com.whitestein.lsps.engine.state.xml.Context
Clears variables.
clear() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Clears evaluation data.
clear() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
clear() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
clear() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
clear() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
clear() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
clear() - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
Clears the selection - makes all items deselected.
clear() - Method in class com.whitestein.lsps.test.web.components.LspsRadioButtonList
Deprecated.
clear() - Method in class com.whitestein.lsps.test.web.components.LspsSingleSelectList
Deprecated.
clear() - Method in class com.whitestein.lsps.test.web.components.LspsTree
Clears the tree selection.
clear() - Method in class com.whitestein.lsps.test.web.components.LspsTreeV7
Clears the tree selection.
clear(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
CLEAR_RESTART_INFO - Static variable in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Query name.
clearApplicationRestartData() - Method in interface com.whitestein.lsps.engine.ApplicationRestartService
Clears the information about previous application restart.
clearApplicationRestartData() - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
clearApplicationRestartData(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Clears the information about previous application restart.
clearApplicationRestartData(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
clearElementClientSide(WebElement) - Method in class com.whitestein.lsps.test.web.components.InputComponent
 
clearEntity() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Clears reference to the entity.
clearEntity() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Clears entity.
clearEntity() - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
clearEntity() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
clearEntity() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
clearLoadedEntities() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes shared runtime values.
clearMessage() - Method in interface com.whitestein.lsps.engine.ProcessInterpreterContext
Clears the message being processed.
clearNamespaceModel() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
clearNotifications() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Clears all notifications.
clearProfilerStore() - Method in class com.whitestein.lsps.engine.profiler.ProfilerServiceBean
 
clearProfilerStore() - Method in interface com.whitestein.lsps.engine.profiler.ProfilerServiceLocal
 
clearProxy(Collection<String>) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Clear properties on proxy.
clearRuntimeValues() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
 
clearRuntimeValues() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
 
clearRuntimeValues() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Clears referenced runtime values.
clearRuntimeValues() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
clearRuntimeValues() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Clears all cached values inside runtime value objects.
clearSharedRecordChanges() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Clears changes of shared records.
clearTempModelInstance() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
 
clearWaitingForSharedRecordChanges() - Method in class com.whitestein.lsps.engine.ModelInstanceRuntimeData
Clears all registrations of waiting for shared record changes.
click() - Method in class com.whitestein.lsps.test.web.components.LspsButton
Clicks the button.
click() - Method in class com.whitestein.lsps.test.web.components.LspsCheckBox
 
click() - Method in class com.whitestein.lsps.test.web.components.LspsNavigationLink
Clicks the link.
click() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Clicks the table header.
click() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Click this element.
click(int, int, Keys...) - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
clickButton(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
clickButton(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Deprecated.
clickButtonByLspsId(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
clickByClassname(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
clickById(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
clickByJavascript(WebElement) - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
clickByXpath(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
clickClose() - Method in class com.whitestein.lsps.test.web.components.LspsPopup
Clicks the close button on the popup.
clickFirstPage() - Method in class com.whitestein.lsps.test.web.components.Pager
Clicks first page.
clickLastPage() - Method in class com.whitestein.lsps.test.web.components.Pager
Clicks last page.
clickNextPage() - Method in class com.whitestein.lsps.test.web.components.Pager
Clicks next page.
clickPreviousPage() - Method in class com.whitestein.lsps.test.web.components.Pager
Clicks previous page.
ClientAppSettings - Interface in com.whitestein.lsps.common
Settings for the custom application.
ClientCommunication - Class in com.whitestein.lsps.ws
Communication class to communicate with the LSPS server.
ClientCommunication(String, String, String, Proxy) - Constructor for class com.whitestein.lsps.ws.ClientCommunication
Creates new instance.
clone(T[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shallow clones an array returning a typecast result and handling null.
clone(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Clones an array returning a typecast result and handling null.
clone(T) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Clone an object.
clone() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Creates a new instance of this Tokenizer.
clone() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
clone() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
clone() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
 
clone(ExecutionContext, Object) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
If the object is RecordHolder a copy is created otherwise the same object is returned.
CloneFailedException - Exception in com.whitestein.lsps.common.hack.lang3.exception
Exception thrown when a clone cannot be created.
CloneFailedException(String) - Constructor for exception com.whitestein.lsps.common.hack.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
CloneFailedException(Throwable) - Constructor for exception com.whitestein.lsps.common.hack.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
CloneFailedException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.hack.lang3.exception.CloneFailedException
Constructs a CloneFailedException.
cloneIfPossible(T) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Clone an object if possible.
close() - Method in class com.whitestein.lsps.stdlib.function.XfaPdfFiller
 
closeMenu(MenuBarElement) - Static method in class com.whitestein.lsps.test.web.UITester
 
closeQuietly(Closeable) - Static method in class com.whitestein.lsps.common.IO
Closes given object quietly.
closure(ClosureOrigin) - Static method in class com.whitestein.lsps.lang.OriginSignature
 
CLOSURE_NAMESPACE_NAME - Static variable in class com.whitestein.lsps.lang.ClosureExpressionHolder
Namespace name for closures.
ClosureArgAst(ASTNode, IdentifierAst, ASTNode, ASTNode) - Constructor for class com.whitestein.lsps.lang.ast.ClosureExpression.ClosureArgAst
 
closureClasses() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
ClosureExpression - Class in com.whitestein.lsps.lang.ast
 
ClosureExpression(ASTInfo, ClosureType, Expression, List<String>) - Constructor for class com.whitestein.lsps.lang.ast.ClosureExpression
 
ClosureExpression.ClosureArgAst - Class in com.whitestein.lsps.lang.ast
 
ClosureExpressionHolder - Class in com.whitestein.lsps.lang
ClosureExpressionHolder(Namespace, ClosureType, ClosureExpression, ClosureOrigin) - Constructor for class com.whitestein.lsps.lang.ClosureExpressionHolder
Creates new instance of ClosureExpressionHolder.
ClosureExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing a closure expression.
ClosureExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
Creates a new instance from the serialized companion.
ClosureExpressionValue(long, ModelInstance, String, ContextValue, String, ClosureExpression, long, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
Creates a new instance.
ClosureExpressionValue(long, ModelInstance, String, Context, String, ClosureExpression, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
Creates a new base level instance.
ClosureHolder - Interface in com.whitestein.lsps.lang.exec
Holder representing a closure.
ClosureHolderInternal - Interface in com.whitestein.lsps.lang.exec
 
closureInLevel(String, ClosureHolder) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns closure holder in the required evaluation level.
ClosureInvocationExpression - Class in com.whitestein.lsps.lang.ast
Expression representing closure call.
ClosureInvocationExpression(ASTInfo, Type, Expression, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.ClosureInvocationExpression
Creates new instance of ClosureInvocationExpression.
ClosureOrigin - Class in com.whitestein.lsps.lang
 
ClosureOrigin(String, String, int, int) - Constructor for class com.whitestein.lsps.lang.ClosureOrigin
 
ClosureOrigin(ExpressionOrigin, int, int) - Constructor for class com.whitestein.lsps.lang.ClosureOrigin
 
closureParameterDeclared(VariableInfo) - Method in interface com.whitestein.lsps.lang.parser.ParserVariableListener
A closure parameter has been declared.
ClosureType - Class in com.whitestein.lsps.lang.type
This class represents closure It contains a signature, from which you can obtain return type
ClosureType(Type, Type...) - Constructor for class com.whitestein.lsps.lang.type.ClosureType
Constructor
ClosureType(Type, List<? extends Type>) - Constructor for class com.whitestein.lsps.lang.type.ClosureType
Constructor
ClosureTypeSignatureMatcher - Class in com.whitestein.lsps.lang.signature
 
ClosureTypeSignatureMatcher(ClosureType) - Constructor for class com.whitestein.lsps.lang.signature.ClosureTypeSignatureMatcher
Constructs a new matcher instance.
ClosureValue - Class in com.whitestein.lsps.engine.dto.val
A closure value.
ClosureValue() - Constructor for class com.whitestein.lsps.engine.dto.val.ClosureValue
Creates new instance.
code - Variable in class com.whitestein.lsps.lang.doc.DocCodeTextElement
The code text.
CodePointTranslator - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text CharSequenceTranslator instead
CodePointTranslator() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.CodePointTranslator
Deprecated.
 
collect() - Method in interface com.whitestein.lsps.engine.state.xml.Collectible
Removes itself from the process.
collect() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.Task
 
collect() - Method in class com.whitestein.lsps.engine.state.xml.Token
 
collect(Expression) - Method in class com.whitestein.lsps.lang.ChildrenExpressionCollector
 
collect(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
When given a list [a_1, a_2, ..., a_n], this method returns [function(a_1), function(a_2), ..., function(a_n)].
collect(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
When given a set [a_1, a_2, ..., a_n], this method returns [function(a_1), function(a_2), ..., function(a_n)].
collect(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
When given a collection [a_1, a_2, ..., a_n], this method returns [function(a_1), function(a_2), ..., function(a_n)].
collectDataForExecution(TaskContext) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
collectDataForExecution(TaskContext) - Method in interface com.whitestein.lsps.engine.AsynchronousExecutionTask
Collects data from task context for asynchronous execution.
collectDataForExecution(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.HttpClientTask
 
collectDataForExecution(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
collectGarbage() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Collects all Collectibles which are not persistent and are not directly or indirectly referenced from a persistent collectible.
collectGarbage(ExecutionContext) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
collectGarbageExclude(Collection<? extends Collectible>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Collects all Collectibles which are not persistent and are not directly or indirectly referenced from a persistent collectible and are not in the toRetain collection.
Collectible - Interface in com.whitestein.lsps.engine.state.xml
This interface is implemented by model instance state objects which can be collected by garbage collection.
CollectionHolder - Interface in com.whitestein.lsps.lang.exec
 
CollectionMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
Generates metadata for a collection-valued property.
CollectionMetadataGenerator(AuditMetadataGenerator, Collection, CompositeMapperBuilder, String, EntityXmlMappingData, PropertyAuditingData) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.CollectionMetadataGenerator
 
CollectionOperation - Enum in com.whitestein.lsps.lang.operation
 
CollectionsFunctions - Class in com.whitestein.lsps.stdlib.function
Functions for collections.
CollectionsFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Creates new instance.
CollectionType - Class in com.whitestein.lsps.lang.type
A collection type.
CollectionType(Type) - Constructor for class com.whitestein.lsps.lang.type.CollectionType
Creates a new instance of a collection type.
CollectionValue - Class in com.whitestein.lsps.engine.state.xml
Collection value.
CollectionValue(CollectionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.CollectionValue
Creates copy instance from source.
CollectionValue(SCollectionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.CollectionValue
 
CollectionValue(long, ModelInstance, String, Collection<? extends Value>, String, long, ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.CollectionValue
Creates new instance of CollectionValue.
CollectionValue(long, ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.CollectionValue
Creates new instance of CollectionValue.
collectMap(ExecutionContext, MapHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Collects over map entries.
collectMetadata(StandardServiceRegistry) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationGenerator
Generates the configuration.
collectTableMappings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
collectTableMappings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
collectTree() - Method in class com.whitestein.lsps.engine.state.xml.Context
Collects this context and all its children (recursivelly).
collectWithIndex(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set/list/collection of values obtained by applying the function to each item of the set/list/collection.
collectWithIndex(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set/list/collection of values obtained by applying the function to each item of the set/list/collection.
collectWithIndex(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set/list/collection of values obtained by applying the function to each item of the set/list/collection.
ColumnMetadata - Class in com.whitestein.lsps.common.ddl
JDBC column metadata
com.whitestein.lsps.activeuser - package com.whitestein.lsps.activeuser
 
com.whitestein.lsps.common - package com.whitestein.lsps.common
 
com.whitestein.lsps.common.cache - package com.whitestein.lsps.common.cache
 
com.whitestein.lsps.common.collections - package com.whitestein.lsps.common.collections
 
com.whitestein.lsps.common.ddl - package com.whitestein.lsps.common.ddl
 
com.whitestein.lsps.common.dto - package com.whitestein.lsps.common.dto
 
com.whitestein.lsps.common.ejb - package com.whitestein.lsps.common.ejb
 
com.whitestein.lsps.common.filter - package com.whitestein.lsps.common.filter
 
com.whitestein.lsps.common.graph - package com.whitestein.lsps.common.graph
 
com.whitestein.lsps.common.hack.lang3 - package com.whitestein.lsps.common.hack.lang3
 
com.whitestein.lsps.common.hack.lang3.builder - package com.whitestein.lsps.common.hack.lang3.builder
 
com.whitestein.lsps.common.hack.lang3.exception - package com.whitestein.lsps.common.hack.lang3.exception
 
com.whitestein.lsps.common.hack.lang3.math - package com.whitestein.lsps.common.hack.lang3.math
Extends java.math for business mathematical classes.
com.whitestein.lsps.common.hack.lang3.mutable - package com.whitestein.lsps.common.hack.lang3.mutable
 
com.whitestein.lsps.common.hack.lang3.reflect - package com.whitestein.lsps.common.hack.lang3.reflect
 
com.whitestein.lsps.common.hack.lang3.text - package com.whitestein.lsps.common.hack.lang3.text
 
com.whitestein.lsps.common.hack.lang3.text.translate - package com.whitestein.lsps.common.hack.lang3.text.translate
An API for creating text translation routines from a set of smaller building blocks.
com.whitestein.lsps.common.hack.lang3.tuple - package com.whitestein.lsps.common.hack.lang3.tuple
 
com.whitestein.lsps.common.hash - package com.whitestein.lsps.common.hash
 
com.whitestein.lsps.common.jaxb - package com.whitestein.lsps.common.jaxb
 
com.whitestein.lsps.common.query - package com.whitestein.lsps.common.query
 
com.whitestein.lsps.common.rest - package com.whitestein.lsps.common.rest
 
com.whitestein.lsps.common.security - package com.whitestein.lsps.common.security
 
com.whitestein.lsps.common.text - package com.whitestein.lsps.common.text
 
com.whitestein.lsps.common.util - package com.whitestein.lsps.common.util
 
com.whitestein.lsps.engine - package com.whitestein.lsps.engine
The package contains common classes for LSPS expression interpretation.
com.whitestein.lsps.engine.change - package com.whitestein.lsps.engine.change
Package contains core of the internal event system.
com.whitestein.lsps.engine.comm - package com.whitestein.lsps.engine.comm
 
com.whitestein.lsps.engine.dao - package com.whitestein.lsps.engine.dao
Data access objects for access to different parts of process execution.
com.whitestein.lsps.engine.dao.jpa - package com.whitestein.lsps.engine.dao.jpa
 
com.whitestein.lsps.engine.dto - package com.whitestein.lsps.engine.dto
Data transfer objects for engine related data.
com.whitestein.lsps.engine.dto.val - package com.whitestein.lsps.engine.dto.val
 
com.whitestein.lsps.engine.ejb - package com.whitestein.lsps.engine.ejb
 
com.whitestein.lsps.engine.exception - package com.whitestein.lsps.engine.exception
 
com.whitestein.lsps.engine.hql - package com.whitestein.lsps.engine.hql
 
com.whitestein.lsps.engine.lang - package com.whitestein.lsps.engine.lang
This package implements the ExecutionContext and the language Namespace and all the ValueHolders.
com.whitestein.lsps.engine.lang.compiled - package com.whitestein.lsps.engine.lang.compiled
 
com.whitestein.lsps.engine.profiler - package com.whitestein.lsps.engine.profiler
 
com.whitestein.lsps.engine.sharedrecord - package com.whitestein.lsps.engine.sharedrecord
 
com.whitestein.lsps.engine.sharedrecord.ddl - package com.whitestein.lsps.engine.sharedrecord.ddl
 
com.whitestein.lsps.engine.state - package com.whitestein.lsps.engine.state
Contains implementation of persistent entities representing model data types.
com.whitestein.lsps.engine.state.ser - package com.whitestein.lsps.engine.state.ser
 
com.whitestein.lsps.engine.state.xml - package com.whitestein.lsps.engine.state.xml
 
com.whitestein.lsps.engine.tester - package com.whitestein.lsps.engine.tester
Testing support for testing engine tasks.
com.whitestein.lsps.engine.tester.entities - package com.whitestein.lsps.engine.tester.entities
 
com.whitestein.lsps.engine.validation - package com.whitestein.lsps.engine.validation
 
com.whitestein.lsps.export - package com.whitestein.lsps.export
 
com.whitestein.lsps.hibernate.envers - package com.whitestein.lsps.hibernate.envers
 
com.whitestein.lsps.hibernate.envers.internal - package com.whitestein.lsps.hibernate.envers.internal
 
com.whitestein.lsps.human - package com.whitestein.lsps.human
Services for accessing the functionality related to human-oriented processes.
com.whitestein.lsps.human.context - package com.whitestein.lsps.human.context
Classes that represents human-oriented model objects in java code.
com.whitestein.lsps.human.custom - package com.whitestein.lsps.human.custom
 
com.whitestein.lsps.human.dao - package com.whitestein.lsps.human.dao
Data access object for storing and retrieving todo-related entities.
com.whitestein.lsps.human.dao.jpa - package com.whitestein.lsps.human.dao.jpa
 
com.whitestein.lsps.human.dto - package com.whitestein.lsps.human.dto
Data transfer objects for the functionality related to human-oriented processes.
com.whitestein.lsps.human.ejb - package com.whitestein.lsps.human.ejb
 
com.whitestein.lsps.human.entity - package com.whitestein.lsps.human.entity
Persistent entities for human-oriented tasks.
com.whitestein.lsps.human.exception - package com.whitestein.lsps.human.exception
 
com.whitestein.lsps.human.function - package com.whitestein.lsps.human.function
Functions related to human-oriented data and tasks.
com.whitestein.lsps.human.generation - package com.whitestein.lsps.human.generation
 
com.whitestein.lsps.human.model - package com.whitestein.lsps.human.model
 
com.whitestein.lsps.human.task - package com.whitestein.lsps.human.task
Implementations for the tasks in the LSPS standard library for human-oriented processes.
com.whitestein.lsps.human.ui - package com.whitestein.lsps.human.ui
 
com.whitestein.lsps.json.function - package com.whitestein.lsps.json.function
 
com.whitestein.lsps.json.impl - package com.whitestein.lsps.json.impl
 
com.whitestein.lsps.lang - package com.whitestein.lsps.lang
This is the main package for the LSPS expression language.
com.whitestein.lsps.lang.antlr - package com.whitestein.lsps.lang.antlr
 
com.whitestein.lsps.lang.ast - package com.whitestein.lsps.lang.ast
 
com.whitestein.lsps.lang.compiled - package com.whitestein.lsps.lang.compiled
 
com.whitestein.lsps.lang.compiled.model - package com.whitestein.lsps.lang.compiled.model
 
com.whitestein.lsps.lang.doc - package com.whitestein.lsps.lang.doc
This package contains classes for parsing the documentation comments.
com.whitestein.lsps.lang.exception - package com.whitestein.lsps.lang.exception
 
com.whitestein.lsps.lang.exec - package com.whitestein.lsps.lang.exec
All types in the language have their Java implementation class.
com.whitestein.lsps.lang.module - package com.whitestein.lsps.lang.module
 
com.whitestein.lsps.lang.operation - package com.whitestein.lsps.lang.operation
 
com.whitestein.lsps.lang.parser - package com.whitestein.lsps.lang.parser
This package contains ANTLR-based LSPS language parser (Parser).
com.whitestein.lsps.lang.parser.antlr - package com.whitestein.lsps.lang.parser.antlr
 
com.whitestein.lsps.lang.signature - package com.whitestein.lsps.lang.signature
 
com.whitestein.lsps.lang.timer - package com.whitestein.lsps.lang.timer
 
com.whitestein.lsps.lang.type - package com.whitestein.lsps.lang.type
Provides classes for type reflection.
com.whitestein.lsps.lang.type.xml - package com.whitestein.lsps.lang.type.xml
 
com.whitestein.lsps.license - package com.whitestein.lsps.license
 
com.whitestein.lsps.modulemanager - package com.whitestein.lsps.modulemanager
 
com.whitestein.lsps.modulemanager.dao - package com.whitestein.lsps.modulemanager.dao
 
com.whitestein.lsps.modulemanager.dao.jpa - package com.whitestein.lsps.modulemanager.dao.jpa
 
com.whitestein.lsps.modulemanager.entity - package com.whitestein.lsps.modulemanager.entity
Persistent entities for module manager
com.whitestein.lsps.modulemanager.localization - package com.whitestein.lsps.modulemanager.localization
 
com.whitestein.lsps.modulemanager.migration - package com.whitestein.lsps.modulemanager.migration
 
com.whitestein.lsps.modulemanager.migration.dao - package com.whitestein.lsps.modulemanager.migration.dao
 
com.whitestein.lsps.modulemanager.migration.dao.jpa - package com.whitestein.lsps.modulemanager.migration.dao.jpa
 
com.whitestein.lsps.modulemanager.migration.entity - package com.whitestein.lsps.modulemanager.migration.entity
 
com.whitestein.lsps.orgstructure - package com.whitestein.lsps.orgstructure
 
com.whitestein.lsps.orgstructure.context - package com.whitestein.lsps.orgstructure.context
Classes that represents Organization Structure model objects like RoleUnitHolder in java code.
com.whitestein.lsps.orgstructure.dao - package com.whitestein.lsps.orgstructure.dao
Data access objects for persistent classes for Organization Structure.
com.whitestein.lsps.orgstructure.dao.jpa - package com.whitestein.lsps.orgstructure.dao.jpa
 
com.whitestein.lsps.orgstructure.entity - package com.whitestein.lsps.orgstructure.entity
Persistent entities for the Organizational Structure.
com.whitestein.lsps.orgstructure.function - package com.whitestein.lsps.orgstructure.function
Classes that implements functions defined in the Organization Structure module.
com.whitestein.lsps.orgstructure.generation - package com.whitestein.lsps.orgstructure.generation
 
com.whitestein.lsps.orgstructure.model - package com.whitestein.lsps.orgstructure.model
Model classes representing role and organization unit that are present in process model.
com.whitestein.lsps.orgstructure.model.resolver - package com.whitestein.lsps.orgstructure.model.resolver
 
com.whitestein.lsps.orgstructure.modulemanager - package com.whitestein.lsps.orgstructure.modulemanager
 
com.whitestein.lsps.orgstructure.task - package com.whitestein.lsps.orgstructure.task
 
com.whitestein.lsps.os - package com.whitestein.lsps.os
Services for person management, person-role mapping, and role querying.
com.whitestein.lsps.os.dto - package com.whitestein.lsps.os.dto
Data transfer objects for person management services.
com.whitestein.lsps.os.ejb - package com.whitestein.lsps.os.ejb
 
com.whitestein.lsps.os.exception - package com.whitestein.lsps.os.exception
Exceptions used by person management services.
com.whitestein.lsps.pm - package com.whitestein.lsps.pm
 
com.whitestein.lsps.stdlib - package com.whitestein.lsps.stdlib
 
com.whitestein.lsps.stdlib.dao - package com.whitestein.lsps.stdlib.dao
Data access objects used by other classes in the standard library.
com.whitestein.lsps.stdlib.dao.jpa - package com.whitestein.lsps.stdlib.dao.jpa
 
com.whitestein.lsps.stdlib.dmn - package com.whitestein.lsps.stdlib.dmn
 
com.whitestein.lsps.stdlib.dmn.model - package com.whitestein.lsps.stdlib.dmn.model
 
com.whitestein.lsps.stdlib.dmn.xml - package com.whitestein.lsps.stdlib.dmn.xml
 
com.whitestein.lsps.stdlib.entity - package com.whitestein.lsps.stdlib.entity
Persistent entities used by other classes in the standard library.
com.whitestein.lsps.stdlib.function - package com.whitestein.lsps.stdlib.function
Classes that implements functions defined in the standard library.
com.whitestein.lsps.stdlib.function.sqlparser - package com.whitestein.lsps.stdlib.function.sqlparser
 
com.whitestein.lsps.stdlib.sql - package com.whitestein.lsps.stdlib.sql
 
com.whitestein.lsps.stdlib.task - package com.whitestein.lsps.stdlib.task
This package contains implementations of core tasks.
com.whitestein.lsps.stdlib.type - package com.whitestein.lsps.stdlib.type
This package contains implementations of core reflection types.
com.whitestein.lsps.test - package com.whitestein.lsps.test
 
com.whitestein.lsps.test.annotations - package com.whitestein.lsps.test.annotations
 
com.whitestein.lsps.test.web - package com.whitestein.lsps.test.web
 
com.whitestein.lsps.test.web.components - package com.whitestein.lsps.test.web.components
 
com.whitestein.lsps.test.web.refactoring - package com.whitestein.lsps.test.web.refactoring
 
com.whitestein.lsps.tools - package com.whitestein.lsps.tools
 
com.whitestein.lsps.tools.ejb - package com.whitestein.lsps.tools.ejb
 
com.whitestein.lsps.vaadin - package com.whitestein.lsps.vaadin
 
com.whitestein.lsps.vaadin.util - package com.whitestein.lsps.vaadin.util
 
com.whitestein.lsps.vaadin.util.requesthandlers - package com.whitestein.lsps.vaadin.util.requesthandlers
 
com.whitestein.lsps.visualization - package com.whitestein.lsps.visualization
This package contains classes used to convert process model into a diagram representation.
com.whitestein.lsps.visualization.dto - package com.whitestein.lsps.visualization.dto
 
com.whitestein.lsps.visualization.json - package com.whitestein.lsps.visualization.json
This package contains classes which participates in the conversion of Diagram into a JSON string.
com.whitestein.lsps.ws - package com.whitestein.lsps.ws
 
com.whitestein.lsps.ws.util - package com.whitestein.lsps.ws.util
 
com.whitestein.lsps.wsclient - package com.whitestein.lsps.wsclient
 
com.whitestein.lsps.wsclient.function - package com.whitestein.lsps.wsclient.function
 
com.whitestein.lsps.wsclient.task - package com.whitestein.lsps.wsclient.task
 
com.whitestein.lsps.wsserver - package com.whitestein.lsps.wsserver
 
com.whitestein.lsps.wsserver.dao - package com.whitestein.lsps.wsserver.dao
 
com.whitestein.lsps.wsserver.dao.jpa - package com.whitestein.lsps.wsserver.dao.jpa
 
com.whitestein.lsps.wsserver.entity - package com.whitestein.lsps.wsserver.entity
 
com.whitestein.lsps.wsserver.task - package com.whitestein.lsps.wsserver.task
 
com.whitestein.lsps.xml.function - package com.whitestein.lsps.xml.function
 
com.whitestein.lsps.xml.task - package com.whitestein.lsps.xml.task
 
com.whitestein.lsps.xml.util - package com.whitestein.lsps.xml.util
 
comboBox() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to combo box.
commaMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the comma character.
COMMON_SUPERCLASS - Static variable in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
commonAfterUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
Common actions in after unmarshal
CommonCompiler - Class in com.whitestein.lsps.engine.lang.compiled
 
CommonCompiler(boolean, boolean, SrcClass, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Creates new instance.
CommonCompiler.JavaTypesResolver - Class in com.whitestein.lsps.engine.lang.compiled
 
CommonRecordValue - Interface in com.whitestein.lsps.engine.state.xml
A common interface for values representing a record.
CommonRights - Class in com.whitestein.lsps.common
Security rights used by this module.
CommonRuntimeData - Class in com.whitestein.lsps.engine
Common runtime data.
CommonRuntimeData() - Constructor for class com.whitestein.lsps.engine.CommonRuntimeData
 
CommonSettings - Interface in com.whitestein.lsps.common
Commons settings.
CommonSettingsImpl - Class in com.whitestein.lsps.tools
Implementation of all setting interfaces.
CommunicationException - Exception in com.whitestein.lsps.engine.exception
Thrown if a communication exception occurs.
CommunicationException(String) - Constructor for exception com.whitestein.lsps.engine.exception.CommunicationException
Creates new instance.
CommunicationException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.CommunicationException
Creates new instance.
CommunicationException(Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.CommunicationException
Creates new instance.
CommunicationException - Exception in com.whitestein.lsps.ws
Thrown by a service proxy if there is a communication error.
CommunicationException(String, Throwable) - Constructor for exception com.whitestein.lsps.ws.CommunicationException
Creates new instance.
CommunicationException(String) - Constructor for exception com.whitestein.lsps.ws.CommunicationException
Creates new instance.
CommunicationService - Interface in com.whitestein.lsps.engine
Communication service.
communicationService() - Method in interface com.whitestein.lsps.engine.ProcessInterpreterContext
Returns a communication service.
CommunicationServiceBean - Class in com.whitestein.lsps.engine
 
CommunicationServiceBean() - Constructor for class com.whitestein.lsps.engine.CommunicationServiceBean
 
CommunicationUnit - Class in com.whitestein.lsps.engine.comm
Communication unit.
CommunicationUnit(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.CommunicationUnit
Creates new instance.
compact() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance.BaseLevelIdMap
 
compact(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list containing non-null elements from a given list.
compact(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set containing non-null elements from a given set.
compact(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection containing non-null elements from a given collection.
Compare - Class in com.whitestein.lsps.common.filter
 
Compare(Serializable, Serializable, Compare.Operation) - Constructor for class com.whitestein.lsps.common.filter.Compare
 
compare(boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Compares two boolean values.
compare(char, char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Compares two char values numerically.
compare(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Compares two int values numerically.
compare(long, long) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Compares to long values numerically.
compare(short, short) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Compares to short values numerically.
compare(byte, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Compares two byte values numerically.
compare(T, T) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Null safe comparison of Comparables.
compare(T, T, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Null safe comparison of Comparables.
compare(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compare two Strings lexicographically, as per String.compareTo(String), returning :
compare(String, String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compare two Strings lexicographically, as per String.compareTo(String), returning :
compare(ProcessLog, ProcessLog) - Method in class com.whitestein.lsps.engine.dto.ProcessLogIndexComparator
 
Compare.Operation - Enum in com.whitestein.lsps.common.filter
 
compareIgnoreCase(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compare two Strings lexicographically, ignoring case differences, as per String.compareToIgnoreCase(String), returning :
compareIgnoreCase(String, String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compare two Strings lexicographically, ignoring case differences, as per String.compareToIgnoreCase(String), returning :
compareModelInstances(Decimal, Decimal) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Compares two model instances.
compareModelInstances(Decimal, Decimal) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
compareNull(T, T) - Static method in class com.whitestein.lsps.common.Basic
Deprecated. 
compareTo(Fraction) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Compares this object to another based on size.
compareTo(MutableInt) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Compares this mutable to another in ascending order.
compareTo(Pair<L, R>) - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Compares the pair based on the left element followed by the right element.
compareTo(PathTemplate) - Method in class com.whitestein.lsps.common.rest.PathTemplate
 
compareTo(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Compares this Decimal with the specified Decimal.
compareTo(EnumerationImpl) - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
 
compareTo(QID) - Method in class com.whitestein.lsps.lang.type.QID
 
CompareToBuilder - Class in com.whitestein.lsps.common.hack.lang3.builder
Assists in implementing Comparable.compareTo(Object) methods.
CompareToBuilder() - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Constructor for CompareToBuilder.
ComparisonOperation - Enum in com.whitestein.lsps.lang.operation
 
CompatibilityVersion - Enum in com.whitestein.lsps.common
Enumeration of compatibility versions.
compatibleTypes(int, int) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Returns true if the given SQL types are compatible.
compile(CommonCompiler, ClassPool, CtClass, CtClass, Expression, ExpressionOrigin, Map<String, Type>, Set<String>, Type, CommonCompiler.JavaTypesResolver, boolean, boolean, boolean, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
Compiles expression to java code.
compile(ProcessModel, boolean, boolean, String, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
Compiles process model.
compile(List<ProcessModel>, boolean, boolean, String, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
Compiles process model.
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
 
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
 
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
 
compile(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
 
COMPILE_NAME - Static variable in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
compileAdditionalExpModel(ProcessModel, List<Expression>, boolean, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
 
compileClosure(ClassPool, CtClass, CtClass, ClosureExpression, ClosureOrigin, CommonCompiler.JavaTypesResolver, boolean, boolean, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
Used to compile closures
compileClosure(CommonCompiler, ClassPool, CtClass, CtClass, Expression, ExpressionOrigin, Map<String, Type>, Set<String>, Type, CommonCompiler.JavaTypesResolver, boolean, boolean, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
Compiles closure to java code.
compileClosure(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
 
compileClosure(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
Compiled - Interface in com.whitestein.lsps.lang.compiled
 
CompiledClosureHolder - Class in com.whitestein.lsps.engine.lang.compiled
Closure holder implementation used for closures compiled to java.
CompiledClosureHolder(Namespace, String, ClosureType, ClosureOrigin, boolean) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
Creates new instance.
CompiledClosureHolder(CompiledNamespace, String, ClosureType, ClosureOrigin, boolean) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
Creates new instance.
CompiledClosureHolder(ModelProvider, ExpressionValue) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
Creates new instance.
CompiledContext - Class in com.whitestein.lsps.engine.lang.compiled
Java class that represents execution context in the generated java code.
CompiledContext(Namespace) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledContext
Creates new instance.
CompiledContext(CompiledNamespace) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledContext
Creates new instance.
CompiledExpression - Class in com.whitestein.lsps.engine.lang.compiled
Class holds reference to method that contains java code for the lsps expression.
CompiledExpression(Method) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledExpression
Creates new instance.
compiledExpression - Variable in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Compiled expression.
CompiledNamespace - Class in com.whitestein.lsps.engine.lang.compiled
Abstract superclass of compiled context and record.
CompiledNamespace(Namespace) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
Creates new instance.
CompiledRecord - Class in com.whitestein.lsps.engine.lang.compiled
Superclass of compiled records.
CompiledRecord(RecordHolder, Namespace, CompiledContext) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
CompiledRecord(RecordHolder, CompiledContext) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
CompiledRecordProxySetHolder - Class in com.whitestein.lsps.engine.lang.compiled
 
CompiledRecordProxySetHolder(RecordHolder, CompiledContext) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CompiledRecordProxySetHolder
 
compileExpression(CommonCompiler, ClassPool, CtClass, CtClass, Expression, ExpressionOrigin, List<LocalParameter>, SrcExpression, Type, CommonCompiler.JavaTypesResolver, boolean, boolean, boolean, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
Compiles expression.
compileExpression(ClassPool, CtClass, QID, Expression, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
compileModelWithDependences(ProcessModel) - Method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
 
compileToJavaEndExecute(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
compileToJavaEndExecute(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
compileType(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
completeGraph(Set<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns complete graph over given set of vertices.
ComplexSignature(Object...) - Constructor for class com.whitestein.lsps.lang.InterpreterStackTraceElement.ComplexSignature
 
ComplexSignatureMatcher - Class in com.whitestein.lsps.lang.signature
Complex signature matcher that uses name pattern (regex), argument types, return type and metadata patterns.
ComplexSignatureMatcher(String, List<? extends Type>, Type, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.signature.ComplexSignatureMatcher
Constructs a new matcher instance.
ComplexValue - Class in com.whitestein.lsps.engine.state.xml
Value representing complex types.
ComplexValue() - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValue
Creates new empty instance of ComplexValue.
ComplexValue(ComplexValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValue
Creates copy instance from source.
ComplexValue(SComplexValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValue
 
ComplexValue(long, ModelInstance, String) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValue
Creates new instance of ComplexValue.
ComplexValueWithEvalLevels - Class in com.whitestein.lsps.engine.state.xml
Value representing complex types.
ComplexValueWithEvalLevels(ComplexValueWithEvalLevels, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Creates copy instance from source.
ComplexValueWithEvalLevels(SComplexValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
 
ComplexValueWithEvalLevels(long, ModelInstance, String, boolean, String, long, ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Creates new instance of ComplexValueWithEvalLevels.
ComplexValueWithEvalLevels(long, ModelInstance, String, boolean) - Constructor for class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Creates new instance of ComplexValueWithEvalLevels.
ComponentLabelMapping - Class in com.whitestein.lsps.test.web.components
The class is using WAI-ARIA accessibility attributes to match components to their captions and captions to components.
ComponentMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
Generates metadata for components.
ComponentPropertiesSource(XClass, Component) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.ComponentPropertiesSource
 
ComponentPropertiesSource(ReflectionManager, Component) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.ComponentPropertiesSource
 
ComponentService - Interface in com.whitestein.lsps.common
Service that returns registered components.
ComponentServiceLocal - Interface in com.whitestein.lsps.common
The central class for providing custom components (LSPS tasks and functions).
CompoundAssignmentExpression - Class in com.whitestein.lsps.lang.ast
 
CompoundAssignmentExpression(ASTInfo, Type, Expression, Expression, FunctionSignature) - Constructor for class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
 
compress(ModelInstance) - Method in class com.whitestein.lsps.engine.dto.CompressedModelInstance
Compresses the model instance and stores it internally as byte array.
compress(byte[]) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Compresses the given data.
CompressedData - Class in com.whitestein.lsps.engine.dto
A compressed byte data.
CompressedData() - Constructor for class com.whitestein.lsps.engine.dto.CompressedData
Creates a instance ready to compress data.
CompressedData(byte[]) - Constructor for class com.whitestein.lsps.engine.dto.CompressedData
Creates a new instance with a given data.
CompressedModelInstance - Class in com.whitestein.lsps.engine.dto
A compressed model instance.
CompressedModelInstance() - Constructor for class com.whitestein.lsps.engine.dto.CompressedModelInstance
Creates a instance ready to compress model instance.
CompressedString - Class in com.whitestein.lsps.engine.dto
A compressed string.
CompressedString() - Constructor for class com.whitestein.lsps.engine.dto.CompressedString
Creates a instance ready to compress a string.
CompressedString(String) - Constructor for class com.whitestein.lsps.engine.dto.CompressedString
Creates a new instance with a given string.
computeHash(Collection<?>, IHashDataProvider) - Static method in class com.whitestein.lsps.common.hash.ModuleHash
Computes hashes of all given modules.
computeNextDate(Date, Date, RecordHolder) - Static method in class com.whitestein.lsps.engine.TimerEventInterpreter
Returns next date when the time event should occur.
computeSCC(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Computes strongly-connected components.
concat(Object, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
ConditionalExpression - Class in com.whitestein.lsps.lang.ast
 
ConditionalExpression(ASTInfo, Expression, Expression, Expression, Type) - Constructor for class com.whitestein.lsps.lang.ast.ConditionalExpression
Constructs a new conditional expression.
ConditionalExpression(ASTInfo, List<Expression>, List<Expression>, Expression, Type) - Constructor for class com.whitestein.lsps.lang.ast.ConditionalExpression
Constructs a new conditional expression.
ConditionEventInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN condition event flows.
ConditionEventInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, ConditionInEvent) - Constructor for class com.whitestein.lsps.engine.ConditionEventInterpreter
Creates new instance.
ConditionIntermediateInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with condition intermediate event without in flow.
ConditionIntermediateInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, ConditionEventCatcher) - Constructor for class com.whitestein.lsps.engine.ConditionIntermediateInterpreter
Creates new instance.
ConditionStartInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with condition start event.
ConditionStartInterpreter(ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, ConditionStartEvent) - Constructor for class com.whitestein.lsps.engine.ConditionStartInterpreter
Creates new instance.
ConfigurationExt - Class in com.whitestein.lsps.engine.sharedrecord
Extension of Hibernate configuration.
ConfigurationExt(Collection<? extends PersistentClass>, Collection<? extends Table>, Collection<? extends Collection>) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
Creates new instance.
ConfigurationExt() - Constructor for class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
Creates new instance.
configure(MetadataImplementor, ServiceRegistry, ReflectionManager, MappingCollector, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Document, Element) - Method in class com.whitestein.lsps.hibernate.envers.LspsEntitiesConfigurator
 
connectionHelper - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
The connection helper.
CONST(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(char) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(short) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(int) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(long) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(float) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(double) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST(T) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST_BYTE(int) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
CONST_SHORT(int) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
This method returns the provided value unchanged.
constant(Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
constant(Object) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
ConstantExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a constant.
ConstantExpression(ASTInfo, Object) - Constructor for class com.whitestein.lsps.lang.ast.ConstantExpression
Creates new instance of ConstantExpression.
ConstantExpression(ASTInfo, Object, Type) - Constructor for class com.whitestein.lsps.lang.ast.ConstantExpression
Creates new instance of ConstantExpression.
ConstantInfo - Class in com.whitestein.lsps.lang.module
 
ConstantInfo(String, Type, boolean) - Constructor for class com.whitestein.lsps.lang.module.ConstantInfo
 
ConstantInfo(String, Type, boolean, boolean, Object) - Constructor for class com.whitestein.lsps.lang.module.ConstantInfo
 
ConstantInfo(String, Type, boolean, boolean, Object, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.module.ConstantInfo
 
Constants - Class in com.whitestein.lsps.engine
Constants.
Constants - Class in com.whitestein.lsps.human
Constants.
constraint(FunctionConstraint) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the function constraint.
ConstraintAst - Class in com.whitestein.lsps.lang.ast
 
ConstraintAst(ASTNode, QIDAst, List<ParameterAst>, TypeMapping, ConstraintTypeInfo) - Constructor for class com.whitestein.lsps.lang.ast.ConstraintAst
Creates a constraint instance.
ConstraintDefAst - Class in com.whitestein.lsps.lang.ast
 
ConstraintDefAst(AntlrConstraint, ConstraintIdAst, ValidationTargetAst, ValidationTagExpression, ConstraintAst, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
ConstraintIdAst - Class in com.whitestein.lsps.lang.ast
 
ConstraintIdAst(ASTNode, String) - Constructor for class com.whitestein.lsps.lang.ast.ConstraintIdAst
 
ConstraintParser - Class in com.whitestein.lsps.lang.parser
Parser for constraints.
ConstraintParser() - Constructor for class com.whitestein.lsps.lang.parser.ConstraintParser
Creates a new instance of a constraint parser.
ConstraintParser(NamespaceModel, ConstraintTypeModule) - Constructor for class com.whitestein.lsps.lang.parser.ConstraintParser
Creates a new instance of a constraint parser.
ConstraintTypeInfo - Class in com.whitestein.lsps.lang.module
 
ConstraintTypeInfo(String, String, Type, Map<String, Type>, Map<String, Type>) - Constructor for class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
ConstraintTypeModule - Class in com.whitestein.lsps.lang.module
 
ConstraintTypeModule(String, Collection<ConstraintTypeModule>) - Constructor for class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
consume() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
consumeExtraTokensFunctions() - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
consumeExtraTokensMembers() - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
CONTAINER_ITEM_ELEMENT_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
In case that containers are nested (i.e.
ContainerExpression - Class in com.whitestein.lsps.lang.ast
 
ContainerJavaMapping - Class in com.whitestein.lsps.lang.type
Mapping of model container data type (List, Set, Map) to a java class.
ContainerJavaMapping(String, JavaMapping) - Constructor for class com.whitestein.lsps.lang.type.ContainerJavaMapping
Creates new instance.
ContainerJavaMapping(String, JavaMapping, JavaMapping) - Constructor for class com.whitestein.lsps.lang.type.ContainerJavaMapping
Creates new instance.
ContainerType - Class in com.whitestein.lsps.lang.type
Base class for all container types.
contains(Object) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
contains(Object[], Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the object is in the given array.
contains(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(double[], double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if a value falling within the given tolerance is in the given array.
contains(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if the value is in the given array.
contains(CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if CharSequence contains a search character, handling null.
contains(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if CharSequence contains a search CharSequence, handling null.
contains(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains the specified char.
contains(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains the specified string.
contains(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks if the string builder contains a string matched using the specified matcher.
contains(Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
contains(Object) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
contains(QuerySpecification, Collection<?>, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Returns true if the given query result list contains the given entity.
contains(int) - Method in interface com.whitestein.lsps.lang.ast.ASTRange
Returns true if the offset index is contained in this range.
contains(int) - Method in class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
contains(int) - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
contains(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
contains(Object) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
contains(Object) - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
contains(ExecutionContext, CollectionHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to find out whether passed collection contains element
contains(ExecutionContext, ListHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to find out whether passed list contains element
contains(ExecutionContext, SetHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to find out whether passed set contains element
contains(String) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Checks whether the collection of logs contains an entry with a given log message.
contains(String, int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Checks whether the logs contain an entry with a given message and level.
contains(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Checks if there is any visible component with given ID, which is child or descendant of this component.
containsAll(Collection<?>) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
containsAll(Collection<?>) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
containsAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
containsAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
containsAll(ExecutionContext, CollectionHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to find out whether a given collection contains all elements.
containsAny(CharSequence, char...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains any of the CharSequences in the given array.
containsAny(ExecutionContext, CollectionHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns true if the given collection contains any of the elements from the second collection.
containsColumn(ColumnMetadata) - Method in class com.whitestein.lsps.common.ddl.PrimaryKeyMetadata
Returns true if this primary key contains the given column.
containsEdge(Edge<V>) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns true if this graph contains given edge.
containsIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if CharSequence contains a search CharSequence irrespective of case, handling null.
containsKey(K, List<V>) - Method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Answer keys
containsKey(Object) - Method in class com.whitestein.lsps.common.StringProperties
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
containsKey(Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
containsKey(Object) - Method in class com.whitestein.lsps.lang.exec.TypeBasedRecordMapView
 
containsKeys(ExecutionContext, MapHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method whether map contains key
containsNone(CharSequence, char...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsNone(CharSequence, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks that the CharSequence does not contain certain characters.
containsOnly(CharSequence, char...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsOnly(CharSequence, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only certain characters.
containsParameter(String) - Method in class com.whitestein.lsps.orgstructure.entity.Role
Returns true if the role parameters contain a parameter for given string name, otherwise returns false.
containsParameterName(String) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns true if the parameter names contain given name.
containsToken(Token) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if this context contains given token.
containsTypeVariables(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Learn, recursively, whether any of the type parameters associated with type are bound to variables.
containsValue(Object) - Method in class com.whitestein.lsps.common.StringProperties
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
containsValue(Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
containsValues(ExecutionContext, MapHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method whether map contains value
containsVariable(String) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
containsVariable(String) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
containsVariable(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
containsVariable(String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns true if this context contains variable with given name.
containsVariable(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
containsVariable(String) - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
containsVariable(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns true if this namespace contains variable of given name.
containsVertex(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns true if this graph contains given vertex.
containsWhitespace(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Check whether the given CharSequence contains any whitespace characters.
contentType - Variable in class com.whitestein.lsps.engine.RestProcessResponse
The content type of the response.
Context - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a context of a process.
Context() - Constructor for class com.whitestein.lsps.engine.dto.Context
Creates new instance.
Context(long, String, String, Collection<Variable>) - Constructor for class com.whitestein.lsps.engine.dto.Context
Creates new instance.
Context - Class in com.whitestein.lsps.engine.state.xml
Entity representing execution context state.
Context(long, ModelInstance, Context, String, String, long, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context.
Context(ModelInstance, Context, String, String, long, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context.
Context(long, ModelInstance, Context, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context.
Context(ModelInstance, Context, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context.
Context(ModelInstance, Context, ContextModelElement) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context for given ProcessModel.
Context(long, ModelInstance, Context, ContextModelElement) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates new instance of Context for given ProcessModel.
Context(SContext, Context, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
Creates a new instance from the serialized companion.
Context(Context, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
 
context - Variable in class com.whitestein.lsps.test.web.components.UIFinder
The search context to search in, either the entire page (WebDriver) or a component.
ContextFreeType - Class in com.whitestein.lsps.engine.state.xml
Persistent value for context free type.
ContextFreeType(String, Type) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextFreeType
Creates a new free type.
ContextFreeType(ContextFreeType) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextFreeType
Creates a copy of a context free type.
ContextFreeType(SContextFreeType) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextFreeType
Creates a new instance from the serialized companion.
contextInLevel(String, Context, ModelProvider) - Static method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns context for the specified level.
contextInLevel(String, long) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns context for the specified level.
ContextNamespace - Class in com.whitestein.lsps.engine.lang
Namespace for context (in base level).
ContextNamespace(ModelProvider, Context) - Constructor for class com.whitestein.lsps.engine.lang.ContextNamespace
Creates new instance.
ContextRef - Class in com.whitestein.lsps.engine.state.xml
 
ContextRef(long, String) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextRef
 
ContextRef(long, long, String) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextRef
 
ContextReferencingExpression - Class in com.whitestein.lsps.lang.ast
 
contextRoot - Variable in class com.whitestein.lsps.test.web.UITester
Context root where the Vaadin Default app is deployed.
ContextTerminationReason - Class in com.whitestein.lsps.engine
Termination reason of a task that is used when a task is terminated because its parent is terminated.
ContextTerminationReason(String, TerminationReasonEnum, String, Object) - Constructor for class com.whitestein.lsps.engine.ContextTerminationReason
Creates new instance.
ContextTerminationReason(String, TerminationReasonEnum, String) - Constructor for class com.whitestein.lsps.engine.ContextTerminationReason
Creates new instance.
ContextTerminationReason(String, TerminationReasonEnum) - Constructor for class com.whitestein.lsps.engine.ContextTerminationReason
Creates new instance.
ContextWithFreeTypes - Class in com.whitestein.lsps.engine.state.xml
A context that has also free types.
ContextWithFreeTypes(SContext, Context, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
Creates a new instance from the serialized companion.
ContinueException - Exception in com.whitestein.lsps.lang.exception
 
ContinueException() - Constructor for exception com.whitestein.lsps.lang.exception.ContinueException
Default constructor.
ContinueExpression - Class in com.whitestein.lsps.lang.ast
"continue" expression.
ContinueExpression(ASTInfo) - Constructor for class com.whitestein.lsps.lang.ast.ContinueExpression
Constructs a new expression.
continuePostUpdate(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Continues model update of the specified model instance by the post processing phase.
continuePostUpdate(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
continueTransform(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Continues model update of the specified model instance by the transformation phase.
continueTransform(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
contribute(StandardServiceRegistryBuilder) - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversServiceContributor
 
ControlExpressionValidator - Class in com.whitestein.lsps.lang.parser
A validator that checks that "break" and "continue" are not used outside loops.
ControlExpressionValidator() - Constructor for class com.whitestein.lsps.lang.parser.ControlExpressionValidator
A default constructor.
convert(PersonEntity) - Method in class com.whitestein.lsps.orgstructure.PersonConverter
Converts a person according to the given substitution level.
convert(Collection<? extends PersonEntity>) - Method in class com.whitestein.lsps.orgstructure.PersonConverter
Converts a person according to the given substitution level.
convert(Collection<SecurityRole>) - Static method in class com.whitestein.lsps.orgstructure.SecurityRoleConverter
Converts collection of entities to dto-s.
convert(SecurityRole) - Static method in class com.whitestein.lsps.orgstructure.SecurityRoleConverter
Converts a security role entity to dto.
convert(Module, String) - Method in class com.whitestein.lsps.visualization.json.ProcessDiagramJsonConverter
Converts the process model diagram into a JSON string.
convert(Module, String, Map<String, ElementRuntimeData>) - Method in class com.whitestein.lsps.visualization.json.ProcessDiagramJsonConverter
Converts the process model diagram into a JSON string.
convertClassesToClassNames(List<Class<?>>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Given a List of Class objects, this method converts them into class names.
convertClassNamesToClasses(List<String>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Given a List of class names, this method converts them into classes.
convertExternalEntityToRuntime(Object) - Method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts external value to runtime value.
convertFromDto(ObjectValue) - Method in class com.whitestein.lsps.engine.lang.DtoConverter
Converts given DTO object to runtime representation.
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
Converts given java object to external holder.
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
convertJavaObjectToHolder(ModelInstance, RecordType, Object) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
convertModelInstance(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceDtoConverter
Converts model instance to dto.
convertModelInstance(ModelInstanceInfo, ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceDtoConverter
Converts model instance to dto.
convertRuntimeObjectToReadOnlyRecords(Object, Type) - Method in class com.whitestein.lsps.engine.lang.ToReadOnlyRecordConverter
Converts replace record holder to read only record holders.
convertToboolean(SrcExpression) - Static method in class com.whitestein.lsps.lang.compiled.model.SrcExpression
 
convertToDatabaseColumn(Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.SerializableConverter
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
convertToDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Converts the value to a direct reference.
convertToEntityAttribute(byte[]) - Method in class com.whitestein.lsps.engine.sharedrecord.SerializableConverter
 
convertToHibernate(Supplier<Session>, String, Type, Object) - Static method in class com.whitestein.lsps.engine.sharedrecord.RuntimeToHibernateConverter
Converts the given object to a Hibernate object for the given type.
convertToHibernate(Type, Object) - Static method in class com.whitestein.lsps.engine.sharedrecord.SimpleValueHibernateToRuntimeConverter
Converts runtime object to hibernate.
convertToJava(boolean, Type, JavaMapping, Object) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts the given object to a java object for the given type.
convertToJava(Type, JavaMapping, Object) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts the given object to a java object for the given type.
convertToJava(Object) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts the given object to a java object for the given type.
convertToJavaIdentification(RecordType, Object) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts external record identification to java object structure.
convertToJson(ExecutionContext, Boolean, Object) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Creates a JSON document representing a given LSPS object.
convertToJson(ExecutionContext, Object) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Creates a JSON document representing a given LSPS object.
convertToJson(ExecutionContext, Boolean, Object) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
convertToJson(ExecutionContext, Object) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
convertToPersistent(ValueHolder) - Static method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
Return value for a value holder.
convertToPersistent(Object, Type) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
This method takes runtime object and converts it to its underlying persistent representation.
convertToReadOnlyRecords(Value) - Method in class com.whitestein.lsps.engine.lang.ToReadOnlyRecordConverter
Converts replace record values to read only record values.
convertToRemovedRecordContext(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
Do not use this method! This method is used only in evaluation levels merge.
convertToRemovedRecordContext(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
convertToRuntime(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Converts raw value to runtime value.
convertToRuntime(long) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
This method finds persistent representation of a value with the specified id and returns its runtime representation.
convertToRuntime(Value) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
This method takes persistent representation of a value and returns its runtime representation.
convertToRuntime(Type, Object) - Method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Converts from a java objects to runtime object.
convertToRuntime(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
convertToRuntime(SharedRecordEntityAdapter, String, Type, Object, Long) - Method in class com.whitestein.lsps.engine.sharedrecord.RuntimeToHibernateConverter
Converts from a hibernate to runtime object.
convertToRuntime(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
convertToRuntime(Type, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SimpleValueHibernateToRuntimeConverter
Converts hibernate object to runtime object.
convertToRuntime(RecordProperty, Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
convertToXml(ExecutionContext, Object) - Method in interface com.whitestein.lsps.xml.function.XmlFunctions
Will convert the given lsps object to xml representation based on the defined xml mapping.
convertToXml(ExecutionContext, Object) - Method in class com.whitestein.lsps.xml.function.XmlFunctionsImpl
 
ConvertToXmlTask - Class in com.whitestein.lsps.xml.task
This task converts lsps objects into xml.
ConvertToXmlTask() - Constructor for class com.whitestein.lsps.xml.task.ConvertToXmlTask
 
convertValueToHolder(ExternalValue, RecordType) - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
Converts given external type value to external holder.
convertValueToHolder(ExternalValue, RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
convertValueToHolder(ExternalValue, RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
convertValueToHolder(ExternalValue, RecordType) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
convertValueToHolder(ExternalValue, RecordType) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
convertValueToHolder(ExternalValue, RecordType) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
copy(InputStream, OutputStream) - Static method in class com.whitestein.lsps.common.IO
 
copy(T) - Method in class com.whitestein.lsps.engine.state.xml.CopyHelper
 
copy(T) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
Copies a given expression by accepting this visitor.
copy(Collection<Expression>) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
Copies a collection of expressions.
copy(Map<String, Expression>) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
Copies a given map of expressions.
copy(Type) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
copy(List<Type>) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
CopyExpressionVisitor - Class in com.whitestein.lsps.lang.ast
 
CopyExpressionVisitor() - Constructor for class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
CopyHelper - Class in com.whitestein.lsps.engine.state.xml
 
CopyHelper(ModelInstance, TLongObjectMap<EntityWithId>) - Constructor for class com.whitestein.lsps.engine.state.xml.CopyHelper
 
copyOptional(T) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
copyStatic() - Method in class com.whitestein.lsps.lang.module.BasicModule
Creates a new basic module with same types, functions, constants, but variables are not copied.
CopyTypeVisitor - Class in com.whitestein.lsps.lang.type
 
CopyTypeVisitor() - Constructor for class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
CoreSharedRecordPlugin - Class in com.whitestein.lsps.stdlib.type
This plugin provides shared record entities for core types.
CoreSharedRecordPlugin(ModelManagementDao, ModelInstanceDao, BinaryDataDao, UserActivityTrackDao) - Constructor for class com.whitestein.lsps.stdlib.type.CoreSharedRecordPlugin
Constructor
CoreTypeFactory - Interface in com.whitestein.lsps.stdlib.type
Converter for goals and plans.
CoreTypeFactoryImpl - Class in com.whitestein.lsps.stdlib.type
 
CoreTypeFactoryImpl() - Constructor for class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
Creates new instance.
CoreTypeFactoryImpl(ModelProviderService, SharedRecordTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
Creates new instance.
CoreTypes - Class in com.whitestein.lsps.stdlib.type
Class containing type information from the core module.
count(QuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the given query and returns a list of results.
count(List<QueryExecutor.WhereExpression>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
count(SharedRecordType, String, Expression) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
count(ClosureHolder, String, Expression) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
count(HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the count query.
count(ExecutionContext, Object, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
count(ExecutionContext, SharedRecordType, String, Expression) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
count(ExecutionContext, ClosureHolder, String, Expression) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
count(ExecutionContext, Object, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL query specification and returns the number of all objects in the result (executes count query).
count(ExecutionContext, SharedRecordType, String, Expression) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Dynamically creates query and executes it.
count(ExecutionContext, ClosureHolder, String, Expression) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Dynamically creates query and executes it.
count(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Counts the number of elements in the collection that fulfill the passed condition.
count(String) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Counts the number of logs with a given message.
COUNT_OF_MODEL_INSTANCES_TO_START - Static variable in class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
COUNT_PERSONAL_TODOS_WITH_NULL_PRIORITY - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
COUNT_PERSONAL_TODOS_WITH_PRIORITY - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
COUNT_UNFINISHED_MODEL_INSTANCES - Static variable in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Query name.
countAll(RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Runs a count query for records of a given type.
countAll(ExecutionContext, Type) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Counts all shared records of a given type.
countAll(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
countLockedTodos(Person, TodoListCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
countLockedTodos(Person, TodoListCriteria) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns number of todos locked by user
countMatches(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Counts how many times the substring appears in the larger string.
countMatches(CharSequence, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Counts how many times the char appears in the given string.
countNotFinishedModelInstances(long) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
countNotFinishedModelInstances(long) - Method in interface com.whitestein.lsps.engine.dao.ModelInstanceDao
Counts unfinished model instances for a module.
countTodos(Person, TodoListCriteria, boolean) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
countTodos(Person, TodoListCriteria, boolean) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns number of todos visible to user, but not locked by user (if unlockedOnly is true).
CR - Static variable in class com.whitestein.lsps.common.hack.lang3.CharUtils
carriage return CR ('\r').
CR - Static variable in class com.whitestein.lsps.common.hack.lang3.StringUtils
A String for carriage return CR ("\r").
create(Collection<? extends E>, Collection<? extends E>) - Static method in class com.whitestein.lsps.common.collections.DiffList
Creates a new difference from the given collections.
create(RecordType, Class<T>, Map<String, Object>) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
Creates entity.
create(ModelProvider, Context) - Static method in class com.whitestein.lsps.engine.lang.ContextNamespace
Creates a new namespace according to the evaluation level of the provided context.
create(String, String) - Method in interface com.whitestein.lsps.engine.SettingManagementService
Creates a new engine setting with the provided values.
create(String, String) - Method in class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
create(RecordType, Class<T>, Map<String, Object>) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
create(Namespace) - Method in class com.whitestein.lsps.engine.tester.MockJavaOperationExecutorFactory
 
create(Tree) - Static method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
create(ASTInfo, ConstantInfo) - Static method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
Creates a custom constant expression.
create(ASTInfo, ListType, List<Expression>) - Static method in class com.whitestein.lsps.lang.ast.ListExpression
Creates new instance of ListExpression.
create(ASTInfo, MapType, List<Expression>, List<Expression>) - Static method in class com.whitestein.lsps.lang.ast.MapExpression
Creates new instance of MapExpression.
create(ASTInfo, SetType, List<Expression>) - Static method in class com.whitestein.lsps.lang.ast.SetExpression
Creates new instance of SetExpression.
create(ASTInfo, Expression, Collection<SwitchExpression.Case>, Expression) - Static method in class com.whitestein.lsps.lang.ast.SwitchExpression
Creates a new switch expression.
create(RecordType, List<String>) - Static method in class com.whitestein.lsps.lang.exec.PropertyPath
Creates a new property path instance.
create(RecordType, String...) - Static method in class com.whitestein.lsps.lang.exec.PropertyPath
Creates a new property path instance.
create() - Static method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
create(Object) - Static method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
create(Object...) - Static method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
create(String, String, String, String) - Static method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
create(Namespace) - Method in interface com.whitestein.lsps.lang.JavaOperationExecutorFactory
 
create(HolderFactory) - Method in class com.whitestein.lsps.lang.RecordWrapper
Creates an underlying record holder.
create(RecordHolder) - Method in interface com.whitestein.lsps.lang.RecordWrapperFactory
Returns the created record wrapper.
create(String) - Static method in class com.whitestein.lsps.lang.type.QID
Creates a qualified identifier with the given identifier, the module name is not set.
create(String, String) - Static method in class com.whitestein.lsps.lang.type.QID
Creates a qualified identifier with the given module name and the identifier.
create(String...) - Static method in class com.whitestein.lsps.lang.type.QID
Creates a qualified identifier from the given segments.
create(Collection<String>) - Static method in class com.whitestein.lsps.lang.type.QID
Creates a qualified identifier from the given segments.
create(ExecutionContext, HitPolicy, DmnExpressionEvaluator, String, List<Parameter>, List<Parameter>, List<Rule>) - Static method in class com.whitestein.lsps.stdlib.dmn.DmnEvaluator
Creates an evaluator instance.
create(ArchiveModule) - Static method in class com.whitestein.lsps.test.ArchiveModuleDescriptor
Create archive module descriptor out of zipped archive.
create(File) - Static method in class com.whitestein.lsps.test.FileModuleDescriptor
 
create(Person, String) - Static method in class com.whitestein.lsps.test.LspsRemote
Creates remote lsps controller for person and password.
create(String, String) - Static method in class com.whitestein.lsps.test.LspsRemote
Creates LSPS remote with a given username, password.
CREATE_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to create new model instance.
createAndAdd(ExecutionContext, Object, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
createAndBuildElementBody(Document, Node, Type, Object, String, String, String) - Method in class com.whitestein.lsps.xml.util.XmlBuilder
Creates element for given object and creates its body, depending on what kind of object it is.
createAndBuildRecordHolderBody(Document, Node, RecordHolder) - Method in class com.whitestein.lsps.xml.util.XmlBuilder
Creates element for given record holder and creates its body based on its content.
createAndShow(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Only popup is supported.
createAndStartModelInstance(long, StringProperties, boolean, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Creates new model instance for given model id and properties and possibly starts the model instance interpretation, This can be done either synchronously or asynchronously.
createAndStartModelInstance(long, StringProperties, boolean, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
createAndStartModelInstanceWithParent(long, StringProperties, Long, boolean, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Creates new model instance for given model id and properties and possibly starts the model instance interpretation, This can be done either synchronously or asynchronously.
createAndStartModelInstanceWithParent(long, StringProperties, Long, boolean, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
createANTLRParser() - Method in class com.whitestein.lsps.lang.ast.Expression
 
createBigDecimal(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a BigDecimal.
createBigInteger(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a BigInteger; since 3.2 it handles hex (0x or #) and octal (0) notations.
createBinaryHandle(ExecutionContext, String, String, String) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Creates binary handle.
createBinaryHandle(ExecutionContext, String, String, String, String, String) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Creates binary handle.
createBinaryHandle(ExecutionContext, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
createBinaryHandle(ExecutionContext, String, String, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
createBinaryHolder(byte[]) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createBinaryHolder(String, String, String, String, Blob) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createBinaryHolder(byte[]) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createBinaryHolder(String, String, String, String, Blob) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createBinaryHolder(byte[]) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createBinaryHolder(String, String, String, String, Blob) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createBinaryHolder(byte[]) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createBinaryHolder(String, String, String, String, Blob) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createBinaryHolder(byte[]) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates binary data holder.
createBinaryHolder(String, String, String, String, Blob) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates binary data holder.
createBinaryHolder(byte[]) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createBinaryHolder(String, String, String, String, Blob) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createBlob(byte[]) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
 
createBlob(byte[]) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
createChangeProxy(RecordProxySetValue, boolean) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
createChangeProxy(RecordProxySetValue, boolean) - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Created a change proxy on this object.
createChangeProxy(RecordProxySetValue, boolean) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
createChangeProxy(RecordHolder, boolean) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
createChangeProxy(RecordHolder, boolean) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Creates change proxy on this record holder.
createChildNamespace(Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createChildNamespace(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createChildNamespace(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createChildNamespace(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createChildNamespace(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createChildNamespace(String, List<? extends Field>, List<?>, InterpreterConfiguration) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Creates new child namespace with this namespace as the parent.
createChildNamespace(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
createChildNamespaceInternal(String, List<? extends Field>, List<?>, Map<FreeType, Type>, InterpreterConfiguration) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Creates child namespace in required evaluation level.
createChromeDriver() - Static method in class com.whitestein.lsps.test.SetupUtils
 
createClass(ClassPool, ProcessModel, Map<ProcessModel, String>, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
createClass(ClassPool, String, ProcessModel, ProcessDescription, String) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
createClassForForm(QID, Map<FunctionSignature, FormCompiler>, ClassPool, FunctionSignature, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, boolean, boolean, SrcClass) - Static method in class com.whitestein.lsps.engine.lang.compiled.FormCompiler
Creates class for form without implementations.
createClassForInterfaceWithoutImplementations(Map<NamedClassType, RecordCompiler>, ClassPool, InterfaceType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates class for interface without implementations..
createClassForProcessDescription(ClassPool, String, String, ProcessModel, ProcessDescription, String, QID, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, boolean, boolean, FileWriter) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
Compiles namespace to java class.
createClassForProcessModel(ClassPool, String, ProcessModel, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, FileWriter, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
Compiles namespace to java class.
createClassForRecordWithoutImplementations(Map<NamedClassType, RecordCompiler>, ClassPool, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtConstructor, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates class for record without implementations..
createClassWithoutImplementations(ClassPool, FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.FormCompiler
 
createClassWithoutImplementations(ClassPool, RecordType, Map<CtConstructor, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new closure corresponding to given closure expression.
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new closure corresponding to given operation expression.
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new closure corresponding to given operation expression.
createClosure(ClosureType, ClosureExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createClosure(ClosureType, FunctionExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createClosure(ClosureType, MethodExpression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new closure from a given expression.
createClosureFromExpression(ClosureType, Expression, ClosureOrigin) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
CreateCommand - Class in com.whitestein.lsps.engine.comm
Command to create a model instance.
CreateCommand(Identifier, long, Map<String, String>, Long, boolean, boolean) - Constructor for class com.whitestein.lsps.engine.comm.CreateCommand
Creates new instance.
CreateCommandReplyMessage - Class in com.whitestein.lsps.engine.comm
 
CreateCommandReplyMessage(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.CreateCommandReplyMessage
Creates new instance.
createConstant(Tree, Object) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Creates constant with the given value
createConstant(Tree, Object, Type) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Creates constant of the given type, with the given value
createConstructor(ASTNode, Tree, Annotations, Tree, AntlrSignature, Tree, DocNode) - Static method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
createConstructorBodies(ClassPool, CtClass, CtClass, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtConstructor, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates constructor bodies.
createConstructorBodies(ClassPool, CtClass, CtClass, RecordType, Map<CtConstructor, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createConstructorHeaders(ClassPool, CtClass, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtConstructor, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Create constructor headers.
createConstructorHeaders(CtClass, RecordType, Map<CtConstructor, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createContent(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
This method should return the todo content, it is called when starting a todo-task.
createContent(TaskContext) - Method in class com.whitestein.lsps.human.task.CustomUIUserTask
 
createContent(TaskContext) - Method in class com.whitestein.lsps.human.task.CustomUIWithContextUserTask
 
createContent(TaskContext) - Method in class com.whitestein.lsps.human.task.UserTask
 
createContext(long) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
createContext(long) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
createContext(long) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
createContextInEvaluationLevelDetached(byte[], String, boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
createContextInEvaluationLevelDetached(byte[], String, boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Context
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ListValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
 
createCopy(ModelInstance, ProcessInstance, Goal) - Method in class com.whitestein.lsps.engine.state.xml.Plan
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.SetValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Signal
Returns deep copy.
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Task
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Token
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
createCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
createCopyHelper() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
createDateLiteral(Date) - Static method in class com.whitestein.lsps.lang.parser.Parser
Creates a date literal.
createDocument() - Method in class com.whitestein.lsps.xml.util.XmlBuilder
 
createDouble(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a Double.
createElement(String) - Method in class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
 
createElement(String) - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
createElement(String) - Method in class com.whitestein.lsps.lang.timer.TimerInterpreterStackTrace
 
createElement(Document, String, String) - Method in class com.whitestein.lsps.xml.util.XmlBuilder
Creates an element with given namespace and nodeName and set the correct prefix for it
createEntityIdentificationString(Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Creates entity identification string.
createEntityJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Creates java identification object.
createExternalRecordProxy(RecordType, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createExternalRecordProxy(RecordType, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createExternalRecordProxy(RecordType, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createExternalRecordProxy(RecordType, RecordHolder) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createExternalRecordProxy(RecordType, RecordHolder) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates a proxy without proxied record.
createExternalRecordProxy(RecordType, RecordHolder) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createFields(ClosureType) - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
createFirefoxDriver() - Static method in class com.whitestein.lsps.test.SetupUtils
 
createFloat(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a Float.
createFormsScreen() - Method in class com.whitestein.lsps.vaadin.FormPreviewContextHolder
 
createFunction(ASTNode, Tree, Annotations, Tree, AntlrSignature, Tree, DocNode) - Static method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
createFunctionNamespace(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.FunctionArgumentInterpreter
Creates a function namespace that is a child of the interpreter namespace for the given function arguments.
createGenericDocument(String, Map<String, Object>) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
createHeadersOfMethods(ClassPool, CtClass, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtMethod, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates headers of methods.
createHeadersOfMethods(ClassPool, CtClass, InterfaceType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtMethod, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates headers of methods.
createIdentificationString(RecordType, Object) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Creates identification string.
createIdLocator(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
createImplementationsOfRecordMethods(ClassPool, CtClass, CtClass, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtMethod, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Creates implementation of methods.
createImplicitDiscriminatorsForJoinedInheritance() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
createInLevel(String, Context, CommonRecordValue, Context) - Method in class com.whitestein.lsps.engine.state.xml.Context
Creates a context on a given level.
createInLevel(String, Context, CommonRecordValue, Context) - Method in class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
 
createInLevel(String, Context, CommonRecordValue, Context) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
createInstance(InterpreterStackTraceElement) - Static method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
createInstance(ExecutionContext, Type, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Creates new instance of record type T.
createInstance(ExecutionContext, Type, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
createInteger(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a Integer, handling hex (0xhhhh) and octal (0dddd) notations.
createLazySpreadingProxies(ExecutionContext, RecordProxySetHolder, Object...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxies on record holders.
createLazySpreadingProxies(ExecutionContext, Object...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxies on record holders.
createLazySpreadingProxy(ExecutionContext, RecordProxySetHolder, Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on record holder.
createLazySpreadingProxy(ExecutionContext, Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on record holder.
createList(Namespace, Object[]) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createList(Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createList(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createList(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createList(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createList(Collection<?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createList(Collection<?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new list with given values (ListHolders are immutable).
createList(Collection<?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createLocal(RecordHolder) - Method in interface com.whitestein.lsps.lang.RecordWrapperModuleFactory
Returns the created record wrapper, assuming that the record type is in the module associated with this factory.
createLocalDateLiteral(LocalDate) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Creates a local date literal.
createLocalDateTimeLiteral(LocalDateTime) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Creates a local date time literal.
createLong(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a Long; since 3.1 it handles hex (0Xhhhh) and octal (0ddd) notations.
createMap(Namespace, Object[], Object[]) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createMap(Object[], Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createMap(List<?>, List<?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createMap(List<?>, List<?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createMap(List<?>, List<?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createMap(Map<?, ?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createMap(List<?>, List<?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createMap(Map<?, ?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createMap(List<?>, List<?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new map with given values (MapHolders are immutable).
createMap(Map<?, ?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new map with given values (MapHolders are immutable).
createMap(List<?>, List<?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createMap(Map<?, ?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createMetadataHolder(Map<String, String>) - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Creates array holder for given metadata.
createMetadataMap(Map<String, String>) - Static method in class com.whitestein.lsps.lang.LangUtil
Creates a compact metadata map.
createMethod(ASTNode, Tree, Annotations, boolean, boolean, Tree, AntlrSignature, Tree, DocNode) - Static method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
createMethodBody(ClassPool, CtClass, CtClass, RecordType, FunctionSignature, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
createMethodBodyForForm(CtClass, FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.FormCompiler
 
createMethodHeaders(CtClass, InterfaceType, Map<CtMethod, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createMethodHeaders(CtClass, RecordType, Map<CtMethod, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createMethodImplementations(ClassPool, CtClass, CtClass, RecordType, Map<CtMethod, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
createMigration(String, ByteData, ByteData) - Method in interface com.whitestein.lsps.engine.MigrationService
Uploads migration configuration to the server.
createMigration(String, ByteData, ByteData) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
createModelInstance(long, StringProperties, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Creates new model instance for given model id and properties.
createModelInstance(long, StringProperties, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
createModelInstance(long, StringProperties, boolean) - Method in interface com.whitestein.lsps.human.HumanActionsService
Creates new model instance for given model id and properties.
createModelInstance(long, StringProperties, boolean) - Method in class com.whitestein.lsps.human.HumanActionsServiceBean
 
createModelInstance(ExecutionContext, Boolean, RecordHolder, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Creates a model instance.
createModelInstance(ExecutionContext, Boolean, RecordHolder, RecordHolder, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Creates a model instance with a specified process entity record.
createModelInstance(ExecutionContext, Boolean, RecordHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
createModelInstance(ExecutionContext, Boolean, RecordHolder, RecordHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
CreateModelInstance - Class in com.whitestein.lsps.stdlib.task
This task creates a new model instance.
CreateModelInstance() - Constructor for class com.whitestein.lsps.stdlib.task.CreateModelInstance
Creates new instance.
CreateModelInstance(CommunicationService, ReflectionFunctions) - Constructor for class com.whitestein.lsps.stdlib.task.CreateModelInstance
Creates new instance.
CreateModelInstanceExecutionTraceElement - Class in com.whitestein.lsps.engine
Presence of CreatemodelInstanceExecutionTraceElement in ExecutionTrace indicates that new model instance with CreateModelInstanceExecutionTraceElement.getCreatedModelInstanceId() was created.
CreateModelInstanceExecutionTraceElement() - Constructor for class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
CreateModelInstanceExecutionTraceElement(long) - Constructor for class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
createModelInstanceSimple(long, StringProperties, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Creates new model instance for given model id and properties.
createModelInstanceSimple(long, StringProperties, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
createNamespace(ModelProvider, Context) - Static method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Creates namespace of correct type for a context.
createNamespace(FunctionAst) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
createNamespaceModel(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
Creates namespace model for this.
createNamespaceModel(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
createNamespaceModel(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
createNew(Map<?, ?>, RecordType, ModelInstance, ModelProvider, SharedRecordTypeFactory, ExternalTypeProvider) - Static method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
Creates an adapter for a new entity given by the map of property values.
createNew(Map<?, ?>, SharedRecordConfiguration, RecordType, ModelInstance, ModelProvider, Session) - Static method in class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
Creates an adapter for a new entity given by the map of property values.
createNew() - Method in class com.whitestein.lsps.human.custom.CustomUITodoContent
 
createNew() - Method in class com.whitestein.lsps.human.TodoEvaluationContent
 
createNonSharedRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createNonSharedRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createNonSharedRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createNonSharedRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createNonSharedRecord(RecordType, Map<String, ?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new record of given type.
createNonSharedRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createNullParameterError(Expression, InterpreterStackTrace) - Static method in class com.whitestein.lsps.lang.exception.Errors
Creates a null parameter error with a correct message and an expression context information.
createNumber(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Turns a string value into a java.lang.Number.
createObjectIdentification(long, long, String) - Static method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Creates object info used for all GoalPlanHolders.
createObjectIdentification(long, long) - Static method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Creates identification string.
createOperationHolder(Namespace, ClosureType, String, ClosureOrigin) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createOperationHolder(ClosureType, String, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createOperationHolder(Namespace, RecordHolder, ClosureType, String, ClosureOrigin) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createOperationHolder(RecordHolder, ClosureType, String, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createPlanSetHolder(Set<PlanHolder>) - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Creates set holder for given plan set.
createPrivateMethod(ClassPool, CtClass, CtClass, boolean, boolean, Type, String, Expression, ExpressionOrigin, List<LocalParameter>, CommonCompiler.JavaTypesResolver, SrcExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
createPrivateMethod(ClassPool, CtClass, CtClass, SrcMethod) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
CreateProcessLog - Enum in com.whitestein.lsps.engine
Create process logs possible values.
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
createPropertyProxy(HolderFactory, RecordProperty, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
createPropertyProxy(HolderFactory, String, RecordHolder) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Creates change proxy for all object referenced by the propery and sets the proxy values to the property.
createProxies(ExecutionContext, RecordProxySetHolder, CollectionHolder, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on each record holder in the collection.
createProxies(ExecutionContext, CollectionHolder, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on each record holder in the collection.
createProxies(ExecutionContext, CollectionHolder, ListHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on each record holder in the collection.
createProxy(ExecutionContext, RecordProxySetHolder, RecordHolder, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on this record holder.
createProxy(ExecutionContext, Object, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on this record holder.
createProxy(ExecutionContext, Object, ListHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates change proxy on this record holder.
createProxy(ExecutionContext, RecordProxySetHolder, Type) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates new change proxy of the record type.
createProxy(ExecutionContext, Type) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates new change proxy of the record type.
createProxyOfProperties(ExecutionContext, RecordHolder, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates proxies of properties of the record.
createProxyOfProperties(ExecutionContext, RecordHolder, Property...) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Creates change proxy for all object referenced by the property and sets the proxy values to the property.
createProxyOfProperties(ExecutionContext, RecordHolder, Property...) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
createProxyOfPropertiesEmptyToAll(ExecutionContext, RecordProxySetHolder, RecordHolder, Property...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Creates proxies of properties of the record.
createProxySet(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Creates new record proxy set.
createProxySet(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
createRange(long, long) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
createRange(long, long) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createRange(long, long) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates a range (list) defined by endpoints (both inclusive).
createRange(long, long) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createRecord(Namespace, String, String[], Object[]) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createRecord(String, String[], Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createRecord(String, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
Creates a new record of the specified type.
createRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createRecord(String, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createRecord(String, Map<String, ?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
createRecord(ModelInstance, RecordType, Map<String, ?>, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
createRecord(ModelInstance, RecordType, Map<String, ?>, boolean) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Creates a new record of the specified type.
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
createRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createRecord(String, Map<String, ?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createRecord(RecordType) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new record with given type.
createRecord(RecordType, Map<String, ?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new record with given type.
createRecord(String) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new record with given type.
createRecord(String, Map<String, ?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new record with given type.
createRecord(RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createRecord(String, Map<String, ?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
createRecord(ModelInstance, RecordType, Map<String, ?>) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
createRecordByConstructor(Namespace, String, Class<?>[], Object[]) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createRecordByConstructor(String, Class<?>[], Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createReference(Namespace, ReferenceType, String, ClosureOrigin) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in interface com.whitestein.lsps.lang.HolderFactory
Returns new reference corresponding to given reference expression.
createReference(ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createRequestHandlers() - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServletService
 
createRpcHandler() - Method in class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedUidlRequestHandler
 
createScreen() - Method in class com.whitestein.lsps.vaadin.FormPreviewContextHolder
 
createScreen() - Method in class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
createScreen() - Method in class com.whitestein.lsps.vaadin.LspsTodoHolder
 
createServletService(DeploymentConfiguration) - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServlet
 
createSet(Namespace, Object[]) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createSet(Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
createSet(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
createSet(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
createSet(Collection<?>) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
createSet(Collection<?>) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
createSet(Collection<?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
Creates new set with given values (SetHolders are immutable).
createSet(Collection<?>) - Method in class com.whitestein.lsps.lang.MockHolderFactory
 
createStackTrace(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.engine.profiler.ProfilerFactory
 
createStackTrace(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTraceFactory
 
createStackTrace(InterpreterStackTraceElement) - Method in interface com.whitestein.lsps.lang.InterpreterStackTraceFactory
Creates an interpreter stack trace.
createStackTrace(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.lang.TimerInterpreterStackTraceFactory
 
createStringLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Creates a string literal which has the value as a given string.
createSymbolLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Creates a symbol literal which has the value as a given string.
createTodo(TaskContext, String, Serializable) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Creates a to-do and sets initial values.
createToString() - Method in class com.whitestein.lsps.lang.type.CollectionType
 
createToString() - Method in class com.whitestein.lsps.lang.type.ContainerType
 
createToString() - Method in class com.whitestein.lsps.lang.type.ListType
 
createToString() - Method in class com.whitestein.lsps.lang.type.MapType
 
createToString() - Method in class com.whitestein.lsps.lang.type.SetType
 
createTypeParser() - Method in class com.whitestein.lsps.lang.parser.Parser
 
createUIComponent(WebElement) - Method in class com.whitestein.lsps.test.web.components.ComponentLabelMapping
 
createUri(Module, ModuleEntry) - Static method in class com.whitestein.lsps.modulemanager.ModuleConvertor
Returns the unique URI string of the given entry in the given module
createUri(String, String, String) - Static method in class com.whitestein.lsps.modulemanager.ModuleConvertor
Returns the unique URI string of the given entry in the given module.
createVaadinRequest(HttpServletRequest) - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServlet
 
createValidationException(String, Tree) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Creates a validation exception with a given message.
createVariable(String, String, Type, Value, boolean) - Method in class com.whitestein.lsps.engine.state.xml.Context
Creates a variable but does not add it to the context yet.
createWebServiceCaller() - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
createWithProxySetStart(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
 
createWithProxySetStart(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
createWithProxySetStop(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
 
createWithProxySetStop(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
currentDate(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the current date (today).
currentMapping() - Method in class com.whitestein.lsps.lang.Interpreter
Returns the FreeTypeMapping for current namespace.
CurrentState - Class in com.whitestein.lsps.engine
Shared data for current thread.
CustomCompileToJavaOperation - Interface in com.whitestein.lsps.lang.operation
 
CustomComponentFunctionGeneration - Class in com.whitestein.lsps.human.generation
 
CustomComponentFunctionGeneration() - Constructor for class com.whitestein.lsps.human.generation.CustomComponentFunctionGeneration
 
CustomComponentGeneration - Class in com.whitestein.lsps.human.generation
The generation of custom components.
CustomComponentGeneration() - Constructor for class com.whitestein.lsps.human.generation.CustomComponentGeneration
 
CustomComponentSourceProvider - Class in com.whitestein.lsps.human.generation
 
CustomComponentSourceProvider() - Constructor for class com.whitestein.lsps.human.generation.CustomComponentSourceProvider
 
CustomConstantExpression - Class in com.whitestein.lsps.lang.ast
 
CustomEntityProvider - Class in com.whitestein.lsps.engine.tester
Custom entity provider for testing.
CustomEntityProvider() - Constructor for class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
CustomUIComponents - Class in com.whitestein.lsps.human.model
Model module for custom components.
CustomUIComponents() - Constructor for class com.whitestein.lsps.human.model.CustomUIComponents
 
CustomUIServiceBean - Class in com.whitestein.lsps.human
Implementation od CustomUIService.
CustomUIServiceBean() - Constructor for class com.whitestein.lsps.human.CustomUIServiceBean
 
CustomUITodoContent - Class in com.whitestein.lsps.human.custom
Content for custom GUI todo.
CustomUITodoContent(long, long, long, Map<String, Serializable>) - Constructor for class com.whitestein.lsps.human.custom.CustomUITodoContent
Creates new instance.
CustomUIUserTask - Class in com.whitestein.lsps.human.task
Todo task with custom GUI
CustomUIUserTask() - Constructor for class com.whitestein.lsps.human.task.CustomUIUserTask
 
CustomUIWithContextUserTask - Class in com.whitestein.lsps.human.task
Todo task with custom GUI
CustomUIWithContextUserTask() - Constructor for class com.whitestein.lsps.human.task.CustomUIWithContextUserTask
 

D

daoMap - Variable in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
DatabaseMetadata - Class in com.whitestein.lsps.engine.sharedrecord.ddl
JDBC database metadata
DatabaseMetadata(Connection, Dialect) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
Creates new instance.
DataFunctions - Interface in com.whitestein.lsps.stdlib.function
 
DataFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
Functions for Data module.
DataFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
Creates new instance.
DataFunctionsImpl(ModelManagementDao, CoreTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
Creates new instance.
DataParser - Class in com.whitestein.lsps.lang.parser
Parser of LSPS data expressions.
DataParser() - Constructor for class com.whitestein.lsps.lang.parser.DataParser
 
DATE - Static variable in class com.whitestein.lsps.lang.type.SimpleType
DateType instance.
date(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
date(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Tries to parse given string to Date value
date(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Will parse date using passed pattern string and date string Must use patterns recognized by SimpleDateFormat
date(ExecutionContext, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Will parse date using passed pattern string and date string Must use patterns recognized by SimpleDateFormat
date(ExecutionContext, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a date from year, month of year, dayOfMonth, hour of day, minute of hour, second of minute, and millisecond of second.
date(ExecutionContext, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a date from year, month of year, and dayOfMonth.
DateFunctions - Class in com.whitestein.lsps.stdlib.function
Utility methods related to date manipulation.
DateFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.DateFunctions
Creates new instance.
DateOperation - Enum in com.whitestein.lsps.lang.operation
 
Dates - Class in com.whitestein.lsps.common
Utility class for dates
dateTextBox() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a date text box.
DateType - Class in com.whitestein.lsps.lang.type
Simple type representing date.
DateValue - Class in com.whitestein.lsps.engine.dto.val
A date value.
DateValue() - Constructor for class com.whitestein.lsps.engine.dto.val.DateValue
Creates new instance.
DateValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing date.
DateValue(Date) - Constructor for class com.whitestein.lsps.engine.state.xml.DateValue
Creates new instance of DateValue.
DAYS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of days field.
deactivate() - Method in class com.whitestein.lsps.engine.PlanHandler
Deactivates (puts into PlanState.INACTIVE state) the plan if running.
deactivate(ExecutionContext, CollectionHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Deactivates not finished goals.
deactivate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
DEACTIVATE_CONDITION - Static variable in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
Property name.
deactivateCondition() - Method in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
Returns deactivation condition of the goal.
deactivated() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get DEACTIVATED state name
deactivated() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
deactivateGoal(long, String, ExecutionContext, boolean) - Static method in class com.whitestein.lsps.engine.ActivationUtil
Deactivates given goal if not null and if it can be deactivated.
DeactivateGoal - Class in com.whitestein.lsps.stdlib.task
This task performs deactivation of goals.
DeactivateGoal() - Constructor for class com.whitestein.lsps.stdlib.task.DeactivateGoal
 
deactivateGoal(String) - Method in class com.whitestein.lsps.test.ModelInstance
 
DEBUG - Static variable in class com.whitestein.lsps.lang.parser.Parser
A debug expression keyword.
DEBUG_ELEMENT_ID - Static variable in class com.whitestein.lsps.lang.parser.Parser
A debug expression element id attribute key.
DEBUG_PROPERTY - Static variable in class com.whitestein.lsps.lang.parser.Parser
A debug expression property attribute key.
DebugExpression - Class in com.whitestein.lsps.lang.ast
Expression with debug information.
DebugExpression(ASTInfo, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.lang.ast.DebugExpression
Constructs a new debug expression.
Debugger - Interface in com.whitestein.lsps.common
A base interface for debugger interfaces.
DebuggerAction - Enum in com.whitestein.lsps.common
Possible debugger actions.
DebuggerExpressionInterpreter - Class in com.whitestein.lsps.lang
 
DebuggerExpressionInterpreter(Interpreter, ExpressionDebugger) - Constructor for class com.whitestein.lsps.lang.DebuggerExpressionInterpreter
 
DebuggerInstance - Class in com.whitestein.lsps.common
This class represents a debugger instance.
DebuggerListener - Class in com.whitestein.lsps.engine
Listener of changes for debugging.
DebuggerListener() - Constructor for class com.whitestein.lsps.engine.DebuggerListener
 
debugLine(Tree) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
 
debugLine(Tree) - Method in class com.whitestein.lsps.lang.parser.Parser
 
debugLog(ExecutionContext, ClosureHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Logs a message to the console at the debug logging level.
debugLog(ExecutionContext, ClosureHolder, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Logs a message to the console at the specified logging level.
debugLog(ExecutionContext, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
debugLog(ExecutionContext, ClosureHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
Decimal - Class in com.whitestein.lsps.lang
Immutable, arbitrary-precision signed decimal numbers with scale limited to DecimalType.MAX_SCALE.
Decimal(long) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
Decimal(double) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
Decimal(String) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
Decimal(char[]) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
Decimal(BigInteger) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
Decimal(BigDecimal) - Constructor for class com.whitestein.lsps.lang.Decimal
Creates new instance of Decimal.
DECIMAL - Static variable in class com.whitestein.lsps.lang.type.SimpleType
DecimalType instance with default scale and rounding mode.
DecimalBinaryArithmeticOperation - Enum in com.whitestein.lsps.lang.operation
 
DecimalBinaryComparisonOperation - Enum in com.whitestein.lsps.lang.operation
 
DecimalType - Class in com.whitestein.lsps.lang.type
Simple type representing decimal type.
DecimalType() - Constructor for class com.whitestein.lsps.lang.type.DecimalType
Creates new instance with default scale and rounding mode.
DecimalType(int) - Constructor for class com.whitestein.lsps.lang.type.DecimalType
Creates new instance with default rounding mode.
DecimalType(int, RoundingMode) - Constructor for class com.whitestein.lsps.lang.type.DecimalType
Creates new instance.
DecimalUnaryOperation - Enum in com.whitestein.lsps.lang.operation
 
DecimalValue - Class in com.whitestein.lsps.engine.dto.val
A decimal value.
DecimalValue() - Constructor for class com.whitestein.lsps.engine.dto.val.DecimalValue
Creates new instance.
DecimalValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value containing a decimal.
DecimalValue(Decimal) - Constructor for class com.whitestein.lsps.engine.state.xml.DecimalValue
Creates new instance of DecimalValue.
DECISION_TABLE_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
DecisionTable - Class in com.whitestein.lsps.stdlib.dmn.model
 
DecisionTable() - Constructor for class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
DecisionTable(RecordHolder) - Constructor for class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
DecisionTableEntity - Class in com.whitestein.lsps.stdlib.entity
 
DecisionTableEntity() - Constructor for class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
 
DecisionTableRights - Enum in com.whitestein.lsps.stdlib.dmn.model
 
decompress() - Method in class com.whitestein.lsps.engine.dto.CompressedModelInstance
Decompresses the model instance.
decompress(byte[]) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Returns the state data, decompressed by the selected loader (e.g.
decreaseStack() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Decrease stack of shared record notifications relevant methods.
decrement() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Decrements the value.
DECREMENT_OP - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A decrement operator (--);
decrementAndGet() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Decrements this instance's value by 1; this method returns the value associated with the instance immediately after the decrement operation.
DEFAULT_ROUNDING_MODE - Static variable in class com.whitestein.lsps.lang.type.DecimalType
Default rounding mode
DEFAULT_SCALE - Static variable in class com.whitestein.lsps.lang.type.DecimalType
Default scale
DEFAULT_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The default toString style.
DefaultExpressionVisitor<T,E extends java.lang.Throwable> - Class in com.whitestein.lsps.lang.ast
 
DefaultExpressionVisitor() - Constructor for class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
 
defaultIfBlank(T, T) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is whitespace, empty ("") or null, the value of defaultStr.
defaultIfEmpty(T, T) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns either the passed in CharSequence, or if the CharSequence is empty or null, the value of defaultStr.
defaultIfNull(T, T) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Returns a default value if the object passed is null.
DefaultInterpreterStackTrace - Class in com.whitestein.lsps.lang
 
DefaultInterpreterStackTrace(InterpreterStackTraceElement) - Constructor for class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
A constructor.
DefaultInterpreterStackTraceFactory - Class in com.whitestein.lsps.lang
A factory that creates InterpreterStackTrace instances.
DefaultInterpreterStackTraceFactory() - Constructor for class com.whitestein.lsps.lang.DefaultInterpreterStackTraceFactory
 
defaultStore - Variable in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader
 
defaultString(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns either the passed in String, or if the String is null, an empty String ("").
defaultString(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns either the passed in String, or if the String is null, the value of defaultStr.
DefExpression - Class in com.whitestein.lsps.lang.ast
 
DefExpression(ASTInfo, Type, String, boolean) - Constructor for class com.whitestein.lsps.lang.ast.DefExpression
 
delegate(long, Collection<String>) - Method in interface com.whitestein.lsps.human.TodoService
Delegates the to-do identified by its ID to a given set of delegates identified by their ID-s.
delegate(long, Collection<String>) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
delegate(Person) - Method in class com.whitestein.lsps.test.Todo
 
delegate(Collection<Person>) - Method in class com.whitestein.lsps.test.Todo
 
DELEGATE_ALL_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to delegate user's own to-do.
DELEGATE_OWN_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to delegate user's own to-do.
DelegatingSharedRecordInterceptor - Class in com.whitestein.lsps.engine.sharedrecord
Interceptor for Hibernate Sessions that allows to plug an interceptor via ComponentService.
DelegatingSharedRecordInterceptor(ComponentService) - Constructor for class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
Constructs interceptor and initialize it with given collection of plugins and shared record context
delegation(String, Integer, String) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates new delegation person performer.
delete(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the characters between the two specified indices.
delete(Object) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
 
delete(Class<T>, Object) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
 
delete(String) - Method in interface com.whitestein.lsps.engine.SettingManagementService
Deletes a given settings.
delete(String) - Method in class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
delete(Object) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
delete(Class<T>, Object) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
delete(String) - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
delete(String) - Method in interface com.whitestein.lsps.human.dao.VaadinThemeDao
Deletes the theme from the database.
DELETE_ALL_BY_MODEL_INSTANCE_ID - Static variable in class com.whitestein.lsps.engine.state.TimerNotification
Query name
DELETE_BINARY - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to delete binary data.
DELETE_BY_ID - Static variable in class com.whitestein.lsps.license.License
 
DELETE_BY_MODEL_INSTANCES - Static variable in class com.whitestein.lsps.engine.state.ProcessLog
Deletes logs of model instance.
DELETE_MODEL - Static variable in interface com.whitestein.lsps.engine.ejb.ModelManagementServiceLocal
Security right that allows to delete models.
DELETE_MODEL - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to delete models.
DELETE_WITH_IDS - Static variable in class com.whitestein.lsps.engine.state.BinaryData
query name
deleteAll(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the character wherever it occurs in the builder.
deleteAll(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the string wherever it occurs in the builder.
deleteAll(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes all parts of the builder that the matcher matches.
deleteAllRecords(ExecutionContext, CollectionHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Deletes the specified records and all related data links navigable from the deleted records.
deleteAllRecords(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
deleteBinaryDataLoadedByDocument(long) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
Deletes binary data that are loaded in a document.
deleteBinaryDataLoadedByDocument(long) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
deleteBinaryDataLoadedByDocument(long) - Method in interface com.whitestein.lsps.stdlib.dao.BinaryDataDao
Deletes binary data that are loaded in a document.
deleteBinaryDataLoadedByDocument(long) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
deleteBinaryDataLoadedByTodo(long) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
Deletes binary data that are loaded in a todo.
deleteBinaryDataLoadedByTodo(long) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
deleteBinaryDataLoadedByTodo(long) - Method in interface com.whitestein.lsps.stdlib.dao.BinaryDataDao
Deletes binary data that are loaded in a todo.
deleteBinaryDataLoadedByTodo(long) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
deleteBinaryEntry(long) - Method in interface com.whitestein.lsps.engine.BinaryDataService
Delete a binary entry.
deleteBinaryEntry(long) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
deleteByModelInstanceId(Set<Long>) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaProcessLogDao
 
deleteByModelInstanceId(long) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaTimerNotificationDao
 
deleteByModelInstanceId(Set<Long>) - Method in interface com.whitestein.lsps.engine.dao.ProcessLogDao
Deletes all ProcessLogs of model instance with given id.
deleteByModelInstanceId(long) - Method in interface com.whitestein.lsps.engine.dao.TimerNotificationDao
Deletes all notifications registered on given model instance
deleteCharAt(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the character at the specified index.
DeleteCommand - Class in com.whitestein.lsps.engine.comm
Command to delete a model instance.
DeleteCommand(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.DeleteCommand
Creates new instance.
deleteDocument(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
deleteFirst(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the character wherever it occurs in the builder.
deleteFirst(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the string wherever it occurs in the builder.
deleteFirst(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Deletes the first match within the builder using the specified matcher.
deleteForIds(List<Long>) - Method in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
Deletes binary data with ids.
deleteForIds(List<Long>) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
deleteForIds(List<Long>) - Method in interface com.whitestein.lsps.stdlib.dao.BinaryDataDao
Deletes binary data with ids.
deleteForIds(List<Long>) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
deleteLicense(Long) - Method in interface com.whitestein.lsps.common.LicenseService
Delete license from the DB
deleteLicense(Long) - Method in class com.whitestein.lsps.license.JpaLicenseDao
 
deleteLicense(Long) - Method in interface com.whitestein.lsps.license.LicenseDao
 
deleteLicense(Long) - Method in class com.whitestein.lsps.license.LicenseServiceBean
 
DeleteModelInstanceLogs - Class in com.whitestein.lsps.stdlib.task
This tasks deletes process logs of given model instance.
DeleteModelInstanceLogs() - Constructor for class com.whitestein.lsps.stdlib.task.DeleteModelInstanceLogs
 
DeleteOrderSort - Class in com.whitestein.lsps.engine
Find correct order of deleting shared records.
deleteRecords(ExecutionContext, RecordHolder...) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Deletes the specified records and all related data links navigable from the deleted records.
deleteRecords(ExecutionContext, RecordHolder...) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
deleteSavedDocuments(ExecutionContext, SetHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Deletes the specified saved documents.
deleteSavedDocuments(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
deleteSetting(String, String) - Method in interface com.whitestein.lsps.os.PersonService
Deletes the given personal setting.
deleteSetting(String, String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
DeleteSharedRecords - Class in com.whitestein.lsps.stdlib.task
Deletes the specified shared records from database.
DeleteSharedRecords() - Constructor for class com.whitestein.lsps.stdlib.task.DeleteSharedRecords
 
deleteTheme(String) - Method in class com.whitestein.lsps.human.VaadinThemeCacheBean
 
deleteWhitespace(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deletes all whitespaces from a String as defined by Character.isWhitespace(char).
delimiter - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Delimiter for SQLs.
DEPRECATED_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @Deprecated.
DEREFERENCE_OP - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A dereference operator.
DereferenceExpression - Class in com.whitestein.lsps.lang.ast
 
DereferenceExpression(ASTInfo, Type, Expression) - Constructor for class com.whitestein.lsps.lang.ast.DereferenceExpression
 
DESCRIPTION - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
deselect(String...) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Deselect a token identified by values.
deselectAll() - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Clears selection.
deselectExcept(String...) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Keeps tokens identified by values, all other tokens are deselected.
deserialize(byte[]) - Static method in class com.whitestein.lsps.common.Serialization
Deserializes object stored in the byte array.
deserialize(ByteArrayInputStream, ClassLoader) - Static method in class com.whitestein.lsps.common.Serialization
Deserializes object stored in the byte array.
deserialize(FileInputStream, ClassLoader) - Static method in class com.whitestein.lsps.common.Serialization
Deserializes object stored in the byte array.
deserialize(GZIPInputStream, ClassLoader) - Static method in class com.whitestein.lsps.common.Serialization
Deserializes object stored in the byte array.
deserializeValue(byte[], boolean) - Method in class com.whitestein.lsps.engine.state.xml.ValueSerializer
Deserializes serialized value.
detach(long, boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Detach this model instance.
detacheModelInstance(long, long) - Method in interface com.whitestein.lsps.tools.TestSupportService
Detach model instance.
detacheModelInstance(long, long) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
detectAndCreateDriver() - Static method in class com.whitestein.lsps.test.SetupUtils
 
determineConcreteSubclassEntityName(Object, SessionFactoryImplementor) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
determineTypeArguments(Class<?>, ParameterizedType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Tries to determine the type arguments of a class/interface based on a super parameterized type's type arguments.
DiagnosticResult - Class in com.whitestein.lsps.engine.dto
This object holds information about validation result of module
DiagnosticResult() - Constructor for class com.whitestein.lsps.engine.dto.DiagnosticResult
Creates new instance.
DiagnosticResult(int, String, List<String>, List<DiagnosticResult>) - Constructor for class com.whitestein.lsps.engine.dto.DiagnosticResult
 
Diagram - Class in com.whitestein.lsps.visualization
This class represents a diagram.
Diagram(String) - Constructor for class com.whitestein.lsps.visualization.Diagram
 
DiagramConnection - Class in com.whitestein.lsps.visualization
This class represents a connection between two nodes in a diagram.
DiagramConnection(String) - Constructor for class com.whitestein.lsps.visualization.DiagramConnection
Creates a new connection of type flow.
DiagramConnection(String, DiagramConnection.Type, DirectionType) - Constructor for class com.whitestein.lsps.visualization.DiagramConnection
Creates a connection with the given type and direction.
DiagramConnection.Type - Enum in com.whitestein.lsps.visualization
 
DiagramInfo - Class in com.whitestein.lsps.visualization.dto
This class represents an information holder about a specific diagram.
DiagramInfo(long, String, String, String) - Constructor for class com.whitestein.lsps.visualization.dto.DiagramInfo
Creates a new instance of this class.
DiagramNode - Class in com.whitestein.lsps.visualization
This class represents a node displayed in the diagram.
DiagramNode(String, ProcessElementType, DiagramNode) - Constructor for class com.whitestein.lsps.visualization.DiagramNode
Creates a new node.
DiagramPoint - Class in com.whitestein.lsps.visualization
This class represents a point in the diagram.
DiagramPoint(int, int) - Constructor for class com.whitestein.lsps.visualization.DiagramPoint
Creates a new point.
DiagramProvider - Class in com.whitestein.lsps.visualization
A class which provides a diagram representation from a module.
DiagramProvider(Module, Map<String, ElementRuntimeData>) - Constructor for class com.whitestein.lsps.visualization.DiagramProvider
Creates a new instance of this provider for the given module.
dialect - Variable in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
The underlying dialect.
dialect - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
The database dialect.
DialectExt - Enum in com.whitestein.lsps.engine.sharedrecord.ddl
Base class for dialect extensions.
Diff<E> - Class in com.whitestein.lsps.common.collections
Difference between two sets of the same elements.
difference(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares two Strings, and returns the portion where they differ.
difference(ExecutionContext, SetHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Subtracts the second set from the first set.
difference(ExecutionContext, ListHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Subtracts the set from the list.
DiffList<E> - Class in com.whitestein.lsps.common.collections
Difference of two collections which takes instance count into account.
DirectChildrenExpressionCollector - Class in com.whitestein.lsps.lang
 
DirectChildrenExpressionCollector() - Constructor for class com.whitestein.lsps.lang.DirectChildrenExpressionCollector
 
DirectedGraph<V> - Class in com.whitestein.lsps.common.graph
Simple directed graph that allows loops.
DirectedGraph() - Constructor for class com.whitestein.lsps.common.graph.DirectedGraph
Creates new instance of DirectedGraph with no vertices and edges.
DirectedGraph(Collection<? extends V>) - Constructor for class com.whitestein.lsps.common.graph.DirectedGraph
Creates new instance of DirectedGraph with given vertices and no edges.
DirectedGraph(DirectedGraph<V>) - Constructor for class com.whitestein.lsps.common.graph.DirectedGraph
Creates new instance of DirectedGraph as a copy of given graph.
DirectedGraph(Collection<? extends V>, Collection<Edge<V>>) - Constructor for class com.whitestein.lsps.common.graph.DirectedGraph
Creates new instance of DirectedGraph with given vertices and edges.
DISABLED_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @Disabled.
DisconnectedException - Exception in com.whitestein.lsps.ws
Thrown by a service proxy when the connection to the server is disconnected.
DisconnectedException(String, Throwable) - Constructor for exception com.whitestein.lsps.ws.DisconnectedException
Creates new instance.
DisconnectedException(String) - Constructor for exception com.whitestein.lsps.ws.DisconnectedException
Creates new instance.
displayRecognitionError(String[], RecognitionException) - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
displayRecognitionError(String[], RecognitionException) - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
divide(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this / divisor).
DIVIDE - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Division operator (/).
divideBy(Fraction) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Divide the value of this fraction by another.
divideToIntegralValue(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is the integer part of the quotient (this / divisor) rounded down.
DmnCache - Enum in com.whitestein.lsps.stdlib.dmn
 
DmnEvaluator - Class in com.whitestein.lsps.stdlib.dmn
 
DmnFunctionsImpl - Class in com.whitestein.lsps.stdlib.dmn
 
DmnFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
 
DmnMarshaller - Class in com.whitestein.lsps.stdlib.dmn.xml
 
DmnMarshaller() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.DmnMarshaller
 
DmnPersistFunctions - Interface in com.whitestein.lsps.stdlib.dmn
 
DmnPersistFunctionsBean - Class in com.whitestein.lsps.stdlib.dmn
 
DmnPersistFunctionsBean() - Constructor for class com.whitestein.lsps.stdlib.dmn.DmnPersistFunctionsBean
 
Doc - Class in com.whitestein.lsps.lang.doc
A structured documentation of a source code element such as a method or a function.
Doc(DocText, List<DocParam>, List<DocError>, DocText) - Constructor for class com.whitestein.lsps.lang.doc.Doc
Creates a structured documentation for a source code element.
DocCodeTextElement - Class in com.whitestein.lsps.lang.doc
A text element representing a source code.
DocCodeTextElement(String) - Constructor for class com.whitestein.lsps.lang.doc.DocCodeTextElement
Constructor
DocCommentParser - Class in com.whitestein.lsps.lang.doc
A documentation comment parser.
DocCommentParser() - Constructor for class com.whitestein.lsps.lang.doc.DocCommentParser
 
DocError - Class in com.whitestein.lsps.lang.doc
Documentation of an error.
DocError(String, DocText) - Constructor for class com.whitestein.lsps.lang.doc.DocError
Creates a new error description
DocLinkTextElement - Class in com.whitestein.lsps.lang.doc
A text element representing a link.
DocLinkTextElement(String, String) - Constructor for class com.whitestein.lsps.lang.doc.DocLinkTextElement
 
DocNode - Class in com.whitestein.lsps.lang.antlr
 
DocNode(String, int, int, int) - Constructor for class com.whitestein.lsps.lang.antlr.DocNode
 
DocParam - Class in com.whitestein.lsps.lang.doc
Documentation of a parameter.
DocParam(String, DocText) - Constructor for class com.whitestein.lsps.lang.doc.DocParam
Creates a new parameter description.
DocPlainTextElement - Class in com.whitestein.lsps.lang.doc
A text element representing a plain text.
DocPlainTextElement(String) - Constructor for class com.whitestein.lsps.lang.doc.DocPlainTextElement
 
DocText - Class in com.whitestein.lsps.lang.doc
A documentation text.
DocText(List<DocTextElement>) - Constructor for class com.whitestein.lsps.lang.doc.DocText
Constructs a new documentation text which consists of a sequence of the given text elements.
DocTextElement - Interface in com.whitestein.lsps.lang.doc
A documentation text element is a basic component of a documentation text.
Document - Class in com.whitestein.lsps.human.entity
Document entity
Document() - Constructor for class com.whitestein.lsps.human.entity.Document
Constructor needed for JPA-specific purposes.
Document(long, String, DocumentType) - Constructor for class com.whitestein.lsps.human.entity.Document
Creates new instance.
DOCUMENT_TYPE - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the DocumentType type.
DocumentContent - Class in com.whitestein.lsps.human.entity
Document content.
DocumentContent() - Constructor for class com.whitestein.lsps.human.entity.DocumentContent
Creates new empty instance of DocumentContent.
DocumentContent(byte[]) - Constructor for class com.whitestein.lsps.human.entity.DocumentContent
Creates new instance of DocumentContent.
DocumentDao - Interface in com.whitestein.lsps.human.dao
Data access object interface.
DocumentDefinition - Class in com.whitestein.lsps.human.model
Document definition model object.
DocumentDefinition(String, String, Expression, SimpleContextModelElement, Map<String, String>) - Constructor for class com.whitestein.lsps.human.model.DocumentDefinition
Creates new instance.
DocumentDefinitionService - Interface in com.whitestein.lsps.human
Provides API for resolving document definitions.
DocumentDefinitionServiceBean - Class in com.whitestein.lsps.human
Resolves document definition for the provided QID.
DocumentDefinitionServiceBean() - Constructor for class com.whitestein.lsps.human.DocumentDefinitionServiceBean
 
DocumentEvaluationContent - Class in com.whitestein.lsps.human
Todo content used to store state of the todo evaluation in the database.
DocumentEvaluationContent() - Constructor for class com.whitestein.lsps.human.DocumentEvaluationContent
Creates a new instance.
DocumentGeneration - Class in com.whitestein.lsps.human.generation
Generates monitoring elements (measurements).
DocumentGeneration() - Constructor for class com.whitestein.lsps.human.generation.DocumentGeneration
 
DocumentGenerator - Class in com.whitestein.lsps.human.generation
Generator of document definition model objects.
DocumentGenerator(DocDefinition, Generator) - Constructor for class com.whitestein.lsps.human.generation.DocumentGenerator
Creates new instance.
DocumentInfo - Class in com.whitestein.lsps.human.dto
Info about document.
DocumentInfo() - Constructor for class com.whitestein.lsps.human.dto.DocumentInfo
Creates new instance.
DocumentInfo(DocumentType, String, String) - Constructor for class com.whitestein.lsps.human.dto.DocumentInfo
Creates new instance.
DocumentNotFoundException - Exception in com.whitestein.lsps.human.exception
Thrown if a document is not found.
DocumentNotFoundException(String) - Constructor for exception com.whitestein.lsps.human.exception.DocumentNotFoundException
Creates new instance.
DocumentNotFoundException(String, Throwable) - Constructor for exception com.whitestein.lsps.human.exception.DocumentNotFoundException
Creates new instance.
DocumentParameters - Class in com.whitestein.lsps.human.dto
Data transfer object representing a set of document parameters.
DocumentParameters() - Constructor for class com.whitestein.lsps.human.dto.DocumentParameters
Empty constructor for JAXB.
DocumentParameters(Set<DocumentParameters.Parameter>) - Constructor for class com.whitestein.lsps.human.dto.DocumentParameters
Creates new instance of DocumentParameters.
DocumentParameters.Parameter - Class in com.whitestein.lsps.human.dto
Data transfer object representing one document parameter.
DocumentPlugin - Class in com.whitestein.lsps.human.generation
Plugin to handle documents management.
DocumentPlugin() - Constructor for class com.whitestein.lsps.human.generation.DocumentPlugin
 
Documents - Class in com.whitestein.lsps.human.model
Model module of the documents
Documents(Collection<DocumentDefinition>) - Constructor for class com.whitestein.lsps.human.model.Documents
Creates new instance.
DocumentSignatureGeneration - Class in com.whitestein.lsps.human.generation
Generates document functions elements.
DocumentSignatureGeneration() - Constructor for class com.whitestein.lsps.human.generation.DocumentSignatureGeneration
 
DocumentSignatureGeneration.DocOperation - Class in com.whitestein.lsps.human.generation
 
DocumentSourceProvider - Class in com.whitestein.lsps.human.generation
Document definitions model source provider.
DocumentSourceProvider() - Constructor for class com.whitestein.lsps.human.generation.DocumentSourceProvider
 
DocumentType - Enum in com.whitestein.lsps.human
Document type.
DOES_NOT_EXIST_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Does not exist error.
doHandleSimpleMultipartFileUpload(VaadinSession, VaadinRequest, VaadinResponse, StreamVariable, String, ClientConnector, String) - Method in class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedFileUploadHandler
Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable.
doInterpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
Interpretation of expression with debugger support.
doResolve(RoleUnit, Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.resolver.AbstractRolesResolver
Runs actual roles resolving algorithm applied to given roleUnit.
doResolve(RoleUnit, Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.resolver.RecursiveDescentRolesResolver
If given roleUnit is a role, the method adds this roleUnit into the set of roles.
doResolve(RoleUnit, Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.resolver.StrictRolesResolver
If given roleUnit is a role the method resolves to a set of roles with just this roleUnit, otherwise the result of resolving is empty set of roles.
DOUBLE_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Double constant for minus one.
DOUBLE_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Double constant for one.
DOUBLE_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Double constant for zero.
doubleClick() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Double click this element.
doubleQuoteMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the double quote character.
doubleValue() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as a double.
doubleValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns the value of this MutableInt as a double.
doubleValue() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a double.
driver - Variable in class com.whitestein.lsps.test.web.components.UIComponent
 
DROP_CREATE_SCHEMA - Static variable in class com.whitestein.lsps.engine.EngineRights
Right for performing a schema drop-create.
dropCreateSchema(long, boolean) - Method in interface com.whitestein.lsps.engine.SharedRecordService
Drops and creates the database schema for the given mode.
dropCreateSchema(long, boolean) - Method in class com.whitestein.lsps.engine.SharedRecordServiceBean
 
DtoConverter - Class in com.whitestein.lsps.engine.lang
Converter for object graphs composed of engine runtime language objects to their DTO representation using HolderImpls.
DtoConverter(ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.DtoConverter
Creates new instance.
DtoList<T extends java.io.Serializable> - Interface in com.whitestein.lsps.common.query
 
DtoListImpl<T extends java.io.Serializable> - Class in com.whitestein.lsps.common.query
 
DtoListImpl(Collection<? extends T>, long) - Constructor for class com.whitestein.lsps.common.query.DtoListImpl
 
DtoListImpl(Collection<? extends T>) - Constructor for class com.whitestein.lsps.common.query.DtoListImpl
Constructs a data list that has a total field set to a size of the given collection.
dumpState(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ModelInstanceDumper
Filter a model instance and dumps it in the xml format as a string.
dumpStateAsBytes(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ModelInstanceDumper
Filter a model instance and dumps it in the xml format into byte array.
DURATION_TYPE - Static variable in class com.whitestein.lsps.lang.DurationRecord
A full type name of core::Duration type.
DurationRecord - Class in com.whitestein.lsps.lang
A wrapper class for core::Duration record.
DurationRecord() - Constructor for class com.whitestein.lsps.lang.DurationRecord
Creates a new record wrapper instance with no record holder.
DurationRecord(RecordHolder) - Constructor for class com.whitestein.lsps.lang.DurationRecord
Creates a new record wrapper instance.
DurationRecord(long, long) - Constructor for class com.whitestein.lsps.lang.DurationRecord
Creates a new duration with a given number of months and milliseconds.
dynamicAuditQuery(ExecutionContext, Type, String, String, ListHolder, Decimal, Decimal, Decimal, ListHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
dynamicAuditQuery(ExecutionContext, Type, String, String, ListHolder, Decimal, Decimal, Decimal, ListHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
DynamicComponentSource(ReflectionManager, Component, XProperty) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.DynamicComponentSource
 
dynamicCountQuery(ExecutionContext, Type, String, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
dynamicCountQuery(ExecutionContext, ClosureHolder, String, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
dynamicCountQuery(ExecutionContext, Type, String, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
dynamicCountQuery(ExecutionContext, ClosureHolder, String, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
DynamicOrdering(String, OrderDirection) - Constructor for class com.whitestein.lsps.common.query.PagingCriteria.DynamicOrdering
 
DynamicQueriesBean - Class in com.whitestein.lsps.human
 
DynamicQueriesBean() - Constructor for class com.whitestein.lsps.human.DynamicQueriesBean
 
dynamicQuery(ExecutionContext, Type, String, String, ListHolder, Decimal, Decimal) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
dynamicQuery(ExecutionContext, ClosureHolder, String, String, ListHolder, Decimal, Decimal) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
dynamicQuery(ExecutionContext, Type, String, String, ListHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
dynamicQuery(ExecutionContext, ClosureHolder, String, String, ListHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 

E

EclipseLinkMOXy - Class in com.whitestein.lsps.common.jaxb
Helper class for various EclipseLink MOXy JAXB implementation specifics
Edge<V> - Class in com.whitestein.lsps.common.graph
Directed graph edge between two vertices.
Edge(V, V) - Constructor for class com.whitestein.lsps.common.graph.Edge
Creates new instance of Edge between given vertices.
EJBRevisionListener - Interface in com.whitestein.lsps.hibernate.envers
Interface for revision entity implemented as a stateless bean.
EJBRollbackChecker - Class in com.whitestein.lsps.engine.lang
Checker of rollbacks after custom EJB invocation.
EJBRollbackChecker() - Constructor for class com.whitestein.lsps.engine.lang.EJBRollbackChecker
 
ejbTimeout(Timer) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
elapsedTime() - Method in class com.whitestein.lsps.common.StopWatch
Gets elapsed time since this stop watch has been started.
ElementCounter - Class in com.whitestein.lsps.common.collections
Object instance counter.
ElementCounter() - Constructor for class com.whitestein.lsps.common.collections.ElementCounter
Creates a new instance.
ElementCounter(Collection<?>) - Constructor for class com.whitestein.lsps.common.collections.ElementCounter
Creates a new instance and adds all the given objects.
ElementInProcess - Interface in com.whitestein.lsps.engine.state.xml
Interface for elements that contains information about its parent processInstance.
ElementRuntimeData - Class in com.whitestein.lsps.visualization
Holds visualization data for an element in context of a process instance.
ElementRuntimeData(long, String, String, String) - Constructor for class com.whitestein.lsps.visualization.ElementRuntimeData
Creates a new instance of visualization runtime data relevant for a given process instance.
ElementTypeDataRegister - Class in com.whitestein.lsps.visualization
This class serves as a register for visualization data related to element types.
ELLIPSIS - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Ellipsis used to declare variadic parameters.
EMAIL_ERROR - Static variable in class com.whitestein.lsps.human.function.EmailUtils
Email error code.
EMAIL_ERROR - Static variable in class com.whitestein.lsps.human.task.SendEmail
Sending email error.
EmailUtils - Class in com.whitestein.lsps.human.function
Utils for sending email.
EmailUtils() - Constructor for class com.whitestein.lsps.human.function.EmailUtils
 
emit(Token) - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
EMPTY - Static variable in class com.whitestein.lsps.common.hack.lang3.StringUtils
The empty String "".
EMPTY - Static variable in interface com.whitestein.lsps.lang.ast.ASTInfo
AST info containing empty string.
EMPTY_BOOLEAN_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable boolean array.
EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Boolean array.
EMPTY_BYTE_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable byte array.
EMPTY_BYTE_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Byte array.
EMPTY_CHAR_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable char array.
EMPTY_CHARACTER_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Character array.
EMPTY_CLASS_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Class array.
EMPTY_DOUBLE_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable double array.
EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Double array.
EMPTY_FLOAT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable float array.
EMPTY_FLOAT_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Float array.
EMPTY_INT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable int array.
EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Integer array.
EMPTY_LONG_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable long array.
EMPTY_LONG_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Long array.
EMPTY_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Object array.
EMPTY_SHORT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable short array.
EMPTY_SHORT_OBJECT_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable Short array.
EMPTY_STRING_ARRAY - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
An empty immutable String array.
EmptyRollbackChecker - Class in com.whitestein.lsps.lang
Empty roll-back checker.
EmptyRollbackChecker() - Constructor for class com.whitestein.lsps.lang.EmptyRollbackChecker
 
emptyToNull(String) - Static method in class com.whitestein.lsps.common.Strings
If the string is empty, returns null, otherwise returns the given string.
Encode - Class in com.whitestein.lsps.common.security
Sanitizes user input
encodeIdentifier(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Encodes the given string as an identifier.
end() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
end() - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
end(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
Returns end index of the tree in the underlying source
end() - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
endCurrentSql(int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.SqlFileLinesReader
Called when file ended, so that last statement can be executed in multiline mode.
ENDPOINT_ADDRESS_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents the target webservice endpoint url which should be used for http call during execution of given SoapCall task.
endsWith(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Check if a CharSequence ends with a specified suffix.
endsWith(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks whether this builder ends with the specified string.
endsWithAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Check if a CharSequence ends with any of the provided case-sensitive suffixes.
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitive check if a CharSequence ends with a specified suffix.
EngineAssignmentPlugin - Class in com.whitestein.lsps.engine
Plugin which provides the monitoring functionality.
EngineAssignmentPlugin() - Constructor for class com.whitestein.lsps.engine.EngineAssignmentPlugin
 
EngineAssignmentPlugin.AssignmentListener - Class in com.whitestein.lsps.engine
Assignment change listener.
EnginePlugin - Interface in com.whitestein.lsps.engine
Interface for engine plugins.
EngineRights - Class in com.whitestein.lsps.engine
This class contains security rights used by this module.
EngineSettings - Interface in com.whitestein.lsps.engine
Engine settings.
EngineSettingsPrivate - Interface in com.whitestein.lsps.engine
Engine settings.
EngineStatisticsInitializationBean - Class in com.whitestein.lsps.engine
This class is an initializator of an MBean which makes hibernate statistics accessible for the persistence unit 'lsps-engine'.
EngineStatisticsInitializationBean() - Constructor for class com.whitestein.lsps.engine.EngineStatisticsInitializationBean
 
ensureCapacity(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks the capacity and ensures that it is at least the size specified.
ensureIsInit() - Method in interface com.whitestein.lsps.common.InitService
Because InitService bean must be initialized before any MDB starts to consume messages we inject this bean to the MDBs and call this method to be sure this bean is initialized.
ensureIsInit() - Method in class com.whitestein.lsps.tools.InitServiceImpl
 
EntityA - Class in com.whitestein.lsps.engine.tester.entities
 
EntityA() - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityA
 
EntityA(long, String) - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityA
 
EntityArrays - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text EntityArrays instead
EntityArrays() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
 
EntityB - Class in com.whitestein.lsps.engine.tester.entities
 
EntityB() - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityB
 
EntityB(long, String) - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityB
 
EntityC - Class in com.whitestein.lsps.engine.tester.entities
 
EntityC() - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityC
 
EntityC(long, Float) - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityC
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class com.whitestein.lsps.engine.tester.TestRevisionListener
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsDefaultRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsDefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
entityChanged(Class, String, Serializable, RevisionType, Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsRevisionListener
 
EntityModuleHashDataProvider - Class in com.whitestein.lsps.modulemanager
 
EntityModuleHashDataProvider() - Constructor for class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
EntityR2 - Class in com.whitestein.lsps.engine.tester.entities
 
EntityR2() - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityR2
 
EntityR3 - Class in com.whitestein.lsps.engine.tester.entities
 
EntityR3() - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityR3
 
EntityR3(long, String) - Constructor for class com.whitestein.lsps.engine.tester.entities.EntityR3
 
EntityReader - Interface in com.whitestein.lsps.engine.sharedrecord
 
EntityTransformer - Class in com.whitestein.lsps.modulemanager
Helper methods to transform DB entities for safe usage on remote clients.
EntityWithId<K> - Interface in com.whitestein.lsps.common
Interface for JPA entities.
EntityWithId - Interface in com.whitestein.lsps.engine.state.xml
Entity with an id.
Entry - Class in com.whitestein.lsps.stdlib.dmn.model
 
Entry() - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Entry
 
Entry(RecordHolder) - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Entry
 
ENTRY_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
entrySet() - Method in class com.whitestein.lsps.common.StringProperties
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
entrySet() - Method in class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
 
entrySet() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
entrySet() - Method in class com.whitestein.lsps.lang.exec.TypeBasedRecordMapView
 
ENUMERATION - Static variable in class com.whitestein.lsps.lang.type.SimpleType
EnumerationBaseType - Class in com.whitestein.lsps.lang.type
This represents an Enumeration type which a common supertype for all declared enumeration types.
EnumerationExpression - Class in com.whitestein.lsps.lang.ast
 
EnumerationExpression(ASTInfo, EnumerationType, String) - Constructor for class com.whitestein.lsps.lang.ast.EnumerationExpression
Constructs a new enumeration expression.
EnumerationFunctions - Class in com.whitestein.lsps.stdlib.function
Functions for enumerations.
EnumerationFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.EnumerationFunctions
Creates new instance.
EnumerationImpl - Class in com.whitestein.lsps.lang.exec
 
EnumerationImpl(EnumerationType, String) - Constructor for class com.whitestein.lsps.lang.exec.EnumerationImpl
Constructs an enumeration.
EnumerationOperation - Enum in com.whitestein.lsps.lang.operation
Comparison operations for enumeration types.
EnumerationType - Class in com.whitestein.lsps.lang.type
This represents an enumeration type declared by user.
EnumerationType(String, String) - Constructor for class com.whitestein.lsps.lang.type.EnumerationType
Constructs a public enumeration type with unspecified constants.
EnumerationType(String, String, boolean, List<String>) - Constructor for class com.whitestein.lsps.lang.type.EnumerationType
Constructs a new enumeration type with a given module name, enumeration name, and a list of enumeration constants.
EnumerationType(String, String, boolean, List<String>, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.type.EnumerationType
Constructs a new enumeration type with a given module name, enumeration name, a list of enumeration constants and metadata.
EnumerationValue - Class in com.whitestein.lsps.engine.dto.val
 
EnumerationValue() - Constructor for class com.whitestein.lsps.engine.dto.val.EnumerationValue
A constructor required by JAXB.
EnumerationValue(String, EnumerationType) - Constructor for class com.whitestein.lsps.engine.dto.val.EnumerationValue
A public constructor for creation of an enumeration.
EnumerationValue - Class in com.whitestein.lsps.engine.state.xml
 
EnumerationValue(ModelInstance, String, String, String) - Constructor for class com.whitestein.lsps.engine.state.xml.EnumerationValue
Constructs an enumeration instance of a given model instance.
EnumTypeValue - Class in com.whitestein.lsps.engine.dto.val
Value representing enumeration type.
EnumTypeValue() - Constructor for class com.whitestein.lsps.engine.dto.val.EnumTypeValue
Creates a new instance.
EnversFunctions - Interface in com.whitestein.lsps.hibernate.envers
Envers functions.
EnversFunctionsImpl - Class in com.whitestein.lsps.hibernate.envers
Implementation of envers functions.
EnversFunctionsImpl() - Constructor for class com.whitestein.lsps.hibernate.envers.EnversFunctionsImpl
 
equals(Object) - Method in class com.whitestein.lsps.common.ErrorContext
 
equals(Object) - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
 
equals(Object) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns true if obj is DirectedGraph and has equal set of vertices and edges.
equals(Object) - Method in class com.whitestein.lsps.common.graph.Edge
 
equals(Object) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Compares this fraction to another object to test if they are equal.
equals(Object) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Compares this object to the specified object.
equals(Object) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Compares this object against the specified object.
equals(Object, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.equals(Object, Object) in Java 7 and will be removed from future releases.
equals(Type, Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Check equality of types.
equals(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters.
equals(StrBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content.
equals(Object) - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Compares this pair to another based on the two elements.
equals(Object) - Method in class com.whitestein.lsps.common.StringProperties
 
equals(Object) - Method in class com.whitestein.lsps.common.util.Pair
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.CommunicationUnit
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.CreateCommand
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.EscalationMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.RemoveSignalMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.SignalMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
 
equals(Object) - Method in class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Context
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.GOElement
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Handle
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Log
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Module
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Signal
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
equals(Object) - Method in class com.whitestein.lsps.engine.dto.Variable
 
equals(Object) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
equals(Object) - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
equals(Object) - Method in class com.whitestein.lsps.engine.Identifier
 
equals(Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
equals(Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
equals(Object) - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
equals(Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
equals(Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
equals(Object) - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
equals(Object) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValueUniqueKey
 
equals(Object) - Method in class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
equals(XClass, Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
equals(XClass, Type) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
equals(Object) - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
equals(Object) - Method in class com.whitestein.lsps.lang.ast.MissingReturnExpression
 
equals(Object) - Method in class com.whitestein.lsps.lang.ClosureOrigin
 
equals(Object) - Method in class com.whitestein.lsps.lang.Decimal
Compares this Decimal with the specified Object for equality.
equals(Object) - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.Path
 
equals(Object) - Method in class com.whitestein.lsps.lang.exec.PropertyPath
 
equals(Object) - Method in class com.whitestein.lsps.lang.ExpressionOrigin
 
equals(Object) - Method in class com.whitestein.lsps.lang.RecordWrapper
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.ContainerType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.FreeType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.ListType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.MapType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.QID
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.SetType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.SimpleType
 
equals(Object) - Method in class com.whitestein.lsps.lang.type.TypeType
 
equals(Object) - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
equals(Object) - Method in class com.whitestein.lsps.orgstructure.entity.Right.PK
 
equals(Object) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
 
equals(Object) - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
 
equals(Object) - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
 
equals(Object) - Method in class com.whitestein.lsps.os.dto.Performer
 
equals(Object) - Method in class com.whitestein.lsps.os.dto.Person
 
equals(Object) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
 
equals(Object) - Method in class com.whitestein.lsps.os.dto.RoleUnitParameter
 
equals(Object) - Method in class com.whitestein.lsps.os.dto.SecurityRole
 
equals(Object) - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner.VersionAwareFrameworkMethod
 
equals(Object) - Method in class com.whitestein.lsps.test.LspsRemote
 
equals(Object) - Method in class com.whitestein.lsps.test.ModelInstance
 
equals(Object) - Method in class com.whitestein.lsps.test.Module
 
equals(Object) - Method in class com.whitestein.lsps.test.Person
 
equals(Object) - Method in class com.whitestein.lsps.test.Todo
 
equals(Object) - Method in class com.whitestein.lsps.visualization.Assignment
 
equalsAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares given string to a CharSequences vararg of searchStrings, returning true if the string is equal to any of the searchStrings.
equalsAnyIgnoreCase(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares given string to a CharSequences vararg of searchStrings, returning true if the string is equal to any of the searchStrings, ignoring case.
EqualsBuilder - Class in com.whitestein.lsps.common.hack.lang3.builder
Assists in implementing Object.equals(Object) methods.
EqualsBuilder() - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Constructor for EqualsBuilder.
EqualsExclude - Annotation Type in com.whitestein.lsps.common.hack.lang3.builder
Use this annotation to exclude a field from being used by the various reflectionEquals methods defined on EqualsBuilder.
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares two CharSequences, returning true if they represent equal sequences of characters, ignoring case.
equalsIgnoreCase(StrBuilder) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks the contents of this builder against another to see if they contain the same character content ignoring case.
error(String, Tree) - Method in class com.whitestein.lsps.lang.parser.Parser
 
error(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Throws an error with the specified code.
error(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Throws an error with the specified code.
ERROR_CODE_NON_ENCODABLE_ISO_8859_1 - Static variable in exception com.whitestein.lsps.os.exception.InvalidPasswordException
Error code: The password is not encodable in ISO-8859-1 encoding.
ErrorContext - Class in com.whitestein.lsps.common
Context of ErrorException
ErrorContext() - Constructor for class com.whitestein.lsps.common.ErrorContext
Creates new instance.
ErrorContext(String, String) - Constructor for class com.whitestein.lsps.common.ErrorContext
Creates new instance.
ErrorException - Exception in com.whitestein.lsps.common
This exception represents a BPMN error.
ErrorException(String) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String, String[], String, String) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, Throwable, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, Throwable, String, String) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, Throwable, String, String, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String, Throwable) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(String, String, Throwable, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(ErrorRuntimeException) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorException(ErrorRuntimeException, String[]) - Constructor for exception com.whitestein.lsps.common.ErrorException
Creates new instance.
ErrorHandlingResendServiceLocal - Interface in com.whitestein.lsps.engine
Internal service for re-sending rollback item.
ErrorHandlingService - Interface in com.whitestein.lsps.engine
Error reporting for services and model instances.
ErrorHandlingServiceBean - Class in com.whitestein.lsps.engine
 
ErrorHandlingServiceBean() - Constructor for class com.whitestein.lsps.engine.ErrorHandlingServiceBean
Creates new instance.
ErrorHandlingServiceBean(RollbackItemDao) - Constructor for class com.whitestein.lsps.engine.ErrorHandlingServiceBean
Creates new instance.
ErrorHandlingServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ErrorHandlingService.
ErrorHandlingServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ErrorHandlingService.
ErrorLoggerServiceBean - Class in com.whitestein.lsps.engine
 
ErrorLoggerServiceBean() - Constructor for class com.whitestein.lsps.engine.ErrorLoggerServiceBean
 
ErrorModelInstanceMarshaller - Class in com.whitestein.lsps.engine.state
Marshal data from ModelInstance and corresponding process logs to a byte array.
ErrorModelInstanceMarshaller(StateType, ProcessLogDao) - Constructor for class com.whitestein.lsps.engine.state.ErrorModelInstanceMarshaller
Creates new instance
ErrorModelInstanceState - Class in com.whitestein.lsps.engine.state
Model instance state entity that stores state of model instance at a moment of failure.
ErrorModelInstanceState() - Constructor for class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Creates new instance.
ErrorModelInstanceState(long, StateType, byte[]) - Constructor for class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Creates new instance.
ErrorOperation - Enum in com.whitestein.lsps.lang.operation
Error operation used to run legacy LSPS 3.0 models on 3.1 (and newer) server.
ErrorRuntimeException - Exception in com.whitestein.lsps.common
This is an unchecked version of ErrorException.
ErrorRuntimeException(ErrorException) - Constructor for exception com.whitestein.lsps.common.ErrorRuntimeException
Creates new instance.
ErrorRuntimeException(String) - Constructor for exception com.whitestein.lsps.common.ErrorRuntimeException
Creates new instance.
ErrorRuntimeException(String, String) - Constructor for exception com.whitestein.lsps.common.ErrorRuntimeException
Creates new instance.
ErrorRuntimeException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.ErrorRuntimeException
Creates new instance.
ErrorRuntimeException(String, String, Throwable) - Constructor for exception com.whitestein.lsps.common.ErrorRuntimeException
Creates new instance.
Errors - Class in com.whitestein.lsps.lang.exception
Errors utility class for throwing ErrorExceptions.
Errors - Class in com.whitestein.lsps.lang.parser
 
Errors() - Constructor for class com.whitestein.lsps.lang.parser.Errors
 
Errors(ValidationException) - Constructor for class com.whitestein.lsps.lang.parser.Errors
 
Errors(Collection<ValidationException>) - Constructor for class com.whitestein.lsps.lang.parser.Errors
 
Errors(Errors) - Constructor for class com.whitestein.lsps.lang.parser.Errors
 
EscalatableTask - Interface in com.whitestein.lsps.engine
Tasks implementing this interface can be escalated.
escalate(TaskContext, String) - Method in interface com.whitestein.lsps.engine.EscalatableTask
Task itself defines what is executed during escalation.
escalate(TaskContext, String) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
escalate(String) - Method in class com.whitestein.lsps.test.Todo
 
ESCALATE_ALL_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to escalate any to-do.
ESCALATE_OWN_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to escalate user's own to-do.
escalateTodo(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Escalates to-do.
escalateTodo(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
Escalation - Class in com.whitestein.lsps.engine.state.xml
This class represents an escalation which is thrown by an escalation throw event.
Escalation(ProcessInstance, String, String, Value) - Constructor for class com.whitestein.lsps.engine.state.xml.Escalation
Creates a new escalation event with the given escalation code and it's payload.
Escalation(ModelInstance, long, String, String, Value) - Constructor for class com.whitestein.lsps.engine.state.xml.Escalation
Creates a new escalation event with the given escalation code and it's payload.
Escalation(SEscalation, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Escalation
Creates a new instance from the serialized companion.
EscalationChange - Class in com.whitestein.lsps.engine.change
A change event which indicates that there was a change regarding a given escalation.
EscalationChange(Escalation, EscalationChange.Type) - Constructor for class com.whitestein.lsps.engine.change.EscalationChange
Creates a new change event for an escalation.
EscalationChange.Type - Enum in com.whitestein.lsps.engine.change
The enumeration of the types of escalation changes.
EscalationMessage - Class in com.whitestein.lsps.engine.comm
Escalation message.
EscalationMessage(Identifier, Identifier, String) - Constructor for class com.whitestein.lsps.engine.comm.EscalationMessage
Creates new instance.
EscalationReason - Enum in com.whitestein.lsps.engine
Enumeration of reasons of a task termination
EscalationRequestMessage - Class in com.whitestein.lsps.engine.comm
This message represents a request to add an escalation event to the model instance.
EscalationRequestMessage(Identifier, Identifier, String, ObjectValue) - Constructor for class com.whitestein.lsps.engine.comm.EscalationRequestMessage
 
ESCAPE_CSV - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping individual Comma Separated Values.
ESCAPE_ECMASCRIPT - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping EcmaScript/JavaScript.
ESCAPE_HTML3 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping HTML version 3.0.
ESCAPE_HTML4 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping HTML version 4.0.
ESCAPE_JAVA - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping Java.
ESCAPE_JSON - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping Json.
ESCAPE_XML - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
ESCAPE_XML10 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping XML 1.0.
ESCAPE_XML11 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for escaping XML 1.1.
escapeCsv(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Returns a String value for a CSV column enclosed in double quotes, if required.
escapeEcmaScript(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using EcmaScript String rules.
escapeHtml3(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using HTML entities.
escapeHtml4(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using HTML entities.
escapeJava(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using Java String rules.
escapeJson(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using Json String rules.
escapeXml(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
escapeXml10(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using XML entities.
escapeXml11(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Escapes the characters in a String using XML entities.
EscapingOutputStreamWriter - Class in com.whitestein.lsps.engine.state
Delegating XMLStreamWriter that filters out UTF-8 characters that are illegal in XML.
EscapingOutputStreamWriter(OutputStream, String) - Constructor for class com.whitestein.lsps.engine.state.EscapingOutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
eval(int, Type) - Method in interface com.whitestein.lsps.lang.signature.FunctionConstraint
Returns true if the constraint is satisfied for the given function type and argument count.
evalCondition(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
Evaluates expression as boolean expression.
EVALUATE_EXPRESSION - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right allows to evaluate expressions.
evaluateExpression(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, String, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpression(long, String, boolean, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, Long, String, boolean, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, String, String, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, Long, String, String, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the top context of the model instance.
evaluateExpression(long, String, boolean, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpression(long, Long, String, boolean, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpression(long, String, String, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpression(long, Long, String, String, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpression(long, String, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpression(ExecutionContext, Boolean, ClosureHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
This method evaluates an expression defined in the closure using defined evaluationMode.
evaluateExpression(ExecutionContext, Boolean, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
evaluateExpression(long, Long, String, boolean, boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
Parses the string source of expression and evaluates them.
evaluateExpression(long, Long, String, boolean, boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
evaluateExpressionAsString(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Evaluates an expression and returns its string representation
evaluateExpressionAsString(long, String, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressionInContextAsString(long, Long, String, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Evaluates an expression in a specific context and returns its string representation
evaluateExpressionInContextAsString(long, Long, String, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressionInEvaluationLevel(String, String, boolean) - Method in class com.whitestein.lsps.test.ModelInstance
Evaluates expression in the specified evaluation level.
evaluateExpressionInEvaluationLevel(Long, String, String, boolean) - Method in class com.whitestein.lsps.test.ModelInstance
Evaluates expression in the given context and the specified evaluation level.
evaluateExpressionInEvaluationLevel(long, Long, String, String, boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
Parses the string source of expression and evaluates them.
evaluateExpressionInEvaluationLevel(long, Long, String, String, boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
evaluateExpressionInEvaluationLevelDetached(byte[], Long, String, String, boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
Evaluates expression in the detached model instance.
evaluateExpressionInEvaluationLevelDetached(byte[], Long, String, String, boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
evaluateExpressionInModel(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Parses the string to the expression and than evaluates it in the empty model context.
evaluateExpressionInModel(long, String, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressionInModel(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string to the expression and than evaluates it in the empty model context
evaluateExpressionInModel(long, String, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpressions(long, List<String>, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Parses the string sources of expressions in the list evaluates them end returns list of results.
evaluateExpressions(long, List<String>, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressions(long, List<String>, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string sources of expressions in the list evaluates them end returns list of results.
evaluateExpressions(long, List<String>, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateExpressionsAsString(long, List<String>, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Evaluates list of expressions and returns the string representations.
evaluateExpressionsAsString(long, List<String>, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressionsInModel(long, List<String>, boolean) - Method in interface com.whitestein.lsps.engine.ExpressionEvaluationService
Parses the string sources of expressions in the list evaluates them end returns list of results.
evaluateExpressionsInModel(long, List<String>, boolean) - Method in class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
 
evaluateExpressionsInModel(long, List<String>, boolean) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Parses the string sources of expressions in the list evaluates them end returns list of results.
evaluateExpressionsInModel(long, List<String>, boolean) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
evaluateList(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnEvaluator
Evaluates the decision table.
evaluateList(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Evaluates the decision table.
evaluateMap(MapHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnEvaluator
Evaluates the decision table.
evaluateMap(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Evaluates the decision table.
evaluateToExpressions(Expression[], Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
 
EvaluationLevelAware - Interface in com.whitestein.lsps.engine.state.xml
Interface for evaluation aware elements.
EvaluationLevelConverter - Class in com.whitestein.lsps.engine.lang
Converts to/from evaluation values.
EvaluationLevelConverter(RuntimeToPersistentConverter) - Constructor for class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Creates a new instance.
EvaluationLevelConverter(ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Creates a new instance.
EvaluationLevelMerger - Class in com.whitestein.lsps.engine.lang
It merges changes in evaluation contexts and values to the original contexts and values.
EvaluationLevelMerger(ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.EvaluationLevelMerger
Returns new instance.
EvaluationLevelUtils - Class in com.whitestein.lsps.engine.state.xml
Utils for evaluation levels.
EvaluationResult - Class in com.whitestein.lsps.engine
Result of expression evaluation.
EvaluationResult(Long, Object) - Constructor for class com.whitestein.lsps.engine.EvaluationResult
Creates new instance.
EvaluationResultValue - Class in com.whitestein.lsps.engine.dto.val
 
EvaluationResultValue() - Constructor for class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
EvaluationResultValue(Long, ObjectValue) - Constructor for class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
Exceptions - Class in com.whitestein.lsps.common
Utility methods dealing with Throwable.
exceptions - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
The resulting list of exceptions.
excludeFieldNames - Variable in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Which field names to exclude from output.
exclusiveBetween(T, T, Comparable<T>) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument object fall between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(long, long, long) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(long, long, long, String) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
exclusiveBetween(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception.
exclusiveBetween(double, double, double, String) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two exclusive values specified; otherwise, throws an exception with the specified message.
exec(Date, Date) - Method in enum com.whitestein.lsps.lang.operation.DateOperation
Executes the operation.
exec(Decimal, Decimal, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryArithmeticOperation
Executes the operation with the operands interpreted.
exec(Decimal, Decimal) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryComparisonOperation
Executes the operation with the operands interpreted.
exec(Decimal) - Method in enum com.whitestein.lsps.lang.operation.DecimalUnaryOperation
Executes the operation with the operands interpreted.
exec(EnumerationImpl, EnumerationImpl) - Method in enum com.whitestein.lsps.lang.operation.EnumerationOperation
Executes the operation.
exec(Decimal, Decimal, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.IntegerBinaryArithmeticOperation
Executes the operation with the operands interpreted.
exec(Decimal) - Method in enum com.whitestein.lsps.lang.operation.IntegerUnaryOperation
Executes the operation with the operands interpreted.
exec(LocalDate, LocalDate) - Method in enum com.whitestein.lsps.lang.operation.LocalDateOperation
Executes the operation.
exec(LocalDateTime, LocalDateTime) - Method in enum com.whitestein.lsps.lang.operation.LocalDateTimeOperation
Executes the operation.
exec(String, String) - Method in enum com.whitestein.lsps.lang.operation.StringComparisonOperation
Executes a string comparison operation.
ExecutableTask - Interface in com.whitestein.lsps.engine
Basic interface for implementation of custom tasks.
ExecutableTask.Result - Enum in com.whitestein.lsps.engine
A result controlling the task execution.
execute() - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
Executes this interpreter action.
execute() - Method in class com.whitestein.lsps.engine.ConditionIntermediateInterpreter
 
execute() - Method in class com.whitestein.lsps.engine.ConditionStartInterpreter
 
execute(Object...) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
execute(InterpreterConfiguration, Object...) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
execute(InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
execute(Exception, Map<ReferenceHolder, Object>) - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
execute(Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
execute(InterpreterConfiguration, Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
execute(InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
execute(Namespace, InterpreterStackTrace, List<Object>) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledExpression
 
execute() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Executes the schema operation.
execute() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
 
execute() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaValidation
 
execute() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
Executes this interpreter action.
execute() - Method in class com.whitestein.lsps.engine.TimerIntermediateInterpreter
 
execute() - Method in class com.whitestein.lsps.engine.TimerStartInterpreter
 
execute() - Method in class com.whitestein.lsps.human.generation.CustomComponentFunctionGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.CustomComponentGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.DocumentGeneration
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration.DocOperation
 
execute(Namespace, String) - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration.DocOperation
 
execute() - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.FormOperationGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.FormSignatureGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.HintGeneration
 
execute() - Method in class com.whitestein.lsps.human.generation.HumanTempSharedRecordConfigurationGeneration
 
execute(Object...) - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
execute(InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
execute(InterpreterConfiguration, Object...) - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
execute(Interpreter, List<?>, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MethodExpression
Executes the method call.
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
execute(Namespace, InterpreterStackTrace, List<Object>) - Method in interface com.whitestein.lsps.lang.compiled.Compiled
 
execute(Object...) - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Executes this closure with given arguments.
execute(InterpreterConfiguration, Object...) - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Executes this closure with given arguments.
execute(InterpreterStackTrace, Object...) - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Executes this closure with given arguments.
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Executes this closure with given arguments.
execute(Object...) - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
execute(InterpreterConfiguration, Object...) - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.ExpressionAsClosureHolder
 
execute(Namespace, String, Boolean) - Method in enum com.whitestein.lsps.lang.operation.BooleanOperation
 
execute(Namespace, String, Boolean, Boolean) - Method in enum com.whitestein.lsps.lang.operation.BooleanOperation
 
execute(Namespace, String, CollectionHolder, Decimal) - Method in enum com.whitestein.lsps.lang.operation.CollectionOperation
 
execute(Namespace, String, Object, CollectionHolder) - Method in enum com.whitestein.lsps.lang.operation.CollectionOperation
 
execute(Namespace, String, Comparable, Comparable) - Method in enum com.whitestein.lsps.lang.operation.ComparisonOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.DateOperation
 
execute(Namespace, String, Date, Date) - Method in enum com.whitestein.lsps.lang.operation.DateOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryArithmeticOperation
 
execute(Namespace, String, Decimal, Decimal) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryArithmeticOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryComparisonOperation
 
execute(Namespace, String, Decimal, Decimal) - Method in enum com.whitestein.lsps.lang.operation.DecimalBinaryComparisonOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.DecimalUnaryOperation
 
execute(Namespace, String, Decimal) - Method in enum com.whitestein.lsps.lang.operation.DecimalUnaryOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.EnumerationOperation
 
execute(Namespace, String, EnumerationImpl, EnumerationImpl) - Method in enum com.whitestein.lsps.lang.operation.EnumerationOperation
 
execute(Namespace, String, String) - Method in enum com.whitestein.lsps.lang.operation.ErrorOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.operation.ExpressionOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.IntegerBinaryArithmeticOperation
 
execute(Namespace, String, Decimal, Decimal) - Method in enum com.whitestein.lsps.lang.operation.IntegerBinaryArithmeticOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.IntegerUnaryOperation
 
execute(Namespace, String, Decimal) - Method in enum com.whitestein.lsps.lang.operation.IntegerUnaryOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.operation.JavaOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.LocalDateOperation
 
execute(Namespace, String, LocalDate, LocalDate) - Method in enum com.whitestein.lsps.lang.operation.LocalDateOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.LocalDateTimeOperation
 
execute(Namespace, String, LocalDateTime, LocalDateTime) - Method in enum com.whitestein.lsps.lang.operation.LocalDateTimeOperation
 
execute(Namespace, String, MapHolder, Object) - Method in enum com.whitestein.lsps.lang.operation.MapOperation
 
execute(Namespace, String, Object, Object) - Method in enum com.whitestein.lsps.lang.operation.ObjectOperation
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.operation.Operation
Executes the expression.
execute(Namespace, String, Decimal, Decimal) - Method in enum com.whitestein.lsps.lang.operation.RangeOperation
 
execute(Namespace, String, Object[]) - Method in interface com.whitestein.lsps.lang.operation.ReferencedOperation
Executes the operation.
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in enum com.whitestein.lsps.lang.operation.StringComparisonOperation
 
execute(Namespace, String, String, String) - Method in enum com.whitestein.lsps.lang.operation.StringComparisonOperation
 
execute(Namespace, String, String, String) - Method in enum com.whitestein.lsps.lang.operation.StringLikeOperation
 
execute(Namespace, String, Object, Object) - Method in enum com.whitestein.lsps.lang.operation.StringOperation
 
execute(InterpreterConfiguration, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
execute() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGeneration
 
execute(Interpreter, List<Expression>, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
 
execute() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGeneration
 
execute() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitLabelGeneration
 
execute(ExecutionContext, BinaryHolder) - Method in interface com.whitestein.lsps.stdlib.function.SqlFileExecuter
Execute provided SQL file.
execute(ExecutionContext, BinaryHolder) - Method in class com.whitestein.lsps.stdlib.function.SqlFileExecuterImpl
 
execute(JdbcTemplate) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
Executes this script against the database.
Execute - Class in com.whitestein.lsps.stdlib.task
Implementation of the execute task
Execute() - Constructor for class com.whitestein.lsps.stdlib.task.Execute
 
execute(String) - Method in class com.whitestein.lsps.test.ModelInstance
Evaluates expression in base context.
execute(String, Long) - Method in class com.whitestein.lsps.test.ModelInstance
Evaluates expression in base evaluation level in the specified context.
execute(String) - Method in class com.whitestein.lsps.test.Todo
Evaluates expression in base evaluation level in the context of this To-do.
EXECUTE_KEY - Static variable in enum com.whitestein.lsps.engine.dto.SchemaUpdateStrategy
Key to be used in model upload properties to specify the execute flag.
executeAsMultiLine(ExecutionContext, BinaryHolder) - Method in class com.whitestein.lsps.stdlib.function.SqlFileExecuterImpl
 
executeAssignment(AssignmentGroup, Context) - Method in class com.whitestein.lsps.engine.AssignmentInterpreter
Execute assignment in group.
executeAsynchronously(TaskContext) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
executeAsynchronously(TaskContext) - Method in interface com.whitestein.lsps.engine.AsynchronousExecutionTask
Determines, based on current task context (params, metadata, etc.) if the exeuction should be done asynchronously.
executeAsynchronously(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.HttpClientTask
 
executeAsynchronously(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
executeByFlyway(ExecutionContext, BinaryHolder, int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlRunner
 
executeByFlyway(ExecutionContext, String, int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlRunner
 
executeCompiled(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
 
executeCompiled(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
executeCompiled(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.MethodCallExpression
 
executeConstraint(ConstraintModel, RecordHolder, MapHolder, CollectionHolder) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Executes a constraint type associated with a given constraint.
executeInNamespace(Namespace, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
executeInNamespace(Namespace, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
executeInNamespace(Namespace, InterpreterStackTrace, Object...) - Method in interface com.whitestein.lsps.lang.exec.ClosureHolderInternal
Execute this closure in the given namespace.
executeInNamespace(Namespace, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.ExpressionAsClosureHolder
 
executeInNamespace(Namespace, InterpreterStackTrace, Object...) - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
executeInNamespaceInternal(Namespace, Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
This method should contain generated java implementation of the closure.
executeInNewTransaction(ExecutionContext, ClosureHolder, ListHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
executeInNewTransaction(ExecutionContext, ClosureHolder, ListHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
executeInternal(Object[]) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
This method should contain generated java implementation of the closure.
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutorImpl
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetNamespace
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.tester.MockJavaOperationExecutor
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
executeJavaOperation(String, String, Class<?>[], Object[], InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.operation.JavaOperationExecutor
Executes the operation.
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
executeMethod(ExecutionContext, RecordHolder, String, Object...) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
executeMethod(ExecutionContext, RecordHolder, String, Object...) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
executeMethod(HttpPost, HttpClientContext, SSLContext) - Method in class com.whitestein.lsps.engine.WebServiceCaller
executes the given method using provided http client.
executeMethod(Namespace, FunctionSignature, Object...) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
executeMethod(Namespace, FunctionSignature, Object...) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Executes method with parameters.
executePostQueryAction() - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
 
executePostQueryAction() - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
executePreQueryAction(Namespace) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
 
executePreQueryAction(Namespace) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
executeScript(String, Object...) - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
ExecutionContext - Interface in com.whitestein.lsps.engine.lang
Interface representing execution context.
ExecutionContextImpl - Class in com.whitestein.lsps.engine.lang
Simple implementation of ExecutionContext.
ExecutionContextImpl(ModelProvider, ModelInstance, Namespace) - Constructor for class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Creates new instance of ExecutionContextImpl.
ExecutionContextImpl(ModelProvider, ModelInstance, Namespace, InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Creates new instance of ExecutionContextImpl.
ExecutionContextImpl(Context, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Creates new instance of ExecutionContextImpl.
ExecutionContextImpl(Context, ModelProvider, InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Creates new instance of ExecutionContextImpl.
executionContextInLevel(String, ExecutionContext) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns an execution context for an specified evaluation level.
ExecutionTrace - Class in com.whitestein.lsps.engine
Object of this class is return value of ProcessAgent invocation.
ExecutionTrace() - Constructor for class com.whitestein.lsps.engine.ExecutionTrace
 
ExecutionTraceElement - Class in com.whitestein.lsps.engine
Instance of this class represents result of single step performed during invocation of ProcessAgent.
ExecutionTraceElement() - Constructor for class com.whitestein.lsps.engine.ExecutionTraceElement
 
ExecutionTraceElementImpl - Class in com.whitestein.lsps.engine
Base implementation of ExecutionTraceElement.
ExecutionTraceElementImpl() - Constructor for class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
exists(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether any element in collection will fulfill passed condition
exists(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether any element in list will fulfill passed condition
exists(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether any element in list will fulfill passed condition
exists() - Method in class com.whitestein.lsps.test.Person
Checks if the person exists.
expandRecords - Variable in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
explicitFinishing(long) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
Specifies that the current model instance starting is finished explicitly, by calling the modelInstanceStartSucceeded() function.
explicitFinishing(long) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
explicitFinishing(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Specifies that the current model instance starting is finished explicitly, by calling the modelInstanceStartSucceeded() function.
explicitFinishing(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
exportInfoToHtml() - Method in interface com.whitestein.lsps.engine.ApplicationRestartService
Exports restart info to html table
exportInfoToHtml() - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
exportModules(long) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Create archive(ZIP) file of modules identified by the given module id.
exportModules(long) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
Expression - Class in com.whitestein.lsps.lang.ast
 
EXPRESSION - Static variable in class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
EXPRESSION - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
EXPRESSION_EXCEPTION_CONTEXT - Static variable in class com.whitestein.lsps.lang.Interpreter
Exception context used when an error happens.
ExpressionAsClosureHolder - Class in com.whitestein.lsps.lang
This is an adapter which creates a ClosureHolder from an expression.
ExpressionAsClosureHolder(Namespace, ClosureType, Expression, ClosureOrigin) - Constructor for class com.whitestein.lsps.lang.ExpressionAsClosureHolder
Creates new instance of ClosureExpressionHolder.
ExpressionCompiler - Class in com.whitestein.lsps.engine.lang.compiled
Compiler of expressions to a java code.
ExpressionDebugger - Interface in com.whitestein.lsps.lang
Debugger for expression language.
ExpressionEvaluationService - Interface in com.whitestein.lsps.engine
Service for evaluation of expressions.
ExpressionEvaluationServiceBean - Class in com.whitestein.lsps.engine
 
ExpressionEvaluationServiceBean() - Constructor for class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
Creates new instance.
ExpressionEvaluationServiceBean(ModelProviderService) - Constructor for class com.whitestein.lsps.engine.ExpressionEvaluationServiceBean
Creates new instance.
ExpressionEvaluationServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ExpressionEvaluationService.
ExpressionEvaluationServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ExpressionEvaluationService.
ExpressionExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing an "expression as closure".
ExpressionExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
Creates a new instance from the serialized companion.
ExpressionExpressionValue(long, ModelInstance, String, ContextValue, String, Expression, long, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
Creates a new instance.
ExpressionExpressionValue(long, ModelInstance, String, Context, String, Expression, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
Creates a new base level instance.
ExpressionHolder<E extends Expression> - Class in com.whitestein.lsps.engine.lang
 
ExpressionHolder(ExpressionValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.ExpressionHolder
Creates new instance of ExpressionHolder.
ExpressionLanguage - Enum in com.whitestein.lsps.stdlib.dmn.model
 
ExpressionOperation - Class in com.whitestein.lsps.lang.operation
Operation implemented by given expression.
ExpressionOperation(FunctionSignature, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.lang.operation.ExpressionOperation
Creates new instance of ExpressionOperation.
ExpressionOrigin - Class in com.whitestein.lsps.lang
Specifies the place in the model where the expression is defined.
ExpressionOrigin(String, String) - Constructor for class com.whitestein.lsps.lang.ExpressionOrigin
Creates a new expression origin.
Expressions - Class in com.whitestein.lsps.lang.ast
Helpers.
ExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing closure.
ExpressionValue() - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionValue
Creates new instance of ExpressionValue.
ExpressionValue(ExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionValue
Creates copy instance from source.
ExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionValue
Creates a new instance from the serialized companion.
ExpressionValue(long, ModelInstance, String, Context, String, Expression, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionValue
Creates new instance of ExpressionValue.
ExpressionValue(long, ModelInstance, String, ContextValue, String, Expression, long, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ExpressionValue
Creates new instance of ExpressionValue.
ExpressionValue.Type - Enum in com.whitestein.lsps.engine.state.xml
Type of the contained expression.
ExpressionVisitor<T,E extends java.lang.Throwable> - Interface in com.whitestein.lsps.lang.ast
Generic expression visitor.
EXTENSION_METHOD_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @ExtensionMethod.
ExtensionMethodSignatureMatcher - Class in com.whitestein.lsps.lang.signature
 
ExtensionMethodSignatureMatcher(Type) - Constructor for class com.whitestein.lsps.lang.signature.ExtensionMethodSignatureMatcher
Constructs a new matcher instance.
EXTERNAL - Static variable in class com.whitestein.lsps.engine.dto.Handle
Identificator for external value in string representation
EXTERNAL_REF - Static variable in class com.whitestein.lsps.common.ExternalReference
 
ExternalDataRecordEntity - Interface in com.whitestein.lsps.engine.sharedrecord
External record entity that has reference to external object representing record.
ExternalEntityChange - Class in com.whitestein.lsps.engine.change
External entity change.
ExternalEntityChange(ExternalRecordHolder, String, Object) - Constructor for class com.whitestein.lsps.engine.change.ExternalEntityChange
Creates new instance.
ExternalRecord<T> - Class in com.whitestein.lsps.engine.dto
Representation of external record in custom GUI.
ExternalRecord(String, String, String, Serializable) - Constructor for class com.whitestein.lsps.engine.dto.ExternalRecord
Creates new instance.
ExternalRecordAssociation - Class in com.whitestein.lsps.lang.type
External record association extension.
ExternalRecordAssociation(RecordAssociation) - Constructor for class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Creates new instance.
ExternalRecordData - Class in com.whitestein.lsps.json.impl
 
ExternalRecordData(RecordType, String) - Constructor for class com.whitestein.lsps.json.impl.ExternalRecordData
 
ExternalRecordEntityAdapter - Class in com.whitestein.lsps.engine.lang
Common implementation for pojo and ExternalRecordEntity based adapters.
ExternalRecordEntityAdapter(Object, ExternalValue, RecordType, ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Creates new instance.
ExternalRecordField - Class in com.whitestein.lsps.lang.type
 
ExternalRecordField(RecordField, boolean, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.type.ExternalRecordField
 
ExternalRecordHolder - Class in com.whitestein.lsps.engine.lang
RecordHolder implementation for shared records backed by Hibernate dynamic maps.
ExternalRecordHolder(ExternalValue, ModelProvider, ExternalRecordEntityAdapter) - Constructor for class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Creates new instance.
ExternalRecordHolderBase - Class in com.whitestein.lsps.engine.lang
This class is used for extending the holder system.
ExternalRecordHolderBase(ExternalValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
Creates new instance of ExternalRecordHolderBase.
ExternalRecordListener - Interface in com.whitestein.lsps.engine.change
 
ExternalRecordPresentation - Interface in com.whitestein.lsps.lang.exec
Interface for presentation object containing record data
ExternalRecordPropertyAccessEvent - Class in com.whitestein.lsps.engine.change
 
ExternalRecordPropertyAccessEvent(ExternalRecordHolder, RecordType, RecordProperty, Object) - Constructor for class com.whitestein.lsps.engine.change.ExternalRecordPropertyAccessEvent
 
ExternalRecordType - Class in com.whitestein.lsps.lang.type
External record type.
ExternalRecordType(RecordType, boolean) - Constructor for class com.whitestein.lsps.lang.type.ExternalRecordType
Creates new instance.
ExternalRecordTypeFactory - Interface in com.whitestein.lsps.engine
Local interface for external record type factory.
ExternalRecordTypeFactoryImpl - Class in com.whitestein.lsps.engine.sharedrecord
Factory for external records.
ExternalRecordTypeFactoryImpl() - Constructor for class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
ExternalRecordValue - Class in com.whitestein.lsps.engine.dto.val
ExternalRecordValue
ExternalRecordValue() - Constructor for class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
This constructor is intended to be used by JAXB.
ExternalReference - Class in com.whitestein.lsps.common
 
ExternalReference() - Constructor for class com.whitestein.lsps.common.ExternalReference
 
ExternalReference(String, Object) - Constructor for class com.whitestein.lsps.common.ExternalReference
 
ExternalTypeFactory - Interface in com.whitestein.lsps.engine.lang
Type factory for external types.
ExternalTypeProvider - Interface in com.whitestein.lsps.engine
Local interface for provider of external data representing records.
ExternalValue - Class in com.whitestein.lsps.engine.state.xml
Class used to represent an object that is not defined in the core model types.
ExternalValue(SExternalValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ExternalValue
Creates a new instance from the serialized companion.
ExternalValue(ModelInstance, String, String, Long, Long) - Constructor for class com.whitestein.lsps.engine.state.xml.ExternalValue
Creates new instance of ExternalValue.
ExternalValue(long, ModelInstance, String, String, Long, Long, boolean, boolean, Long) - Constructor for class com.whitestein.lsps.engine.state.xml.ExternalValue
Creates new instance of ExternalValue.
ExternalValueUniqueKey - Class in com.whitestein.lsps.engine.state.xml
External value key.
ExternalValueUniqueKey(String, String, Long) - Constructor for class com.whitestein.lsps.engine.state.xml.ExternalValueUniqueKey
Creates a new instance.
extractedSeleniumIfTestBench(WebElement) - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
extractedSeleniumIfTestBench() - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
extractNestedInputId() - Method in class com.whitestein.lsps.test.web.components.ComponentLabelMapping
 
extractVariableValues(String) - Method in class com.whitestein.lsps.common.rest.PathTemplate
Extracts the template variable values from the path.

F

failed() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get FAILED state name
failed() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
FALSE - Static variable in class com.whitestein.lsps.engine.state.ser.SBooleanValue
False value.
FALSE - Static variable in class com.whitestein.lsps.engine.state.xml.BooleanValue
False value.
FALSE - Static variable in class com.whitestein.lsps.lang.ast.ConstantExpression
Predefined constant with false value.
FAULT_LIST_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents the list of the types for soap faults which can occur in webservice response for given SoapCall task.
Field - Class in com.whitestein.lsps.lang.type
Representation of a field.
Field(String, Type) - Constructor for class com.whitestein.lsps.lang.type.Field
Constructor
Field(String, Type, boolean) - Constructor for class com.whitestein.lsps.lang.type.Field
 
FILE - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
File type.
FileModuleDescriptor - Class in com.whitestein.lsps.test
 
FileWriter - Class in com.whitestein.lsps.engine.lang.compiled
 
FileWriter(String) - Constructor for class com.whitestein.lsps.engine.lang.compiled.FileWriter
 
fillCheckBox(String, boolean) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillComboBox(String, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillDateBox(String, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillNthTextBox(int, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillPdfForm(ExecutionContext, RecordHolder, String, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.PdfFunctions
Deprecated.
fillPdfForm(ExecutionContext, RecordHolder, String, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
fillPdfTemplate(ExecutionContext, BinaryHolder, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.PdfFunctions
Creates a new PDF document from a template.
fillPdfTemplate(ExecutionContext, BinaryHolder, BinaryHolder) - Method in interface com.whitestein.lsps.stdlib.function.PdfFunctions
Creates a new PDF document from a template.
fillPdfTemplate(ExecutionContext, BinaryHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
fillPdfTemplate(ExecutionContext, BinaryHolder, BinaryHolder) - Method in class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
fillSerializable(SCollectionValue, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
fillSerializable(SComplexValue, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Fills attributes of the serializable value which is being created.
fillSerializable(SComplexValue, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Fills attributes of the serializable value which is being created.
fillSerializable(SExpressionValue, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
fillSerializable(SExpressionValue, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
 
fillSerializable(SVariable, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
fillTextArea(String, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillTextBox(String, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillTokenField(String, String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
fillXfaPdfTemplate(ExecutionContext, BinaryHolder, String) - Method in interface com.whitestein.lsps.stdlib.function.PdfFunctions
Creates a new PDF document from the XFA template.
fillXfaPdfTemplate(ExecutionContext, BinaryHolder, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.PdfFunctions
Creates a new PDF document from the XFA template.
fillXfaPdfTemplate(ExecutionContext, BinaryHolder, String) - Method in class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
fillXfaPdfTemplate(ExecutionContext, BinaryHolder, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
Filter - Class in com.whitestein.lsps.common.filter
 
Filter() - Constructor for class com.whitestein.lsps.common.filter.Filter
 
filterByVisibility(Collection<FunctionSignature>, Visibility) - Static method in class com.whitestein.lsps.lang.signature.FunctionSignatures
 
filterSignatures(Collection<FunctionSignature>, SignatureMatcher) - Static method in class com.whitestein.lsps.lang.signature.FunctionSignatures
 
filterState(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceMarshaller
Returns new instance of ModelInstance with filtered data.
filterState(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ModelInstanceDumper
Returns new instance of ModelInstance with filtered data.
filterState(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ModelInstanceMarshaller
Returns new instance of ModelInstance with filtered data.
find(Class<T>, Object) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
Returns entity.
find(Class<T>, Object) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
find(String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
 
find(String) - Method in interface com.whitestein.lsps.orgstructure.dao.SecurityRoleDao
Returns a SecurityRole instance with given name or null if there is no such instance.
FIND - Static variable in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Query name.
find(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Finds all occurrences of the regexp in the specified string.
find(Class<?>) - Static method in class com.whitestein.lsps.visualization.ElementTypeDataRegister
Finds ProcessElementType for the given class.
FIND_ALL - Static variable in class com.whitestein.lsps.engine.state.RollbackItem
Query name
FIND_ALL - Static variable in class com.whitestein.lsps.engine.state.TimerNotification
Query name
FIND_ALL - Static variable in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns all migrations ordered by their start date.
FIND_ALL - Static variable in class com.whitestein.lsps.orgstructure.entity.Person
Query name.
FIND_ALL - Static variable in class com.whitestein.lsps.orgstructure.entity.Role
Query name.
FIND_ALL - Static variable in class com.whitestein.lsps.orgstructure.entity.RoleName
Query name.
FIND_ALL - Static variable in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Query name.
FIND_ALL - Static variable in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
A query name for selecting all decision tables.
FIND_ALL_BY_MODEL_INSTANCE_ID - Static variable in class com.whitestein.lsps.engine.state.TimerNotification
Query name
FIND_BY_DECISION_TABLE_ID - Static variable in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
A query name for selecting decision table by decision table id.
FIND_BY_DECISION_TABLE_ID_PATTERN - Static variable in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
A query name for selecting decision tables by decision table id pattern.
FIND_BY_ID - Static variable in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Query name.
FIND_BY_LOGIN - Static variable in class com.whitestein.lsps.orgstructure.entity.Person
Query name.
FIND_BY_MIGRATION_ID - Static variable in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Named query.
FIND_BY_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.state.ProcessLog
Finds logs by model instance and orders the result by the logIndex.
FIND_BY_MODEL_INSTANCE_AND_TASK - Static variable in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Query name.
FIND_BY_MODEL_INSTANCE_ID - Static variable in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Named query.
FIND_BY_RECEIVER - Static variable in class com.whitestein.lsps.engine.state.UnprocessedInput
Query name.
FIND_BY_SAVED_BY - Static variable in class com.whitestein.lsps.human.entity.SavedDocument
Query name.
FIND_BY_TASK - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
FIND_BY_TASK - Static variable in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
Query name.
FIND_CURRENT_BY_MIGRATION_ID - Static variable in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Named query.
FIND_FOR_DOCUMENT - Static variable in class com.whitestein.lsps.engine.state.BinaryData
query name
FIND_FOR_PERSON - Static variable in class com.whitestein.lsps.orgstructure.entity.Role
Query name.
FIND_FOR_TODO - Static variable in class com.whitestein.lsps.engine.state.BinaryData
query name
FIND_FOR_TODO - Static variable in class com.whitestein.lsps.human.entity.TodoEscalation
Query name.
FIND_FORM_PREVIEW_MODEL_INSTANCES - Static variable in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Query name.
FIND_IDS_ALL - Static variable in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
A query name for selecting all decision table ids.
FIND_IDS_BY_DECISION_TABLE_ID_PATTERN - Static variable in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
A query name for selecting decision table ids by decision table id pattern.
FIND_IMPORTING_MODULES - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_LAST_TRACK_FOR_USER - Static variable in class com.whitestein.lsps.activeuser.UserActivityTrack
Query name.
FIND_LATEST_MODULE_WITH_NAME - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_LATEST_MODULE_WITH_NAME_DISTINCT_VERSIONS - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_LATEST_MODULES - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_LATEST_MODULES_DISTINCT_VERSIONS - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_LIKE_ID - Static variable in class com.whitestein.lsps.orgstructure.entity.Person
Query name.
FIND_MODEL_INSTANCE_IDS_BY_NOTIFICATIONS - Static variable in class com.whitestein.lsps.engine.state.ModelInstanceNtf
The query name.
FIND_MODULE_BY_HASH - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_MODULES - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_OPEN_ALLOCATED_TODO_IDS - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
FIND_PERSONAL_TODOS_WITH_NULL_PRIORITY - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
FIND_PERSONAL_TODOS_WITH_PRIORITY - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
FIND_PERSONS_FOR_SECURITY_ROLE - Static variable in class com.whitestein.lsps.orgstructure.entity.Person
Query name.
FIND_TRACKS_FOR_USER_FROM_TO - Static variable in class com.whitestein.lsps.activeuser.UserActivityTrack
Query name.
FIND_TRACKS_FROM_TO - Static variable in class com.whitestein.lsps.activeuser.UserActivityTrack
Query name.
FIND_UNLOADED_MODULE_IDS - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
FIND_WAITING - Static variable in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Query name.
FIND_WAITING_BY_METHOD - Static variable in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Query name.
findAliveTodos() - Method in class com.whitestein.lsps.test.ModelInstance
Finds alive Todos created by this model instance.
findAliveTodos(String) - Method in class com.whitestein.lsps.test.ModelInstance
Finds alive Todos created by this model instance.
findAliveTodosForPerson(Person) - Method in class com.whitestein.lsps.test.ModelInstance
Finds Todos created by this model instance in the given person todo list.
findAll() - Method in interface com.whitestein.lsps.common.LicenseService
 
findAll() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaRollbackItemDao
 
findAll() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
 
findAll() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaTimerNotificationDao
 
findAll() - Method in interface com.whitestein.lsps.engine.dao.RollbackItemDao
Returns a list of all rollback-items ordered by their create-date.
findAll() - Method in interface com.whitestein.lsps.engine.dao.SettingDao
Finds all settings
findAll() - Method in interface com.whitestein.lsps.engine.dao.TimerNotificationDao
 
findAll(Class<T>, List<Object>) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
 
findAll(Class<T>) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
 
findAll() - Method in interface com.whitestein.lsps.engine.SettingManagementService
Finds all engine settings.
findAll() - Method in class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
findAll(Class<T>, List<Object>) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
findAll(Class<T>) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
findAll() - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
findAll() - Method in interface com.whitestein.lsps.human.dao.VaadinThemeDao
 
findAll() - Method in class com.whitestein.lsps.license.JpaLicenseDao
 
findAll() - Method in interface com.whitestein.lsps.license.LicenseDao
 
findAll() - Method in class com.whitestein.lsps.license.LicenseServiceBean
 
findAll() - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaMigrationDao
 
findAll() - Method in interface com.whitestein.lsps.modulemanager.migration.dao.MigrationDao
Returns a list of all migrations ordered by their start date.
findAll() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
findAll(PersonCriteria) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
findAll() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleDao
 
findAll() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleNameDao
 
findAll() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
 
findAll() - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Returns a collection of all Person instances that exist in the persistent storage or an empty collection if there is no such instance.
findAll(PersonCriteria) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Returns a result of the query specified by given personCriteria.
findAll() - Method in interface com.whitestein.lsps.orgstructure.dao.RoleDao
Returns a collection of all Role instances that exist in the persistent storage or an empty collection if there is no such instance.
findAll() - Method in interface com.whitestein.lsps.orgstructure.dao.RoleNameDao
Finds all role names ordered by their full names.
findAll() - Method in interface com.whitestein.lsps.orgstructure.dao.SecurityRoleDao
Returns a collection of all SecurityRole instances that exist in the persistent storage or an empty collection if there is no such instance.
findAll(ExecutionContext, Type) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Finds all shared records of a given type.
findAll(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
findAllByAttributeValue(String, String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements that have attribute set to given value.
findAllByClassname(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements styled with css className.
findAllByFormId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds elements with given lsps form id.
findAllById(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element with given html id.
findAllByIdPrefix(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements whose html id starts with given prefix.
findAllByLspsId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements rendered from component with given lsps id.
findAllByTextContent(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements containing content text.
findAllByXpath(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all elements by xpath.
findAllInSession(ExecutionContext, Type) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Returns set of all loaded records of the given type.
findAllInSession(ExecutionContext, Type) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
findAllOnBehalfOf(Todo, Person) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
findAllOnBehalfOf(Todo, Person) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns the set ids of users on behalf of which the given person sees the to-do in his to-do list.
findAllThemes() - Method in class com.whitestein.lsps.human.VaadinThemeCacheBean
 
findAllValid() - Method in class com.whitestein.lsps.license.JpaLicenseDao
 
findAllValid() - Method in interface com.whitestein.lsps.license.LicenseDao
 
findAutoApplyConverterForAttribute(XProperty, MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsAttributeConverterManager
 
findAutoApplyConverterForCollectionElement(XProperty, MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsAttributeConverterManager
 
findAutoApplyConverterForMapKey(XProperty, MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsAttributeConverterManager
 
findByAriaLabeledBy(String) - Method in class com.whitestein.lsps.test.web.components.ComponentLabelMapping
 
findByAttributeValue(String, String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element by attribute value.
findByClassname(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds an element styled with css className.
findByCriteria(ModelInstanceCriteria) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
findByCriteria(RollbackInfoCriteria) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaRollbackItemDao
 
findByCriteria(ModelInstanceCriteria) - Method in interface com.whitestein.lsps.engine.dao.ModelInstanceDao
Returns process instances according to the given criteria.
findByCriteria(RollbackInfoCriteria) - Method in interface com.whitestein.lsps.engine.dao.RollbackItemDao
Returns a list of all rollback-items satisfying the given criteria ordered by their create-date.
findByCriteria(SavedDocumentCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaSavedDocumentDao
 
findByCriteria(TodoCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
findByCriteria(SavedDocumentCriteria) - Method in interface com.whitestein.lsps.human.dao.SavedDocumentDao
Returns saved documents which fulfill the given criteria.
findByCriteria(TodoCriteria) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns todos which fulfill the given criteria.
findByFormId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element with given form id.
findById(String, String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleNameDao
 
findById(String, String) - Method in interface com.whitestein.lsps.orgstructure.dao.RoleNameDao
Finds by module name and local name.
findById(ExecutionContext, Object, Type) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Finds a shared record of a given type with a given primary key.
findById(ExecutionContext, Type, Object) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Finds a shared record of a given type with a given primary key.
findById(ExecutionContext, Object, Type) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
findById(ExecutionContext, Type, Object) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
findById(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element with given html id.
findByIdAndRevision(ExecutionContext, Object, Type, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Finds a shared record of a given type with a given primary key for specified audit revision.
findByIdAndRevision(ExecutionContext, Object, Type, Decimal) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
findByIdPrefix(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element whose html id starts with given prefix.
findByLoginName(String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
findByLoginName(String) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Returns person with the login name.
findByLspsId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element by given lsps id.
findByMigrationId(long) - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
 
findByMigrationId(long) - Method in interface com.whitestein.lsps.modulemanager.migration.dao.ModelInstanceMigrationDao
Returns a list of all model instance migrations ordered by the migration date.
findByModelInstanceId(long) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaProcessLogDao
 
findByModelInstanceId(long) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaTimerNotificationDao
 
findByModelInstanceId(long) - Method in interface com.whitestein.lsps.engine.dao.ProcessLogDao
Finds ProcessLogs by the model instance id.
findByModelInstanceId(long) - Method in interface com.whitestein.lsps.engine.dao.TimerNotificationDao
 
findByModelInstanceId(long) - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
 
findByModelInstanceId(long) - Method in interface com.whitestein.lsps.modulemanager.migration.dao.ModelInstanceMigrationDao
Returns a list of all model instance migrations ordered by the migration date.
findByReceiver(long) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaUnprocessedInputDao
 
findByReceiver(long) - Method in interface com.whitestein.lsps.engine.dao.UnprocessedInputDao
Returns a list of unprocessed inputs for the given receiver id.
findByRevision(ExecutionContext, RecordHolder, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Returns the audited record in the given revision.
findByRevision(ExecutionContext, RecordHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
findByTextContent(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element containing content text.
findByXpath(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds element by xpath.
findCaptionByTextContent(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds caption with the exact text.
findClassNames(ClassPool, String, ProcessModel, Map<ProcessModel, String>, QID, Map<ClassType, String>, Map<FunctionSignature, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
findClassNames(ProcessModel) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
findCommonExpressionSupertype(Collection<? extends Expression>) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns the most specific common supertype of given expressions.
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.ClassType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.ListType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.MapType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.NullType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.SetType
 
findCommonSubtype(Type) - Method in interface com.whitestein.lsps.lang.type.Type
Returns the common subtype, i.e.
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.TypeType
 
findCommonSubtype(Type) - Method in class com.whitestein.lsps.lang.type.VoidType
 
findCommonSuperlevels(Set<String>) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Find common super-level.
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.ClassType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.ListType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.MapType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.NullType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.SetType
 
findCommonSupertype(Type) - Method in interface com.whitestein.lsps.lang.type.Type
Returns the common supertype, i.e.
findCommonSupertype(Type...) - Static method in class com.whitestein.lsps.lang.type.TypeHelper
Returns the most specific common supertype of given types.
findCommonSupertype(Collection<? extends Type>) - Static method in class com.whitestein.lsps.lang.type.TypeHelper
Returns the most specific common supertype of given types.
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.TypeType
 
findCommonSupertype(Type) - Method in class com.whitestein.lsps.lang.type.VoidType
 
findCommonSupertypeForRuntimeObjects(Collection<?>) - Static method in class com.whitestein.lsps.lang.type.TypeHelper
Returns the most specific common supertype of types of given objects.
findConstraintType(QID) - Method in class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
findContext(String) - Method in exception com.whitestein.lsps.common.ErrorException
 
findContext(String) - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
 
findContext(String) - Method in interface com.whitestein.lsps.common.IErrorException
 
findCreateExternalValue(String, String, Long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Finds an existing external value for the type and primary key.
findCreateExternalValue(String, String, Long, Long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Finds an existing external value for the type and primary key.
findCurrentByModelInstanceId(long) - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
 
findCurrentByModelInstanceId(long) - Method in interface com.whitestein.lsps.modulemanager.migration.dao.ModelInstanceMigrationDao
Returns the current migration for the specified model instance id.
findDecisionTableIds(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.dmn.DmnPersistFunctions
Returns a set of ids of the saved decision tables matching the idPattern regexp.
findDecisionTableIds(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.dmn.DmnPersistFunctionsBean
 
findDecisionTables(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.dmn.DmnPersistFunctions
Returns a set of the saved decision tables matching the idPattern regexp.
findDecisionTables(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.dmn.DmnPersistFunctionsBean
 
findDescendant(long) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Finds a descendant process instance of this process instance.
findDiagrams(long, String) - Method in class com.whitestein.lsps.visualization.VisualizationServiceBean
 
findDiagrams(long, String) - Method in interface com.whitestein.lsps.visualization.VisualizationServiceLocal
Finds diagrams for an element.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
findElement(By) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
findElements(By) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
findExternalValue(String, String, Long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Finds an existing external value for the type and primary key.
findFirstUnescapedOccurrence(char, String, int) - Static method in class com.whitestein.lsps.engine.LocalizableStringSegments
 
findFormPreviewModelInstances() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
findFormPreviewModelInstances() - Method in interface com.whitestein.lsps.engine.dao.ModelInstanceDao
Returns all model instances created by form preview.
findForPerson(String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleDao
 
findForPerson(String) - Method in interface com.whitestein.lsps.orgstructure.dao.RoleDao
Returns a collection of Role instances for a person.
findForSecuirityRole(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
findForSecuirityRole(SecurityRole) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Returns all persons that save assigned the security role.
findHintOption(String, String, Type) - Method in class com.whitestein.lsps.human.model.HintModule
 
findIdByTask(long, long) - Method in class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
 
findIdByTask(long, long) - Method in interface com.whitestein.lsps.wsserver.dao.WsRequestHandlerDao
Returns a point id associated with a task.
findImportingModules(long) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
findImportingModules(long) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns all modules which import the given module.
findIndex(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the first occurrence of the collection element which satisfies the specified condition; returns -1 if the condition is false for all elements of the collection.
findIndex(ExecutionContext, CollectionHolder, Decimal, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the first occurrence of the collection element which satisfies the specified condition, starting at fromIndex.
findIndex(ExecutionContext, CollectionHolder, Decimal, Decimal, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the first occurrence of the collection element which satisfies the specified condition, starting at fromIndex (inclusive) and finishing at toIndex (exclusive).
findLastIndex(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the last occurrence of the collection element which satisfies the specified condition, searching backwards; returns -1 if the condition is false for all elements of the collection.
findLastIndex(ExecutionContext, CollectionHolder, Decimal, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the last occurrence of the collection element which satisfies the specified condition, searching backwards starting at index toIndex - 1; returns -1 if no such element is found.
findLastIndex(ExecutionContext, CollectionHolder, Decimal, Decimal, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the last occurrence of the collection element which satisfies the specified condition, searching backwards starting at index toIndex - 1 up to fromIndex; returns -1 if no such element is found.
findLikeId(String) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
findLikeId(String) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Returns all ids matching the pattern.
findLowestLevels(Set<String>) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns set of lowest levels.
findModelInstanceIdsByNotifications(Collection<String>) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
findModelInstanceIdsByNotifications(Collection<String>) - Method in interface com.whitestein.lsps.engine.dao.ModelInstanceDao
Returns all model instances which have at least one of the given notifications.
findModelInstances(ModelInstanceCriteria) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns model instance info-s according to the provided criteria.
findModelInstances(ModelInstanceCriteria) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
findModelInstances(ExecutionContext, String, String, Boolean, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a set of model instances satisfying the specified criteria.
findModelInstances(ExecutionContext, String, String, Boolean, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
findModelInstances(ModelInstanceCriteria) - Method in class com.whitestein.lsps.test.LspsRemote
Finds model instances by given criteria.
findModelInstances() - Method in class com.whitestein.lsps.test.Module
Finds all model instances of this module.
findModelInstances(ModelInstanceState, ModelInstanceState...) - Method in class com.whitestein.lsps.test.Module
Finds all model instances of this module with specified states.
findModels(ExecutionContext, String, String, Boolean) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a set of all uploaded models satisfying the specified filtering criteria.
findModels(ExecutionContext, String, String, Boolean) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
findModuleByHash(String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
findModuleByHash(String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns module with the given hash.
findModuleById(long) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
findModuleById(long) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns module for given id or null if module with given id does not exist.
findModuleEntriesByType(long, String) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns a list of module entries for the given module and type.
findModuleEntriesByType(long, String) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
findModuleEntryByPath(long, String) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns content of the specified process resource for given module.
findModuleEntryByPath(long, String) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
findModules(ModuleCriteria) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns collection of all modules in the repository according to given criteria
findModules(ModuleCriteria) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
findModules(ModuleCriteria) - Method in class com.whitestein.lsps.test.LspsRemote
Finds modules by given criteria.
findModulesDetails(ModuleCriteria) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns collection of details of all modules in the repository according to given criteria
findModulesDetails(ModuleCriteria) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
findNamedType(int) - Method in class com.whitestein.lsps.lang.ast.AstType
 
findNamedType(QID) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
findNamedType(QID) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Find a named type.
findNamedType(QID) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Finds a type by a given name.
findNthByTag(int, String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds nth instance of the html tag.
findOrCreatePerson(String) - Method in class com.whitestein.lsps.test.LspsRemote
Finds a person with a given login, if not found, it creates one.
findPersonByLogin(String) - Method in class com.whitestein.lsps.test.LspsRemote
Finds a person with a given login.
findPersons(PersonCriteria) - Method in interface com.whitestein.lsps.os.PersonService
Returns a PersonList with Persons defined by the given personCriteria argument.
findPersons(PersonCriteria) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
findProcessInstances(ExecutionContext, ClosureHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a set of process instances satisfying the specified filtering criteria.
findProcessInstances(ExecutionContext, RecordHolder, ClosureHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a set of process instances for a model instance satisfying the specified filtering criteria.
findProcessInstances(ExecutionContext, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
findProcessInstances(ExecutionContext, RecordHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
findProcessLogsByModelInstanceId(long) - Method in interface com.whitestein.lsps.tools.TestSupportService
Finds ProcessLogs by the model instance id.
findProcessLogsByModelInstanceId(long) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
findReplacementId(Map<Long, Long>, Long) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns replacement id.
findRequestHandlers(WsRequestHandlerCriteria) - Method in class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
 
findRequestHandlers(WsRequestHandlerCriteria) - Method in interface com.whitestein.lsps.wsserver.dao.WsRequestHandlerDao
Finds all WsRequestHandler objects which conforms the search criteria.
findRights() - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
findRights() - Method in interface com.whitestein.lsps.os.SecurityService
Returns a set of all rights that are used.
findRoleNames() - Method in class com.whitestein.lsps.orgstructure.RoleServiceBean
 
findRoleNames() - Method in interface com.whitestein.lsps.os.RoleService
Returns a collection of all role names that exist in the persistent storage (across all modules).
findRoles() - Method in interface com.whitestein.lsps.os.PersonManagementService
Returns a collection of all roles with all different combinations of parameters assigned to persons.
findRoles() - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
findRollbackInfos(RollbackInfoCriteria) - Method in interface com.whitestein.lsps.engine.ErrorHandlingService
Returns all rollback information for given agent.
findRollbackInfos(RollbackInfoCriteria) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
findRollbackInfos() - Method in class com.whitestein.lsps.test.ModelInstance
Returns a list of rollback informations (when model run encounters an exception, the DB transaction is rolled back and a instance is produced).
findSecurityRoles() - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
findSecurityRoles() - Method in interface com.whitestein.lsps.os.SecurityService
Returns a collection of all security roles that already exist .
findSingleAliveTodo(String) - Method in class com.whitestein.lsps.test.ModelInstance
Finds an alive Todo with the given title.
findSingleAliveTodoForPerson(Person, String) - Method in class com.whitestein.lsps.test.ModelInstance
Finds an alive Todo with the given title in the todo list of the current user belonging to this model instance.
findSortColumn() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
If the table is sorted by a column, returns the column in question.
findTag(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ValidationFunctions
Finds a tag by a given name which can be a simple name or full name.
findTodoIdByTask(long, long) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
findTodoIdByTask(long, long) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Finds todo id associated with a task.
findTodos() - Method in class com.whitestein.lsps.test.ModelInstance
Finds Todos created by this model instance.
findTodos(TodoStatus) - Method in class com.whitestein.lsps.test.ModelInstance
Finds todos created by this model instance with the given status.
findTodos(TodoStatus, String) - Method in class com.whitestein.lsps.test.ModelInstance
Finds todos created by this model instance with the given status and a given title.
findTopmostComponents(ExecutionContext, Type, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
findWsRequestHandlers(WsRequestHandlerCriteria) - Method in interface com.whitestein.lsps.engine.WsService
Finds all WsRequestHandler objects which conforms the search criteria.
findWsRequestHandlers(WsRequestHandlerCriteria) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
finish() - Method in class com.whitestein.lsps.engine.state.xml.Token
Finishes this token execution.
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.Context
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
finishCopy(Copiable, CopyHelper) - Method in interface com.whitestein.lsps.engine.state.xml.SimpleValue
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.Task
 
finishCopy(Copiable, CopyHelper) - Method in class com.whitestein.lsps.engine.state.xml.Token
 
finished() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get FINISHED state name
finished() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
FINISHED_GOAL_STATES - Static variable in enum com.whitestein.lsps.engine.dto.GoalState
Set containing finished goal states.
FINISHED_PLAN_STATES - Static variable in enum com.whitestein.lsps.engine.dto.PlanState
Set of finished plan states.
finite(double) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the specified argument is not infinite or NaN; otherwise throwing an exception.
finite(double, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the specified argument is not infinite or NaN; otherwise throwing an exception with the specified message.
fireChange(Change) - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Notifies about change.
fireChange(Change) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Fires a change.
fireExternalEntityChange() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Fire external record change.
fireExternalRecordPropertyAccess(ExternalRecordPropertyAccessEvent) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Fires an event that external record property was accessed.
fireNewEntityChange() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Fire change for created entity.
firePropertyChange(String, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
firePropertyChange(String, Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
firePropertyChange(String, Object) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Fire property change event.
firePropertyChange(String, Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
FIRST_LEVEL_SUB - Static variable in class com.whitestein.lsps.orgstructure.PersonConverter
First level substitution converter.
firstNonBlank(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the first value in the array which is not empty (""), null or whitespace only.
firstNonEmpty(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the first value in the array which is not empty.
firstNonNull(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Returns the first value in the array which is not null.
fix() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Fixes the end (conversion of nulls to empty collections and list re-indexing).
FLOAT_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Float constant for minus one.
FLOAT_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Float constant for one.
FLOAT_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Float constant for zero.
floatValue() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as a float.
floatValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns the value of this MutableInt as a float.
floatValue() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a float.
flush() - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
flush(Set<String>) - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
flush() - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
flush(Set<String>) - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
flushAll() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
flushAll() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Flush of all sessions (core, org, human,...
flushAll() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Flush of all sessions (core, org, human,...
flushAll() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
flushAll() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
flushAll() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
flushAndRefresh(ExecutionContext, RecordHolder...) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Executes flush on all relevant sessions and performs refresh (re-read from database) on the specified records.
flushAndRefresh(ExecutionContext, RecordHolder...) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
flushPlugins() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Flush of sessions for all plugins (core, human, org,...)
FlywayErrorException - Exception in com.whitestein.lsps.stdlib.function.sqlparser
 
FlywayErrorException(String, String, int, String, String[]) - Constructor for exception com.whitestein.lsps.stdlib.function.sqlparser.FlywayErrorException
 
FlywaySqlRunner - Class in com.whitestein.lsps.stdlib.function.sqlparser
 
FlywaySqlRunner(DataSource) - Constructor for class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlRunner
 
FlywaySqlScript - Class in com.whitestein.lsps.stdlib.function.sqlparser
Sql script containing a series of statements terminated by a delimiter (eg: ;).
FlywaySqlScript(String, int, DbSupport) - Constructor for class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
Creates a new sql script from this source.
FlywaySqlScript(DbSupport, Resource, PlaceholderReplacer, String) - Constructor for class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
Creates a new sql script from this resource.
focus() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Gives element the focus.
focusElement(WebElement) - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
fold(ExecutionContext, CollectionHolder, Object, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Combines the elements of the collection together using the binary function, starting with the initialValue.
fold(ExecutionContext, SetHolder, Object, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Combines the elements of the set together using the binary function, starting with the initialValue.
fold(ExecutionContext, ListHolder, Object, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Combines the elements of the list together using the binary function, starting with the initialValue.
foldWithIndex(ExecutionContext, CollectionHolder, Object, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Combines the elements of the collection together using the binary function, starting with the initialValue.
forAll(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether all elements in list will fulfill passed condition
forAll(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether all elements in list will fulfill passed condition
forAll(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test whether all elements in collection will fulfill passed condition
forEach(Consumer<? super E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
ForeachExpression - Class in com.whitestein.lsps.lang.ast
Foreach construct expression.
ForeachExpression(ASTInfo, Type, String, Expression, Expression) - Constructor for class com.whitestein.lsps.lang.ast.ForeachExpression
 
foreachIteratorDeclared(VariableInfo) - Method in interface com.whitestein.lsps.lang.parser.ParserVariableListener
An iterator of foreach loop has been declared.
ForeignKeyMetadata - Class in com.whitestein.lsps.common.ddl
JDBC foreign key metadata
ForExpression - Class in com.whitestein.lsps.lang.ast
 
ForExpression(ASTInfo, Expression, Expression, Expression, Expression) - Constructor for class com.whitestein.lsps.lang.ast.ForExpression
Constructs a new "for" expression.
forHtml(String) - Static method in class com.whitestein.lsps.common.security.Encode
Encodes a string to HTML using the ASCII-code (e.
forJava(Object) - Static method in class com.whitestein.lsps.common.security.Encode
Encodes for a Java string Escapes control characters, quotes and backslashes.
forJavaClass(Class<?>) - Static method in class com.whitestein.lsps.lang.type.SimpleType
Returns a simple type for a given Java class.
forLevel(int) - Static method in class com.whitestein.lsps.orgstructure.PersonConverter
Returns an instance of person converter for the given substitution level.
format(ExecutionContext, LocalDate, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Formats a given local date.
format(ExecutionContext, LocalDateTime, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
format(ExecutionContext, String, Object...) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns a formatted string using the specified format string and arguments.
FORMAT_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Format error.
formatDate(ExecutionContext, Date, String, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a string created by formatting the date to the specified format.
formatDate(ExecutionContext, Date, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a string created by formatting the date to the specified format.
formatter - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
SQL formatter.
formatWithLocale(ExecutionContext, String, String, Object...) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns a formatted string using the specified format string and arguments.
FormCompiler - Class in com.whitestein.lsps.engine.lang.compiled
Compiler of java record types.
formLayout() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a form layout.
formNames - Variable in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
FormOperationGeneration - Class in com.whitestein.lsps.human.generation
Generates monitoring elements (measurements).
FormOperationGeneration() - Constructor for class com.whitestein.lsps.human.generation.FormOperationGeneration
 
FormPreviewContextHolder - Class in com.whitestein.lsps.vaadin
 
FormPreviewContextHolder(long, LspsAppConnector, LspsAppConnectorWithForms, LspsFormConnector, String) - Constructor for class com.whitestein.lsps.vaadin.FormPreviewContextHolder
 
Forms - Class in com.whitestein.lsps.human.model
Model module of the forms
Forms(Map<String, FunctionSignature>) - Constructor for class com.whitestein.lsps.human.model.Forms
Creates new instance.
FormSignatureGeneration - Class in com.whitestein.lsps.human.generation
Generates monitoring elements (measurements).
FormSignatureGeneration() - Constructor for class com.whitestein.lsps.human.generation.FormSignatureGeneration
 
FormSourceProvider - Class in com.whitestein.lsps.human.generation
Form model source provider.
FormSourceProvider() - Constructor for class com.whitestein.lsps.human.generation.FormSourceProvider
 
formsTable() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a table.
formsTableRow() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a table row.
forName(String) - Static method in class com.whitestein.lsps.lang.type.SimpleType
Returns an instance of SimpleType for given name (the name is the result of the SimpleType.toString() method.
forSharedRecord(String, Long, Long, String, String, long) - Static method in class com.whitestein.lsps.engine.dto.Handle
Creates new instance for shared record.
forSharedRecord(String, Long, Long, String) - Static method in class com.whitestein.lsps.engine.dto.Handle
Creates new instance for shared record.
forValueHolder(String, Long, String, long) - Static method in class com.whitestein.lsps.engine.dto.Handle
Creates new value for non-shared value.
FOUR_FIFTHS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 4/5.
Fraction - Class in com.whitestein.lsps.common.hack.lang3.math
Fraction is a Number implementation that stores fractions accurately.
freeType(FreeType...) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds free types.
freeType(String...) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds free types.
FreeType - Class in com.whitestein.lsps.lang.type
This type represents any type in function signature.
FreeType(String) - Constructor for class com.whitestein.lsps.lang.type.FreeType
Creates a new free type, with given symbolic name.
freeTypeBound(FreeType, Type) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds a free type upper bound.
FreeTypeMapping - Interface in com.whitestein.lsps.lang.type
Interface representing free type mapping.
fromBinaryToString(ExecutionContext, BinaryHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Creates a string for binary holder
fromBinaryToString(ExecutionContext, BinaryHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
fromModelConfig(RecordHolder) - Static method in class com.whitestein.lsps.wsclient.SslConfig
 
fromSerializable(SContext, Context, ModelInstance) - Static method in class com.whitestein.lsps.engine.state.xml.Context
Creates a new instance from the serialized companion.
fromString(String) - Static method in class com.whitestein.lsps.engine.dto.Handle
Creates instance from a string representation.
fromString(String) - Static method in class com.whitestein.lsps.engine.Identifier
Creates an identifier from its string representation.
fromValue(String) - Static method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns enumeration for the name.
func1(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
func1(String, String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
func1(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordCC
 
func1(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
func1(String, String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
func1(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordDD
 
func1super(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordCC
 
func1super(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordDD
 
func2(Decimal) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
func2(Decimal) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
func3(RecordHolder) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
func3(RecordHolder) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
func4(RecordHolder) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordCC
 
func4(RecordHolder) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordDD
 
FunctionArgumentInterpreter - Class in com.whitestein.lsps.lang
This class interprets function arguments.
FunctionArgumentInterpreter(FunctionSignature) - Constructor for class com.whitestein.lsps.lang.FunctionArgumentInterpreter
Creates new instance.
FunctionAst - Class in com.whitestein.lsps.lang.ast
 
FunctionAst(AntlrFunction, Visibility, SignatureAst) - Constructor for class com.whitestein.lsps.lang.ast.FunctionAst
Creates a new instance.
FunctionBody - Class in com.whitestein.lsps.lang.ast
Parsed function body.
FunctionBody(Expression, NamespaceModel) - Constructor for class com.whitestein.lsps.lang.ast.FunctionBody
 
FunctionBody(String) - Constructor for class com.whitestein.lsps.lang.ast.FunctionBody
 
FunctionBody() - Constructor for class com.whitestein.lsps.lang.ast.FunctionBody
 
FunctionCallExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a function call.
FunctionCallExpression(ASTInfo, Type, FunctionExpression, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.FunctionCallExpression
Creates new instance of FunctionCallExpression.
FunctionCallWithNamedArgs - Class in com.whitestein.lsps.lang.ast
An expression represeting a function call with named arguments For example: myfunction(amount -> 100).
FunctionCallWithNamedArgs(ASTInfo, Type, FunctionExpression, Map<String, Expression>) - Constructor for class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
Creates new instance of FunctionCallWithNamedArgs.
FunctionConstraint - Interface in com.whitestein.lsps.lang.signature
This class represents an additional type constraint that FunctionSignatures can have.
FunctionExpression - Class in com.whitestein.lsps.lang.ast
Expression containing an operation.
FunctionExpression(ASTInfo, ClosureType, FunctionSignature) - Constructor for class com.whitestein.lsps.lang.ast.FunctionExpression
Creates new instance of FunctionExpression.
FunctionParameterAst - Class in com.whitestein.lsps.lang.ast
 
FunctionParameterAst(Tree, IdentifierAst, TypeAst, boolean, boolean, String) - Constructor for class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
functionParameterDeclared(VariableInfo) - Method in interface com.whitestein.lsps.lang.parser.ParserVariableListener
A function parameter has been declared.
FunctionParser - Class in com.whitestein.lsps.lang.parser
Parser for functions defined in textual notation.
FunctionParser() - Constructor for class com.whitestein.lsps.lang.parser.FunctionParser
 
FunctionParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.FunctionParser
 
FunctionSignature - Class in com.whitestein.lsps.lang.signature
Function signature class contains name, parameters, and implementation of a function.
FunctionSignature.Builder - Class in com.whitestein.lsps.lang.signature
Builder class for FunctionSignature.
FunctionSignatures - Class in com.whitestein.lsps.lang.signature
Helper methods related to function signatures.

G

gc() - Method in class com.whitestein.lsps.test.ModelInstance
Performs a GC.
generate() - Method in class com.whitestein.lsps.hibernate.envers.LspsDefaultRevisionInfoGenerator
 
generateClass() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
generatedProvider - Variable in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
provider of generated models
generateFirstPass(PersistentClass, ClassAuditingData, EntityXmlMappingData, boolean) - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
generateModel() - Method in class com.whitestein.lsps.human.generation.DocumentGenerator
 
generateModel() - Method in class com.whitestein.lsps.orgstructure.generation.ImportedRoleUnitGenerator
 
generateModel() - Method in class com.whitestein.lsps.orgstructure.generation.OrgUnitGenerator
 
generateModel() - Method in class com.whitestein.lsps.orgstructure.generation.RoleGenerator
 
generateModel() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGenerator
 
generateModel() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
 
generateParameters() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
Returns parameters of the role
generateRelations() - Method in class com.whitestein.lsps.orgstructure.generation.ImportedRoleUnitGenerator
 
generateRelations() - Method in class com.whitestein.lsps.orgstructure.generation.OrgUnitGenerator
 
generateRelations() - Method in class com.whitestein.lsps.orgstructure.generation.RoleGenerator
 
generateRelations() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
Generates relations between role units.
generateScript(DatabaseMetadata) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaCreate
 
generateScript(DatabaseMetadata) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaDrop
 
generateScript(DatabaseMetadata) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdate
 
generateScript(DatabaseMetadata) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Generates the script to execute.
generateSecondPass(PersistentClass, ClassAuditingData, EntityXmlMappingData) - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
generateSecondPass(String, PersistentClass) - Method in class com.whitestein.lsps.hibernate.envers.internal.IdMetadataGenerator
 
generateSource() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
generateTempQueryTodoTableName(String) - Static method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
Generates name for temporary query todo table name.
generateTempQueryTodoTypeName(String) - Static method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
Generates name for temporary query todo record type.
GeneratorPlugin - Interface in com.whitestein.lsps.modulemanager
Generator plugins can define a set of generation operations.
genericArrayType(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Create a generic array type instance.
GenericConversionValueConverterProvider - Class in com.whitestein.lsps.json.impl
A value converter provider for the generic conversion.
GenericConversionValueConverterProvider() - Constructor for class com.whitestein.lsps.json.impl.GenericConversionValueConverterProvider
 
GenericDocumentDefinition - Class in com.whitestein.lsps.human.model
Definition of generic document.
GenericDocumentDefinition(String, String, SimpleContextModelElement, Expression, Expression, Expression, Expression, String, Map<String, String>) - Constructor for class com.whitestein.lsps.human.model.GenericDocumentDefinition
Creates new instance.
GenericDocumentService - Interface in com.whitestein.lsps.human
Service for new generation of renderers.
GenericDocumentServiceBean - Class in com.whitestein.lsps.human
Stateless EJB implementation of GenericDocumentService.
GenericDocumentServiceBean() - Constructor for class com.whitestein.lsps.human.GenericDocumentServiceBean
 
GenericDocumentServiceRemote - Interface in com.whitestein.lsps.human.ejb
Remote interface for GenericDocumentService.
get(K) - Method in class com.whitestein.lsps.common.cache.SoftCache
Returns the value to which the specified key is mapped, or null if this cache contains no mapping for the key or if the value to which the specified key is mapped has been garbage collected.
get(Object) - Method in class com.whitestein.lsps.common.collections.ElementCounter
Returns the object count for the given object.
get(int) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
get(K, List<V>) - Method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Answer a value with specified key attribute
get(Object) - Method in class com.whitestein.lsps.common.StringProperties
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
get(int) - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
get(Object) - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
get(String) - Static method in enum com.whitestein.lsps.engine.InterpretationStrategy
Returns interpretation strategy for name.
get(ModelInstance, ModelProvider, RecordHolder, RecordProperty) - Static method in class com.whitestein.lsps.engine.lang.AssociationEnd
Creates and returns an recordProperty end.
get() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns the field value.
get(CollectionHolder, Decimal) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
get(MapHolder, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
get(String) - Method in interface com.whitestein.lsps.engine.SettingManagementService
Returns an engine setting with the given id.
get(Dialect) - Static method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the dialect extension for the given dialect.
get(ModelInstance, ModelProvider) - Static method in class com.whitestein.lsps.engine.sharedrecord.RuntimeToHibernateConverter
 
get(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
get(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
get(String) - Method in class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
get(int) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
Returns i-th element of the collection.
get(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
get(String) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsEntitiesConfigurations
 
get(int) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
get(Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
get(int) - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
get(Object) - Method in class com.whitestein.lsps.lang.exec.TypeBasedRecordMapView
 
get() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
get(int) - Method in class com.whitestein.lsps.lang.type.QID
Returns the i-th segment of this qualified identifier.
get(int) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Returns the log at the specified index.
get$externalRef() - Method in class com.whitestein.lsps.common.ExternalReference
 
GET_ALL_DOCUMENT_IDS - Static variable in class com.whitestein.lsps.human.entity.Document
Query name.
GET_DOCUMENT_IDS_FOR_MODULE - Static variable in class com.whitestein.lsps.human.entity.Document
Query name.
GET_DOCUMENT_IDS_FOR_TYPE - Static variable in class com.whitestein.lsps.human.entity.Document
Query name.
GET_INFOS - Static variable in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Query name.
GET_ORGUNIT_METHOD - Static variable in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
A name of the method for obtaining an organization unit.
GET_RESOURCE_CONTENT_FOR_MODULE - Static variable in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Query name.
GET_RESOURCE_CONTENT_ID_FOR_MODULE - Static variable in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Query name.
GET_ROLE_METHOD - Static variable in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
A name of the method for obtaining a role.
GET_STATUS_COUNTS - Static variable in class com.whitestein.lsps.human.entity.Todo
Query name.
getA() - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
getA() - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
getAbbreviatedName(Class<?>, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the abbreviated name of a Class.
getAbbreviatedName(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the abbreviated class name from a String.
getAcceptedTypes() - Method in class com.whitestein.lsps.human.generation.CustomComponentSourceProvider
 
getAcceptedTypes() - Method in class com.whitestein.lsps.human.generation.DocumentSourceProvider
 
getAcceptedTypes() - Method in class com.whitestein.lsps.human.generation.FormSourceProvider
 
getAcceptedTypes() - Method in class com.whitestein.lsps.human.generation.HintSourceProvider
 
getAcceptedTypes() - Method in class com.whitestein.lsps.orgstructure.generation.OrgSourceProvider
 
getAccess() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
Returns access expression.
getAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Returns an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Returns an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessiblePropertyVisibility(Expression, RecordType) - Method in class com.whitestein.lsps.lang.parser.Parser
 
getActiveInterpreter() - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Gets the active interpreter.
getActiveInterpreterStackTrace() - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Gets the active interpreter stack trace.
getActivelySubstituted() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a collection of all actively substituted persons including transitive substitutions.
getActivelySubstituted() - Method in class com.whitestein.lsps.os.dto.Person
Returns a set of all actively substituted persons.
getActivelySubstituted() - Method in interface com.whitestein.lsps.os.PersonEntity
All actively substituted by the person.
getActiveSubstitutes() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a set of active substitutes of this person including transitive substitutions.
getActiveSubstitutes() - Method in class com.whitestein.lsps.os.dto.Person
Returns a set of all active substitutes.
getActiveSubstitutes() - Method in interface com.whitestein.lsps.os.PersonEntity
All active substitutes of the person.
getActiveUsers(Date, Date) - Method in class com.whitestein.lsps.activeuser.ActiveUserServiceBean
 
getActiveUsers(Date, Date) - Method in interface com.whitestein.lsps.engine.ActiveUsersClientService
Returns active users track for given period.
getAdapter() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Returns shared record entity adapter
getAdapter() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
getAdapter() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getAdapter() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
Returns adapter.
getAdapter() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
 
getAdapterInternal() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
Returns adapter.
getAdded() - Method in class com.whitestein.lsps.common.collections.DiffList
Returns a list of the added elements.
getAddedRole() - Method in class com.whitestein.lsps.orgstructure.entity.PersonRoleChange
Returns added role.
getAddedSubstitute() - Method in class com.whitestein.lsps.orgstructure.entity.PersonSubstitutionChange
Returns added substitute.
getAdditionalProperties() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getAdditionalProperties() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns additional properties that are added to the referenced path.
getAdditionalProperties() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getAdditionalSelectHqlString(Namespace) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
 
getAdditionalSelectHqlString(Namespace) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
getAdditionalSelectHqlString(Namespace) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuerySameDB
 
getAdminPerson() - Method in class com.whitestein.lsps.test.LspsRemote
Returns the predefined person 'admin'.
getAll(RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Returns all the entities for the given type.
getAll(RecordType, OrderingAndPagingCriteria) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Returns all the entities for the given type.
getAllAssignments(ProcessModel, Set<ProcessModel>) - Method in class com.whitestein.lsps.engine.AssignmentInterpreter
Returns all assignments from the process model.
getAllChildrenXPath() - Method in class com.whitestein.lsps.test.web.components.AbstractOrderedLayout
 
getAllChildrenXPath() - Method in class com.whitestein.lsps.test.web.components.LspsFormLayout
 
getAllChildrenXPath() - Method in class com.whitestein.lsps.test.web.components.LspsRepeater
 
getAllDocuments() - Method in interface com.whitestein.lsps.human.dao.DocumentDao
Returns all documents.
getAllDocuments() - Method in class com.whitestein.lsps.human.dao.jpa.JpaDocumentDao
 
getAllDocuments() - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns all generic documents.
getAllDocuments() - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getAllEntitiesInLevel(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all entities in a level.
getAllEntitiesInLevel(String, Class<T>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all entities of a given class in a given level.
getAllEntitiesInLevels(Collection<String>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all entities in given levels.
getAllEvaluationLevelAwareEntities() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all evaluation aware entities from this model instance.
getAllExecutionTraceElement(Class<T>) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
getAllFreeTypeNames() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getAllFreeTypeNames() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns all free type names.
getAllFreeTypeNames() - Method in class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
 
getAllFreeTypeNames() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns all free type names.
getAllFreeTypeNames() - Method in class com.whitestein.lsps.lang.MockNamespace
 
getAllFreeTypeNames() - Method in class com.whitestein.lsps.lang.MockNamespacePart
Returns all free type names.
getAllGenericDocuments() - Method in interface com.whitestein.lsps.human.DocumentDefinitionService
Returns list of all latest documents of type "GENERIC".
getAllGenericDocuments() - Method in class com.whitestein.lsps.human.DocumentDefinitionServiceBean
 
getAllGoals(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctions
 
getAllGoals(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
getAllImportedModules() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getAllImportedModules() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns this module and all imported modules along with their imported modules recursively.
getAllImports() - Method in class com.whitestein.lsps.engine.dto.Module
Returns a collection of all imported modules.
getAllImports() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns all module imports (direct and indirect) in a map indexed by module names.
getAllInterfaces(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets a List of all interfaces implemented by the given class and its superclasses.
getAllInterfaces() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns the set of all interfaces that this interface extends.
getAllKeywords() - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns a set of all keywords (both language and reserved).
getAllLevelEntities(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all entities that have same base evaluation level entity id.
getAllNotPersistedRecords(RecordType, String, boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all records of the type that exists in the evaluation level that are not persisted to the database.
getAllocatedTo() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the id of the user for which todo is allocated.
getAllocatedTo() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
Returns the todo allocated to (at the time of escalation)
getAllocatedTo() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the id of the user for which todo is allocated.
getAllocatedTo() - Method in class com.whitestein.lsps.human.entity.TodoEscalation
 
getAllocatedTo() - Method in exception com.whitestein.lsps.human.exception.TodoAllocatedException
Returns the todo allocated to.
getAllocatedTo() - Method in class com.whitestein.lsps.test.Todo
 
getAllocatedToFullName() - Method in class com.whitestein.lsps.human.dto.Todo
Returns full name of the user for which todo is allocated.
getAllocatedToFullName() - Method in class com.whitestein.lsps.test.Todo
 
getAllocatedToLoginAndFullName() - Method in class com.whitestein.lsps.human.dto.Todo
Returns login and full name of the user for which todo is allocated.
getAllocatedToLoginAndFullName() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getAllocatedToLoginAndFullName() - Method in class com.whitestein.lsps.test.Todo
 
getAllocationSize() - Method in interface com.whitestein.lsps.engine.state.ModelInstanceResourceAllocator
Returns allocation size for value ids.
getAllocationSize() - Method in class com.whitestein.lsps.engine.state.PersistentIdAllocator
 
getAllocationSize() - Method in class com.whitestein.lsps.engine.state.SimpleIdAllocator
 
getAllOnBehalfOf(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Returns the set of persons on behalf of which the user sees the to-do in his to-do list.
getAllOnBehalfOf(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getAllowedValues() - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
getAllowedValues() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
getAllProxies() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns all proxies of this record.
getAllRelationships() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getAllRoleUnits(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctions
 
getAllRoleUnits(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
getAllSubGoals() - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
getAllSubGoals(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.GoalFunctions
 
getAllSubGoals() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getAllSuperclasses(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets a List of superclasses for the given class.
getAllSupertypes() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns collection of all supertypes.
getAllTables(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
Returns metadata of all tables in database.
getAllThemeNames() - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
getAllThemeNames() - Method in interface com.whitestein.lsps.human.dao.VaadinThemeDao
Returns names of all themes, currently available in the database.
getAlternativeName() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getAlternativeName() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns alternative name.
getAltExpression() - Method in class com.whitestein.lsps.lang.ast.IfnullExpression
Returns the alternative expression.
getAndAdd(int) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndAdd(Number) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by operand; this method returns the value associated with the instance immediately prior to the addition operation.
getAndDecrement() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Decrements this instance's value by 1; this method returns the value associated with the instance immediately prior to the decrement operation.
getAndIncrement() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by 1; this method returns the value associated with the instance immediately prior to the increment operation.
getAnnotation(Method, Class<A>, boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Gets the annotation object with the given annotation type that is present on the given method or optionally on any equivalent method in super classes and interfaces.
getAnnotation(Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getAnnotation(Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getAnnotationKeywords() - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns a set of annotation keywords.
getAnnotations() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getAnnotations() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getAnnotations() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getAnnotations() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getAnnotTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getAntlrFunction() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getAnyContextHolder() - Static method in class com.whitestein.lsps.vaadin.AnyContextHolderUtils
Returns current context holder associated with either UI1 or UI2.
getAnyMetaDef(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getAnyPerformer(ModelInstance) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Returns a special human::Performer record which represents any known performer.
getAnyPerformer(ModelInstance) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
getAppClassLoader() - Method in enum com.whitestein.lsps.common.JavaReflectionCache
 
getAppFormsConnector() - Method in class com.whitestein.lsps.vaadin.FormPreviewContextHolder
 
getAppFormsConnector() - Method in class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
getApplicationData(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns application data.
getApplicationData(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ApplicationDataFunctions
Returns an application data object with the specified key.
getApplicationRestartInfo() - Method in interface com.whitestein.lsps.engine.ApplicationRestartService
Returns list of all active restarts
getApplicationRestartInfo(long) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
 
getApplicationRestartInfo() - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
getApplicationRestartInfo(long) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
getApplicationRestartStatus() - Method in interface com.whitestein.lsps.engine.ApplicationRestartService
Returns application restart status
getApplicationRestartStatus() - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
getAppliedTo() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
getArchiveDescriptorFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getArgAsts() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns the list of argument AST nodes.
getArgClasses() - Method in class com.whitestein.lsps.lang.operation.JavaOperation
Returns argument classes
getArgCount() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
Returns the argument count.
getArgMap() - Method in class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
Returns unmodifiable map of arguments.
getArgNames() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns the argument names.
getArgRanges() - Method in class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
Returns the map of parameter name ranges.
getArgs() - Method in class com.whitestein.lsps.lang.antlr.AntlrClosureType
 
getArgs() - Method in class com.whitestein.lsps.lang.antlr.AntlrParametrizedType
 
getArgs() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignature
 
getArgs() - Method in class com.whitestein.lsps.lang.ast.ClosureInvocationExpression
Returns unmodifiable list of arguments.
getArgs() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
Returns unmodifiable list of arguments.
getArgs() - Method in class com.whitestein.lsps.lang.ast.MethodCallExpression
Returns unmodifiable list of arguments.
getArgsSelectorCommaRange(int) - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
getArgsSelectorRange() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
getArgTypeRanges() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns the map of argument type ranges.
getArgumentCount() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns the number of arguments.
getArgumentCount() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the number of input parameters.
getArgumentCount() - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns the argument count.
getArgumentExpression() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
Returns the switch argument expression.
getArgumentList() - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns a argument list in parentheses e.g.
getArgumentName(int) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns i-th argument name.
getArgumentNameList() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns a argument name list in parentheses e.g.
getArguments() - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
Returns unmodifiable list of argument expressions.
getArguments() - Method in class com.whitestein.lsps.lang.ast.SuperConstructorExpression
Returns unmodifiable list of argument expressions.
getArguments() - Method in class com.whitestein.lsps.lang.ast.ThisConstructorExpression
Returns unmodifiable list of argument expressions.
getArgumentType(int) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns i-th type.
getArgumentType(String) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the argument type for a given argument name.
getArgumentType(int) - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns the i-th argument type
getArgumentTypeList() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns a argument type list in parentheses e.g.
getArgumentTypeNameList() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns a argument type and name list in parentheses e.g.
getArgumentTypes() - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns unmodifiable list of argument types.
getArgumentTypeVariadic(int) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns i-th argument type considering also variadic arguments.
getArrayClassForType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getArrayClassForType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getArrayClassNameForType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getArrayClassNameForType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getArrayComponentType(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Get the array component type of type.
getArrayEnd() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the array end text.
getArraySeparator() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the array separator text.
getArrayStart() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the array start text.
getArrowRange(int) - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getAsKeywordRange() - Method in class com.whitestein.lsps.lang.ast.CastExpression
Returns the range of the 'as' keyword.
getAssemblyDescriptor() - Method in class com.whitestein.lsps.test.ModelAssembly
Returns the assembly descriptor of the model.
getAssignments() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets unmodifiable view of the list of assignments of this connection.
getAssignments() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets view of the list of assignments of this connection.
getAssociation() - Method in class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Returns association.
getAssociation(String) - Method in class com.whitestein.lsps.lang.type.RecordType
 
getAssociations() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns associations.
getAsString() - Method in class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
getAsString() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getAsString() - Method in class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
getAstInfo(Tree) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
 
getASTNode(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
 
getASTRange(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns the AST range of the given tree.
getAttribute(String) - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
getAttributeConverterAutoApplyHandler() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getAttributeConverters() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getAuditData() - Method in class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader
 
getAuditEntityPrimaryKeyPropertyName(String) - Static method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityNames
Returns name of the primary key property in the audit persistent entity.
getAuditResultList(List<QueryExecutor.WhereExpression>, List<QueryOrderingItem>, Integer, Integer, Long, List<AuditCriteria>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
getAuditResultList(SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer, Long, List<AuditCriteria>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
getAuditResultListInternal(List<QueryExecutor.WhereExpression>, List<QueryOrderingItem>, Integer, Integer, Long, List<AuditCriteria>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
 
getAuditRevision() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
getAuditRevision() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns audit revision.
getAuditRevisionId() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns audit revision id
getAuditRevisions(Object, SharedRecordType, Date, Date) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Returns audit revisions.
getAuthorization() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the reason why the person can see the to-do in his to-do list.
getAuthorization(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Returns the reason why the person can see the to-do in his to-do list.
getAuthorization(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Returns the reason why the person can see the to-do in his to-do list.
getAuthorization(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getAuthorization() - Method in class com.whitestein.lsps.test.Todo
 
getAuxExpressions() - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
getAuxiliaryDatabaseObjectList() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getAverageDuration() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getAverageMILockWaitTime() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getAverageMILockWaitTime() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getAverageMILockWaitTime() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getAverageOfLastTenMILockWaitTimes() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getAverageOfLastTenMILockWaitTimes() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getAverageOfLastTenMILockWaitTimes() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getAverageTimeOfAllCorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getAverageTimeOfAllCorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getAverageTimeOfAllCorrectInvocations() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getAverageTimeOfLastTenCorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getAverageTimeOfLastTenCorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getAverageTimeOfLastTenCorrectInvocations() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getB() - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
getB() - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
getBareMessage() - Method in exception com.whitestein.lsps.common.ErrorException
 
getBareMessage() - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
 
getBareMessage() - Method in interface com.whitestein.lsps.common.IErrorException
Returns the message in the bare form (without the error code part).
getBaseId() - Method in class com.whitestein.lsps.engine.state.xml.ContextRef
 
getBaseLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns base level value.
getBaseLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Returns base level value.
getBaseLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns base level context.
getBaseLevelEntity() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Returns element corresponding to this element in the base evaluation level.
getBaseLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns base level value.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns id of the corresponding record in the base level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns id of the corresponding context in base level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns id of the corresponding value in base level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Returns id of the corresponding value in base level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns id of the corresponding context in base level.
getBaseLevelEntityId() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Returns id of element corresponding to this element in the base evaluation level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns id of the corresponding value in base level.
getBaseLevelEntityId() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getBaseLevelEntityId() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns id of the corresponding record in the base level.
getBaseLevelEntityIdforEntity(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns id of the base level entity corresponding to the entity with the specified id.
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Returns holder for the base level value.
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
Returns holder for the base level value.
getBaseLevelHolder() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getBaseLevelHolder() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getBaseLevelHolder() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns base level record holder.
getBaseLevelValueId() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns base level value id.
getBasicTypeRegistrations() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getBeginIndex() - Method in interface com.whitestein.lsps.lang.ast.ASTRange
Returns the begin index of the node text in the full text.
getBeginIndex() - Method in class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
getBeginIndex() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
getBeginIndex(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns start index of the tree in the underlying source.
getBeginIndex(CommonToken) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns start index of the token in the underlying source.
getBendpoints() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets an ordered list of bend points of this connection.
getBinaryData() - Method in class com.whitestein.lsps.engine.state.BinaryDataMetadata
Returns binary data
getBinaryData() - Method in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Returns the binary data.
getBinaryDataLoadedByDocument(long) - Method in interface com.whitestein.lsps.stdlib.dao.BinaryDataDao
Returns list of binary data that are loaded in a document.
getBinaryDataLoadedByDocument(long) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
getBinaryDataLoadedByTodo(long) - Method in interface com.whitestein.lsps.stdlib.dao.BinaryDataDao
Returns list of binary data that are loaded in a todo.
getBinaryDataLoadedByTodo(long) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
getBinaryDataMetadata(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns map of metadata of binary data.
getBinaryDataMetadata(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getBinaryEntry(long) - Method in interface com.whitestein.lsps.engine.BinaryDataService
Returns the binary data entry for the given entry id.
getBinaryEntry(long) - Method in class com.whitestein.lsps.stdlib.BinaryDataServiceBean
 
getBinaryHandle(ExecutionContext, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Returns a binary handle of the specified identifier.
getBinaryHandle(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
getBinaryHandle(ModelInstance, long) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::BinaryHandle record for the given handle id.
getBinaryHandle(ModelInstance, long) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getBinaryHandleAsString(RecordHolder, String) - Method in class com.whitestein.lsps.xml.util.XmlTypesConverter
Converts data referenced by BinaryHandle object to String representation.
getBlacklist() - Static method in class com.whitestein.lsps.common.RestrictedObjectInputStream
 
getBlob() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
 
getBlob() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns blob, if fails tries to reload referencing record holder.
getBlob() - Method in interface com.whitestein.lsps.lang.exec.BinaryHolder
Returns blob.
getBlob() - Method in class com.whitestein.lsps.lang.exec.MockBinaryHolder
 
getBody() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the body expression.
getBody() - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
getBody() - Method in class com.whitestein.lsps.lang.ast.WhileExpression
Returns the body expression.
getBody() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
getBodyTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getBodyTree() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getBound() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameter
 
getBound() - Method in class com.whitestein.lsps.lang.ast.TypeParameterAst
 
getBoundaryElements() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Gets a list of boundary elements of this element.
getBoundAst() - Method in class com.whitestein.lsps.lang.ast.TypeParameterAst
 
getBoundType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getBoundType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getBrowserWindowSize(ExecutionContext) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
getBuilder(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
getBuildingOptions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
getBundle(String, LocaleValue) - Method in class com.whitestein.lsps.modulemanager.localization.LocalizationServiceBean
 
getByFullName(String) - Static method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
 
getByName(String) - Static method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
 
getC() - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
getC() - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
getCache() - Method in interface com.whitestein.lsps.common.ComponentServiceLocal
Answer an optional component service cache.
getCachedCompiledExpression() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the cached compiled expression.
getCachedCompiledType() - Method in class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
 
getCachedCompiledType() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getCachedCompiledType() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns the cached compiled type, if it is stored.
getCachedCompiledType() - Method in class com.whitestein.lsps.engine.state.xml.WritableVariable
 
getCacheRegionDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getCanonicalName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical class name for a Class.
getCanonicalName(Class<?>, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name for a Class.
getCanonicalName(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name for an Object.
getCanonicalName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name for an Object.
getCapabilities() - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
Returns information about current browser used
getCaption(WebElement, WebDriver) - Static method in class com.whitestein.lsps.test.web.components.ComponentLabelMapping
 
getCaption() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Finds caption corresponding to this component.
getCaptionText() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Returns the column caption.
getCaseExpressions() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression.Case
Returns the case expressions.
getCaseKeywordRange(int) - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getCases() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
Returns the list of cases.
getCatalog() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the catalog name.
getCatalog(String, Table) - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getCatches() - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression
Returns the list of catches.
getCatchExpressions() - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression.Catch
Returns the catch expressions.
getCell(int) - Method in class com.whitestein.lsps.test.web.components.LspsGrid.LspsGridRow
The method is 0 based, the first cell has index 0.
getCell(int) - Method in class com.whitestein.lsps.test.web.components.LspsTable.LspsTableRow
Returns table row cell.
getCell(int) - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Returns the cell component for this column, for given row.
getCell(int, int) - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the cell component for given row and column.
getCellComponent() - Method in class com.whitestein.lsps.test.web.components.LspsTable.LspsTableCell
 
getCells(int...) - Method in class com.whitestein.lsps.test.web.components.LspsGrid.LspsGridRow
The method is 0 based, the first cell has index 0.
getCells(int...) - Method in class com.whitestein.lsps.test.web.components.LspsTable.LspsTableRow
Returns table row cell.
getChanged() - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Returns set of changed properties in shared records.
getChangedExternalEntities() - Method in class com.whitestein.lsps.engine.lang.ChangedExternalEntitiesListener
Returns list of changed external record holder.
getChangeType() - Method in class com.whitestein.lsps.engine.change.SignalChange
Returns the type of the change that happened to the signal.
getCharPositionInLine() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
getChars(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Copies the character array into the specified array.
getChars(int, int, char[], int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Copies the character array into the specified array.
getChild(int) - Method in class com.whitestein.lsps.test.web.components.AbstractOrderedLayout
Retrieves x-th child of this repeater.
getChildContexts() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns immutable collection of child contexts.
getChildContexts() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns immutable collection of child contexts.
getChildCount() - Method in class com.whitestein.lsps.test.web.components.AbstractOrderedLayout
Returns the count of child component instances.
getChildElements(Node, String, String) - Static method in class com.whitestein.lsps.xml.util.XmlUtil
Iterates all the children of given parent element and returns all elements with given localPart and namespace
getChildren() - Method in class com.whitestein.lsps.engine.dto.Goal
 
getChildren() - Method in class com.whitestein.lsps.engine.dto.GOElement
Returns the element children.
getChildren() - Method in class com.whitestein.lsps.engine.dto.Plan
 
getChildren() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getChildren() - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
getChildren() - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
getChildren() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns unmodifiable collection of children go elements.
getChildren() - Method in class com.whitestein.lsps.engine.state.xml.Plan
 
getChildren() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
 
getChildren() - Method in class com.whitestein.lsps.human.model.Documents
 
getChildren() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getChildren() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getChildren() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getChildren() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getChildren() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns a collection of children of this role or organization unit.
getChildren() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns children of the goal.
getChildren() - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
getChildren() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the list of children model instances.
getChildren(ModelInstanceState) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the list of children model instances that have the given lifecycle state.
getChildren(Module) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the list of children model instances that are runnig on a given model.
getChildren(ModelInstanceState, Module) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the list of children model instances that have the given lifecycle state and are running on a given model.
getChildren(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
getChildren() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Gets a list of children elements of this element.
getChildTask() - Method in class com.whitestein.lsps.engine.state.ser.STask
Returns child task.
getChildTask() - Method in class com.whitestein.lsps.engine.state.xml.Task
Returns child task.
getClass(ClassLoader, String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns the class represented by className using the classLoader.
getClass(ClassLoader, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns the (initialized) class represented by className using the classLoader.
getClass(String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns the (initialized) class represented by className using the current thread's context class loader.
getClass(String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns the class represented by className using the current thread's context class loader.
getClass(String) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
returns class.
getClassForForm(FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getClassForType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getClassForType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getClassLoader() - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getClassLoader() - Static method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
 
getClassLoaderAccess() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
getClassLoaderDelegate() - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
getClassLoaderService() - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getClassmateContext() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getClassName() - Method in class com.whitestein.lsps.engine.dto.ExternalRecord
Returns class name.
getClassName() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getClassName() - Method in class com.whitestein.lsps.lang.operation.JavaOperation
Returns the class name.
getClassNameForForm(FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getClassNameForModule(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getClassNameForType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getClassNameForType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getClassNames() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Gets all the class names set for this element.
getClassOrElementClass() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getClassType(XClass) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getClassType(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getClassType(String) - Method in interface com.whitestein.lsps.lang.module.Module
Returns a class type defined in this module with a given name.
getClassTypes() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getClassTypes() - Method in interface com.whitestein.lsps.lang.module.Module
Returns class types, declared in this Module
getClosureExpression() - Method in class com.whitestein.lsps.lang.ast.ClosureInvocationExpression
Returns the closureExpression.
getClosureInLevelAndEvaluate(ExecutionContext, Object, ListHolder, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getClosureInLevelAndEvaluate(ExecutionContext, Object, ListHolder, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getClosureOrigin() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getClosureOrigin() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getClosureOrigin() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getClosureOrigin() - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
getClosureOrigin() - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
 
getClosureOrigin() - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
getClosureOrigin() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
 
getClosureOrigin() - Method in class com.whitestein.lsps.lang.ExpressionAsClosureHolder
 
getClosureOrigin() - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
getClosureOrigin() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getClosureType(int) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the corresponding closure type.
getClosureType() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the corresponding closure type.
getCode() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
getCode() - Method in interface com.whitestein.lsps.engine.TerminationReason
Returns error code or escalation code for relevant reasons.
getCollection() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the collection expression.
getCollectionBinding(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getCollectionBinding(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getCollectionBindings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getCollectionBindings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getCollectionClass() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getCollectionItemType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns the collection item type.
getColName(String) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
getColName(String) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaRollbackItemDao
 
getColName(String) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getColName(String) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaLoggingDao
 
getColName(String) - Method in class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
 
getColon() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression.ClosureArgAst
 
getColor() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the connector color
getColor(ProcessElementType) - Static method in class com.whitestein.lsps.visualization.ElementTypeDataRegister
Gets the default background color for the given type.
getColumn() - Method in class com.whitestein.lsps.common.query.Ordering
Returns the column.
getColumn() - Method in class com.whitestein.lsps.common.query.PagingCriteria.DynamicOrdering
 
getColumn() - Method in class com.whitestein.lsps.engine.dto.LogOrdering
 
getColumn() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceOrdering
 
getColumn() - Method in class com.whitestein.lsps.engine.dto.ModuleOrdering
 
getColumn() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoOrdering
 
getColumn() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerOrdering
 
getColumn() - Method in class com.whitestein.lsps.human.dto.SavedDocumentOrdering
 
getColumn() - Method in class com.whitestein.lsps.human.dto.TodoOrdering
 
getColumn() - Method in class com.whitestein.lsps.os.dto.PersonOrdering
 
getColumn(int) - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the table column component.
getColumnCaptions() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the currently shown column captions.
getColumnCount() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the number of columns this table has.
getColumnMetadata(String) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the column metadata for the given column name.
getColumnName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
Returns the column name for a given property name.
getColumns() - Method in class com.whitestein.lsps.common.ddl.IndexMetadata
Returns a list of the index columns.
getColumns() - Method in class com.whitestein.lsps.common.ddl.PrimaryKeyMetadata
Returns a list of the index columns.
getColumns() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns a collection of table columns.
getColumnSize() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the column size.
getCommand() - Method in class com.whitestein.lsps.engine.comm.UpdateModelMessage
Returns the model update command.
getCommands() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getCommonData() - Static method in class com.whitestein.lsps.engine.CurrentState
Returns common data for current thread.
getCommonPrefix(String...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.
getCommonProxySet() - Static method in class com.whitestein.lsps.engine.lang.RecordProxySet
 
getCommonProxySet() - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
 
getCommonProxySet() - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
getCompatibilityVersion() - Method in class com.whitestein.lsps.engine.dto.Module
Returns compatibility version.
getCompatibilityVersion(long) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns compatibility version for the module.
getCompatibilityVersion(long) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns compatibility version for the module.
getCompatibilityVersion(long) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getCompatibilityVersion(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns compatibility version.
getCompatibilityVersion() - Method in class com.whitestein.lsps.lang.InterpreterConfiguration
Returns compatibility version.
getCompatibilityVersion() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns compatibility version.
getCompatibilityVersion(long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getCompatibilityVersionEnum() - Method in class com.whitestein.lsps.engine.dto.Module
Returns compatibility version.
getCompatibilityVersionEnum() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns compatibility version enum.
getCompiled(Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getCompiled() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getCompiled() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getCompiled(Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getCompiled() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns compiled context.
getCompiled(String) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns compiled context of the module
getCompiled() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getCompiled() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getCompiled(Object) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getCompiled(Object) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getCompiled(Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getCompiled() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Name of the class that represents expression compiled to java.
getCompiled() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns instance of namespace compiled to java.
getCompiled() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Name of the class that represents expression compiled to java.
getCompiled() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getCompiled() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getCompiled(String) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getCompiled() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getCompiled(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getCompiled() - Method in class com.whitestein.lsps.lang.ast.Expression
 
getCompiled(Object) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getCompiled() - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
getCompiled(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
getCompiled(Object) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns instance of the compiled record for this record holder.
getCompiled() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getCompiled() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns constructor of class that was generated by compilation to java for this namespace model.
getCompiled() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns class of the compiled record.
getCompiled(Object) - Method in class com.whitestein.lsps.orgstructure.context.AnyPerformerHolder
 
getCompiled(Object) - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
 
getCompiledConstructor(Class<?>...) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns the Java constructor of a compiled class.
getCompiledContext(Namespace, String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getCompiledContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
Returns this compiled context.
getCompiledContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getCompiledContext(String, Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getCompiledContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
Returns main compiled context.
getCompiledContext(ModelProvider, String, String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getCompiledExpression(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the compiled expression.
getCompiledNamespace(Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getCompiledParent() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getCompiledToJavaName(FunctionSignature) - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration.DocOperation
 
getCompiledToJavaName(FunctionSignature) - Method in interface com.whitestein.lsps.lang.operation.CustomCompileToJavaOperation
 
getCompiledToJavaName(FunctionSignature) - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
getCompiledType(ModelProvider, String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the compiled type.
getCompiledType(ModelInstance, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ContextFreeType
Returns the compiled type.
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getCompiledType(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
getCompiledType(ModelProvider) - Method in interface com.whitestein.lsps.engine.state.xml.Value
Returns the compiled type.
getCompiledType(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
getCompiledType(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns the compiled type.
getCompiledType(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.WritableVariable
Returns the compiled type.
getCompiledValue(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
Returns the compiled type value.
getCompileToJava() - Method in interface com.whitestein.lsps.engine.EngineSettingsPrivate
Returns true if model is compiled to java.
getCompileToJava() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getComplexValue(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns complex value for given id.
getComplexValue(String, long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns complex value for given level and baseValueId.
getComponent(String) - Method in interface com.whitestein.lsps.common.ComponentService
Returns a registered component by its name.
getComponent(String, Class<T>) - Method in interface com.whitestein.lsps.common.ComponentService
Returns a registered component by its name and class.
getComponent(Class<T>) - Method in interface com.whitestein.lsps.common.ComponentService
Returns a registered component by its class.
getComponent(Namespace, Class<T>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getComponent(Class<T>) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getComponent(String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getComponent(String, Class<T>) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getComponent(Class<T>) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getComponent(String) - Method in class com.whitestein.lsps.human.model.CustomUIComponents
 
getComponent(WebElement, WebDriver) - Static method in class com.whitestein.lsps.test.web.components.ComponentLabelMapping
 
getComponent() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
Finds component this caption belongs to.
getComponents(Class<T>) - Method in interface com.whitestein.lsps.common.ComponentService
Returns a list of all registered components which are instances of the specified class.
getComponents(Class<T>) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getComponentService() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getComponentService() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns component service
getComponentService() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getComponentService() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getComponentService() - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Answer component service instance
getComponentService() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getComponentService() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getComponentService() - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getComponentServiceStat(Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getComposedErrorMessage(Diagnostic) - Method in class com.whitestein.lsps.test.ModelValidator
 
getCompressedModelInstance(long) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns a compressed model instance execution state for given model instance* id or null if it does not exist.
getCompressedModelInstance(long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getCompressedModelInstanceXml(long, List<ModelInstanceData>) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns the specified model instance as an xml structure or null if it does not exist.
getCompressedModelInstanceXml(long, List<ModelInstanceData>) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getCompressedRawModelInstanceXml(long) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns the specified model instance as an xml structure or null if it does not exist.
getCompressedRawModelInstanceXml(long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getCompressedSavedDocumentState(long) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns the content of a saved document.
getCompressedSavedDocumentState(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getCompressedTodoSavedState(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns the content of a saved to-do.
getCompressedTodoSavedState(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getConcreteProxyClass() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
getCondition() - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
getCondition() - Method in class com.whitestein.lsps.lang.ast.WhileExpression
Returns the condition expression.
getConditionHqlString(PathResolver, Namespace, SortedMap<Integer, Object>) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
 
getConditionHqlString(PathResolver, Namespace, SortedMap<Integer, Object>) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
getConditionHqlString(PathResolver, Namespace, SortedMap<Integer, Object>) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuerySameDB
 
getConfiguration() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getConfiguration() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getConfiguration() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getConfiguration() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns shared record configuration
getConfiguration() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getConfiguration() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns interpreter configurartion for this namespace.
getConfiguration() - Method in class com.whitestein.lsps.lang.Interpreter
Returns the interpreter configuration.
getConnections() - Method in class com.whitestein.lsps.visualization.Diagram
Gets a list of connections in this diagram.
getConstant() - Method in class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
getConstant() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
getConstant() - Method in class com.whitestein.lsps.lang.ast.ConstantExpression
Returns the constant.
getConstant() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
Returns the enumeration constant (literal).
getConstant() - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
Returns the enumeration constant (literal).
getConstant(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getConstant(String) - Method in interface com.whitestein.lsps.lang.module.Module
Returns a constant declared in this module.
getConstantInfo() - Method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
Returns the constant info object.
getConstantMetadata(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getConstantMetadata(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getConstantRange() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
Returns the range of the constant.
getConstants(QID) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getConstants() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getConstants() - Method in interface com.whitestein.lsps.lang.module.Module
Returns a collection of constants declared in this module.
getConstants(QID) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a list of constants for the given fully qualified name.
getConstants() - Method in class com.whitestein.lsps.lang.type.EnumerationType
Returns the enumeration constants.
getConstantValue(String, String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getConstantValue(Namespace, String, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getConstantValue(String, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getConstantValue(String, String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns the value of the constant with the given name from a (imported) module with a given module name.
getConstantValue(String, String) - Method in class com.whitestein.lsps.lang.MockNamespace
 
getConstantValue(String, String) - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getConstantValue(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getConstantValue(String) - Method in interface com.whitestein.lsps.lang.module.Module
Returns the constant value.
getConstraint() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the function constraint.
getConstraintAst() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getConstraintMetadata(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getConstraintMetadata(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getConstraints(RecordHolder, Property) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Returns a collection of constraints defined on the given record (property).
getConstraints() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraints
 
getConstraintType() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
Returns the constraint type qualified name (may be simple or full).
getConstraintType(String) - Method in class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
getConstraintTypeAst() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getConstraintTypeInfo() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
Returns the associated constraint type info.
getConstraintTypes() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
getConstraintTypeTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getConstructor(String, Class<?>...) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
Returns constructor.
getConstructors(Visibility) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns the unmodifiable list of record constructors having at least the given visibility.
getConstructors() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns the unmodifiable list of record constructors.
getContainer() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
Returns the container element.
getContent() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the String content that the tokenizer is parsing.
getContent() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns the content.
getContent() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns content (stored model instance).
getContent() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the todo content.
getContent() - Method in class com.whitestein.lsps.human.entity.DocumentContent
Returns the content.
getContent() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns content (stored model instance).
getContent() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the todo content.
getContent() - Method in class com.whitestein.lsps.human.entity.TodoContent
Returns the content.
getContent() - Method in class com.whitestein.lsps.human.task.TodoMessage
Returns the content.
getContent() - Method in class com.whitestein.lsps.human.ui.UIScreenState
Returns the custom state for the screen.
getContent() - Method in class com.whitestein.lsps.license.License
 
getContent() - Method in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Returns content reference
getContent() - Method in class com.whitestein.lsps.test.web.components.LspsOutputText
Returns the current content of the output text.
getContent() - Method in class com.whitestein.lsps.wsserver.task.RestRequestMessage
Gets the request content
getContentEnd() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the content end text.
getContentSize() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the size of the content.
getContentStart() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the content start text.
getContentType() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the content type of the file.
getContext() - Method in class com.whitestein.lsps.common.ErrorContext
Returns context message.
getContext() - Method in class com.whitestein.lsps.engine.change.VariableChange
 
getContext(long) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns a context for given id or null if it does not exist.
getContext() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
Returns the top context of this module instance.
getContext() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance context.
getContext() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns context.
getContext() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
getContext() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the enclosing context.
getContext(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns context from this model instance for the given id.
getContext(String, long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns context from this model instance for the given level and baseContextId.
getContext() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns the context of this module.
getContext() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the process instance context.
getContext() - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Returns the context of this element.
getContext() - Method in class com.whitestein.lsps.engine.state.xml.Task
Returns the task context.
getContext() - Method in interface com.whitestein.lsps.wsclient.SslContextProvider
Returns ssl context.
getContextId() - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
Returns the context id.
getContextId() - Method in class com.whitestein.lsps.engine.dto.Reference
Returns context id.
getContextId() - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
getContextId() - Method in class com.whitestein.lsps.engine.dto.Variable
Returns the context id.
getContextId() - Method in class com.whitestein.lsps.engine.EvaluationResult
 
getContextId() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getContextId() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getContextId() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the context id.
getContextId() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getContextId() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
Returns id of the referenced context.
getContextId() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getContextId() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Returns the enclosing context id.
getContextId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getContextId() - Method in class com.whitestein.lsps.engine.state.ser.STask
 
getContextId() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the enclosing context id.
getContextId() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getContextId() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getContextId() - Method in class com.whitestein.lsps.human.TodoEvaluationContent
Returns id of the context in which a todo is created and evaluated.
getContextId() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getContextId() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns context id.
getContextName() - Method in class com.whitestein.lsps.engine.ContextTerminationReason
Returns the context name.
getContextName() - Method in class com.whitestein.lsps.engine.dto.GOElement
Returns the context name.
getContextPath() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Returns path of context in which a problem occurs.
getContexts() - Method in exception com.whitestein.lsps.common.ErrorException
 
getContexts() - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
 
getContexts() - Method in interface com.whitestein.lsps.common.IErrorException
Returns contexts in which exception occurs.
getContexts() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns a collection of all contexts.
getConverter() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns instance of RuntimeToPersistentConverter.
getConverter() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns converter.
getConverter() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getConverter() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns the runtime-to-persistent converter.
getConverter() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getConverter() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns the runtime-to-persistent converter.
getConverter(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Lazily creates a runtime converter.
getConverter() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getConverter() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getCoreDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getCount() - Method in class com.whitestein.lsps.common.query.PagingCriteria
Returns the count of items in the result list.
getCount() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getCountOfModelInstancesToStart() - Method in interface com.whitestein.lsps.engine.ApplicationRestartService
Returns number of model instances to be restarted
getCountOfModelInstancesToStart() - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
getCreated() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getCreated() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getCreated() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getCreateDate() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
The date this rollback info instance was created.
getCreateDate() - Method in class com.whitestein.lsps.engine.state.RollbackItem
The date this rollback item instance was created.
getCreatedFrom() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the created from value.
getCreatedFrom() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getCreatedModelInstanceId() - Method in class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
getCreatedTo() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the created to value.
getCreatedTo() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getCreateFrom() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getCreateProcessLog() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns enum value that determines creation of process logs.
getCreateProcessLog() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getCreateTo() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getCSVInstance() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(String) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCSVInstance(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Comma Separated Value strings initializing it with the given input.
getCurrent() - Method in class com.whitestein.lsps.engine.ModelInstanceTransactionStack
Returns current model instance data.
getCurrentActiveUsers() - Method in class com.whitestein.lsps.activeuser.ActiveUserCache
 
getCurrentActiveUsers() - Method in class com.whitestein.lsps.activeuser.ActiveUserServiceBean
 
getCurrentActiveUsers() - Method in enum com.whitestein.lsps.activeuser.UserActivityTracking
 
getCurrentActiveUsersCount() - Method in class com.whitestein.lsps.activeuser.ActiveUserCache
 
getCurrentAssignees(long) - Method in interface com.whitestein.lsps.human.TodoService
Find current assignees for a to-do specified by its ID.
getCurrentAssignees(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getCurrentDatabaseName() - Method in interface com.whitestein.lsps.stdlib.function.SqlFileExecuter
DBMS name
getCurrentDatabaseName() - Method in class com.whitestein.lsps.stdlib.function.SqlFileExecuterImpl
 
getCurrentDatabaseName() - Method in interface com.whitestein.lsps.stdlib.sql.RunSQL
 
getCurrentDatabaseName() - Method in class com.whitestein.lsps.stdlib.sql.RunSQLImpl
 
getCurrentDelegationLevel() - Method in class com.whitestein.lsps.human.entity.Todo
Gets current delegation level of the todo.
getCurrentDocumentTitle() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Returns the current document title.
getCurrentId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the current id.
getCurrentInternalVersion() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns current internal version,
getCurrentInvocationTimestamp() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns current invocation timestamp
getCurrentInvocationTimestamp(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns current invocation timestamp.
getCurrentInvocationTimestamp(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getCurrentPage() - Method in class com.whitestein.lsps.test.web.components.Pager
Returns the current page number, 1-based.
getCurrentPerson(ExecutionContext) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns the person who has initiates the current model processing request.
getCurrentPerson(ExecutionContext) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getCurrentProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Gets current process instance.
getCurrentRevision(ExecutionContext, Type, Boolean) - Method in interface com.whitestein.lsps.hibernate.envers.EnversFunctions
Returns current revision data.
getCurrentRevision(ExecutionContext, Type, Boolean) - Method in class com.whitestein.lsps.hibernate.envers.EnversFunctionsImpl
 
getCurrentTodo(ExecutionContext) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns the currently opened to-do.
getCurrentTodo(ExecutionContext) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getCurrentTodoTitle() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Returns the current todo title.
getCurrentToken() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Gets currently handled token.
getCurrentTransactionData() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierInterceptor
Returns execution stack for current transaction.
getCycle(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns a list of vertices forming a cycle or null if the graph is acyclic.
getData() - Method in class com.whitestein.lsps.common.ByteData
Returns the data.
getData() - Method in interface com.whitestein.lsps.common.query.DtoList
Returns a list of objects.
getData() - Method in class com.whitestein.lsps.common.query.DtoListImpl
 
getData() - Method in class com.whitestein.lsps.common.query.QueryResult
Part of the complete list of results corresponding to the paging criteria.
getData() - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionReply
 
getData() - Method in class com.whitestein.lsps.engine.dto.ApplicationRestartInfoList
Returns a list of modules.
getData() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the byte data.
getData() - Method in class com.whitestein.lsps.engine.dto.CompressedData
Decompresses the data to return the original data.
getData() - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
Returns the bundle data.
getData() - Method in class com.whitestein.lsps.engine.dto.LogList
Returns a list of modules.
getData() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfoList
Returns a list of model instance infos.
getData() - Method in class com.whitestein.lsps.engine.dto.ModuleDetailsList
Returns a list of modules.
getData() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
Returns the data.
getData() - Method in class com.whitestein.lsps.engine.dto.ModuleEntryList
Returns a list of modules.
getData() - Method in class com.whitestein.lsps.engine.dto.ModuleList
Returns a list of modules.
getData() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoList
Returns a list of the rollback infos.
getData() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerList
Returns a list of ws request handlers.
getData() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
 
getData() - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Returns the data.
getData() - Method in class com.whitestein.lsps.engine.state.ModelInstanceState
Returns the data.
getData() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns binary data.
getData() - Method in class com.whitestein.lsps.human.dto.SavedDocumentList
Returns a list of saved documents.
getData() - Method in class com.whitestein.lsps.human.dto.TodoList
Returns a list of to-dos.
getData() - Method in interface com.whitestein.lsps.lang.exec.BinaryHolder
Returns array of bytes.
getData() - Method in class com.whitestein.lsps.lang.exec.MockBinaryHolder
 
getData() - Method in interface com.whitestein.lsps.lang.LangElement
Returns the associated element data.
getData() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getData() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
getData() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the data.
getData() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the data.
getData() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Returns the data.
getData() - Method in class com.whitestein.lsps.lang.type.NamedClassType
Returns the data.
getData() - Method in interface com.whitestein.lsps.lang.type.NamedType
Returns the data.
getData() - Method in class com.whitestein.lsps.lang.type.RecordField
Returns the data.
getData() - Method in class com.whitestein.lsps.os.dto.PerformerList
Returns a list of performers.
getData() - Method in class com.whitestein.lsps.os.dto.PersonList
Returns a list of persons.
getData() - Method in class com.whitestein.lsps.os.dto.PersonPicture
Returns data.
getData() - Method in class com.whitestein.lsps.os.dto.RoleUnitNameList
Returns a list of role-unit-names.
getData() - Method in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
 
getDatabase() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getDatabase() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getDatasource() - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
getDatasourceJndi() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
 
getDatasourceJndi() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getDatasourceJndi() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
getDatasourceJndi() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns datasource jndi.
getDatasourceJndi() - Method in interface com.whitestein.lsps.lang.exec.BinaryHolder
Returns jndi of datasource.
getDatasourceJndi() - Method in class com.whitestein.lsps.lang.exec.MockBinaryHolder
 
getDate() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the log timestamp.
getDate() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the date.
getDayOfMonth(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a month of the date.
getDayOfMonth(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a month of the date.
getDayOfMonth(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Gets the day-of-month field.
getDayOfWeek(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a week of the date.
getDayOfWeek(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a week of the date.
getDayOfWeek(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getDayOfYear(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a year of the date.
getDayOfYear(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the day of a year of the date.
getDayOfYear(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getDays() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the days property.
getDaysDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the days property.
getDBResponseTime() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getDBResponseTime() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getDebugger(Class<T>) - Static method in class com.whitestein.lsps.common.DebuggerInstance
Gives access to a specific interface of the debugger.
getDebugLine() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Returns debug type.
getDebugLine() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns debug type.
getDebugLine() - Method in interface com.whitestein.lsps.lang.ast.ASTInfo
Returns the debug line.
getDebugLine() - Method in class com.whitestein.lsps.lang.ast.ASTInfoImpl
 
getDebugLine() - Method in class com.whitestein.lsps.lang.ast.Expression
 
getDebugLine() - Method in class com.whitestein.lsps.lang.ClosureOrigin
 
getDecimalDigits() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the number of decimal digits.
getDecisionTableId() - Method in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
 
getDeclaredMethods() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getDeclaredProperties(String) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getDeclaredProperties(String, Filter) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getDeclaringClass() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getDefaultArrowRange() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getDefaultDirectory() - Method in class com.whitestein.lsps.test.SetupUtils
 
getDefaultExpression() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
Returns the default expression.
getDefaultKeywordRange() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getDefaults() - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
getDefaultSourceProviders() - Static method in class com.whitestein.lsps.test.ModelValidator
 
getDefaultStyle() - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Gets the default ToStringStyle to use.
getDefaultValue() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
getDefaultValue() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getDefaultValueExpression(NamespaceModel) - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns the parsed default value expression.
getDefaultValueExpressionText() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns the text of default value expression.
getDefaultXsdType(Type) - Static method in class com.whitestein.lsps.xml.util.XsdUtil
Returns default xsd type used for given SimpleType
getDefinition() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the textual definition of the signature.
getDefinitionId() - Method in class com.whitestein.lsps.human.ui.UIScreenState
Returns ID of the record holder that defines the screen content.
getDegree(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns sum of in and out degree of given vertex.
getDelegatedBy() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the person who delegated the todo (the current delegation) or null if the todo is not delegated.
getDelegatedBy() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the delegated by person.
getDelegationLevel() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the delegation level.
getDelegationLevel() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the delegation level.
getDelegationLevel() - Method in class com.whitestein.lsps.test.Todo
 
getDelimiterMatcher() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the field delimiter matcher.
getDenominator() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the denominator part of the fraction.
getDependencyTree() - Method in class com.whitestein.lsps.test.AssemblyDescriptor
 
getDependentModules(List<Long>) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns list of modules that imports one of given modules.
getDependentModules(List<Long>) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
getDescription() - Method in class com.whitestein.lsps.engine.ContextTerminationReason
 
getDescription() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the description of the file.
getDescription() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the log description.
getDescription() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the description.
getDescription() - Method in enum com.whitestein.lsps.engine.EscalationReason
Returns the escalation description.
getDescription() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
getDescription() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns the description.
getDescription() - Method in interface com.whitestein.lsps.engine.TerminationReason
Returns description of reason why task was terminated.
getDescription() - Method in enum com.whitestein.lsps.engine.TerminationReasonEnum
Returns the escalation description.
getDescription() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getDescription() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getDescription() - Method in class com.whitestein.lsps.lang.antlr.DocNode
 
getDescription() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getDescription() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getDescription() - Method in class com.whitestein.lsps.lang.doc.Doc
Gets the description of the documented element.
getDescription() - Method in class com.whitestein.lsps.lang.doc.DocError
Gets the description of the error.
getDescription() - Method in class com.whitestein.lsps.lang.doc.DocParam
Gets the parameter description.
getDescription(CommonToken) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
getDescription() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns the description.
getDescription() - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
getDescription() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
getDescription() - Method in class com.whitestein.lsps.stdlib.entity.Log
Returns the log description.
getDescriptionPattern() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the log description pattern.
getDescriptionPattern() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
getDeserializedContent() - Method in class com.whitestein.lsps.human.dto.Todo
Helper method to return deserialized content.
getDeserializedContent() - Method in class com.whitestein.lsps.test.Todo
 
getDetachedModelInstance() - Method in class com.whitestein.lsps.human.task.TodoMessage
Returns detached model instance of the todo.
getDetachingTaskId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns id of a task for which the detached model instance is created.
getDetachingTaskId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns id of a task for which the detached model instance is created.
getDetachmentId() - Method in class com.whitestein.lsps.engine.dto.AllocatedModelInstanceResources
Returns detachment id.
getDetachmentId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the last allocated detachment id.
getDetachmentId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the last allocated detachment id.
getDetail(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a value of the detail with given detailName or null if there is no such detail.
getDetail(String) - Method in class com.whitestein.lsps.os.dto.Person
Returns the value of a person detail identified by given name.
getDetailPattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the string pattern of a person detail identified by given detail name, or null if the detail with given name does not exist.
getDetailPatterns() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns a map of person detail patterns.
getDetails() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a map of details (name-value pairs) of the person.
getDetails() - Method in class com.whitestein.lsps.os.dto.Person
Returns a map of person details.
getDetails() - Method in interface com.whitestein.lsps.os.PersonEntity
Person's details.
getDiagnostic() - Method in exception com.whitestein.lsps.engine.exception.ModelUploadException
Creates new instance.
getDiagram(String, String) - Method in class com.whitestein.lsps.visualization.VisualizationServiceBean
 
getDiagram(String, String) - Method in interface com.whitestein.lsps.visualization.VisualizationServiceLocal
Gets a process model diagram as a JSON string.
getDiagramId() - Method in class com.whitestein.lsps.visualization.dto.DiagramInfo
Gets the diagram identifier.
getDiagramInfos() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Returns a list of information about diagrams defined in this process element.
getDiagramInfos() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
Returns a list of information about diagrams defined in this process model.
getDiagramUri() - Method in class com.whitestein.lsps.visualization.Diagram
Gets the diagram identifier.
getDiagramUri() - Method in class com.whitestein.lsps.visualization.dto.DiagramInfo
Gets the URI of the diagram.
getDigits(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if a String str contains Unicode digits, if yes then concatenate all the digits in str and return it as a String.
getDirection() - Method in class com.whitestein.lsps.common.query.Ordering
Returns the order direction.
getDirection() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the direction of this connection.
getDirectlySubstituted() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a collection of directly substituted Persons for this Person.
getDirectlySubstituted() - Method in class com.whitestein.lsps.os.dto.Person
Returns a set of all directly substituted persons.
getDirectlySubstituted() - Method in interface com.whitestein.lsps.os.PersonEntity
Direct substituted of the person.
getDirectSubstitutes() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a set of substitutes of this Person.
getDirectSubstitutes() - Method in class com.whitestein.lsps.os.dto.Person
Returns a set of all direct substitutes.
getDirectSubstitutes() - Method in interface com.whitestein.lsps.os.PersonEntity
Direct substitutes of the person.
getDmnDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getDoc() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getDoc() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getDocument(String) - Method in class com.whitestein.lsps.human.model.Documents
Returns document with the name.
getDocumentContext() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
Returns document context.
getDocumentContextId() - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Returns id of the document context.
getDocumentDefinition(String) - Method in interface com.whitestein.lsps.human.DocumentDefinitionService
Returns latest DocumentDefinition for the provided QID
getDocumentDefinition(String, Module) - Method in interface com.whitestein.lsps.human.DocumentDefinitionService
Returns DocumentDefinition with the specified name defined in a module.
getDocumentDefinition(String) - Method in class com.whitestein.lsps.human.DocumentDefinitionServiceBean
 
getDocumentDefinition(String, Module) - Method in class com.whitestein.lsps.human.DocumentDefinitionServiceBean
 
getDocumentDescription() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Gets a description of a document or null if no document description has been set for this model instance.
getDocumentDescription() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Gets a description of a document or null if no document description has been set for this model instance.
getDocumentId() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns document Id.
getDocumentId() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns document Id.
getDocumentIdPattern() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
 
getDocumentModule(String) - Method in interface com.whitestein.lsps.human.DocumentDefinitionService
Returns latest module in which the document is defined.
getDocumentModule(String) - Method in class com.whitestein.lsps.human.DocumentDefinitionServiceBean
 
getDocumentName() - Method in exception com.whitestein.lsps.human.exception.DocumentNotFoundException
Returns the document name.
getDocuments(long) - Method in interface com.whitestein.lsps.human.dao.DocumentDao
Returns documents for the module.
getDocuments(DocumentType) - Method in interface com.whitestein.lsps.human.dao.DocumentDao
Returns documents of type.
getDocuments(long) - Method in class com.whitestein.lsps.human.dao.jpa.JpaDocumentDao
 
getDocuments(DocumentType) - Method in class com.whitestein.lsps.human.dao.jpa.JpaDocumentDao
 
getDocuments(DocumentParameters) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns all generic documents for the parameters.
getDocuments(DocumentParameters) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getDocuments() - Method in class com.whitestein.lsps.human.model.Documents
Returns documents.
getDocuments() - Method in class com.whitestein.lsps.test.web.UITester
Returns a list of documents displayed for the currently logged-in user.
getDocumentService() - Method in class com.whitestein.lsps.test.LspsRemote
Returns the document service for this user which retrieves documents available to this user.
getDocumentTitles() - Method in class com.whitestein.lsps.test.LspsRemote
Calls GenericDocumentService.getAllDocuments() and retrieves document names.
getDocumentTitles() - Method in class com.whitestein.lsps.test.web.UITester
Returns the titles of a list of document displayed for the currently logged-in user.
getDocumentType() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns serialized document type.
getDoKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
getDriver() - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
getDriver() - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
getDropForeignKeyString(String) - Method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the drop clause for dropping the foreign key.
getDropPrimaryKeyString(String) - Method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the drop clause for dropping the primary key.
getDtObject() - Method in class com.whitestein.lsps.engine.EvaluationResult
Returns result as a data transfer object.
getDuplicates(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set of element which are contained more than one time in a given collection.
getDynamicOrdering() - Method in class com.whitestein.lsps.common.query.PagingCriteria
 
getEdgeCount() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns count of edges.
getEdges() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns unmodifiable set of edges backed by this graph.
getEdgesConnectedTo(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns edges with given vertex as source of target.
getEdgesFrom(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns unmodifiable set of edges with given vertex as source backed by this graph.
getEdgesTo(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns unmodifiable set of edges with given vertex as target backed by this graph.
getEditableAttributes() - Method in interface com.whitestein.lsps.os.PersonManagementService
Returns editable person attributes.
getEditableAttributes() - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
getEditorIframe() - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
 
getElemByModelId(String) - Method in class com.whitestein.lsps.engine.dto.Goals
Returns element by its model id or null if it does not exist.
getElemByName(String) - Method in class com.whitestein.lsps.engine.dto.Goals
Returns element by its name in the context or null if it does not exist.
getElement() - Method in class com.whitestein.lsps.engine.change.Change
Returns the changed element.
getElement() - Method in class com.whitestein.lsps.engine.change.ExternalEntityChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.GoalStartedChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.GoalStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.GOElementStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.ModelInstanceStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.ModuleInstanceStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.PlanStartedChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.PlanStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
 
getElement() - Method in class com.whitestein.lsps.engine.change.TokenChange
Returns the token.
getElement() - Method in class com.whitestein.lsps.engine.change.VariableChange
 
getElement(long, ElementType, String, ModelProviderClientService) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns model element in the given module by its module id.
getElement() - Method in class com.whitestein.lsps.engine.PlanHandler
 
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
 
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
getElement(ModelProvider) - Method in interface com.whitestein.lsps.engine.state.xml.ModelIdentifiable
Returns the model element.
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Plan
 
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Token
 
getElement() - Method in class com.whitestein.lsps.human.generation.DocumentGenerator
 
getElement() - Method in class com.whitestein.lsps.orgstructure.generation.ImportedRoleUnitGenerator
 
getElement() - Method in class com.whitestein.lsps.orgstructure.generation.OrgUnitGenerator
 
getElement() - Method in class com.whitestein.lsps.orgstructure.generation.RoleGenerator
 
getElement() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGenerator
 
getElement() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
 
getElementClass() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the element class of this log.
getElementClass() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the element class.
getElementClass() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns element class.
getElementClass() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns element class.
getElementClass() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getElementClass() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
 
getElementClass() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getElementClass() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getElementClass() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getElementClass() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getElementId() - Method in interface com.whitestein.lsps.engine.ChangeDebugStepContext
Gets the model element identifier of a model element on which the change event occurred.
getElementId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the element id.
getElementId() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getElementId() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
getElementId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns the element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
Gets the identifier of the escalation flow element which generated this escalation.
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.SHandledBoundaryEvent
Returns element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.STimeoutFlow
 
getElementId() - Method in class com.whitestein.lsps.engine.state.ser.SToken
Returns the model element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the element id.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Gets the identifier of the escalation flow element which generated this escalation.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.HandledBoundaryEvent
Returns element id.
getElementId(ModelProvider) - Method in interface com.whitestein.lsps.engine.state.xml.ModelIdentifiable
Returns the model element id.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns the element id.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Plan
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the model id.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.Task
Returns model element id.
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.TimeoutFlow
 
getElementId() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the model element id.
getElementId(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Token
 
getElementId(Context, ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns the variable element id, if this is a modeled variable.
getElementId() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the element id.
getElementId() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
 
getElementId() - Method in class com.whitestein.lsps.lang.ExpressionOrigin
Returns the model element ID.
getElementId() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getElementId() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getElementId() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getElementId() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getElementId() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Gets the element identifier.
getElementName() - Method in interface com.whitestein.lsps.engine.ChangeDebugStepContext
Gets the name of a model element on which the change event occurred.
getElementName() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the element name of this log.
getElementName() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the element name.
getElementName() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns element name.
getElementName() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns element name.
getElements() - Method in class com.whitestein.lsps.engine.dto.Goals
Returns all the elements.
getElements() - Method in class com.whitestein.lsps.lang.doc.DocText
Returns an unmodifiable list of elements which compose this documentation text.
getElements() - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
Gets an unmodifiable list of elements in this resource.
getElements() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
 
getElementType() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
 
getElementType() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getElementType() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getElementType() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getElementType() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getElseExpression() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
Returns the "else" expression.
getElseKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
getEmail() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the email.
getEmail() - Method in class com.whitestein.lsps.os.dto.Person
Returns the email of the person.
getEmail() - Method in interface com.whitestein.lsps.os.PersonEntity
Email.
getEmailPattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the email pattern.
getEnabled() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
getEnabledConstraints() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraints
 
getEnd() - Method in class com.whitestein.lsps.activeuser.ActiveUserRecord
Returns end date.
getEnd() - Method in class com.whitestein.lsps.activeuser.ActiveUsersTrack
Returns end date
getEnd() - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
getEndIndex() - Method in interface com.whitestein.lsps.lang.ast.ASTRange
Returns the end index of the node text.
getEndIndex() - Method in class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
getEndIndex() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
getEndIndex(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns end index (exclusive) of the tree in the underlying source.
getEndIndex(CommonToken) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns end index (exclusive) of the token in the underlying source.
getEndKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
getEndKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
getEndKeywordRange() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getEndpointAddress() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field endpointAddress;
getEndValue() - Method in class com.whitestein.lsps.common.filter.Between
 
getEndValueId() - Method in class com.whitestein.lsps.engine.dto.AllocatedModelInstanceResources
Returns end value id.
getEntities() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns a collection of the entities.
getEntities(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance.BaseLevelIdMap
 
getEntities(Class<T>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns a collection of all registered entities for the specified type.
getEntitiesConfigurations() - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getEntity() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns holder to update
getEntity() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns the adapted entity.
getEntity() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Returns the Hibernate entity.
getEntity(String, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
getEntity(String, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
getEntity(Session, SharedRecordType, Serializable, Long) - Static method in class com.whitestein.lsps.engine.sharedrecord.SharedEntityLoader
Loads entity.
getEntity() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
Returns entity.
getEntity(ModelInstance, RecordType, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getEntity(ModelInstance, RecordType, Serializable, Long) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getEntity(ExternalRecordHolder) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getEntity(ModelInstance, RecordType, Serializable) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a Hibernate entity for the given model, type and id.
getEntity(ModelInstance, RecordType, Serializable, Long) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a Hibernate entity for the given model, type and id.
getEntity(ExternalRecordHolder) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns entity for the holder.
getEntity(long, Class<T>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns an entity for the specified id and entity class.
getEntity(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns an entity for the specified id.
getEntity(String, Serializable) - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
getEntityBinding(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getEntityBinding(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getEntityBindingMap() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getEntityBindings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getEntityBindings() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getEntityFieldName(SharedRecordProperty, boolean) - Static method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityNames
Provides name of property in the persistent entity that corresponds to the shared record property.
getEntityFieldName() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getEntityFieldName() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getEntityFieldName() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns the entity field name.
getEntityId() - Method in exception com.whitestein.lsps.common.LspsEntityNotFoundException
Returns the entity id, which is a string representation of the primary key.
getEntityIdentificationString() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns the unique string for this record (primary key and if needed version) private String entityIdentificationString;
getEntityInternal() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns entity.
getEntityJavaClassName() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns class name of the corresponding java implementation.
getEntityJavaMapping() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns java name of the pojo entity.
getEntityManager() - Method in class com.whitestein.lsps.activeuser.JpaUserActivityTrackDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaProcessLogDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaRollbackItemDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaTimerNotificationDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.dao.jpa.JpaUnprocessedInputDao
 
getEntityManager() - Method in class com.whitestein.lsps.engine.EngineStatisticsInitializationBean
 
getEntityManager() - Method in class com.whitestein.lsps.human.dao.jpa.JpaDocumentDao
 
getEntityManager() - Method in class com.whitestein.lsps.human.dao.jpa.JpaSavedDocumentDao
 
getEntityManager() - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getEntityManager() - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoEscalationDao
 
getEntityManager() - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
getEntityManager() - Method in class com.whitestein.lsps.human.HumanStatisticsInitializationBean
 
getEntityManager() - Method in class com.whitestein.lsps.license.JpaLicenseDao
 
getEntityManager() - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getEntityManager() - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaMigrationDao
 
getEntityManager() - Method in class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
 
getEntityManager() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
getEntityManager() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleDao
 
getEntityManager() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleNameDao
 
getEntityManager() - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
 
getEntityManager() - Method in class com.whitestein.lsps.orgstructure.OsStatisticsInitializationBean
 
getEntityManager() - Method in class com.whitestein.lsps.pm.PmStatisticsInitializationBean
 
getEntityManager() - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
 
getEntityManager() - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaLockDao
 
getEntityManager() - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaLoggingDao
 
getEntityManager() - Method in class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
 
getEntityMode() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
getEntityName(RecordType) - Method in interface com.whitestein.lsps.engine.hql.HqlTransformer.NameProvider
 
getEntityName(RecordType) - Method in class com.whitestein.lsps.engine.hql.SharedRecordHqlEntityNameProvider
 
getEntityName(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
getEntityName(SharedRecordType, boolean) - Static method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityNames
Returns entity name for shared record.
getEntityName() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
getEntityName() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
getEntityName() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getEntityNameResolvers() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
getEntityNotNull() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
This method should be called instead of ExternalRecordEntityAdapter.getEntity() when entity is expected to be not null.
getEntityPropertyName(RecordProperty) - Method in interface com.whitestein.lsps.engine.hql.HqlTransformer.NameProvider
 
getEntityPropertyName(RecordProperty) - Method in class com.whitestein.lsps.engine.hql.SharedRecordHqlEntityNameProvider
 
getEntityProxy(String, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
getEntityProxy(String, Serializable) - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
getEntityTableXref(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getEntityType() - Method in exception com.whitestein.lsps.common.LspsEntityNotFoundException
Returns the entity type, e.g.
getEntityVersion() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the entity version.
getEntityVersion() - Method in class com.whitestein.lsps.os.dto.Person
Returns the entity version.
getEntityVersion() - Method in class com.whitestein.lsps.os.dto.SecurityRole
Returns the entity version.
getEntityVersion() - Method in interface com.whitestein.lsps.os.PersonEntity
Version of the person entity.
getEntries() - Method in class com.whitestein.lsps.engine.dto.Module
Returns a list of the entries.
getEntries() - Method in class com.whitestein.lsps.modulemanager.entity.Module
gets module entries
getEntryId() - Method in exception com.whitestein.lsps.engine.exception.BinaryEntryNotFoundException
Returns the entry id.
getEnumerationLiteralLabel(ExecutionContext, EnumerationImpl) - Method in class com.whitestein.lsps.stdlib.function.LabelFunctions
Returns the label of the given enumeration literal.
getEnumerationTypes() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getEnumerationTypes() - Method in interface com.whitestein.lsps.lang.module.Module
Returns a collection of enumeration types declared in this module.
getEpochDay(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the epoch day.
getEpochMillis(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getError() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
getError() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getError() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getError() - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
getError() - Method in class com.whitestein.lsps.wsclient.WsResponseObject
Getter for field error
getError() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getErrorCode() - Method in exception com.whitestein.lsps.common.ErrorException
 
getErrorCode() - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
 
getErrorCode() - Method in interface com.whitestein.lsps.common.IErrorException
Returns the error code.
getErrorCode() - Method in exception com.whitestein.lsps.os.exception.InvalidPasswordException
Gets the validation error code.
getErrorCode(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.UtilFunctions
 
getErrorHandlingService() - Method in class com.whitestein.lsps.test.LspsRemote
 
getErrorMessage() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Returns error message.
getErrorMessage(RecognitionException, String[]) - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
getErrorMessage(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.UtilFunctions
 
getErrorMessage() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns the error message associated with this component (if any).
getErrorMessages(Diagnostic) - Method in class com.whitestein.lsps.test.ModelValidator
 
getErrorModelInstance(long, long) - Method in interface com.whitestein.lsps.engine.ErrorHandlingService
Returns model instance at the time of exception.
getErrorModelInstance(long, long) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
getErrorModelInstanceIds() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns list of errorModelInstanceIds stored in this info.
getErrorMsg() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Error raised during the restart, or null if there was none
getErrorName() - Method in class com.whitestein.lsps.lang.doc.DocError
Gets the name of the error this element describes.
getErrors() - Method in class com.whitestein.lsps.lang.doc.Doc
Gets the description of the errors this element can produce.
getErrors() - Method in class com.whitestein.lsps.lang.parser.AbstractAntlrTree
 
getErrors() - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
Returns the collected lexer errors.
getErrors() - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
getErrors() - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
Returns the validation errors that were found during validation.
getErrors() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
getErrors() - Method in class com.whitestein.lsps.test.ModelInstance
 
getErrorScreenshotFile(Description) - Method in class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
 
getEscalation(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns todo escalation for the given id.
getEscalation(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getEscalationCode() - Method in class com.whitestein.lsps.engine.comm.EscalationRequestMessage
Gets the escalation code for the escalation event which should be created.
getEscalationCode() - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
Gets the code of this escalation.
getEscalationCode() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Gets the code of this escalation.
getEscalationDate(TaskContext) - Method in interface com.whitestein.lsps.engine.EscalatableTask
Returns escalation timeout
getEscalationDate() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
Returns the escalation date.
getEscalationDate() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the escalation date.
getEscalationDate() - Method in class com.whitestein.lsps.human.entity.TodoEscalation
 
getEscalationDate(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
getEscalations() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns a new list which holds all escalations in the model instance.
getEscalations() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns a new list which holds all escalations in the model instance.
getEscalations(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns a collection of todo escalations.
getEscalations(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getEscalationTimeout() - Method in class com.whitestein.lsps.engine.state.ser.STask
Returns the escalation timeout.
getEscalationTimeout() - Method in class com.whitestein.lsps.engine.state.xml.Task
Returns the escalation timeout.
getEscalationTimeout() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the escalation timeout.
getEvalMode() - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Returns the value of evaluation mode.
getEvaluationConverter() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns instance of EvaluationLevelConverter.
getEvaluationConverter() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns evaluation converter.
getEvaluationConverter() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns evaluation converter.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns evaluation level.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns evaluation level.
getEvaluationLevel(Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getEvaluationLevel() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns evaluation level.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Returns evaluation level.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
Returns evaluation level of this value.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns evaluation level of this value.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns evaluation level,
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns evaluation level of this value.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Returns evaluation level of this value.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns evaluation level of this value.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.ContextRef
 
getEvaluationLevel() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Returns evaluation level.
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getEvaluationLevel() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getEvaluationLevel() - Method in class com.whitestein.lsps.human.ui.UIScreenState
Returns the evaluation level in which this screen is defined.
getEvaluationLevel() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getEvaluationLevel() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getEvaluationLevel() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Return evaluation level.
getEvaluationLevel() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns the evaluation level.
getEvaluationLevel() - Method in class com.whitestein.lsps.lang.InterpreterConfiguration
Returns evaluation level.
getEvaluationLevels() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all current evaluation levels.
getEvaluationLevelsOnDetach() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Set of used evaluation levels at the moment of detachment.
getEvaluationLevelsOnDetach() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Set of used evaluation levels at the moment of detachment.
getEvaluationState() - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Returns the state of the evaluation performed during todo handling.
getEvaluationState() - Method in class com.whitestein.lsps.human.TodoEvaluationContent
Returns the state of the evaluation performed during todo handling.
getEvent() - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
Returns the event of this interpreter.
getEvent() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the event.
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartConditionInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartEscalationInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartSignalInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
getEvent() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the event.
getEvent() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns event.
getEvent() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns event.
getEvent() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
Returns the event of this interpreter.
getEventContext() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
getEventPath() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
getException() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
A cause of the failure: the stacktrace of the exception.
getException() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
getExceptionPattern() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the exception pattern.
getExceptions() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Returns a List of all Exceptions which occured during the export.
getExceptionTypes(String, String, FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getExcludeFieldNames() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
 
getExcludeIds() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the id exclude list.
getExcludePersonIds() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the exclude person ids collection.
getExecatubale() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
getExecutableModulesCount() - Method in interface com.whitestein.lsps.engine.ModelManagementService
 
getExecutableModulesCount() - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
getExecutableTask(Task) - Method in class com.whitestein.lsps.engine.ProcessUtils
Returns an instance of executable task for this task.
getExecutableTask(TaskInfo) - Method in class com.whitestein.lsps.engine.ProcessUtils
Returns an instance of executable task for this task.
getExecutedScript() - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
getExecutedScript() - Method in exception com.whitestein.lsps.engine.exception.SchemaException
 
getExecutionContext() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getExecutionContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getExecutionContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getExecutionContext(Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getExecutionContext(long) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns an execution context for the given model instance id or null if it does not exist.
getExecutionContext(long, long) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns an execution context for the given context in the model instance or null if it does not exist.
getExecutionContext(long, long, String) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns an execution context for the given context in the model instance or null if it does not exist.
getExecutionContext(long, ModelInstanceType, String) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns an execution context for the given model or null if it does not exist.
getExecutionContext() - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Returns the execution context.
getExecutionContext() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getExecutionContext() - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
getExecutionContext(long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getExecutionContext(long, long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getExecutionContext(long, long, String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getExecutionContext(long, ModelInstanceType, String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getExecutionData() - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
getExecutionId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the execution id.
getExecutionId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the execution id.
getExecutionId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns the execution id.
getExecutionId() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getExecutionId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns the execution id.
getExecutionId() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the execution id.
getExecutionTrace() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getExecutionTrace() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getExecutionTrace() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getExecutionTrace() - Method in interface com.whitestein.lsps.engine.lang.TraceableExecution
 
getExecutionTrace() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getExecutionTrace() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getExecutionTrace() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getExecutionTraceElements() - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
getExp() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
getExpected() - Method in exception com.whitestein.lsps.lang.parser.antlr.UnexpectedTokenException
 
getExpensiveNodes() - Method in class com.whitestein.lsps.engine.profiler.ProfilerStore
 
getExpression() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Returns expression string
getExpression() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getExpression() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
Returns the contained expression.
getExpression() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Returns the expression.
getExpression() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.BlockExpression
Returns the child expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.CastExpression
Returns the casted expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns the body expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.DebugExpression
Returns the wrapped expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.DereferenceExpression
Returns the expression being dereferenced.
getExpression() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
 
getExpression() - Method in class com.whitestein.lsps.lang.ast.IfnullExpression
Returns the main expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.IncDecExpression
Returns the inner expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.InstanceofExpression
Returns the tested expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
getExpression() - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
Returns the referenced expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression.Catch
Returns the main expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression
Returns the expression.
getExpression() - Method in class com.whitestein.lsps.lang.ast.ValidationTagNotExpression
 
getExpression() - Method in class com.whitestein.lsps.lang.compiled.model.SrcCast
 
getExpression() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
getExpression() - Method in class com.whitestein.lsps.lang.operation.ExpressionOperation
Returns the underlying expression.
getExpression() - Method in class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
getExpression() - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
getExpression() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
getExpression() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
getExpression() - Method in class com.whitestein.lsps.visualization.Assignment
Gets the expression of the assignment.
getExpressionOrigin() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
 
getExpressionOrigin() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the expression origin.
getExpressionOrigin(Expression) - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
 
getExpressionOrigin(Expression) - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getExpressionOrigin(Expression) - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getExpressionOrigin(Expression) - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getExpressionOrigin(Expression) - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getExpressions() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
 
getExpressions() - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
Returns the list of child expressions.
getExpressions() - Method in class com.whitestein.lsps.lang.ast.UnknownExpression
Returns the list of child expressions.
getExpressions() - Method in class com.whitestein.lsps.lang.ast.ValidationTagAndExpression
 
getExpressions() - Method in class com.whitestein.lsps.lang.ast.ValidationTagOrExpression
 
getExpressions() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getExpressions() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getExpressions() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getExpressions() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getExpressionString() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getExpressionString() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getExpressionString() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getExpressionString() - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
getExpressionString() - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Returns a string representation of this closure holder expression.
getExpressionString() - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
getExpressionString() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns a string representation of this reference holder expression.
getExpressionString() - Method in class com.whitestein.lsps.lang.ExpressionAsClosureHolder
 
getExpressionString() - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
getExpressionString() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getExpressionText() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
getExpressionTree() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
getExpressionType() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Returns the expression type.
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.AssignmentReferenceExpressionValue
 
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.ClosureExpressionValue
 
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionExpressionValue
 
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns the expression type.
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
 
getExpressionType() - Method in class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
 
getExtension(Class<T>) - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getExtension(Class<T>) - Method in class com.whitestein.lsps.lang.type.RecordField
 
getExtension(Class<T>) - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns extension of given type.
getExtension(Class<T>) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns extension casted to required type.
getExtensionMethods(Type, String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getExtensionMethods(Type) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getExtensionMethods(Type, String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of extension methods for a given type and name.
getExtensionMethods(Type) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of extension methods for a given type.
getExternalData() - Method in interface com.whitestein.lsps.engine.sharedrecord.ExternalDataRecordEntity
Returns external data representing record.
getExternalDataMappings(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns the migration external data mapping by the migration id.
getExternalDataMappings(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getExternalEntityRecordType(Object) - Method in class com.whitestein.lsps.engine.JavaToTypeHelper
Returns record type for entity.
getExternalHolder() - Method in class com.whitestein.lsps.engine.change.ExternalEntityChange
Returns external record holder.
getExternalRecord(ExternalRecord<T>) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
getExternalRecordListeners() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns an unmodifiable list of external record listeners.
getExternalRecords(List<ExternalRecord<T>>) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
getExternalRecords(Set<ExternalRecord<T>>) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
getExternalRecordType() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns external record type.
getExternalTypeProvider(String) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns external type provider for provider class name.
getExternalTypeProvider(RecordType) - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
Returns data provider for the record type.
getExternalTypeProvider(String) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
getExternalTypeProvider(String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getExternalValue() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
finds an existing external value for entity hold by this adapter.
getExternalValues() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns map of entity identification -> external value
getFailed() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the failed count.
getFailedCount() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the failedCount count.
getFetchProfile(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getFetchProfile(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getFetchProfiles() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getFetchProfiles() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getField(Class<?>, String) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
returns field from class or super-classes.
getField(Class<?>, String) - Static method in class com.whitestein.lsps.common.ReflectionUtil
Gets a field of a class, searching the superclasses as well
getField() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
Returns the variable.
getField(Class<?>, String) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
returns field from class or super-classes.
getField(Class<?>, String) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
returns field from class or super-classes.
getField() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
getField() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getField() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getField() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns the field.
getField(String) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns field representation.
getFieldAst() - Method in class com.whitestein.lsps.lang.ast.ValidationTargetAst
 
getFieldExpressions() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
Returns the field expressions.
getFieldKeys() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
Returns the immutable list of field keys (names).
getFieldName() - Method in class com.whitestein.lsps.lang.ast.ValidationTargetAst
 
getFieldNames() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns collection with field names (both local and inherited).
getFieldNameValueSeparator() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the field name value separator text.
getFieldRanges() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
Returns the map of field ranges.
getFields() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns fields.
getFieldSeparator() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the field separator text.
getFieldsOrder() - Method in class com.whitestein.lsps.lang.type.xml.RecordXmlMapping
 
getFieldValueExpressions() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
Returns the immutable list of field value expressions.
getFilename() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the file name.
getFileName() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
Returns the entry filename.
getFilename() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns the filename.
getFilename() - Method in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Returns file name
getFilename() - Method in class com.whitestein.lsps.os.dto.PersonPicture
Returns file name.
getFileName() - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
Gets the file name of this resource.
getFillColor() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the fill color of this node
getFillColor() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Gets the fill color in "r,g,b" format.
getFilterDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getFilterDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getFilterDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getFilterDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getFilterExpression() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the filter expression.
getFilters() - Method in class com.whitestein.lsps.common.filter.And
 
getFilters() - Method in class com.whitestein.lsps.common.filter.Or
 
getFilters() - Method in class com.whitestein.lsps.common.query.PagingCriteria
Returns list of filters applied to result list.
getFilterString() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
Returns the filter string.
getFinish() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
getFinishDate() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Timestamp when restart was finished.
getFinished() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the finished date.
getFinished() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns the finished date.
getFinished() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getFinished() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getFinished() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the finished date.
getFinished() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getFinishedDate() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns the date when the process has finished.
getFinishedDate() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the finished date.
getFinishedDate() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the finished date.
getFinishedDate() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the finished date.
getFinishedDate() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the finishedDate date.
getFinishedFrom() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getFinishedFrom() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getFinishedFrom() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getFinishedTo() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getFinishedTo() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getFinishedTo() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getFirst() - Method in class com.whitestein.lsps.engine.state.ser.SRangeValue
Returns the first element in this range.
getFirst() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
Returns the first element in this range.
getFirst() - Method in class com.whitestein.lsps.lang.exec.Path
 
getFirst() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
Returns the first element in this range.
getFirst(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the first item of the collection, or null if the collection is empty.
getFirst(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the first element for which the given condition is true.
getFirstExecutionTraceElement(Class<T>) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
getFirstName() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the first name.
getFirstName() - Method in class com.whitestein.lsps.os.dto.Person
Returns first name of the person.
getFirstName() - Method in interface com.whitestein.lsps.os.PersonEntity
First name
getFirstNamePattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the first name pattern.
getFirstPopupPage(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Returns list of items on the first popup page
getFirstPopupPage(String) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Returns first popup page.
getFirstSelected() - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
 
getFix() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
 
getFixedArgumentCount() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the number of fixed input paramters.
getFlags() - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
getFlags() - Method in class com.whitestein.lsps.lang.type.RecordType
Deprecated.
Use getter for each flag
getFlagValue(byte) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
getFlagValue(byte) - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
getFlow(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the flow.
getFlowId() - Method in class com.whitestein.lsps.engine.change.TokenMovementChange
Gets the ID of the flow through which the token is being moved.
getFlowId() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getFlowId() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the flow model id.
getForeachKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
getForeignKeyMetadata(String) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the foreign key metadata for the given key name.
getForeignKeyMetadata() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns a collection of all foreign key metadata.
getFormClassNames() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getFormFunction(String) - Method in class com.whitestein.lsps.human.model.Forms
Returns function signature of the form with the model id.
getForms(ExecutionContext, String, ListHolder, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctions
 
getForms(ExecutionContext, String, ListHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
getFormsAppConnector() - Method in class com.whitestein.lsps.vaadin.LspsTodoHolder
 
getFormsDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getForUserFromTo(String, Date, Date) - Method in class com.whitestein.lsps.activeuser.JpaUserActivityTrackDao
 
getForUserFromTo(String, Date, Date) - Method in interface com.whitestein.lsps.activeuser.UserActivityTrackDao
Returns list of tracks for a user in specified time interval.
getFraction(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Creates a Fraction instance with the 2 parts of a fraction Y/Z.
getFraction(int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Creates a Fraction instance with the 3 parts of a fraction X Y/Z.
getFraction(double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Creates a Fraction instance from a double value.
getFraction(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Creates a Fraction from a String.
getFreeType(FreeType) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getFreeType(FreeType) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getFreeType(String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns free type value for given name or null if it does not exist.
getFreeType(String) - Method in class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
 
getFreeType(FreeType) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns the value of given free type or null if it does not exist in this context.
getFreeType(FreeType) - Method in class com.whitestein.lsps.lang.MockNamespace
 
getFreeType(FreeType) - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getFreeTypeBound(FreeType) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the free type upper bound, or null if there is no bound defined.
getFreeTypeBounds() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
 
getFreeTypeMapping(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns free type mappings for this context.
getFreeTypeMapping(FreeType) - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
getFreeTypeMapping(FreeType) - Method in interface com.whitestein.lsps.lang.type.FreeTypeMapping
Returns the mapping of given free type.
getFreeTypeMapping(FreeType) - Method in class com.whitestein.lsps.lang.type.TypeMapping
Returns actual type corresponding to given free type (or "null" if no mapping is specified).
getFreeTypes() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns free types.
getFreeTypes() - Method in class com.whitestein.lsps.lang.parser.Parser
 
getFreeTypes() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the free types of this function.
getFreeTypes() - Method in class com.whitestein.lsps.lang.type.AbstractType
 
getFreeTypes() - Method in interface com.whitestein.lsps.lang.type.Type
Returns the list of free types as they appear in the type.
getFromCachedNonsharedAssociations(String) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns value from to cache of nonshared associations.
getFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
getFromEntity(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns value of property from entity.
getFromEntity(Object, RecordProperty) - Method in interface com.whitestein.lsps.engine.sharedrecord.EntityReader
 
getFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
getFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
 
getFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
getFromMappedBy(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getFromTo(Date, Date) - Method in class com.whitestein.lsps.activeuser.JpaUserActivityTrackDao
 
getFromTo(Date, Date) - Method in interface com.whitestein.lsps.activeuser.UserActivityTrackDao
Returns list of tracks for all users in specified time interval.
getFullName() - Method in class com.whitestein.lsps.human.entity.RoleWithParameters
Returns a role unit name with this role name and all parameters.
getFullName() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getFullName() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
Returns the full name of the constraint type.
getFullName() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Returns the full name of the given type.
getFullName() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns record full name.
getFullName() - Method in class com.whitestein.lsps.lang.type.NamedClassType
Returns the full name of the given type.
getFullName() - Method in interface com.whitestein.lsps.lang.type.NamedType
Returns the full name of the given type.
getFullName(String...) - Static method in class com.whitestein.lsps.lang.type.QID
Returns a full name of a qualified identifier from the given segments.
getFullName() - Method in class com.whitestein.lsps.lang.type.QID
Returns the full name of this qualified identifier (encoded segments separated with QID.SEPARATOR.
getFullName() - Method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
 
getFullName() - Method in class com.whitestein.lsps.orgstructure.entity.Role
Converts this role into a RoleUnitName instance and returns instance.
getFullName(RoleUnitParameter...) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the RoleUnitName corresponding to this RoleName for given parameters.
getFullName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Returns a role unit name with this role name and all parameters.
getFullName() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns the full name of this role or organization unit.
getFullName() - Method in class com.whitestein.lsps.os.dto.Person
Returns the full name of the person.
getFullNameAndLogin() - Method in class com.whitestein.lsps.os.dto.Person
Returns "full name (login)"
getFullNameAndLoginPattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
getFullText() - Method in interface com.whitestein.lsps.lang.ast.ASTNode
Returns the full text of the source in which this node is present.
getFullText() - Method in class com.whitestein.lsps.lang.ast.ASTNodeImpl
 
getFullText() - Method in class com.whitestein.lsps.lang.parser.ParserBase
Returns the source text of the parsed expression.
getFullText() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
Get the visible (i.e.
getFunctionContext(FunctionExpression) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getFunctionExpression() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
Returns the closureExpression.
getFunctionExpression() - Method in class com.whitestein.lsps.lang.ast.FunctionCallWithNamedArgs
Returns the function expression.
getFunctionMetadata(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getFunctionMetadata(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getFunctionName(FunctionSignature) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getFunctions() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunctions
 
getFunctions(ExecutionContext, String, MapHolder, Type) - Method in interface com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctions
 
getFunctions(ExecutionContext, String, ListHolder, Type, MapHolder) - Method in interface com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctions
 
getFunctions(ExecutionContext, String, MapHolder, Type) - Method in class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
getFunctions(ExecutionContext, String, ListHolder, Type, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.AdvancedReflectionFunctionsImpl
 
getFunctionSignature() - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
Returns the function signature.
getFunctionSignature() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getFunctionSignature() - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
Returns the function signature.
getFunctionSignature() - Method in class com.whitestein.lsps.lang.ast.MethodExpression
 
getFunctionSignature() - Method in class com.whitestein.lsps.lang.ast.SignatureExpression
Returns the function signature.
getFuzzyDistance(CharSequence, CharSequence, Locale) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
as of 3.6, use commons-text FuzzyScore instead
getGEGenerator(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGeneration
Creates new generator for the given element according its type and properties
getGenericBounds() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
getGetter() - Method in class com.whitestein.lsps.engine.sharedrecord.MapEntityAccess
 
getGetter(PersistentClass, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
 
getGetter(Component, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
 
getGlobalMessage() - Method in interface com.whitestein.lsps.common.ClientAppSettings
Global message set by administrator possibly available to all users on all app screens.
getGlobalMessage() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getGoal() - Method in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
 
getGoal(Goal) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::Goal record for the given goal.
getGoal(Goal) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getGoal() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns the goal from model.
getGoal() - Method in class com.whitestein.lsps.stdlib.type.MaintainGoalHolder
 
getGoalName() - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
Returns the goal name.
getGoalPlan(E) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::GoalPlan record for the given goal/plan.
getGoalPlan(E) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getGoalPlanHolder(GOElement) - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns goal/plan holder for given go element instance (the instance can even be from another context).
getGoals() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance goals.
getGoals() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getGoals() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the collection of top goals.
getGoalState(String) - Method in class com.whitestein.lsps.test.ModelInstance
Returns a state of the given goal.
getGoalType() - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
getGoalType() - Method in class com.whitestein.lsps.engine.state.xml.Goal
Returns the goal type.
getGOElement(String) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the go element by its name.
getGOElement() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns contained GO element.
getGOElements() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns all go elements.
getGOProcessDescription() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns the GO process description.
getGuard() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the guard expression of this connection
getGuestPerson() - Method in class com.whitestein.lsps.test.LspsRemote
Returns the predefined person 'guest'.
getHandle(ValueHolder) - Method in interface com.whitestein.lsps.engine.dto.HandleResolver
Returns a serializable handle for the given value-holder.
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.lang.HandleResolverImpl
 
getHandle() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns handle for this holder.
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getHandle() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns handle.
getHandle() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
getHandle() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
Returns handle.
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getHandle(ValueHolder) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getHandledBoundaryEvent(String) - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns handled boundary event with id.
getHandledBoundaryEvents() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getHandledBoundaryEvents() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns list of already handled boundary events.
getHandlerId() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getHandlerId() - Method in exception com.whitestein.lsps.engine.exception.RestRequestHandlerNotFoundException
Gets the ID for which no rest request handler has been found.
getHash() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the hash.
getHash() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns the module hash.
getHash() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns the module hash.
getHash() - Method in class com.whitestein.lsps.test.Module
Returns the module hash.
getHashForProcessModel(ProcessModel) - Method in enum com.whitestein.lsps.engine.ModelCache
 
getHcannClassLoaderDelegate() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getHeaderCell(int, int) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Returns grid header cell.
getHeaders() - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
getHeaders() - Method in class com.whitestein.lsps.wsserver.task.WsRequestMessage
Returns the headers.
getHeaderString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
getHealthCheckNumberOfEngineLoops() - Method in interface com.whitestein.lsps.engine.EngineSettings
If the specified number of loops is exceeded it is reported in health check.
getHealthCheckNumberOfEngineLoops() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getHeight() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the height of this node.
getHeight(ProcessElementType) - Static method in class com.whitestein.lsps.visualization.ElementTypeDataRegister
Gets the default height for the given type
getHibernateConverter() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns to hibernate converter.
getHibernateLazyInitializer() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
getHint() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns the hint message associated with this component (if any).
getHitPolicy() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getHitPolicy() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getHolder() - Method in class com.whitestein.lsps.engine.change.ExternalRecordPropertyAccessEvent
 
getHolder() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns holder for the underlying entity.
getHolder() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns holder.
getHolder(ComplexValue) - Static method in class com.whitestein.lsps.engine.state.xml.HolderAccessor
 
getHolderFactory() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getHolderFactory() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getHolderFactory() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
 
getHolderFactory() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getHolderFactory() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getHolderFactory() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns an instance of HolderFactory.
getHolderForEntity(Object) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns holder for an entity.
getHolderInternal() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns value of holder field.
getHour() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the hour property.
getHour(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the hour of a day of the date.
getHour(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getHours() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the hours property.
getHours() - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Returns the hours property.
getHoursDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the hours property.
getHumanDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getHumanHolderConverter() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the provided human holder converter.
getId() - Method in class com.whitestein.lsps.common.dto.License
 
getId() - Method in interface com.whitestein.lsps.common.EntityWithId
Returns the primary key.
getId() - Method in class com.whitestein.lsps.common.ErrorContext
Returns id.
getId() - Method in class com.whitestein.lsps.engine.dto.BinaryEntry
Returns the id of the resource.
getId() - Method in class com.whitestein.lsps.engine.dto.Context
Returns the id of this context.
getId() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns id of the handle.
getId() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
 
getId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns process id.
getId() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns the model instance migration id.
getId() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
getId() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
Returns the entry id.
getId() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
Returns the id of this module instance.
getId() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance id.
getId() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Database identifier of this record.
getId() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
getId() - Method in class com.whitestein.lsps.engine.dto.Setting
 
getId() - Method in class com.whitestein.lsps.engine.dto.Signal
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.EnumerationValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
getId() - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
getId() - Method in interface com.whitestein.lsps.engine.dto.val.Value
Returns the id of this value, if any.
getId() - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
getId() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getId() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getId() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getId() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getId() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
getId() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getId() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getId() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getId() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
getId() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
getId() - Method in interface com.whitestein.lsps.engine.state.ser.SEntityWithId
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.STask
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getId() - Method in class com.whitestein.lsps.engine.state.ser.SValueRef
 
getId() - Method in class com.whitestein.lsps.engine.state.Setting
 
getId() - Method in interface com.whitestein.lsps.engine.state.xml.CommonRecordValue
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.ContextRef
 
getId() - Method in interface com.whitestein.lsps.engine.state.xml.EntityWithId
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the id.
getId() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.Task
 
getId() - Method in class com.whitestein.lsps.engine.state.xml.Token
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
getId() - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
getId() - Method in class com.whitestein.lsps.human.dto.DocumentInfo
Returns the document id.
getId() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns the document id.
getId() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
 
getId() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the todo id.
getId() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getId() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
Returns the escalation id.
getId() - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
getId() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getId() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getId() - Method in class com.whitestein.lsps.lang.ast.ConstraintIdAst
 
getId() - Method in class com.whitestein.lsps.lang.exec.MockValueHolder
 
getId() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
getId() - Method in interface com.whitestein.lsps.lang.exec.ValueHolder
Returns the id of the holder if present.
getId() - Method in interface com.whitestein.lsps.lang.operation.ReferencedOperation
Returns id of the operation.
getId() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getId() - Method in class com.whitestein.lsps.lang.type.QID
Returns the id (the last segment).
getId() - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
getId() - Method in class com.whitestein.lsps.orgstructure.entity.Right
 
getId() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
 
getId() - Method in class com.whitestein.lsps.os.dto.Person
Returns the id of the person.
getId() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
getId() - Method in class com.whitestein.lsps.os.dto.SecurityRole
Returns the id of the role.
getId() - Method in exception com.whitestein.lsps.os.exception.PersonNotFoundException
Returns id of the person
getId() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
getId() - Method in class com.whitestein.lsps.stdlib.entity.Lock
 
getId() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the model instance id.
getId() - Method in class com.whitestein.lsps.test.Module
Returns the module id.
getId() - Method in class com.whitestein.lsps.test.Person
Returns the person id.
getId() - Method in class com.whitestein.lsps.test.Todo
 
getId() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns the PDS component ID, e.g.
getId() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the identifier of the connection element.
getId() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the node identifier
getIdAllocator() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns value id allocator.
getIdAst() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getIdentificationFields() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns fields that are part of record identification.
getIdentificationString() - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getIdentificationString() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getIdentificationString() - Method in class com.whitestein.lsps.json.impl.ExternalRecordData
 
getIdentificationString() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getIdentificationString() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns identification string (string form of primary key)
getIdentifier() - Method in interface com.whitestein.lsps.engine.lang.TaskContext
Returns the identifier of this task.
getIdentifier() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getIdentifier() - Method in class com.whitestein.lsps.engine.LocalizationKey
Gets the identifier.
getIdentifier() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getIdentifier() - Method in class com.whitestein.lsps.lang.ast.DefExpression
Returns the identifier.
getIdentifier() - Method in class com.whitestein.lsps.lang.ast.IdentifierAst
 
getIdentifierAst(CommonTree) - Method in class com.whitestein.lsps.lang.ast.Expression
 
getIdentifierGenerator(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getIdentifierGenerator(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getIdentifierGeneratorFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getIdentifierGeneratorFactory() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getIdentifierPropertyName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getIdentifierPropertyName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getIdentifierRange() - Method in class com.whitestein.lsps.lang.ast.DefExpression
Returns the range of the identifier.
getIdentifierRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the range of the identifier.
getIdentifierType(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getIdentifierType(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getIdFromCache(String, PersonDao) - Method in enum com.whitestein.lsps.pm.PersonLoginToIdCache
Returns person id for person login.
getIdGenerationTypeInterpreter() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getIdMapper() - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsEntityConfiguration
 
getIdSeq() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the current id.
getIdTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getIfExpressions() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
Returns the list of "if" expressions.
getIfKeywordRange(int) - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
getIgnoredMatcher() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the ignored character matcher.
getImplementationClass() - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
getImplementationClass() - Method in class com.whitestein.lsps.wsclient.task.HttpClientTask
 
getImplementationClass() - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
getImplementationType() - Method in class com.whitestein.lsps.human.entity.Todo
Returns implementation type.
getImplementationType(String) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getImplementationType(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getImplementationType() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
Returns implementation type.
getImplementationType(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getImplicitBounds(TypeVariable<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Returns an array containing the sole type of Object if TypeVariable.getBounds() returns an empty array.
getImplicitCacheAccessType() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getImplicitLowerBounds(WildcardType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Returns an array containing a single value of null if WildcardType.getLowerBounds() returns an empty array.
getImplicitNamingStrategy() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getImplicitUpperBounds(WildcardType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Returns an array containing the sole value of Object if WildcardType.getUpperBounds() returns an empty array.
getImport(String) - Method in class com.whitestein.lsps.engine.dto.Module
Returns an imported module (directly or indirectly) for the given name.
getImportedModuleByName(String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getImportedModuleByName(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a reachable imported module by its module name or null if no such module exists.
getImportedModules(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getImportedModules() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getImportedModules() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns imported modules.
getImportedModules(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getImports() - Method in class com.whitestein.lsps.engine.dto.Module
Returns a collection of directly imported modules.
getImports() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getImports() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getImports() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getIncludeIds() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the id include list.
getIncludePersonIds() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the include person ids collection.
getInDegree(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns in degree of given vertex.
getIndex() - Method in class com.whitestein.lsps.common.query.PagingCriteria
Returns the index of the first item in the result list (starting from 0).
getIndex() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the index of this log.
getIndex() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns index.
getIndex() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns index.
getIndexExpressions() - Method in class com.whitestein.lsps.lang.ast.MapExpression
Returns the index expressions.
getIndexList() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
Returns the list of indexes.
getIndexMetadata() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns metadata of indexes.
getIndexMetadata(String) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the index metadata for the given index name.
getIndexType() - Method in class com.whitestein.lsps.lang.type.MapType
Returns the index type of this array type.
getInfo() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns the model instance info.
getInfo(boolean) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns ModelInstanceInfo for this model instance.
getInfo() - Method in class com.whitestein.lsps.test.ModelInstance
 
getInit() - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
getInitalModelIds() - Method in class com.whitestein.lsps.engine.SqlInitialModelsServiceBean
 
getInKeywordRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
 
getInLevel(T) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the value holder in the evaluation level of this context.
getInputData() - Method in class com.whitestein.lsps.engine.state.RollbackItem
The input data.
getInputData() - Method in class com.whitestein.lsps.engine.state.UnprocessedInput
Returns the input that was not processed.
getInputDate() - Method in class com.whitestein.lsps.engine.state.UnprocessedInput
Returns the input date.
getInputEntries() - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
getInputEntries() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
getInputField() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
getInputs() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getInputs() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getInputsForReceiver(long) - Method in interface com.whitestein.lsps.engine.UnprocessedInputsService
Returns unprocessed CommunicationUnit for a receiver.
getInputsForReceiver(long) - Method in class com.whitestein.lsps.engine.UnprocessedInputsServiceBean
 
getInputType(TaskContext) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
getInRole() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the in role constraint.
getInstance() - Static method in class com.whitestein.lsps.engine.HealthCheckData
 
getInstanceofType() - Method in class com.whitestein.lsps.lang.ast.InstanceofExpression
Returns the target (tested) type.
getInstantiableRecordTypes(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns a list of concrete, non-system record types assignable to a given type.
getInterfaces() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getInterfaces() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getInterfaces() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns the set of interfaces extending directly.
getInterfaceTypes() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getInterfaceTypes() - Method in interface com.whitestein.lsps.lang.module.Module
Returns interface types, declared in this Module
getInternalVersionSeq() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
getInterpretationStrategy() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns interpreter strategy.
getInterpretationStrategy() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Returns interpreter strategy.
getInterruptionReason() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the reason for which the todo was interrupted.
getInterruptionReason() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns interruption reason used for filtering interrupted to-dos by reason.
getInterruptionReason() - Method in class com.whitestein.lsps.human.entity.Todo
Returns reason for which the todo was interrupted.
getInterruptionReason() - Method in class com.whitestein.lsps.test.Todo
 
getIntersection(Set<E>, Set<E>) - Static method in class com.whitestein.lsps.common.Sets
Returns the intersection of the two sets.
getIntProperty(String) - Method in class com.whitestein.lsps.lang.RecordWrapper
 
getIntValue() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
getIssuedDate() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the date when the todo was issued.
getIssuedDate() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the date when the todo was issued.
getIssuedDate() - Method in class com.whitestein.lsps.test.Todo
 
getIssuedFrom() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getIssuedTo() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getIssuedTodo() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the issued todo reference.
getItemExpressions() - Method in class com.whitestein.lsps.lang.ast.ContainerExpression
Returns the expressions for the items.
getItemExpressions() - Method in class com.whitestein.lsps.lang.ast.ListExpression
 
getItemExpressions() - Method in class com.whitestein.lsps.lang.ast.MapExpression
 
getItemExpressions() - Method in class com.whitestein.lsps.lang.ast.SetExpression
 
getItemList() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
Returns the list of items.
getItemMapping() - Method in class com.whitestein.lsps.lang.type.ContainerJavaMapping
Returns mapping for collection item.
getItems() - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
getItems() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getItems() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
Returns the stack trace elements ordered from the first (head) to the last (tail).
getItems() - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
Returns the stack trace elements ordered from the first (head) to the last (tail).
getItemType() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
getItemType() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
getItemType() - Method in interface com.whitestein.lsps.lang.exec.CollectionHolder
Returns the type of the items stored in this collection.
getItemType() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
getItemType() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
getItemType() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
getItemType() - Method in class com.whitestein.lsps.lang.type.ContainerType
Returns the item type of this container type.
getItemType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
Replaced by TypeFunctions.getCollectionItemType(ExecutionContext, Type). This function is used in LSPS 3.1
getIterator() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the iterator (identifier) name.
getIteratorType() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the iterator type.
getIteratorValue() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
 
getIteratorValue() - Method in class com.whitestein.lsps.engine.state.ProcessLog
 
getIteratorValue() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
getIteratorValue() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getIteratorValue() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
 
getJandexView() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
as of 3.6, use commons-text JaroWinklerDistance instead
getJavaArgumentTypes() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns list of argument types then compiled to java.
getJavaClass() - Method in class com.whitestein.lsps.lang.type.ClassType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.ClosureType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.CollectionType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.EnumerationType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.FreeType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.JavaMapping
Returns java class.
getJavaClass() - Method in class com.whitestein.lsps.lang.type.ListType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.MapType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.SetType
 
getJavaClass() - Method in class com.whitestein.lsps.lang.type.SimpleType
 
getJavaClass() - Method in interface com.whitestein.lsps.lang.type.Type
Returns the Java class represented by this type.
getJavaClass() - Method in class com.whitestein.lsps.lang.type.TypeType
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns the unique object for this record (primary key).
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getJavaIdentification() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getJavaIdentification() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getJavaIdentification() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns identification in plain java form.
getJavaMapping() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getJavaMapping() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getJavaMapping() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns java mapping.
getJavaObject() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns underlying java object if there is some.
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getJavaObject() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getJavaObject() - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
getJavaObject() - Method in class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
 
getJavaObject() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getJavaObject() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getJavaObject() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns underlying java object if there is some.
getJavaObject() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns underlying java object if there is some.
getJAXBContext() - Static method in class com.whitestein.lsps.stdlib.dmn.xml.DmnMarshaller
Returns JAXBContext object used for marshalling and demarshalling decision tables.
getJMXQueueSize() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getJMXQueueSize() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getJoins(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getJsonOutData() - Method in class com.whitestein.lsps.human.TodoSubmitData
 
getKey() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Gets the key from this pair.
getKey() - Method in class com.whitestein.lsps.common.StringProperty
Returns the key.
getKey() - Method in class com.whitestein.lsps.common.util.Pair
Returns the key.
getKey() - Method in class com.whitestein.lsps.engine.dto.val.RecordValueItem
Returns the item key.
getKeyMapping() - Method in class com.whitestein.lsps.lang.type.ContainerJavaMapping
Returns mapping for collection key.
getKeyPassword() - Method in class com.whitestein.lsps.wsclient.SslConfig
 
getKeys() - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
 
getKeys() - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle
 
getKeyStoreDataFile() - Method in class com.whitestein.lsps.wsclient.SslConfig
 
getKeyStorePassword() - Method in class com.whitestein.lsps.wsclient.SslConfig
 
getKeyStoreType() - Method in class com.whitestein.lsps.wsclient.SslConfig
 
getKeyword() - Method in enum com.whitestein.lsps.lang.Visibility
 
getKeywordRange() - Method in class com.whitestein.lsps.lang.ast.DefExpression
Returns the range of the keyword (def or final).
getKeywords() - Static method in class com.whitestein.lsps.common.JavaKeywords
Returns a set of Java keywords.
getKind() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getLabel() - Method in enum com.whitestein.lsps.engine.dto.ApplicationRestartStatus
Returns informative label
getLabel() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceStartStatus
Returns informative label
getLabel() - Method in enum com.whitestein.lsps.human.dto.TodoStatus
Returns the status label.
getLabel() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getLabel(boolean) - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getLabel() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getLabel() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getLabel() - Method in class com.whitestein.lsps.test.web.components.InputComponent
Returns the present component's label.
getLabel() - Method in class com.whitestein.lsps.test.web.components.LspsCheckBox
 
getLanguage() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getLanguage() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getLanguageKeywords() - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns a set of language keywords.
getLast() - Method in class com.whitestein.lsps.engine.state.ser.SRangeValue
Returns the last element in this range.
getLast() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
Returns the last element in this range.
getLast() - Method in class com.whitestein.lsps.lang.exec.Path
 
getLast() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
Returns the last element in this range.
getLast(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the last item of the collection, or null if the collection is empty.
getLast(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the last element for which the given condition is true.
getLastAllocatedValueId() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the last allocated value id.
getLastDetachmentId() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the last detachment id.
getLastExecutionTraceElement(Class<T>) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
getLastExpression() - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
Returns the last expression.
getLastForUser(String) - Method in class com.whitestein.lsps.activeuser.JpaUserActivityTrackDao
 
getLastForUser(String) - Method in interface com.whitestein.lsps.activeuser.UserActivityTrackDao
Returns latest track for a user.
getLastName() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the last name.
getLastName() - Method in class com.whitestein.lsps.os.dto.Person
Returns last name of the person.
getLastName() - Method in interface com.whitestein.lsps.os.PersonEntity
Last name.
getLastNamePattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the last name pattern.
getLastPersisted() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns records persisted during last evaluation level merge.
getLastUpdate() - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
getLatestModule(String) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns the latest module with a given name.
getLatestModule(String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getLatestModule(String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns the latest module with a given name.
getLatestModule(String) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
getLatestModule(String) - Method in class com.whitestein.lsps.test.LspsRemote
Returns the latest module with a given name or null if there is no module uploaded (unloaded modules are ignored).
getLatestModules(boolean) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getLatestModules(boolean) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns the latest modules.
getLatestModulesWithName(boolean, String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getLatestModulesWithName(boolean, String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns the latest modules with the name.
getLeft() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Gets the left element from this pair.
getLeft() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Gets the left element from this pair.
getLeftExpression() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
Returns the left-hand side expression.
getLeftExpression() - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
Returns the left-hand side expression.
getLength(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Returns the length of the specified array.
getLength() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
 
getLength() - Method in interface com.whitestein.lsps.lang.ast.ASTRange
Returns the length of the node text.
getLength() - Method in class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
getLength() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
getLength() - Method in exception com.whitestein.lsps.lang.exception.ValidationException
Returns the length of the expression substring where a validation error is detected.
getLevel() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the log level.
getLevel() - Method in enum com.whitestein.lsps.engine.state.StateType
Compression level.
getLevelName(int) - Static method in class com.whitestein.lsps.engine.dto.Log
 
getLevelText() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the log level as a formatted text in the format:
getLevenshteinDistance(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
as of 3.6, use commons-text LevenshteinDistance instead
getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
as of 3.6, use commons-text LevenshteinDistance instead
getLicense(Long) - Method in class com.whitestein.lsps.license.JpaLicenseDao
 
getLicense(Long) - Method in interface com.whitestein.lsps.license.LicenseDao
 
getLicenseReloadIntervalMinutes() - Method in interface com.whitestein.lsps.common.ClientAppSettings
License stored in the DB is loaded to the cache.
getLicenseReloadIntervalMinutes() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getLicenseSubject() - Method in class com.whitestein.lsps.license.LicensePublicServiceBean
 
getLifecycleState() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns life-cycle state.
getLine() - Method in interface com.whitestein.lsps.lang.ast.ASTNode
Returns the line number where the node text starts.
getLine() - Method in class com.whitestein.lsps.lang.ast.ASTNodeImpl
 
getLine() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
Returns the line number where the node text starts.
getLine() - Method in exception com.whitestein.lsps.lang.exception.ValidationException
Returns the line of the expression substring where a validation error has been detected.
getLine() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
getLine(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns the line number.
getLine(CommonToken) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns the line number.
getLineDelimiter(int) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the line delimiter of the given line.
getLineLength(int) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the length of the given line including the line's delimiter.
getLineNumber() - Method in exception com.whitestein.lsps.stdlib.function.sqlparser.FlywayErrorException
 
getLineOfExpressionLoggedAtException() - Method in interface com.whitestein.lsps.lang.LangSettings
Returns number of lines of an expression before and after a problem logged in exception.
getLineOfExpressionLoggedAtException() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Returns number of lines of an expression before and after a problem logged in exception.
getLineOffset(int) - Method in class com.whitestein.lsps.common.text.TextDocument
Determines the offset of the first character of the given line.
getLineOfOffset(int) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the number of the line at which the character of the specified position is located.
getLineText(int, boolean) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns a text of the line given by its line number.
getLiteralValue() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
If the constant is literal, returns the literal value.
getLoadDate(long) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns load time of the process model to the cache.
getLocalAssociations() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns local associations.
getLocale() - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
 
getLocalFields() - Method in class com.whitestein.lsps.lang.type.RecordType
 
getLocalizedString(String, ResourceBundle) - Static method in class com.whitestein.lsps.engine.LocalizationUtils
Returns the original string with all localizable strings replaced by their translation.
getLocalMethods() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns locally defined methods (methods defined in this type, not inherited).
getLocalMethods() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
getLocalName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the local name of this RoleName instance.
getLocalName() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns the local name of this role or organization unit, i.e.
getLocalProperties() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns local properties.
getLocalSignaturesForName(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getLocalSignaturesForName(String) - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getLocalSignaturesForName(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns the local function signatures for given name.
getLocalSignaturesForName(String) - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getLocalStaticMethods() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns locally defined static methods (methods defined in this type, not inherited).
getLocalStaticMethods() - Method in class com.whitestein.lsps.lang.type.RecordType
 
getLocalTime() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the local time, ignoring time-zone offset.
getLocalVarRange(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
 
getLockDate() - Method in class com.whitestein.lsps.stdlib.entity.Lock
Returns the lock timestamp.
getLockedTodo(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns the to-do for the given ID including the to-do content and its performers.
getLockedTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getLockName() - Method in class com.whitestein.lsps.engine.dto.Lock
Returns the name of the lock.
getLockName() - Method in class com.whitestein.lsps.stdlib.entity.Lock
Returns name of the lock.
getLog() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the migration log.
getLog() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdateLog
Returns the log.
getLogDate() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the logDate.
getLogDate() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns log date.
getLogDate() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns log date.
getLogDate() - Method in class com.whitestein.lsps.stdlib.entity.Log
Returns the log logDate.
getLogDateFrom() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the log date from.
getLogDateTo() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the log date to.
getLoggedInPerson() - Method in class com.whitestein.lsps.test.web.UITester
 
getLogicalColumnName(Table, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getLogicalColumnName(Table, Identifier) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getLogicalTableName(Table) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getLogin() - Method in exception com.whitestein.lsps.os.exception.PersonNotFoundException
Returns login of the person
getLogin() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field login
getLoginAndFullName() - Method in class com.whitestein.lsps.os.dto.Person
Returns "login (full name)"
getLogIndex() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the logIndex of this log.
getLoginName() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the login name of the person.
getLoginName() - Method in class com.whitestein.lsps.os.dto.Person
Returns the login name of the person.
getLoginName() - Method in exception com.whitestein.lsps.os.exception.PersonAlreadyExistsException
Returns login name of the person
getLoginName() - Method in exception com.whitestein.lsps.os.exception.PersonStaleException
Returns the login name.
getLoginName() - Method in interface com.whitestein.lsps.os.PersonEntity
Login name.
getLoginName() - Method in class com.whitestein.lsps.test.Person
Returns person login name.
getLoginNamePattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the string pattern used to filter persons by their login name.
getLoginTimeOutInSeconds() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
 
getLogLevel() - Method in class com.whitestein.lsps.stdlib.entity.Log
Returns the log logLevel.
getLogs() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns the process logs.
getLogs(LogCriteria) - Method in interface com.whitestein.lsps.engine.LogService
Returns a list of logs for the specified criteria.
getLogs() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns list of process logs.
getLogs() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns list of process logs.
getLogs(LogCriteria) - Method in class com.whitestein.lsps.stdlib.dao.jpa.JpaLoggingDao
 
getLogs(LogCriteria) - Method in interface com.whitestein.lsps.stdlib.dao.LoggingDao
Returns log entries for the given criteria
getLogs(LogCriteria) - Method in class com.whitestein.lsps.stdlib.LogServiceBean
 
getLogs() - Method in class com.whitestein.lsps.test.ModelInstance
Gets all log entries for this model instance.
getLogService() - Method in class com.whitestein.lsps.test.LspsRemote
 
getLongValue() - Method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns long representation of the version.
getLowerLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns lower level value.
getLowerLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Returns lower level value.
getLowerLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns lower level context.
getLowerLevelEntity() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Returns element corresponding to this element in the lower existing evaluation level.
getLowerLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns lower level value.
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns id of the corresponding context in previous lower level.
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Returns id of the corresponding value in previous lower level.
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Returns id of the corresponding value in previous lower level.
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns id of the corresponding context in previous lower level.
getLowerLevelEntityId() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Returns id of element corresponding to this element in the lower existing evaluation level.
getLowerLevelEntityId() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Returns id of the corresponding value in previous lower level.
getLowerLevelNamespace() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getLowerLevelNamespace() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getLowerLevelNamespace() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getLowerLevelNamespace() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getLowerLevelNamespace() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns namespace corresponding to this namespace on lower level.
getLowestLevelEntity() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns lowest level context.
getLspsCommandExecutor() - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
getLSPSObject(String, String, SimpleType) - Method in class com.whitestein.lsps.xml.util.XmlTypesParser
Converts xsd string to object of SimpleType.
getLSPSObjectAsString(SimpleType, Object, String) - Method in class com.whitestein.lsps.xml.util.XmlTypesConverter
Converts object of SimpleType to String representation.
getMainContextId() - Method in class com.whitestein.lsps.test.ModelInstance
 
getMainData() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Returns main execution transaction data.
getMainExecutionNamespace(String) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns main execution context in required execution level.
getMainExpression() - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
getMainModuleInstance() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the main module (the first module).
getMap() - Method in class com.whitestein.lsps.common.StringProperties
Returns a map view of the key-value properties.
getMap() - Method in class com.whitestein.lsps.human.entity.RoleWithParameters
Returns a map of parameters (name, value).
getMap() - Method in class com.whitestein.lsps.lang.ast.TypeParametersAst
 
getMap() - Method in class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Returns a map of parameters (name, value).
getMapIndexType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
getMapItems() - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
getMapItemType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
getMapKey() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getMapKeyType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns the map key type.
getMappedAs() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
getMappedClass() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordComponentTuplizer
 
getMappedClass() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
 
getMappedFreeTypes() - Method in class com.whitestein.lsps.lang.type.TypeMapping
Returns the set of mapped free types.
getMappedSuperclass(Class) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getMappedSuperclassMappingsCopy() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getMappedSuperclassMappingsCopy() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getMappedType() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
Returns the type of the signature when applied this mapping.
getMappingDefaults() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
getMappingDefaults() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getMapValueType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns the map value type.
getMatchingAccessibleMethod(Class<?>, String, Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Finds an accessible method that matches the given name and has compatible parameters.
getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class com.whitestein.lsps.common.JavaReflectionUtils
 
getMatchingMethod(Class<?>, String, Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Retrieves a method whether or not it's accessible.
getMavenVersion() - Method in class com.whitestein.lsps.engine.InfoServiceBean
 
getMavenVersion() - Method in interface com.whitestein.lsps.engine.InfoServiceLocal
Returns the maven project version (e.g.
getMaxAllocatedId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns maximal allocated id.
getMaxAllocatedId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns maximal allocated id.
getMaxDuration() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getMaxNumberOfEngineLoops() - Method in interface com.whitestein.lsps.engine.EngineSettings
If specified the engine can execute only the specified number of loops.
getMaxNumberOfEngineLoops() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getMembers() - Method in class com.whitestein.lsps.lang.antlr.AntlrMethods
 
getMessage() - Method in exception com.whitestein.lsps.common.ErrorException
 
getMessage() - Method in exception com.whitestein.lsps.common.ErrorRuntimeException
 
getMessage() - Method in class com.whitestein.lsps.engine.dto.Lock
Returns the lock message.
getMessage() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
 
getMessage() - Method in exception com.whitestein.lsps.engine.exception.ModelUploadException
 
getMessage() - Method in interface com.whitestein.lsps.engine.ProcessInterpreterContext
Returns the message being processed.
getMessage() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the log message.
getMessage() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
getMessage() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
 
getMessage() - Method in class com.whitestein.lsps.stdlib.entity.Lock
Returns lock message.
getMetadata() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns an unmodifiable map of binary data metadata.
getMetadata() - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getMetadata() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
Returns metadata.
getMetadata() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
getMetadata() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getMetadata() - Method in interface com.whitestein.lsps.lang.LangElement
Returns the metadata of this type
getMetadata(String) - Method in interface com.whitestein.lsps.lang.LangElement
Returns the metadata stored under a given key.
getMetadata() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getMetadata(String) - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getMetadata() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the metadata of this variable.
getMetadata(String) - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the metadata stored under a given key.
getMetadata() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the metadata of this function
getMetadata(String) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the metadata value for a given key.
getMetadata() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
getMetadata(String) - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
getMetadata() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
getMetadata(String) - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
getMetadata() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns metadata.
getMetadata() - Method in class com.whitestein.lsps.lang.type.RecordField
Returns the metadata of the field
getMetadata(String) - Method in class com.whitestein.lsps.lang.type.RecordField
 
getMetadata() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns metadata.
getMetadata() - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
Returns the metadata map of this RoleUnit.
getMetadata() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns metadata.
getMetadata() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getMetadata() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns metadata of the goal or plan
getMetadata() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
 
getMetadataBuildingOptions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getMetadataBuildingOptions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getMetadataCollector() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
getMethod(String, String, Class<?>[]) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
Returns method.
getMethod() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getMethod() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns the method name if a service invocation.
getMethod() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns the service method.
getMethod() - Method in class com.whitestein.lsps.engine.state.ServiceInvocation
Returns the method name.
getMethod() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getMethodBySignature(String) - Method in class com.whitestein.lsps.lang.type.ClassType
Returns a method by a given signature string.
getMethodDeclarationType(FunctionSignature, ClassType) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns the type where the method is declared.
getMethodExpression() - Method in class com.whitestein.lsps.lang.ast.MethodCallExpression
Returns the closureExpression.
getMethodName() - Method in class com.whitestein.lsps.lang.operation.JavaOperation
Returns the method name.
getMethodPattern() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the method pattern.
getMethods() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getMethods() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns all methods (including inherited).
getMethodsForName(String, Visibility) - Method in class com.whitestein.lsps.lang.type.ClassType
Returns collection of methods with a given name.
getMethodsForName(String, Type[], Visibility) - Method in class com.whitestein.lsps.lang.type.ClassType
Returns a collection of methods with the given name and parameter types.
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsListWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Gets all class level public methods of the given class that are annotated with the given annotation.
getMethodsWithAnnotation(Class<?>, Class<? extends Annotation>, boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Gets all methods of the given class that are annotated with the given annotation.
getMethodToExecute(WsRequestObject) - Method in class com.whitestein.lsps.engine.WebServiceCaller
Creates method to be execute for webservice call.
getMigration() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns the migration.
getMigration(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a migration by its id.
getMigration() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the migration.
getMigration(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getMigrationConfig(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns the migration configuration by the migration id.
getMigrationConfig(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getMigrationId() - Method in exception com.whitestein.lsps.engine.exception.MigrationNotFoundException
Returns the migration id.
getMigrationItems(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a list of all model instance migrations that belong to the specified migration.
getMigrationItems(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getMigrations() - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a list of all migrations.
getMigrations() - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getMigrationService() - Method in class com.whitestein.lsps.test.LspsRemote
 
getMillis() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the millis property.
getMillis() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the millis property.
getMillis(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the millisecond of a second of the date.
getMillisDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the millis property.
getMime() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns the MIME type.
getMime() - Method in class com.whitestein.lsps.os.dto.PersonPicture
Returns mime.
getMinDuration() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getMinLevel() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the minimum log level criterion.
getMinute() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the minute property.
getMinute(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the minute of an hour of the date.
getMinute(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getMinutes() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the minutes property.
getMinutes() - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Returns the minutes property.
getMinutesDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the minutes property.
getMissingReturnExpression(Expression) - Static method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
getMode() - Method in class com.whitestein.lsps.lang.antlr.AntlrDecimalType
 
getModel() - Method in class com.whitestein.lsps.engine.AchieveGoalHandler
 
getModel() - Method in class com.whitestein.lsps.engine.MaintainGoalHandler
 
getModel() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model.
getModel(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a model with the specified name or null, if there is no such a model.
getModel(ExecutionContext, String, String) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a model with the specified name and version, or null, if there is no such a model instance.
getModel(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getModel(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getModel(ModelInstance, long) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::Model record for the given model id.
getModel(ModelInstance, long) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getModelAssembly(String, String, File) - Static method in class com.whitestein.lsps.test.TestModelRepository
 
getModelAssembly(String, String) - Static method in class com.whitestein.lsps.test.TestModelRepository
 
getModelElement() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getModelElement() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the corresponding context model element.
getModelElement() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getModelElement() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getModelElement(long, String, ElementType...) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns model element with specified elementId and type from the specified model.
getModelElement(long, ElementType, String) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns cached model element.
getModelElement(long, String, ElementType...) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getModelElement(long, ElementType, String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getModelElement() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getModelElement() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getModelElementId() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getModelElementId() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getModelElementId() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getModelElementId() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns id of model element that is related to this namespace.
getModelHash() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Return a model hash of the associated process model.
getModelHash(long) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns hash of the model.
getModelHash(long) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getModelHash() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model hash.
getModelHash() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model hash.
getModelHash() - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
Returns hash of the model.
getModelHash() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model hash.
getModelHash() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Returns hash of the model.
getModelId() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.dto.Context
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.dto.GOElement
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns id of the associated process model.
getModelId() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
Returns the model id of this module.
getModelId() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance model id.
getModelId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the model id of this log.
getModelId() - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
getModelId() - Method in exception com.whitestein.lsps.engine.exception.ModuleNotFoundException
Returns the model id.
getModelId() - Method in exception com.whitestein.lsps.engine.exception.SchemaException
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getModelId(String) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns id of the model under which the model is persisted.
getModelId(String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getModelId() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
 
getModelId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns model id.
getModelId() - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
Returns id of the model.
getModelId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model id.
getModelId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns model id.
getModelId() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Returns id of the model.
getModelId() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getModelId() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns model id.
getModelId() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the ID of the model instance model.
getModelingId() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns the full modelingID, e.g.
getModelInstance() - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.EvaluationResult
Returns model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns model instance
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
 
getModelInstance() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns the model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getModelInstance() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns model instance.
getModelInstance(long) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns locked model instance.
getModelInstance(long) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns complete model instance execution state for given model instance id or null if it does not exist.
getModelInstance(long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getModelInstance(ModelInstanceUtilsService) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.state.ModelInstanceNtf
Returns the model instance entity.
getModelInstance() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
getModelInstance() - Method in interface com.whitestein.lsps.engine.state.xml.CommonRecordValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns the enclosing model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getModelInstance() - Method in interface com.whitestein.lsps.engine.state.xml.ModelInstanceAware
Returns the model instance.
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.Task
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.Token
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
 
getModelInstance() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
getModelInstance() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getModelInstance() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getModelInstance(long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getModelInstance(ExecutionContext, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a model instance with the specified id.
getModelInstance(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getModelInstance(ModelInstance, long) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::ModelInstance record for the given model instance id.
getModelInstance(ModelInstance, long) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getModelInstance(long) - Method in class com.whitestein.lsps.test.LspsRemote
Returns the model instance with a given id.
getModelInstance() - Method in class com.whitestein.lsps.test.Todo
 
getModelInstanceEntity() - Method in class com.whitestein.lsps.engine.ModelInstanceRuntimeData
Returns model instance entity.
getModelInstanceEntity() - Method in class com.whitestein.lsps.engine.state.ModelInstanceProperty
Returns the model instance.
getModelInstanceHolder() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Returns the owning model instance.
getModelInstanceId() - Method in interface com.whitestein.lsps.engine.ChangeDebugStepContext
Gets the identifier of the model instance in which the change event occurred.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.Log
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Gets the model instance id (the first item of id include list).
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.Reference
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns the model instance id if an agent invocation.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getModelInstanceId() - Method in exception com.whitestein.lsps.engine.exception.InvalidModelInstanceStateException
Returns the model instance id.
getModelInstanceId() - Method in exception com.whitestein.lsps.engine.exception.ModelInstanceNotFoundException
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.Identifier
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getModelInstanceId() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Id of model instance this info is about.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.engine.state.TimerNotification
 
getModelInstanceId() - Method in class com.whitestein.lsps.human.custom.CustomUITodoContent
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the process id.
getModelInstanceId() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the process id.
getModelInstanceId() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
 
getModelInstanceId() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getModelInstanceId() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.stdlib.entity.Log
Returns the model instance id.
getModelInstanceId() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getModelInstanceId() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getModelInstanceInfo(long) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns model instance info for given model instance id or null if it does not exist.
getModelInstanceInfo(long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getModelInstanceJAXBContext() - Static method in class com.whitestein.lsps.engine.state.StateJAXBContext
Returns JAXBContext object used for marshalling and demarshalling model instance state.
getModelInstanceMigration() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model instance migration.
getModelInstanceMigrationId() - Method in exception com.whitestein.lsps.engine.exception.ModelInstanceMigrationNotFoundException
Returns the model instance migration id.
getModelInstanceMigrationId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model instance migration id.
getModelInstanceMigrationId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model instance migration id.
getModelInstanceMigrationLog(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a model instance log for the given model instance migration id.
getModelInstanceMigrationLog(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getModelInstanceMigrations(long) - Method in interface com.whitestein.lsps.engine.MigrationService
Returns a list of model instance migrations ordered by the migration date.
getModelInstanceMigrations(long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
getModelInstanceProperties(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a map of initialization properties of the specified model instance.
getModelInstanceProperties(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getModelInstanceStates() - Method in interface com.whitestein.lsps.common.ILspsException
Returns map of model instance id -> model instance states when exception occurs.
getModelInstanceStates() - Method in exception com.whitestein.lsps.common.LspsException
 
getModelInstanceStates() - Method in exception com.whitestein.lsps.common.LspsRuntimeException
 
getModelInstanceStates() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns model instance states.
getModelInstanceUtilsService() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns model modelInstanceUtils service
getModelInstanceXml(long, List<ModelInstanceData>) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns the specified model instance as an xml structure or null if it does not exist.
getModelInstanceXml(long, List<ModelInstanceData>) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getModelManagementService() - Method in class com.whitestein.lsps.test.LspsRemote
 
getModelName() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns name of the associated process model.
getModelName() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model name.
getModelName() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model name.
getModelName() - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
Returns name of the model.
getModelName() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model name.
getModelName() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Returns name of the model.
getModelName() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the name of the model instance model.
getModelNamePattern() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the model name pattern.
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns the model provider
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
 
getModelProvider() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns model provider.
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Returns the provided model provider
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns the provided model provider
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getModelProvider() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns model provider
getModelProvider() - Method in class com.whitestein.lsps.engine.MigrationEngine
 
getModelProvider() - Method in interface com.whitestein.lsps.engine.ProcessInterpreterContext
Returns a model provider service.
getModelProvider() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getModelProvider() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getModelProviderService() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns model provider service
getModelVersion() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns version of the associated process model.
getModelVersion() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the model version.
getModelVersion() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model version.
getModelVersion() - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
Returns version of the model.
getModelVersion() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model version.
getModelVersion() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Returns version of the model.
getModelVersion() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the version of the model instance model.
getModelVersionPattern() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the model version pattern.
getModelZipFile() - Method in class com.whitestein.lsps.test.ModelAssembly
Returns the canonical ZIP file containing the assembled model.
getModifiers() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getModifiers() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getModifiers() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getModifiers() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Deprecated.
Use getter for each modifier
getModule() - Method in class com.whitestein.lsps.engine.dto.ModuleDetails
Gets the module this value object provides details for.
getModule(long) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Finds module according to module id
getModule(long) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns a module for the given module id.
getModule(String) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns a model for the given hash.
getModule() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getModule() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getModule() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getModule() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns the enclosing module.
getModule() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getModule() - Method in class com.whitestein.lsps.lang.type.QID
Returns the module name (the first segment if there are at least two segments).
getModule() - Method in class com.whitestein.lsps.modulemanager.entity.Process
Returns the module.
getModule(long) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
getModule(long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getModule(String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getModule() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns the name of the module this role or organization unit belongs to.
getModule() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getModule() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getModule(long) - Method in class com.whitestein.lsps.test.LspsRemote
Returns the module with a given id, if not found, an exception is thrown.
getModuleCount(ModuleCriteria) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getModuleCount(ModuleCriteria) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns a count of module according to a given criteria.
getModuleDescriptors() - Method in class com.whitestein.lsps.test.AssemblyDescriptor
 
getModuleEntry(long) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Returns resource data for given id from repository.
getModuleEntry(Long) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getModuleEntry(Long) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns module entry for given id.
getModuleEntry(long) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
getModuleExecutionContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getModuleFolder() - Method in class com.whitestein.lsps.test.FileModuleDescriptor
 
getModuleHash() - Method in class com.whitestein.lsps.engine.LocalizationKey
Gets the module hash.
getModuleId() - Method in class com.whitestein.lsps.human.entity.Document
Returns module id.
getModuleId() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns module id.
getModuleId() - Method in class com.whitestein.lsps.visualization.dto.DiagramInfo
Gets the ID of a module this diagram is defined in.
getModuleId() - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
Gets the identifier of the module in which this resource is defined.
getModuleId() - Method in class com.whitestein.lsps.visualization.dto.ModuleResources
Gets the identifier of a module the resources of which are contained in this instance.
getModuleImports() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns a set of module imports.
getModuleImports() - Method in class com.whitestein.lsps.test.ModuleDescriptor
 
getModuleInfo() - Method in class com.whitestein.lsps.test.FileModuleDescriptor
 
getModuleInfo() - Method in class com.whitestein.lsps.test.ModuleDescriptor
 
getModuleInstance(long) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns a module instance for given id or null if it does not exist.
getModuleInstance(String) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns a module instance for given module name or null if it does not exist.
getModuleInstance(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns module from this model instance for the given name.
getModuleInstance() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getModuleInstance() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the module.
getModuleInstance() - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Returns the enclosing module instance.
getModuleInstanceId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the module instance id.
getModuleInstanceId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the module instance id.
getModuleInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns module instance id.
getModuleInstanceId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns module instance id.
getModuleInstances() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns the module instances.
getModuleInstances() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns all modules in this model instance.
getModuleInstances() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns all modules in this model instance.
getModuleList() - Method in class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
getModuleList() - Method in class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
getModuleName(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getModuleName() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getModuleName() - Method in class com.whitestein.lsps.engine.lang.compiled.FormCompiler
 
getModuleName() - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
getModuleName() - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
getModuleName() - Method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
Returns the name of the module where the constant is declared.
getModuleName() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
Returns the module name where the constraint type is defined.
getModuleName() - Method in interface com.whitestein.lsps.lang.RecordWrapperModuleFactory
Returns the associated module name.
getModuleName() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Returns the module name where the type is defined.
getModuleName() - Method in class com.whitestein.lsps.lang.type.NamedClassType
Returns the module name where the type is defined.
getModuleName() - Method in interface com.whitestein.lsps.lang.type.NamedType
Returns the module name where the type is defined.
getModuleName(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getModuleName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the module name.
getModuleName() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns the module name of this role or organization unit.
getModuleName() - Method in class com.whitestein.lsps.test.ModuleDescriptor
 
getModuleNames() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getModuleNames() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getModuleNames() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns collection of all module names.
getModuleNames() - Method in class com.whitestein.lsps.lang.MockNamespace
 
getModuleNames() - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getModuleNamespace(String, Namespace) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getModuleNamespace(String) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getModuleNamespace(String) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getModuleNamespace(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getModuleNamespace(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns module namespace by its module name or null if it does not exist.
getModuleNamespace(String) - Method in class com.whitestein.lsps.lang.MockNamespace
 
getModuleNamespace(String) - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getModuleResource() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
Gets the module resource in which this process model is defined.
getModuleResources(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getModuleResources(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getModuleResources(long) - Method in class com.whitestein.lsps.visualization.VisualizationServiceBean
 
getModuleResources(long) - Method in interface com.whitestein.lsps.visualization.VisualizationServiceLocal
Finds resources defined in a specific module.
getModules(String, String) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns a collection of modules for the given name and version.
getModules() - Method in class com.whitestein.lsps.modulemanager.ArchiveProcessorResult
Returns all processed modules.
getModules(ModuleCriteria) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getModules(ModuleCriteria) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns all models according to given criteria
getModules(String, String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getModules() - Method in class com.whitestein.lsps.test.AssemblyDescriptor
 
getModuleVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getModuleVersion(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getModuleVersion(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getModuleVersion() - Method in class com.whitestein.lsps.test.ModuleDescriptor
 
getMonth(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the month of a year of the date.
getMonth(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the month of a year of the date.
getMonth(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getMonths() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the months property.
getMonthsDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the months property.
getMultiAllowedValues() - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
getMultiplicity() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns the source multiplicity.
getMultiTenancyStrategy() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getName() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the column name.
getName() - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
Returns the foreign key name.
getName() - Method in class com.whitestein.lsps.common.ddl.IndexMetadata
Returns the index name.
getName() - Method in class com.whitestein.lsps.common.ddl.PrimaryKeyMetadata
Returns the index name.
getName() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the table name.
getName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of Class.getName()
getName(Class<?>, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getName()
getName(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of Class.getName()
getName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getSimpleName()
getName() - Method in class com.whitestein.lsps.common.StopWatch
Gets the name of this stop watch.
getName() - Method in class com.whitestein.lsps.engine.BinaryDataMetadata
 
getName() - Method in class com.whitestein.lsps.engine.dto.Context
Returns the name of this context.
getName() - Method in class com.whitestein.lsps.engine.dto.GOElement
Returns the element name.
getName() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
Returns the name of this module instance.
getName() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance name.
getName() - Method in class com.whitestein.lsps.engine.dto.Variable
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getName() - Method in class com.whitestein.lsps.engine.lang.compiled.LocalParameter
 
getName() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getName() - Method in class com.whitestein.lsps.engine.state.BinaryDataMetadata
Returns name.
getName() - Method in class com.whitestein.lsps.engine.state.ModelInstanceProperty
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SActivationCommand
 
getName() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns name of this context.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SContextFreeType
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SGOElement
Returns name of this GO element.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
Returns name of the metadata.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
Returns the module name.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
Returns the item name.
getName() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns variable name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.ActivationCommand
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns name of this context.
getName() - Method in class com.whitestein.lsps.engine.state.xml.ContextFreeType
Returns the name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns name of this GO element.
getName() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns the module name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Returns the item name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the context name.
getName() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns variable name.
getName() - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
getName() - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
getName() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getName() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
getName() - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
getName() - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
getName() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getName() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getName() - Method in class com.whitestein.lsps.human.dto.DocumentParameters.Parameter
Returns the parameter name.
getName() - Method in class com.whitestein.lsps.human.entity.Document
Returns document name.
getName() - Method in class com.whitestein.lsps.human.entity.VaadinTheme
 
getName() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getName() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getName() - Method in class com.whitestein.lsps.lang.antlr.AntlrMethods
 
getName() - Method in class com.whitestein.lsps.lang.antlr.AntlrParametrizedType
 
getName() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
getName() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameter
 
getName() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression.ClosureArgAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.CustomConstantExpression
Returns the constant name.
getName() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.TypeParameterAst
 
getName() - Method in class com.whitestein.lsps.lang.ast.VariableExpression
Returns the variable name.
getName() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
getName() - Method in class com.whitestein.lsps.lang.compiled.model.SrcParameter
 
getName() - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
getName() - Method in class com.whitestein.lsps.lang.doc.DocParam
Gets the parameter name.
getName() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns name of this namespace.
getName() - Method in interface com.whitestein.lsps.lang.LangElement
Returns the element name.
getName() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getName() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getName() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
Returns the constraint name.
getName() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeModule
 
getName() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns the name of defined type, which is unique in the module.
getName() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the variable name.
getName() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the name of this function.
getName() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns the name of this parameter.
getName() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Return the type name.
getName() - Method in class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Returns association name.
getName() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
getName() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns record name.
getName() - Method in class com.whitestein.lsps.lang.type.Field
 
getName() - Method in class com.whitestein.lsps.lang.type.FreeType
Returns the free type name.
getName() - Method in class com.whitestein.lsps.lang.type.NamedClassType
Return the type name.
getName() - Method in interface com.whitestein.lsps.lang.type.NamedType
Return the type name.
getName() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getName() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns name of this property.
getName() - Method in class com.whitestein.lsps.lang.type.SimpleType
Returns the name of this simple type.
getName() - Method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
 
getName() - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
getName() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
getName() - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
getName() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
 
getName() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
 
getName() - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
Returns the full string name of this RoleUnit.
getName() - Method in class com.whitestein.lsps.orgstructure.entity.Right
Returns the name of the right.
getName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the role name.
getName() - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Returns the name of the security role.
getName() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns the simple name (i.e.
getName() - Method in class com.whitestein.lsps.os.dto.RoleUnitParameter
Returns the name of the parameter.
getName() - Method in class com.whitestein.lsps.os.dto.SecurityRole
Returns the name of the security role.
getName() - Method in exception com.whitestein.lsps.os.exception.SecurityRoleStaleException
Returns the security role name.
getName() - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
getName() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
getName() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getName() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns name of the goal
getName() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
 
getName() - Method in class com.whitestein.lsps.test.Module
Returns the module name.
getName() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the name of this connection.
getName() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the name of this node
getName() - Method in class com.whitestein.lsps.visualization.dto.DiagramInfo
Gets the diagram name.
getName() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Gets the element name.
getName() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
 
getNameAst() - Method in class com.whitestein.lsps.lang.antlr.AntlrMethods
 
getNameAst() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getNameAst() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getNameAst() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getNameAst() - Method in class com.whitestein.lsps.lang.ast.TypeParameterAst
 
getNamedEntityGraph(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedEntityGraph(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedEntityGraphs() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedEntityGraphs() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedNativeQueryDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedNativeQueryDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedNativeQueryDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedNativeQueryDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedProcedureCallDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedProcedureCallDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedQueryDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedQueryDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedQueryDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getNamedQueryDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getNamedTypes() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getNamedTypes() - Method in interface com.whitestein.lsps.lang.module.Module
Returns a collection of named types (records, enumerations etc.) declared in this module.
getNamePattern() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
getter for name pattern
getNameRange() - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
Returns the range of the function or operator name.
getNamespace() - Method in interface com.whitestein.lsps.engine.ChangeDebugStepContext
Gets the name space of the current step context.
getNamespace() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getNamespace() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getNamespace(Context) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns namespace for a context.
getNamespace() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getNamespace() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getNamespace(RecordType) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getNamespace() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns namespace associated with this context.
getNamespace() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getNamespace() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
Returns the namespace associated with the expression.
getNamespace() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getNamespace() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getNamespace() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getNamespace() - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
getNamespace() - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
Returns the namespace where the closure is declared.
getNamespace() - Method in class com.whitestein.lsps.lang.exec.MockClosureHolder
 
getNamespace(Namespace) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getNamespace(Namespace) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns namespace of this record.
getNamespace() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns namespace
getNamespace() - Method in class com.whitestein.lsps.lang.Interpreter
Returns the current namespace.
getNamespace() - Static method in class com.whitestein.lsps.lang.operation.BasicTypesNamespace
Returns the namespace with basic type operations.
getNamespace() - Method in class com.whitestein.lsps.lang.parser.AbstractParser
 
getNamespace() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getNamespace() - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
getNamespace() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns the namespace
getNamespace() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
Returns the namespace
getNamespaceInLevel(String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getNamespaceInLevel(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getNamespaceInLevel(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getNamespaceInLevel(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns namespace in evaluation level.
getNamespaceModel() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getNamespaceModel() - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
Returns namespace model for this context.
getNamespaceModel() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getNamespaceModel() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getNamespaceModel(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns namespace model
getNamespaceModel() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getNamespaceModel() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
Gets the namespace model for the function body.
getNamespaceModel() - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
getNamespaceModel() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns NamespaceModel for this namespace.
getNamespaceModel() - Method in class com.whitestein.lsps.lang.MockNamespace
 
getNamespaceModel() - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getNamespaceModel() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the namespace model that contains this variable.
getNamespaceModel() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the owner namespace model.
getNamespaceModel(NamespaceModel, boolean, boolean) - Method in class com.whitestein.lsps.lang.type.NamedClassType
Returns NamespaceModel for this type.
getNamespaceName() - Method in class com.whitestein.lsps.lang.ast.VariableExpression
Returns the namespace name of the variable.
getNamespacePath() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getNamespacePath() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
getNameTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getNameTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignature
 
getNameWithBoundParameters(Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.Role
Returns the full name of this role with given parameters bound to the parameter names of this role.
getNameWithParameters() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the role name with all parameter names having null values.
getNameWithParameters() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns the full name (i.e.
getNano(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getNativeImplementation() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
 
getNavigation() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
Returns navigation expression.
getNewLineText() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the text to be appended when a new line is added.
getNewModelHash() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the new model hash.
getNewModelHash() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the new model hash.
getNewModelId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the new model id.
getNewModelId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the new model id.
getNewModelName() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the new model name.
getNewModelName() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the new model name.
getNewModelVersion() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the new model version.
getNewModelVersion() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the new model version.
getNewModuleList() - Method in class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
getNewModules() - Method in class com.whitestein.lsps.modulemanager.ArchiveProcessorResult
Returns only new modules.
getNewState() - Method in class com.whitestein.lsps.engine.change.GoalStateChange
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.change.ModelInstanceStateChange
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.change.ModuleInstanceStateChange
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.change.PlanStateChange
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the new state.
getNewState() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns new state.
getNewState() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns new state.
getNewStateString() - Method in class com.whitestein.lsps.engine.change.GoalStateChange
 
getNewStateString() - Method in class com.whitestein.lsps.engine.change.GOElementStateChange
Returns the new state as a string.
getNewStateString() - Method in class com.whitestein.lsps.engine.change.PlanStateChange
 
getNewValue() - Method in class com.whitestein.lsps.engine.change.RecordChange
Returns new value of a changed property.
getNewValue() - Method in class com.whitestein.lsps.engine.change.VariableChange
Returns new value of the variable.
getNextElementId() - Method in class com.whitestein.lsps.engine.change.TokenMovementChange
Gets the ID of the element the token is being moved to.
getNextTempId() - Static method in class com.whitestein.lsps.engine.state.xml.ValueContent
 
getNextTodoIds(ExecutionTrace, long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getNextTodos(ExecutionTrace, long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getNodeName() - Method in class com.whitestein.lsps.lang.type.xml.XmlMapping
 
getNodes() - Method in class com.whitestein.lsps.engine.profiler.ProfilerStore
 
getNodes() - Method in class com.whitestein.lsps.visualization.Diagram
Gets a list of nodes in this diagram.
getNodeText() - Method in interface com.whitestein.lsps.lang.ast.ASTNode
Returns the text of this node.
getNodeText() - Method in class com.whitestein.lsps.lang.ast.ASTNodeImpl
 
getNodeText() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
getNodeText() - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
 
getNonParametricDocuments() - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns generic documents with no parameters only.
getNonParametricDocuments() - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getNotAuditedEntitiesConfigurations() - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
Get the notAuditedEntitiesConfigurations property.
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.lang.AbstractClosureHolder
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.lang.exec.MockValueHolder
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
getNotCompiledValueHolder() - Method in interface com.whitestein.lsps.lang.exec.ValueHolder
 
getNotCompiledValueHolder() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getNotes() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the notes attached to the todo.
getNotes() - Method in class com.whitestein.lsps.human.entity.Todo
Returns notes attached to the todo.
getNotes() - Method in class com.whitestein.lsps.test.Todo
 
getNotFinishedModelInstanceCount() - Method in class com.whitestein.lsps.engine.dto.ModuleDetails
 
getNotification() - Method in class com.whitestein.lsps.engine.state.ModelInstanceNtf
Returns the notification data.
getNotificationDate() - Method in class com.whitestein.lsps.engine.state.TimerNotification
 
getNullText() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the text to output when null found.
getNullText() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the text to be appended when null is added.
getNumber() - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
getNumber() - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
getNumber() - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
getNumberOfCurrentActiveUsers() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getNumberOfCurrentActiveUsers() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getNumberOfDeadlocks() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getNumberOfLines() - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the number of lines in this document
getNumberOfMaxLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getNumberOfMaxLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getNumberOfMaxLoopExceeded() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getNumberOfMICorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getNumberOfMICorrectInvocations() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getNumberOfMICorrectInvocations() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getNumberOfMIFailedInvocations() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getNumberOfMIFailedInvocations() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getNumberOfMIFailedInvocations() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getNumberOfTreasholdLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheck
 
getNumberOfTreasholdLoopExceeded() - Method in class com.whitestein.lsps.engine.HealthCheckData
 
getNumberOfTreasholdLoopExceeded() - Method in interface com.whitestein.lsps.engine.HealthCheckMXBean
 
getNumerator() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the numerator part of the fraction.
getObject() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Returns the Object being output.
getObjectIdentification() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getObjectIdentification() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
getObjectIdentification() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
getObjectIdentification() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns referenced object identification.
getObjectIdentification() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns the object identification.
getObjectIdentificationSegments() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns segments of the identification.
getObjectInfoJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
getObjectNameNormalizer() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
getObjectValue() - Method in class com.whitestein.lsps.engine.comm.SignalMessage
Returns the signal object value.
getOffset() - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
 
getOffset() - Method in class com.whitestein.lsps.lang.ClosureOrigin
 
getOffset() - Method in exception com.whitestein.lsps.lang.exception.ValidationException
Returns the offset in the expression text where a validation error is detected.
getOldBinaryValues() - Static method in class com.whitestein.lsps.engine.state.xml.ValueContent
 
getOldModelHash() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the old model hash.
getOldModelHash() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the old model hash.
getOldModelId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the old model id.
getOldModelId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the old model id.
getOldModelName() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the old model name.
getOldModelName() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the old model name.
getOldModelVersion() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the old model version.
getOldModelVersion() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the old model version.
getOldState() - Method in class com.whitestein.lsps.engine.change.GoalStateChange
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.change.ModelInstanceStateChange
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.change.ModuleInstanceStateChange
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.change.PlanStateChange
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the old state.
getOldState() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns old state.
getOldState() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns old state.
getOldStateString() - Method in class com.whitestein.lsps.engine.change.GoalStateChange
 
getOldStateString() - Method in class com.whitestein.lsps.engine.change.GOElementStateChange
Returns the old state as a string.
getOldStateString() - Method in class com.whitestein.lsps.engine.change.PlanStateChange
 
getOperation() - Method in class com.whitestein.lsps.common.filter.Compare
Returns the comparison operation.
getOperation() - Method in class com.whitestein.lsps.lang.ast.SignatureExpression
Returns operation.
getOperation() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the operation that executes this method
getOperations() - Method in class com.whitestein.lsps.human.generation.HumanGenerationOperations
 
getOperations() - Method in class com.whitestein.lsps.modulemanager.BasicGeneratorOperations
 
getOperations() - Method in interface com.whitestein.lsps.modulemanager.GeneratorPlugin
Returns a list of generation operations.
getOperations() - Method in class com.whitestein.lsps.orgstructure.generation.OrgGenerationOperations
 
getOperationURI() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getOperationURI() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getOperationURI() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getOperatorRange() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
getOperatorRange() - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
 
getOperatorRange() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
 
getOptimisticLockConflicts(RuntimeToPersistentConverter, Collection<RecordHolder>) - Method in class com.whitestein.lsps.engine.lang.RecordChangeProxyMerger
 
getOptimisticLockConflicts(ModelInstance, Collection<String>, boolean) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Returns records that will have optimistic lock conflicts when merged to base level.
getOptimisticLockConflicts(ModelInstance, Collection<String>, boolean) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
getOptimisticLockConflicts(ExecutionContext, ListHolder, Boolean) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getOptimisticLockConflicts(ExecutionContext, ListHolder, Boolean) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getOptions() - Method in class com.whitestein.lsps.test.web.components.LspsRadioButtonList
 
getOrderBy() - Method in class com.whitestein.lsps.common.query.OrderingAndPagingCriteria
 
getOrdering() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the ordering.
getOrdering() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the ordering.
getOrganizationUnitHolder(ModelInstance, RoleUnitName) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Returns a human::OrganizationUnit record for the given organization-unit name.
getOrganizationUnitHolder(ModelInstance, RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
getOrgStructModuleInProcessModel(String, ProcessModel) - Static method in class com.whitestein.lsps.orgstructure.context.OrgStructureHelper
Searches for organizational structure module (identified by given moduleName) that is expected to exist in given processModel or in one of its imported modules, and returns OrgStructModule instance found or null if there is no such module.
getOrgUnit(ExecutionContext, String, String, MapHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns an organization unit given the module name and the organization unit name, or null, if there is no such organization unit.
getOrgUnit(ExecutionContext, String, String, MapHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getOrgUnitRecordHolder(ExecutionContext, String, String, Map<?, ?>) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns an organization unit given the module name and the organization unit name, or null, if there is no such organization unit.
getOrgUnitRecordHolder(ExecutionContext, String, String, Map<?, ?>) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getOrigin() - Method in class com.whitestein.lsps.lang.ast.DebugExpression
Returns the expression origin (needed as a debug information).
getOrigin() - Method in class com.whitestein.lsps.lang.Interpreter
Returns the expression origin.
getOrigin() - Method in class com.whitestein.lsps.lang.operation.ExpressionOperation
Returns the expression origin.
getOriginalFilterString() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
 
getOriginalPrincipalName() - Method in interface com.whitestein.lsps.common.SecurityManagerService
Returns the original principal of the current request.
getOriginalPrincipalName() - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getOriginalRecord() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
getOriginalRecord() - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Returns a record object that is original non-proxy record.
getOriginalRecord() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getOriginalRecord() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getOriginalRecord() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns proxied record that is not proxy.
getOriginElementId() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
getOriginOffset() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
getOriginProperty() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
getOsJAXBContext() - Static method in class com.whitestein.lsps.os.OsJAXBContext
Returns JAXBContext object used for marshalling and demarshalling active users track.
getOutDegree(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns out degree of given vertex.
getOutlineColor() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the outline color of this node
getOutlineColor() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Gets the outline color in "r,g,b" format.
getOutputEntries() - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
getOutputEntries() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
getOutputs() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getOutputs() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getOverriddenMethodsBySignature(String) - Method in class com.whitestein.lsps.lang.type.ClassType
Returns a collection of overridden methods by a given signature.
getOverrideHierarchy(Method, ClassUtils.Interfaces) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Get the hierarchy of overridden methods down to result respecting generics.
getOwnContext(long) - Method in interface com.whitestein.lsps.engine.state.xml.CommonRecordValue
Returns the record context.
getOwnContext(long) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns own context
getOwnContext(long) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
Returns own context
getOwnContext(long) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns own context
getOwnContextId() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
getPackageCanonicalName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name from the canonical name of an Object.
getPackageCanonicalName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name from the canonical name of a Class.
getPackageCanonicalName(String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name from the canonical name.
getPackageDeclaration() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getPackageName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name of an Object.
getPackageName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name of a Class.
getPackageName(String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the package name from a String.
getPackageName(String) - Static method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getPager() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the pager for this table.
getPagesCount() - Method in class com.whitestein.lsps.test.web.components.Pager
Returns the pages count as shown in the pager.
getParameter(String) - Method in interface com.whitestein.lsps.engine.lang.TaskContext
Returns a parameter by name.
getParameter(String) - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getParameter(String) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getParameter(int) - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getParameter() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
getParameter(int) - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameter(String) - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameter(String) - Method in class com.whitestein.lsps.orgstructure.entity.Role
Returns the value of the parameter that this role contains.
getParameter(String) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns the value of a parameter identified by given name or null if the parameter with such name does not exist for this role or organization unit.
getParameter(String) - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServletRequest
Fixing Vaadin upload problem on Weblogic.
getParameter(String, TaskContext) - Static method in class com.whitestein.lsps.ws.util.ParamUtil
Gets the parameter from context.
getParameterCount() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
 
getParameterCount() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getParameterCount() - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameterExpression(int) - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getParameterExpression(String) - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getParameterExpression(int) - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameterExpression(String) - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameterIndex(String) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the index of the given parameter.
getParameterIndices() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns a map of parameter indices.
getParameterName(int) - Method in class com.whitestein.lsps.human.entity.RoleWithParameters
Returns the parameter name for the given index.
getParameterName(int) - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getParameterName(int) - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
 
getParameterName(int) - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the parameter name for the given index.
getParameterNames() - Method in interface com.whitestein.lsps.engine.lang.TaskContext
Returns a set of the task parameter names.
getParameterNames() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getParameterNames() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getParameterNames() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameters
 
getParameterNames() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns a set of all the parameter names that belong to this role name.
getParameterNames() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns a set of parameter names belonging to this role or organization unit.
getParameterNames() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns a set of parameter names present in this RoleUnitName.
getParameterPattern(String) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns parameter pattern for some parameter specified by name
getParameterPatterns() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns parameter patterns
getParameters() - Method in class com.whitestein.lsps.engine.LocalizationKey
Returns the parameters of the localizable string.
getParameters() - Method in class com.whitestein.lsps.engine.state.ServiceInvocation
Returns the parameter values.
getParameters() - Method in class com.whitestein.lsps.human.custom.CustomUITodoContent
Returns list of parameters.
getParameters() - Method in class com.whitestein.lsps.human.dto.DocumentParameters
Returns the parameter name.
getParameters() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns serialized parameters.
getParameters() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameters
 
getParameters() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
Returns the unmodifiable list of parameters.
getParameters() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getParameters() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getParameters() - Method in class com.whitestein.lsps.lang.ast.TaskParametersAst
Returns the unmodifiable list of parameters.
getParameters() - Method in class com.whitestein.lsps.lang.ast.TypeParametersAst
 
getParameters() - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
getParameters() - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
Returns the parameter map of this RoleUnit.
getParameters() - Method in class com.whitestein.lsps.orgstructure.entity.Role
Returns a collection of parameters that belong to this role.
getParameters() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns a collection of parameters.
getParametersMap() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns a map of parameter names and values of this RoleUnitName .
getParameterTypes() - Method in class com.whitestein.lsps.engine.state.ServiceInvocation
Returns the method parameter types.
getParams() - Method in class com.whitestein.lsps.lang.doc.Doc
Gets the descriptions of the element's parameters.
getParamValue(int) - Method in class com.whitestein.lsps.human.entity.RoleWithParameters
Return the parameter value for the given index.
getParamValue(int) - Method in class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Gets parameter value for the given index.
getParent() - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
Returns the bundle parent.
getParent() - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.EnumerationValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
getParent() - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
getParent() - Method in interface com.whitestein.lsps.engine.dto.val.Value
Returns the parent of this value.
getParent() - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
getParent() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the parent model instance.
getParent() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the parent process instance or null if this is a top process instance.
getParent() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getParent() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getParent() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns the parent namespace or null.
getParent() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getParent() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGenerator
 
getParent() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
 
getParent() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns parent of the goal or plan.
getParent() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the parent model instance.
getParentContext() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getParentContext() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the parent execution context or null if it does not exist.
getParentContext() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getParentContext() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getParentContext() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the parent context or null if this is top module context.
getParentContext() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getParentContext() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getParentGoal() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns the parent goal or null if this is top goal in its module.
getParentId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns the parent model instance id.
getParentId() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the parent id.
getParentId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the parent id.
getParentModelElement(ModelProvider) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns parent model element if exists.
getParentModelElementId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
 
getParentModelElementId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
 
getParentModelElementId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getParentModelElementId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
getParentModelElementId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Gets the identifier of a model element the execution of which produced this process instance.
getParentModelElementId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
 
getParentModelInstanceId() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
Returns the parent model instance id.
getParentModelInstanceId() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
getParentNamespace() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getParentNamespace() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getParentNamespace() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getParentNamespace() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns parent namespace or null if this is top namespace.
getParentNamespace() - Method in class com.whitestein.lsps.lang.MockNamespace
 
getParentNamespace() - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getParentProcessInstanceId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the parent process instance id.
getParentProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the parent process instance id.
getParentProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns parent process instance id.
getParentProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns parent process instance id.
getParentProxySet() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getParentProxySet() - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
getParentProxySet() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getParents() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
Returns a collection of parents of this role or organization unit.
getParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.ConstantExpression
 
getParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
 
getParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the value of the expression determined in parse time.
getParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
getParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
getPassword() - Method in class com.whitestein.lsps.os.dto.PersonData
Gets the person password.
getPassword() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field password
getPasswordHash() - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
getPasswordSalt() - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
getPath() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getPath() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getPath() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getPath() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the full path to this context as a string.
getPath() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getPath() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getPath() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the full path to this element as a string.
getPath() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns the full path to this element as a string.
getPath() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getPath() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getPath() - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Returns the full path to this element as a string.
getPath() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getPath() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getPath() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns referenced path if a property is referenced.
getPath() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getPathForEnumConstant(ClosureHolder, String, EnumerationImpl) - Static method in class com.whitestein.lsps.engine.HolderHelper
Returns path mapped to the enumeration in the query used in the closure.
getPathParams() - Method in class com.whitestein.lsps.wsserver.task.RestRequestMessage
 
getPathQID() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getPathQID() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getPathQID() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the full path to this context as a QID.
getPathQID() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getPathQID() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getPathQID() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getPathQID() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getPathQID() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the full path to this element as a QID.
getPathQID() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns the full path to this element as a QID.
getPathQID() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getPathQID() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getPathQID() - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Returns the full path to this element as a QID.
getPathQID() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getPathQID() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getPathQID() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getPathQID() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns QID of the context path.
getPathTemplate() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getPathTemplate() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Gets the path template which determines what paths can be handled by this handler.
getPathVariables() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getPayload() - Method in class com.whitestein.lsps.engine.comm.EscalationRequestMessage
Gets the payload for the escalation event which should be created.
getPayload() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
getPayload() - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
Gets payload of this escalation.
getPayload() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Gets payload of this escalation.
getPayload() - Method in interface com.whitestein.lsps.engine.TerminationReason
Returns escalation payload for relevant reason.
getPayload() - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
getPerformerHolderConverter() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the provided performer holder converter.
getPerformers() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the set of performers for the todo.
getPerformers() - Method in class com.whitestein.lsps.human.entity.Todo
Returns a collection of performers for this todo.
getPerformers() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the todo performers.
getPerformers() - Method in class com.whitestein.lsps.test.Todo
 
getPersistenceUnitName() - Method in class com.whitestein.lsps.engine.EngineStatisticsInitializationBean
 
getPersistenceUnitName() - Method in class com.whitestein.lsps.human.HumanStatisticsInitializationBean
 
getPersistenceUnitName() - Method in class com.whitestein.lsps.orgstructure.OsStatisticsInitializationBean
 
getPersistenceUnitName() - Method in class com.whitestein.lsps.pm.PmStatisticsInitializationBean
 
getPersistentClass() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityLazyInitializer
 
getPersistentClassName(LspsXClass) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
getPersistentExecutionContext(long, ModelInstanceType, String) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Returns an execution context for the given model or null if it does not exist.
getPersistentExecutionContext(long, ModelInstanceType, String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getPerson() - Method in class com.whitestein.lsps.orgstructure.entity.PersonChange
Returns person.
getPerson() - Method in class com.whitestein.lsps.os.dto.Performer
Returns person.
getPerson() - Method in class com.whitestein.lsps.os.dto.PersonData
Gets the person data.
getPerson(String) - Method in interface com.whitestein.lsps.os.PersonService
Returns a Person instance if such person (identified by id) exists in the application.
getPerson(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
getPerson(String) - Method in class com.whitestein.lsps.test.LspsRemote
Finds a person with a given id.
getPersonalTodoList(Person, PagingCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getPersonalTodoList(Person, PagingCriteria) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns person's personal todo list (all todos currently locked by given person), according to given paging criteria, sorted by todo priority and issued date.
getPersonalTodoList(PagingCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the personal list for the current user, the to-dos do not contain the to-do content nor the to-do performers.
getPersonalTodoList(PagingCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getPersonByLogin(String) - Method in interface com.whitestein.lsps.os.PersonService
Returns a Person instance if such person (identified by login) exists in the application.
getPersonByLogin(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
getPersonDao() - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
getPersonDao() - Method in class com.whitestein.lsps.pm.PersonServiceBase
Returns person service dao.
getPersonDao() - Method in class com.whitestein.lsps.pm.PersonServiceBean
 
getPersonEntity(ExternalRecordHolder) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
getPersonFullName(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns the full name of the specified person.
getPersonFullName(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonHolder(ModelInstance, String) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Returns a human::Person record for the given person id.
getPersonHolder(ModelInstance, String) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
getPersonId() - Method in class com.whitestein.lsps.human.dto.TodoRejection
gets id of person concerning this rejection
getPersonId() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the person id.
getPersonId() - Method in class com.whitestein.lsps.human.entity.TodoRejection
Returns the person id.
getPersonId() - Method in class com.whitestein.lsps.orgstructure.entity.Role
Returns the owning personId.
getPersonId() - Method in class com.whitestein.lsps.test.LspsRemote
Returns the person id of the connected user.
getPersonManagementService() - Method in class com.whitestein.lsps.test.LspsRemote
Provides methods for person management (creating, updating, removing persons), person-role mapping and querying, and role querying.
getPersonPicture(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns file with photo for the person.
getPersonPicture(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonPicture(String) - Method in interface com.whitestein.lsps.os.PersonService
Returns picture for person.
getPersonPicture(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
getPersonProperties(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns the additional properties of the specified person.
getPersonProperties(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonRoles(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a set of organization roles from the current model directly as signed to the specified person.
getPersonRoles(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonWithId(ExecutionContext, String) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a person given the id of the process performer or ErrorExcetion, if there is no such person.
getPersonWithId(ExecutionContext, String) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonWithLogin(ExecutionContext, String) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a person given the unique name of the process performer or ErrorExcetion, if there is no such person.
getPersonWithLogin(ExecutionContext, String) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getPersonWithLogin(String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
getPhone() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the phone.
getPhone() - Method in class com.whitestein.lsps.os.dto.Person
Returns the phone of the person.
getPhone() - Method in interface com.whitestein.lsps.os.PersonEntity
Phone
getPhonePattern() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the phone pattern.
getPhysicalColumnName(Table, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPhysicalColumnName(Table, Identifier) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPhysicalNamingStrategy() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getPhysicalTableName(Identifier) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPhysicalTableName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPlaceholder() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Return value of placeholder attribute.
getPlaceholder() - Method in class com.whitestein.lsps.test.web.components.LspsDateTextBox
Returns the current field value.
getPlaceholder() - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
Returns the current TextBox value.
getPlaceholder() - Method in class com.whitestein.lsps.test.web.components.LspsTextArea
Returns the current TextBox value.
getPlaceholder() - Method in class com.whitestein.lsps.test.web.components.LspsTextBox
Returns the current TextBox value.
getPlan(Plan) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::Plan record for the given plan.
getPlan(Plan) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getPlanProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.Plan
Returns the process instance of the plan.
getPlanProcessInstanceId() - Method in class com.whitestein.lsps.engine.dto.Plan
Returns the plan process instance id.
getPluginForEntityName(String) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
Answer plugin supporting given entity name
getPlugins() - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
getPojo(String) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
 
getPopupSuggestionElements() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Gets the elements of all suggestions on the current page.
getPostprocessingModelId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the model id of the post-processing model.
getPostprocessingModelId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns postprocessing model id.
getPreprocessingModelId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the model id of the pre-processing model.
getPreprocessingModelId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns preprocessing model id.
getPrimaryKey() - Method in class com.whitestein.lsps.engine.dto.ExternalRecord
Returns java representation of the primary key.
getPrimaryKey(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityLazyInitializer
Returns the primary key value.
getPrimaryKey(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
getPrimaryKey(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
getPrimaryKey(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getPrimaryKeyMetadata() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the primary key metadata.
getPrimaryKeyString() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns primary key string.
getPrimaryRange() - Method in class com.whitestein.lsps.lang.ast.Expression
 
getPrincipal() - Method in class com.whitestein.lsps.wsserver.task.WsRequestMessage
Returns the principal.
getPrincipalName() - Method in interface com.whitestein.lsps.common.SecurityManagerService
Returns the current principal name.
getPrincipalName() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns principal name.
getPrincipalName() - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
getPrincipalRights() - Method in interface com.whitestein.lsps.common.SecurityManagerService
Returns the set of rights of the current principal.
getPrincipalRights() - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
getPriority() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the todo priority in the personal todo list
getPriority() - Method in class com.whitestein.lsps.human.entity.Todo
Returns priority of todo in personal todo list.
getPriority() - Method in class com.whitestein.lsps.test.Todo
 
getProblems() - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
getProcess(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns a process for the given element id.
getProcess() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessElement
Returns the process.
getProcess() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
Returns the process.
getProcessElement(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns a process element for the given element id.
getProcessElements() - Method in class com.whitestein.lsps.modulemanager.entity.Process
Returns a collection of all process elements.
getProcessEntity(ExecutionContext, Type) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns the associated process entity.
getProcessEntity(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
getProcesses() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns a collection of all processes.
getProcessInstance() - Method in class com.whitestein.lsps.engine.change.GoalsChange
Returns the goals.
getProcessInstance(long) - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns a process instance for given id or null if it does not exist.
getProcessInstance() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getProcessInstance() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the process instance.
getProcessInstance() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getProcessInstance() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the process instance containing this context, can be null.
getProcessInstance() - Method in interface com.whitestein.lsps.engine.state.xml.ElementInProcess
Returns process instance the element is in.
getProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Returns the process instance in which this escalation was generated.
getProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Deprecated.
information about process instance id is stored in the objectIdentificationSegments
getProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Returns the process instance.
getProcessInstance(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns process instance from this model instance for the given id.
getProcessInstance() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the process instance.
getProcessInstance() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getProcessInstance() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getProcessInstance(ProcessInstance) - Method in interface com.whitestein.lsps.stdlib.type.CoreTypeFactory
Returns a core::ProcessInstance record for the given process instance.
getProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getProcessInstance(String) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the single process instance with given name for this model instance.
getProcessInstanceCount() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the process instance count.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
Returns the process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.dto.GOElement
Returns the process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
Gets the identifier of the process instance in which this escalation was generated.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Gets the identifier of the process instance in which this escalation was generated.
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Deprecated.
information about process instance id is stored in the objectIdentificationSegments
getProcessInstanceId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns the context id.
getProcessInstanceId() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Returns the process instance id.
getProcessInstanceId() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Gets the identifier of a process instance this data is relevant for.
getProcessInstanceIds() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getProcessInstances() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
Returns the list of process instances.
getProcessInstances() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Return the list of child process instances.
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns a collection of all registered process instances.
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns immutable collection of child process instances.
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns immutable collection of child process instances.
getProcessInstances() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns all the process instances.
getProcessInstances(String) - Method in class com.whitestein.lsps.test.ModelInstance
Finds all process instances for this model instance, with given name.
getProcessInstanceState(String) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the state of a process instance with given name.
getProcessLogs() - Method in class com.whitestein.lsps.test.ModelInstance
 
getProcessModel() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
Returns process model.
getProcessModel() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getProcessModel() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the process model.
getProcessModel() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getProcessModel() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns the process model.
getProcessModel() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getProcessModel(long) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns process model persisted under specified id.
getProcessModel(String) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns process model with specified model runtime hash.
getProcessModel(long) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getProcessModel(String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getProcessModel(String) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Returns a process model for the given module hash.
getProcessModel() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getProcessModel() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getProcessModel(String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
getProcessModelIfCached(long) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns the cached process model; returns null if the model is not stored in the cache.
getProcessModelIfCached(String) - Method in enum com.whitestein.lsps.engine.ModelCache
Returns the cached process model; returns null if the model is not stored in the cache.
getProcessPath() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getProcessPath() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
getProcessPath() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the full path to model element that is bound to this context.
getProcessPath() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getProcessPath() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getProcessPath() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getProcessPath() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getProcessPathQID() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the full path to model element that is bound to this context.
getProcessPathQID() - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getProcessPathQID() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getProcessPathQID() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getProcessPathQID() - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getProcessPathQID() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getProcessRelationship(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns a process relationship for the given element id.
getProcessRelationships() - Method in class com.whitestein.lsps.modulemanager.entity.Process
Returns a collection of all process relationships.
getProcessService() - Method in class com.whitestein.lsps.test.LspsRemote
 
getProcessType() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
 
getProfilerStore() - Static method in class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
Returns ProfilerStore with last nodes and last expensive nodes.
getProfilerStore() - Method in class com.whitestein.lsps.engine.profiler.ProfilerServiceBean
 
getProfilerStore() - Method in interface com.whitestein.lsps.engine.profiler.ProfilerServiceLocal
 
getProperNumerator() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the proper numerator, always positive.
getProperties() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
Returns the properties map.
getProperties() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns process properties.
getProperties() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns an unmodifiable map of model instance properties.
getProperties() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Returns all additional properties.
getProperties() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the properties
getProperties() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
getProperties() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the properties
getProperties() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
getProperties() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns the unmodifiable set of property names.
getProperties() - Method in class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
Returns all additional properties.
getProperties() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
getProperties() - Method in class com.whitestein.lsps.lang.exec.Path
Returns list of properties.
getProperties() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns list of properties.
getProperties() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns properties (both local and inherited properties).
getProperties(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the properties of the given record type.
getProperties() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the model instance properties.
getProperties() - Method in class com.whitestein.lsps.test.TestConfig
Loads the environment.properties file (or other file if specified by -Dtest.env.cfg property).
getProperties() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets properties specific to the given type.
getPropertiesForEquals() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns a list of property names used for equals.
getPropertiesToCreateProxy() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getProperty(String) - Static method in class com.whitestein.lsps.common.ServerProperties
Answer a property value from the property file
getProperty() - Method in class com.whitestein.lsps.engine.change.ExternalRecordPropertyAccessEvent
 
getProperty() - Method in class com.whitestein.lsps.engine.change.RecordChange
Returns name of the changed property.
getProperty(String) - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
getProperty(String) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getProperty() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getProperty(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getProperty(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns value of the property.
getProperty(String) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
getProperty(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getProperty(String) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getProperty(String) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getProperty(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns property.
getProperty(String) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getProperty() - Method in class com.whitestein.lsps.engine.lang.ToMergeRelation
Returns property name.
getProperty(RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
getProperty(String) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns a model instance property by its name.
getProperty() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
getProperty(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns value of the property.
getProperty() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
getProperty(String) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns record property by its name or null if given property does not exist.
getProperty(ExecutionContext, ReferenceHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getProperty(ExecutionContext, ReferenceHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getProperty(String) - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.ComponentPropertiesSource
 
getProperty() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
Returns the property to access.
getProperty(String) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getProperty(String) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns the property given the property name, if no such property exists, exception is thrown.
getProperty() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns last referenced property if a property is referenced.
getProperty() - Method in class com.whitestein.lsps.lang.ExpressionOrigin
Returns the model property
getProperty() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
getProperty(String) - Method in class com.whitestein.lsps.lang.RecordWrapper
Returns the property value.
getProperty() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getProperty(String) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns property.
getProperty(String) - Method in class com.whitestein.lsps.orgstructure.context.AnyPerformerHolder
 
getProperty(String) - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
 
getProperty(ExecutionContext, Type, String) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns a property with a given name or null if there is no property with a given name.
getProperty(String) - Method in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
 
getProperty(String) - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getProperty(String) - Method in class com.whitestein.lsps.stdlib.type.MaintainGoalHolder
 
getProperty(String) - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
 
getProperty(String) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
 
getProperty(RecordProperty) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceRemoteMIAdapter
 
getProperty(RecordProperty) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceThisMIAdapter
 
getPropertyAccessStrategy() - Method in class com.whitestein.lsps.engine.sharedrecord.MapEntityAccess
 
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPropertyDeclarationRecord(String) - Method in class com.whitestein.lsps.lang.type.RecordType
Returns a record type where the given property is declared.
getPropertyId() - Method in class com.whitestein.lsps.common.filter.And
 
getPropertyId() - Method in class com.whitestein.lsps.common.filter.Between
 
getPropertyId() - Method in class com.whitestein.lsps.common.filter.Compare
Returns the property id of the property to compare against the fixed value.
getPropertyId() - Method in class com.whitestein.lsps.common.filter.Filter
 
getPropertyId() - Method in class com.whitestein.lsps.common.filter.Like
 
getPropertyId() - Method in class com.whitestein.lsps.common.filter.Or
 
getPropertyId() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
Returns the property identifier to which this filter applies.
getPropertyInternal(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Gets property internal.
getPropertyInternal(RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
getPropertyIterator() - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.ComponentPropertiesSource
 
getPropertyLabel(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.LabelFunctions
Returns the label of the given property.
getPropertyMetadata(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the property metadata.
getPropertyName() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getPropertyName() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
getPropertyName() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns property name in which binary is stored.
getPropertyName() - Method in class com.whitestein.lsps.lang.exec.Property
Returns the property name.
getPropertyName(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns a property name (a name of the field or association).
getPropertyNames() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns collection with property names (both local and inherited).
getPropertyNames(ExecutionContext, PropertyPath) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the list of property names.
getPropertyNamesAsArray() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns the array with property names (both local and inherited).
getPropertyPathRecordType(ExecutionContext, PropertyPath) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the property path record type.
getPropertyPathType(ExecutionContext, PropertyPath) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the property path type (the type of the last property).
getPropertyPathValue(ExecutionContext, RecordHolder, PropertyPath) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the value of the given property path of the given record object.
getPropertyRange() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
Returns the range of the property identifier.
getPropertyRange(int) - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
Returns the range of the property identifier at the given index.
getPropertyRecord(InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getPropertyRecord(ExecutionContext, ReferenceHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getPropertyRecord(ExecutionContext, ReferenceHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getPropertyRecord() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns root record for the property if a property is referenced.
getPropertyRecord(InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns root record for the property if a property is referenced.
getPropertyRecord(InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getPropertyRecordType(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the record type in which this property is declared.
getPropertyReference(ExecutionContext, ReferenceHolder, Property...) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the reference to the object defined by the last property parameter.
getPropertyReferencedAssociation(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getPropertySafe(RecordHolder, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getPropertySelectorRange() - Method in class com.whitestein.lsps.lang.ast.Expression
 
getPropertyType() - Method in class com.whitestein.lsps.lang.exec.Property
Returns the property type.
getPropertyType(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns a property type.
getPropertyValue(ModelProvider, String, RecordHolder, Property) - Static method in class com.whitestein.lsps.engine.HolderHelper
Returns value of the property of the record in the evaluation level.
getPropertyValue(ExecutionContext, RecordHolder, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns the value of the given property of the given record object.
getProperWhole() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the proper whole part of the fraction.
getProtectionDomain() - Method in enum com.whitestein.lsps.common.JavaReflectionCache
 
getProtectionDomain() - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getProtectionDomain() - Static method in class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
 
getProviderClassName() - Method in class com.whitestein.lsps.engine.dto.ExternalRecord
Returns entity provider class name.
getProviderJavaClassName() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns provider java class name.
getProxiedRecord() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getProxiedRecord() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns proxied record.
getProxiedRecord() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getProxiedRecord() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns proxied record of this record.
getProxiedRecord(Object) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Returns proxied record of the proxy.
getProxiedRecord(Object) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
getProxiedRecordId() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getProxiedRecordId() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns id of proxied record.
getProxiedRecords() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getProxies() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getProxies() - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
getProxies() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getProxy(Serializable, SharedSessionContractImplementor) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxyFactory
 
getProxyFor(CommonRecordValue) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
getProxyLevel() - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Gets number of proxies from this object to original non-proxy record.
getProxyLevel() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getProxyLevel() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getProxyLevel() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getProxyLevel() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
For original record it returns 0.
getProxyLevel(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Returns proxy level of the record.
getProxyLevel(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
getProxySet() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getProxySet() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getProxySet() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getProxySet() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getProxySet() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getProxySet() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getProxySet() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
getProxySet(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getProxySet() - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Returns proxy set in which the proxy is registered.
getProxySet() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getProxySet() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getProxySet() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns proxySet of this record.
getProxySet(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Returns RecordProxySetHolder for the record.
getProxySet(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
getProxySetId() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getProxySets() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
getProxySets() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getProxySetToUse() - Static method in class com.whitestein.lsps.engine.lang.RecordProxySet
 
getPublicMethod(Class<?>, String, Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns the desired Method much like Class.getMethod, however it ensures that the returned Method is from a public class or interface and not from an anonymous inner class.
getQID() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getQid() - Method in class com.whitestein.lsps.lang.antlr.AntlrNamedType
 
getQID() - Method in class com.whitestein.lsps.lang.ast.QIDAst
 
getQID() - Method in class com.whitestein.lsps.lang.ast.ValidationTag
 
getQID() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns QID for this signature.
getQName() - Method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
 
getQName() - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
getQuoteMatcher() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the quote matcher currently in use.
getR1() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getR1() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
getR2() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
getR3() - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
getRange(CommonTree) - Method in class com.whitestein.lsps.lang.ast.Expression
 
getRawFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns unmodified value from entity.
getRawFromEntity(RecordProperty) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
getRawFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
getRawFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
 
getRawFromEntity(Object, RecordProperty) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
getRawModelInstanceXml(long) - Method in interface com.whitestein.lsps.engine.ProcessService
Returns the specified model instance as an xml structure or null if it does not exist.
getRawModelInstanceXml(long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
getRawType(Type, Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Get the raw type of a Java type, given its context.
getReadOnlyRecord(ExecutionContext, RecordHolder, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getReadOnlyRecord(ExecutionContext, RecordHolder, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getReadTimeout() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field readTimeout
getReason() - Method in class com.whitestein.lsps.engine.comm.EscalationMessage
Returns the escalation reason.
getReason() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
getReason() - Method in interface com.whitestein.lsps.engine.TerminationReason
Returns reason
getReason() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
 
getReason() - Method in class com.whitestein.lsps.human.dto.TodoRejection
gets reason of this rejection
getReason() - Method in class com.whitestein.lsps.human.entity.TodoEscalation
 
getReason() - Method in class com.whitestein.lsps.human.entity.TodoRejection
Returns the rejection reason.
getReceiver() - Method in class com.whitestein.lsps.engine.comm.CommunicationUnit
Returns the receiver.
getReceiver() - Method in class com.whitestein.lsps.engine.state.UnprocessedInput
The receiver id.
getRecord(ModelInstance, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getRecord(ModelInstance, RecordType, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getRecord(ModelInstance, RecordType, Serializable, Long) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getRecord(ModelInstance, String, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getRecord(ModelInstance, String, Serializable, Long) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getRecord(ModelInstance, Object) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a shared record for the given Hibernate entity.
getRecord(ModelInstance, RecordType, Serializable) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a shared record for the given type and id.
getRecord(ModelInstance, RecordType, Serializable, Long) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a shared record for the given type and id.
getRecord(ModelInstance, String, Serializable) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a shared record for the given type and id.
getRecord(ModelInstance, String, Serializable, Long) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Returns a shared record for the given type and id.
getRecord() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
Returns wrapped read-write record value.
getRecordClassNames() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getRecordExpression() - Method in class com.whitestein.lsps.lang.ast.MethodExpression
Returns the record expression.
getRecordExpression() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
Returns the record expression.
getRecordHolder() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
Returns corresponding record holder.
getRecordId() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
Returns the context id.
getRecordId() - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getRecordOnProxyLevel(int) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getRecordOnProxyLevel(int) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns record with the defined proxy level or with the smaller level if such does not exist.
getRecordProperty() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns record property
getRecordProperty(int) - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
Returns the record property corresponding to the path segment at the given index.
getRecordProperty() - Method in class com.whitestein.lsps.lang.exec.Property
Returns the corresponding record property.
getRecordProperty(int) - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns the record property corresponding to the path segment at the given index.
getRecordSupertype() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns the record super type, or null it this type does not extend another record type.
getRecordSupertype(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns the supertype of the given record type.
getRecordType() - Method in class com.whitestein.lsps.engine.change.ExternalRecordPropertyAccessEvent
 
getRecordType() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
Returns the record type.
getRecordType(SharedRecordConfiguration, ExternalRecordEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.RuntimeToHibernateConverter
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Returns referenced record type.
getRecordType() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
getRecordType() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
getRecordType() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
Returns the associated record type.
getRecordType() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
getRecordType() - Method in class com.whitestein.lsps.lang.ast.ValidationTargetAst
 
getRecordType() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns the record type.
getRecordType() - Method in class com.whitestein.lsps.lang.type.ExternalRecordAssociation
Returns association record type.
getRecordType() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
getRecordType() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns record type.
getRecordType() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getRecordType() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getRecordType() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns the record type.
getRecordTypeAst() - Method in class com.whitestein.lsps.lang.ast.ValidationTargetAst
 
getRecordTypeForEntity(Object, long) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns record type for entity.
getRecordTypeForEntity(Object, long) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
getRecordTypes() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getRecordTypes() - Method in interface com.whitestein.lsps.lang.module.Module
Returns record types, declared in this Module
getRecordValue() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns record value.
getRecordValue() - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
Returns record value.
getRecordValueId() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns id of record value.
getRecordValueId() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns id of record value.
getRecordValueId() - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
Returns id of record value.
getReducedFraction(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Creates a reduced Fraction instance with the 2 parts of a fraction Y/Z.
getReference() - Method in class com.whitestein.lsps.human.custom.ReferenceAndValue
Returns reference.
getReferencedClassType(Type) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
If the given type is a class type or a reference to a class type, that class type is returned.
getReferencedContext(ContextReferencingExpression) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getReferencedModelInstanceId() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Returns id of a model instance to the process instance belongs to.
getReferencedOperation(Namespace, String, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getReferencedOperation(String, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getReferencedOperation(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getReferencedOperation(String) - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getReferencedOperation(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns operation for the id.
getReferencedOperation(String) - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getReferencedPropertyType(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getReferencedPropertyType(String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getReferencedType() - Method in class com.whitestein.lsps.lang.type.ReferenceType
Returns the referred type.
getReferencedType(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Returns the referenced type.
getReferencedValue(ExecutionContext, ReferenceHolder, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getReferencedValue(ExecutionContext, ReferenceHolder, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getReferences() - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
getReferences() - Method in interface com.whitestein.lsps.engine.state.xml.Collectible
Returns collection of all referenced collectible objects.
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.Task
 
getReferences() - Method in class com.whitestein.lsps.engine.state.xml.Token
 
getReferenceString() - Method in class com.whitestein.lsps.engine.dto.Reference
Returns expression string of the reference.
getReflectionManager() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getRefTable() - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
 
getRegisteredModels() - Method in enum com.whitestein.lsps.engine.ModelCache
 
getRegisteredModuleIds() - Method in enum com.whitestein.lsps.engine.ModelCache
 
getRejectedBy() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns person's id used for filtering rejected to-dos.
getRejecters(long) - Method in interface com.whitestein.lsps.human.TodoService
Gets persons who reject to-do specified by its ID.
getRejecters(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getRejectingPersons() - Method in class com.whitestein.lsps.human.entity.Todo
Returns a collection of rejecting persons.
getRejectionBy(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Returns a todo rejection for the specified person.
getRejections() - Method in class com.whitestein.lsps.human.entity.Todo
Returns a collection of rejections.
getRejections(long) - Method in interface com.whitestein.lsps.human.TodoService
Gets rejections for to-do specified by its ID.
getRejections(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getRemote() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the associated remote.
getRemote() - Method in class com.whitestein.lsps.test.Module
Returns the associated remote.
getRemote() - Method in class com.whitestein.lsps.test.Person
Returns the associated remote.
getRemote() - Method in class com.whitestein.lsps.test.Todo
Returns the associated remote.
getRemote() - Method in class com.whitestein.lsps.test.web.UITester
 
getRemoved() - Method in class com.whitestein.lsps.common.collections.DiffList
Returns a list of the removed elements.
getRemovedRole() - Method in class com.whitestein.lsps.orgstructure.entity.PersonRoleChange
Returns removed role.
getRemovedSubstitute() - Method in class com.whitestein.lsps.orgstructure.entity.PersonSubstitutionChange
Returns removed substitute.
getReplyIdentifier() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field replyIdentifier;
getRequest() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getRequest() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field request;
getRequest() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getRequestHeaders() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getRequestHeaders() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
 
getRequestHeaders() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getRequestHeaders() - Method in class com.whitestein.lsps.wsserver.task.RestRequestMessage
Gets the request headers.
getRequestId() - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
getRequestParams() - Method in class com.whitestein.lsps.wsserver.task.RestRequestMessage
 
getRequestPattern() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getRequestReceived() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getRequestReceived() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getRequestReceived() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getRequestReceived() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getRequestReceivedFrom() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getRequestReceivedTo() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getRequestString() - Method in class com.whitestein.lsps.wsserver.task.WsRequestMessage
 
getResendDate() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Last date the message was re-sent.
getResendDate() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Last date the message was re-sent.
getResendFrom() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
getResendTo() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
getResent() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
getReservedKeywords() - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns a set of reserved language keywords.
getResource() - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
 
getResource() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Gets the resource this element is defined in.
getResourceBundle(String, LocaleValue) - Method in interface com.whitestein.lsps.engine.LocalizationService
Returns a message bundle for the given module and locale.
getResourceBundle(String, LocaleValue) - Method in class com.whitestein.lsps.modulemanager.localization.LocalizationServiceBean
 
getResourceContent(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getResourceContent(long, String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getResourceContent(long, String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns module entry content given moduleId and filename.
getResourceContent(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getResourceContentId(long, String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getResourceContentId(long, String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns resource content id for the given module id and filename.
getResourcePath(Object) - Method in interface com.whitestein.lsps.common.hash.IHashDataProvider
 
getResourcePath(Object) - Method in class com.whitestein.lsps.modulemanager.EntityModuleHashDataProvider
 
getResources() - Method in class com.whitestein.lsps.visualization.dto.ModuleResources
Gets a list of module resources.
getResourceString(String, LocaleValue, String) - Method in interface com.whitestein.lsps.engine.LocalizationService
Returns a message object for the given module and locale and identifier.
getResourceString(String, LocaleValue, String) - Method in class com.whitestein.lsps.modulemanager.localization.LocalizationServiceBean
 
getResponse() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getResponse() - Method in class com.whitestein.lsps.wsclient.WsResponseObject
Getter for field response
getResponse(Long) - Method in class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
 
getResponse(Long) - Method in interface com.whitestein.lsps.wsserver.dao.WsRequestHandlerDao
Returns request wait point with given id.
getResponse() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getResponseCode() - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
getResponseContent() - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
getResponseContentType() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getResponseHeaders() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getResponseHeaders() - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
getResponseHeaders() - Method in class com.whitestein.lsps.wsclient.WsResponseObject
 
getResponseHeaders() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getResponseHeadersMap(HttpResponse) - Method in class com.whitestein.lsps.engine.WebServiceCaller
 
getResponsePattern() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getRestResponsesMap() - Static method in class com.whitestein.lsps.engine.ServiceWaitingRequests
Gets a map of response queues by the request IDs.
getResult() - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.BlockExpression
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.CastExpression
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.DebugExpression
 
getResultExpression() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the result expression.
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.BlockExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.CastExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.DebugExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the result expression.
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.IfnullExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getResultExpressions() - Method in class com.whitestein.lsps.lang.ast.TryCatchExpression
 
getResultList(NativeQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.NativeQueryExecutor
Executes the given query and returns a list of results.
getResultList(QuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the given query and returns a list of results.
getResultList(QuerySpecification, Collection<?>, OrderingAndPagingCriteria) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the given query and returns a list of results.
getResultList(List<QueryExecutor.WhereExpression>, QueryExecutor.Orderings, Integer, Integer) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
getResultList(SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
getResultList(ClosureHolder, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Dynamically creates query and executes it.
getResultList(HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the query and returns a result list.
getResultSetMapping(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getResultSetMapping(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getResultSetMappingDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getResultSetMappingDefinitions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getResultString() - Method in class com.whitestein.lsps.engine.EvaluationResult
Returns result as string.
getReturnDoc() - Method in class com.whitestein.lsps.lang.doc.Doc
Returns a description of return value.
getReturnExpression() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression.Case
Returns the return expression.
getReturnType() - Method in class com.whitestein.lsps.lang.antlr.AntlrClosureType
 
getReturnType() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignature
 
getReturnType() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getReturnType() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getReturnType() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the return type of this block.
getReturnType() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
Returns the return type of signature, after free-type substitution.
getReturnType() - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns the return type.
getReturnTypeAst() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getReturnTypeAst() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getReverseAssociation() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns reverse association.
getRevisionNumber(Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsRevisionInfoNumberReader
 
getRevisions(ExecutionContext, Object, Type, Date, Date) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Returns audit revisions for the entity.
getRevisions(ExecutionContext, RecordHolder, Date, Date) - Method in interface com.whitestein.lsps.stdlib.function.QueryFunctions
Returns a list of revision identifiers in which the shared record was modified during the period defined by the from and to parameters.
getRevisions(ExecutionContext, Object, Type, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
getRevisions(ExecutionContext, RecordHolder, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
getRight() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Gets the right element from this pair.
getRight() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Gets the right element from this pair.
getRightExpression() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
Returns the right-hand side expression.
getRightExpression() - Method in class com.whitestein.lsps.lang.ast.CompoundAssignmentExpression
Returns the right-hand side expression.
getRights() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a set of this person rights.
getRights() - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Returns a set of rights that are assigned to this security role.
getRights() - Method in class com.whitestein.lsps.os.dto.Person
 
getRights() - Method in class com.whitestein.lsps.os.dto.SecurityRole
Returns the set of rights that belong to the security role.
getRights() - Method in interface com.whitestein.lsps.os.PersonEntity
Rights for the person.
getRole(RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the role which corresponds to given roleName or null if the person contains no such role.
getRole(ExecutionContext, String, String, MapHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a role given the module name and the local role name, or null, if there is no such role.
getRole(ExecutionContext, String, String, MapHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getRoleHolder(ModelInstance, RoleUnitName) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Returns a human::RoleUnit record for the given role-unit name.
getRoleHolder(ModelInstance, RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
getRoleId() - Method in exception com.whitestein.lsps.os.exception.SecurityRoleNotFoundException
Returns the role id.
getRoleName() - Method in class com.whitestein.lsps.human.entity.RoleWithParameters
Returns the role name.
getRoleName() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the role unit name.
getRoleName() - Method in class com.whitestein.lsps.orgstructure.entity.Role
Returns the RoleName instance this role is linked to.
getRoleName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Returns the role name.
getRoleName(String) - Method in class com.whitestein.lsps.orgstructure.RoleServiceBean
 
getRoleName() - Method in class com.whitestein.lsps.os.dto.Performer
Returns the role unit name.
getRoleName() - Method in exception com.whitestein.lsps.os.exception.RoleAlreadyExistsException
Returns role name
getRoleName() - Method in exception com.whitestein.lsps.os.exception.RoleNotFoundException
Returns role name
getRoleName() - Method in exception com.whitestein.lsps.os.exception.SecurityRoleAlreadyExistsException
Returns name of the security role
getRoleName() - Method in exception com.whitestein.lsps.os.exception.SecurityRoleNotFoundException
Returns name of the security role
getRoleName(String) - Method in interface com.whitestein.lsps.os.RoleService
Returns a role name for the given role name or null if not found.
getRoleRecordHolder(ExecutionContext, String, String, Map<?, ?>) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a role given the module name and the local role name, or null, if there is no such role.
getRoleRecordHolder(ExecutionContext, String, String, Map<?, ?>) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getRoles() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a collection of roles the person is assigned to.
getRoleUnit(String) - Method in class com.whitestein.lsps.orgstructure.model.OrgStructModule
Returns a role or an organization unit for given name.
getRoleUnitByName(ExecutionContext, String, String) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a RoleUnit or OrgUnit specified by module name and RoleUnitName in the given module.
getRoleUnitByName(ExecutionContext, String, String, MapHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a RoleUnit or OrgUnit specified by module name , RoleUnitName and parameters defined in the given module.
getRoleUnitByName(ExecutionContext, String, String) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getRoleUnitByName(ExecutionContext, String, String, MapHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
getRoleUnitInProcessModel(RoleUnitName, ProcessModel) - Static method in class com.whitestein.lsps.orgstructure.context.OrgStructureHelper
Returns role or organization unit for given role or organization unit name within given processModel.
getRoleUnitLabel(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgLabelFunctions
Returns the roleUnit label.
getRoleUnitLabel(String) - Method in class com.whitestein.lsps.orgstructure.model.OrgStructModule
Returns the roleUnit label.
getRoleUnitName() - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
Returns the corresponding RoleUnitName.
getRoleUnitNames() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a set of role unit names.
getRoleUnitNames() - Method in class com.whitestein.lsps.os.dto.Person
Returns a set of this person roles.
getRoleUnitNames() - Method in interface com.whitestein.lsps.os.PersonEntity
Role unit names for the person.
getRoleUnitNames() - Method in class com.whitestein.lsps.test.Person
Returns a set of assigned role unit names.
getRoleUnits() - Method in class com.whitestein.lsps.orgstructure.model.OrgStructModule
Returns the collection of roles or/and organization units.
getRollbackChecker() - Method in class com.whitestein.lsps.lang.InterpreterConfiguration
Returns rollback checker.
getRollbackInfo(long) - Method in interface com.whitestein.lsps.engine.ErrorHandlingService
Retrieves a full rollback info instance.
getRollbackInfo(long) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
getRollbackInfoId() - Method in exception com.whitestein.lsps.engine.exception.RollbackInfoNotFoundException
Returns the id.
getRollbackItem() - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Returns rollback item.
getRoot() - Method in class com.whitestein.lsps.lang.ChildrenExpressionCollector
 
getRootClassPool() - Static method in class com.whitestein.lsps.engine.lang.compiled.LspsClassPools
Root class pool.
getRoundingMode() - Method in class com.whitestein.lsps.lang.type.DecimalType
Returns the rounding mode.
getRow(int) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Returns grid row.
getRowByCellContent(String) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Finds a row containing required string.
getRowByCellContent(String) - Method in class com.whitestein.lsps.test.web.components.LspsTable
Finds a row containing required string.
getRows(int...) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Returns grid rows.
getRowsByCellContent(String) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Finds visible rows containing required string.
getRowsByCellContent(String) - Method in class com.whitestein.lsps.test.web.components.LspsTable
Finds visible rows containing required string.
getRules() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getRules() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
getRunningPlans() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns set of running plans the goal.
getRuntime() - Static method in enum com.whitestein.lsps.common.JEEServer
Returns the server we are running on.
getRuntimeDiagram(long, Long, String) - Method in class com.whitestein.lsps.visualization.VisualizationServiceBean
 
getRuntimeDiagram(long, Long, String) - Method in interface com.whitestein.lsps.visualization.VisualizationServiceLocal
Gets a runtime diagram as JSON string for the given process instance.
getRuntimeObject() - Method in class com.whitestein.lsps.engine.EvaluationResult
Returns result as a runtime object.
getRuntimeValue(ComplexValue) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
getSaveDate() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns date of document save.
getSavedBy() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns id of person that saved the document.
getSavedBy() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns id of person for which saved document should be selected.
getSavedBy() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns id of person that saved the document.
getSavedDate() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns date of document save.
getSavedDocument(ModelInstance, long) - Method in interface com.whitestein.lsps.human.context.HumanTypeFactory
Creates a saved document holder.
getSavedDocument(ModelInstance, long) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
getSavedDocument(long, boolean) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns the saved document.
getSavedDocument(long, boolean) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getSavedDocuments(SavedDocumentCriteria) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns all saved documents according to criteria.
getSavedDocuments(SavedDocumentCriteria) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getSavedDocumentState(long) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Returns the content of a saved document.
getSavedDocumentState(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
getSavedFrom() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns saved from.
getSavedTo() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns saved to.
getScale() - Method in class com.whitestein.lsps.lang.antlr.AntlrDecimalType
 
getScale() - Method in class com.whitestein.lsps.lang.type.DecimalType
Returns the scale.
getScanEnvironment() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getScanner() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getScanOptions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getSchema() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
Returns the schema name.
getSchema(String, Table) - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getSchemaOperationsResult() - Method in class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
getSecond() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the second property.
getSecond(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the second of a minute of the date.
getSecond(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getSeconds() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the seconds property.
getSeconds() - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Returns the seconds property.
getSecondsDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the seconds property.
getSecurityRole() - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRoleChange
Returns person.
getSecurityRole(String) - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
getSecurityRole(String) - Method in interface com.whitestein.lsps.os.SecurityService
Returns a SecurityRole instance if such security role (identified by given securityRoleName) exists .
getSecurityRoleNames() - Method in class com.whitestein.lsps.os.dto.PersonData
Gets names of the security roles which should be assigned to the person.
getSecurityRoles() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a collection of the security roles that are assigned to the user.
getSecurityRoles(String) - Method in interface com.whitestein.lsps.os.PersonManagementService
Returns a collection of all the security roles currently assigned to the user identified by given personId or an empty collection if the user has no security roles assigned to them.
getSecurityRoles(String) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
getSegmentCount() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
getSegments() - Method in class com.whitestein.lsps.lang.type.QID
Returns an unmodifiable list of the segments of this qualified identifier.
getSelected() - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
 
getSelectedTabIndex() - Method in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
Returns the index of the currently selected tab.
getSelectedValues() - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
getSelectedValues() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsCheckboxList
Returns the current selection.
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
Returns the current selection.
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsRadioButtonList
Returns the current selection.
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsSingleSelectList
Returns the current selection.
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsTree
Returns the current selection.
getSelection() - Method in class com.whitestein.lsps.test.web.components.LspsTreeV7
Returns the current selection.
getSender() - Method in class com.whitestein.lsps.engine.comm.CommunicationUnit
Returns the sender.
getSender() - Method in class com.whitestein.lsps.engine.state.UnprocessedInput
The sender id.
getSequentialNumber() - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
getSequentialNumber() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
getSerializedValue() - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
getServerName() - Method in enum com.whitestein.lsps.common.JEEServer
Returns the displayable name of the application server.
getService() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns the service name if a service invocation.
getService() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns the service name.
getService() - Method in class com.whitestein.lsps.engine.state.ServiceInvocation
The service name.
getService(Class<T>) - Method in class com.whitestein.lsps.test.LspsRemote
Returns instance of service.
getService(Class<T>) - Method in class com.whitestein.lsps.ws.ClientCommunication
Returns a service communication proxy for the specified class.
getService(Class<T>, ClassLoader) - Method in class com.whitestein.lsps.ws.ClientCommunication
Returns a service communication proxy for the specified class.
getServiceInitiated() - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversServiceInitiator
 
getServiceName() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getServiceName() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getServiceName() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getServicePattern() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns the service pattern.
getServiceRegistry() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getServiceRegistry() - Method in class com.whitestein.lsps.hibernate.envers.internal.AuditMetadataGenerator
 
getSession(String) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
 
getSession() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns currently used session.
getSession() - Method in class com.whitestein.lsps.hibernate.envers.LspsDefaultRevisionInfoGenerator
 
getSessionFactoryBuilder() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getSessionFactoryBuilder() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getSetNotNullString(String, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the set-not-null clause for the given column.
getSetNullString(String, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the set-null clause for the given column.
getSetter() - Method in class com.whitestein.lsps.engine.sharedrecord.MapEntityAccess
 
getSetter(PersistentClass, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
 
getSetter(Component, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
 
getSetting(ServerSettingIds) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
 
getSetting(ServerSettingIds) - Method in interface com.whitestein.lsps.engine.dao.SettingDao
 
getSetting(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the content of the setting with given detailName or null if there is no such setting.
getSetting(String, String) - Method in interface com.whitestein.lsps.os.PersonService
Returns the personal setting with the given name.
getSetting(String, String) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
getSettings(Class<T>) - Method in enum com.whitestein.lsps.common.SettingsCache
Returns settings of defined type.
getSettings() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns a map of settings (name-value pairs) of the person.
getSharedCacheMode() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getSharedRecordChanges() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Returns all changes of shared records.
getSharedRecordEntity() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityLazyInitializer
 
getSharedRecordPluginEntityProxy(String, long, AbstractEntity) - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
getSharedRecordPluginEntityProxy(String, long, AbstractEntity) - Method in class com.whitestein.lsps.human.context.HumanSharedRecordPlugin
 
getSharedRecordPluginEntityProxy(String, long, AbstractEntity) - Method in class com.whitestein.lsps.stdlib.type.CoreSharedRecordPlugin
 
getSharedRecordType() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns shared record type.
getSharedRecordType(String) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
getShortCanonicalName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name minus the package name for an Object.
getShortCanonicalName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name minus the package name from a Class.
getShortCanonicalName(String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the canonical name minus the package name from a String.
getShortClassName(Class<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the short class name for a class.
getShortClassName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the class name minus the package name for an Object.
getShortClassName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the class name minus the package name from a Class.
getShortClassName(String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Gets the class name minus the package name from a String.
getSignal() - Method in class com.whitestein.lsps.engine.change.SignalChange
Returns the signal.
getSignal(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns signal from this model instance for the given id.
getSignalId() - Method in class com.whitestein.lsps.engine.comm.RemoveSignalMessage
Returns the signal id.
getSignalQueue() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
Returns the signal queue.
getSignals() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the signals as an unmodifiable view.
getSignals() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the signals as an unmodifiable view.
getSignals() - Method in class com.whitestein.lsps.test.ModelInstance
Returns a list of signals in the signal queue of this model instance.
getSignature() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getSignature() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getSignature() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
Returns the function signature.
getSignature() - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
Returns the constructor signature.
getSignature() - Method in class com.whitestein.lsps.lang.ast.SuperConstructorExpression
Returns the constructor signature.
getSignature() - Method in class com.whitestein.lsps.lang.ast.ThisConstructorExpression
Returns the constructor signature.
getSignature() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
getSignature() - Method in class com.whitestein.lsps.lang.operation.JavaOperation
Returns the operation signature.
getSignature() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
 
getSignature() - Method in interface com.whitestein.lsps.lang.timer.RecordingElement
 
getSignatureParameter(int) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns i-th signature parameter.
getSignatureParameters() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns signature parameters
getSignatures(String, List<? extends Type>, Type, Map<String, String>) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getSignatures() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getSignatures() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getSignatures() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns function signatures defined in this namespace.
getSignatures(String, List<? extends Type>, Type, Map<String, String>) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of function signatures for the given parameters.
getSignatures() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getSignaturesForName(QID) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getSignaturesForName(QID, ClosureType) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getSignaturesForName(QID) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of function signatures for the given name.
getSignaturesForName(QID, ClosureType) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of function signatures for the given name, argument count and expected signature closure type.
getSignaturesForNamedArgs(QID, Map<String, Type>, Type) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getSignaturesForNamedArgs(QID, Map<String, Type>, Type) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of function signatures for the given name, arguments names and types and a return type.
getSignatureString() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns string representing this signature.
getSignatureString(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
getSimpleClassNameForType(Type, Map<FreeType, Type>, Map<ClassType, String>) - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
getSimpleClassNameForType(Type) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
getSimpleName(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Class<?>, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Null-safe version of aClass.getSimpleName()
getSimpleName(String) - Static method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
getSimpleTypes() - Static method in class com.whitestein.lsps.lang.type.SimpleType
Returns a collection of all registered simple types.
getSimpleValue() - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
Returns simple value.
getSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Returns simple value.
getSingleElement(Node, String, String) - Static method in class com.whitestein.lsps.xml.util.XmlUtil
Returns null if there is no child element of given parent with the given namespace and node name.
getSingleResult(NativeQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.NativeQueryExecutor
Executes the given query and returns unique results.
getSingleResult(QuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the given query and returns only the first result.
getSingleResult(HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Executes the query and returns a unique result.
getSize() - Method in class com.whitestein.lsps.engine.state.BinaryData
Returns the content size.
getSizeEndText() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the end text to output when a Collection, Map or array size is output.
getSizeStartText() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the start text to output when a Collection, Map or array size is output.
getSmartLineStart(int) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the offset of the smart line start.
getSoapAction() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for the field soapAction;
getSource() - Method in class com.whitestein.lsps.common.graph.Edge
Returns source vertex.
getSource() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the source of the performer.
getSource() - Method in class com.whitestein.lsps.lang.parser.AbstractAntlrTree
 
getSource() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
Returns the relationship source.
getSource(ModuleEntry, Module) - Static method in class com.whitestein.lsps.modulemanager.ModuleConvertor
Returns a source for the given entry.
getSource() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the identifier of the source node.
getSourceAnchor() - Method in class com.whitestein.lsps.visualization.DiagramConnection
 
getSourceDescription() - Method in class com.whitestein.lsps.engine.comm.SignalMessage
Gets the description of the signals source.
getSourceDescription() - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
getSourceDescription() - Method in class com.whitestein.lsps.engine.state.xml.Signal
Gets the description of the signals source.
getSourceName() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
getSourceProcessOrdering() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.CustomComponentFunctionGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.CustomComponentGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.DocumentGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.FormOperationGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.FormSignatureGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.HintGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.human.generation.HumanTempSharedRecordConfigurationGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGeneration
 
getSourceProvider() - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitLabelGeneration
 
getSources(Module) - Static method in class com.whitestein.lsps.modulemanager.ModuleConvertor
Returns the map of the module sources
getSourceValue() - Method in class com.whitestein.lsps.engine.lang.ToMergeRelation
Returns value to which the property value should be set.
getSqlFunctionMap() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getSqlFunctionMap() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getSqlFunctions() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getSqlStatements() - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
For increased testability.
getSrcExpression(FunctionSignature) - Method in class com.whitestein.lsps.human.generation.DocumentSignatureGeneration.DocOperation
 
getSrcExpression(FunctionSignature) - Method in interface com.whitestein.lsps.lang.operation.CustomCompileToJavaOperation
 
getSrcExpression(FunctionSignature) - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
 
getSslConfig() - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Getter for ssl configugation.
getSslContextProvider() - Method in class com.whitestein.lsps.wsclient.SslConfig
 
getStacktrace(Throwable) - Static method in class com.whitestein.lsps.common.Exceptions
Returns throwable's stacktrace as a string.
getStackTrace() - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
getStackTrace() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getStackTrace() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the interpreter stack trace.
getStackTrace() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getStackTrace() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Exception stack-trace.
getStackTrace() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getStackTraceInfo() - Method in exception com.whitestein.lsps.common.ErrorException
 
getStackTraceInfo() - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
getStackTraceInfo() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getStackTraceInfo() - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Returns the stack trace info from the interpreter stack trace.
getStackTraceInfo() - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getStackTraceInfo() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getStackTraceInfo() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
getStackTraceInfo(InterpreterStackTrace) - Static method in class com.whitestein.lsps.lang.exception.Errors
Returns a stack trace info from a given stack trace.
getStackTraceInfo() - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
getStart() - Method in class com.whitestein.lsps.activeuser.ActiveUserRecord
Returns start date.
getStart() - Method in class com.whitestein.lsps.activeuser.ActiveUsersTrack
Returns start date.
getStart() - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
getStart() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
getStartDate() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Timestamp when restart has started.
getStarted() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the started date.
getStarted() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns the started date.
getStarted() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the migration date.
getStartedDate() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns the date when the process was started.
getStartedDate() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the started date
getStartedDate() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the started date.
getStartedDate() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the started date.
getStartedDate() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the startedDate date.
getStartStatus(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Return start status for given model instance
getStartStatus(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
getStartStatuses(ExecutionContext, SetHolder) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Return start statuses for given model instances
getStartStatuses(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
getStartValue() - Method in class com.whitestein.lsps.common.filter.Between
 
getStartValueId() - Method in class com.whitestein.lsps.engine.dto.AllocatedModelInstanceResources
Returns start value id.
getState() - Method in class com.whitestein.lsps.engine.dto.Goal
Returns the goal state.
getState() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns state of the model instance execution.
getState() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
Returns state of migration
getState() - Method in class com.whitestein.lsps.engine.dto.Plan
Returns the plan state.
getState() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
Returns the process instance state.
getState() - Method in exception com.whitestein.lsps.engine.exception.InvalidModelInstanceStateException
Returns the model instance state.
getState(byte[]) - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceMarshaller
Returns model instance from stored state.
getState(byte[]) - Method in class com.whitestein.lsps.engine.state.ModelInstanceDumper
Returns model instance from dumped state.
getState(byte[], ModelInstanceResourceAllocator) - Method in class com.whitestein.lsps.engine.state.ModelInstanceMarshaller
Returns model instance from stored state.
getState() - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
getState() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns life-cycle state.
getState() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
getState() - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
getState() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getState() - Method in class com.whitestein.lsps.engine.state.xml.Goal
Returns the goal state.
getState() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns life-cycle state.
getState() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns the module instance state.
getState() - Method in class com.whitestein.lsps.engine.state.xml.Plan
Returns the plan state.
getState() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the state.
getState() - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Returns the state of the migration.
getState() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getState() - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Returns state of the goal or plan.
getState() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
 
getState() - Method in class com.whitestein.lsps.test.ModelInstance
Returns the model instance state
getStateData() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns the state data (XML), unzipped (if zip loader has been used).
getStateObject() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns goal state object.
getStateObject() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns state object of the plan
getStates() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns the set of states.
getStateType() - Static method in class com.whitestein.lsps.engine.Settings
Returns the process state type.
getStaticMethods() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns all static methods (including inherited).
getStaticMethods() - Method in class com.whitestein.lsps.lang.type.RecordType
 
getStaticMethodsForName(String, Visibility) - Method in class com.whitestein.lsps.lang.type.ClassType
Returns collection of static methods with a given name.
getStaticMethodsForName(String, Visibility) - Method in class com.whitestein.lsps.lang.type.RecordType
 
getStaticMethodTypeRange() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
If this is a static method call, this method returns the range of the record type name.
getStaticType() - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getStaticType() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getStaticType() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getStaticType() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns type for this namespace used for static methods.
getStaticType() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getStaticVariableValue(Namespace, QID) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getStaticVariableValue(Namespace, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
Returns variable value from specified context.
getStatus() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
getStatus() - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Returns the RestartStatus of the model instance
getStatus() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the status of the todo.
getStatus() - Method in class com.whitestein.lsps.human.entity.Todo
Returns status of the todo.
getStatus() - Method in exception com.whitestein.lsps.human.exception.InvalidTodoStatusException
Returns the todo status.
getStatus() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
getStatus() - Method in class com.whitestein.lsps.test.Todo
 
getStatusCounts() - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getStatusCounts() - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns a map of to-do counts grouped by the status.
getStatuses() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the todo statuses.
getStdlibArchive() - Method in class com.whitestein.lsps.test.TestConfig
 
getStream() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
 
getStream() - Method in interface com.whitestein.lsps.lang.exec.BinaryHolder
Returns stream.
getStream() - Method in class com.whitestein.lsps.lang.exec.MockBinaryHolder
 
getString() - Method in class com.whitestein.lsps.engine.dto.CompressedString
Decompresses the date to return the original string.
getString(String) - Static method in class com.whitestein.lsps.orgstructure.generation.Messages
 
getStringBuffer() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Gets the StringBuffer being populated.
getStringName() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
Returns the role name as string (module name + '::' + local name)
getStringPath(List<CanBeInlined>) - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
Return string representing path in the model.
getStringValue() - Method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns string representation of the version.
getStyle() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Gets the ToStringStyle being used.
getStyle() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the line style.
getSubclassForDiscriminatorValue(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordSingleTableEntityPersister
Get the concrete subclass corresponding to the given discriminator value.
getSubGoals() - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
getSubGoals(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.GoalFunctions
 
getSubGoals() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
 
getSubmittedDate() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the date when the todo was submitted.
getSubmittedDate() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the date when the todo was submitted.
getSubmittedDate() - Method in class com.whitestein.lsps.test.Todo
 
getSubprocessInstanceId() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Gets the identifier of a subprocess instance which was triggered by the element this data belongs to.
getSuccessful() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the successful count
getSuccessfulCount() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns the successfulCount count.
getSummaryObjectEndText() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the end text to output when an Object is output in summary mode.
getSummaryObjectStartText() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets the start text to output when an Object is output in summary mode.
getSuperclass() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.BinaryType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.BooleanType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.ClassType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.ClosureType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.CollectionType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.DateType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.DecimalType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.EnumerationBaseType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.EnumerationType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.FreeType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.IntegerType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.ListType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.LocalDateTimeType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.LocalDateType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.MapType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.NullType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.ObjectType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.PropertyPathType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.PropertyType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.RecordBaseType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.SetType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.StringType
 
getSupertype() - Method in interface com.whitestein.lsps.lang.type.Type
Returns a direct supertype to this type (or null for "Object" type).
getSupertype() - Method in class com.whitestein.lsps.lang.type.TypeType
 
getSupertype() - Method in class com.whitestein.lsps.lang.type.VoidType
 
getSupportedEntityNames() - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
getSupportedEntityNames() - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
getSupportedRecordTypes() - Method in interface com.whitestein.lsps.engine.lang.ExternalTypeFactory
Returns a collection of supported record types.
getSupportedRecordTypes() - Method in class com.whitestein.lsps.engine.sharedrecord.ExternalRecordTypeFactoryImpl
 
getSupportedRecordTypes() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
getSupportedRecordTypes() - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
getSupportedRecordTypes() - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
getSupportedRecordTypes() - Method in class com.whitestein.lsps.stdlib.type.CoreTypeFactoryImpl
 
getSwitchKeywordRange() - Method in class com.whitestein.lsps.lang.ast.SwitchExpression
 
getSymbol() - Method in enum com.whitestein.lsps.lang.Visibility
Returns the visibility symbol (+, -, #).
getSystemEntytyNames() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Returns names of system reflection entities
getTabCaptions() - Method in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
Gets a list of Tabs inside the Tab container.
getTabCount() - Method in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
Gets the number of tabs contained in this tab sheet.
getTable() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the owner table.
getTableCache(DmnCacheKey, ModelProvider) - Method in enum com.whitestein.lsps.stdlib.dmn.DmnCache
Returns the table cache for the given cache key.
getTableMetadata(String, String, String, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
Returns the table metadata for the given table name.
getTablesAndFksToUpdate() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Returns a list of tables to update.
getTabs(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
getTagExpression() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTagExpression
 
getTagTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getTarget() - Method in class com.whitestein.lsps.common.graph.Edge
Returns target vertex.
getTarget() - Method in class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
Returns the relationship target.
getTarget() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the identifier of the target node.
getTargetAnchor() - Method in class com.whitestein.lsps.visualization.DiagramConnection
 
getTargetAst() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
getTargetEntityFieldName() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns the target entity field name.
getTargetField() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns the target field.
getTargetMultiplicity() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns the target multiplicity.
getTargetRecordType() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns the target record type.
getTargetToMergeValues() - Method in class com.whitestein.lsps.engine.lang.ToMergeRelation
Returns un-merged values that has to be set into property.
getTargetTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getTargetType() - Method in class com.whitestein.lsps.lang.ast.ValidationTargetAst
 
getTask() - Method in interface com.whitestein.lsps.engine.lang.TaskContext
Returns the task model element.
getTask() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getTask() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getTask(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns task from this model instance for the given id.
getTask() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the task.
getTask() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getTaskClass() - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
getTaskId() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
getTaskId() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getTaskId() - Method in class com.whitestein.lsps.engine.Identifier
Returns the task id.
getTaskId() - Method in interface com.whitestein.lsps.engine.lang.TaskContext
Returns the task instance id.
getTaskId() - Method in class com.whitestein.lsps.engine.lang.TaskContextImpl
 
getTaskId() - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getTaskId() - Method in class com.whitestein.lsps.human.custom.CustomUITodoContent
Returns task id.
getTaskId() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the identifier of the task which generated this todo.
getTaskId() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the task id.
getTaskId() - Method in class com.whitestein.lsps.test.Todo
 
getTaskId() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
getTaskId() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
Returns the task id.
getTaskName() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the name of the task which generated the todo.
getTaskName() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the name of the task which generated the todo.
getTaskName() - Method in class com.whitestein.lsps.test.Todo
 
getTaskNamespace() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the name of the namespace of the context for the task which generated the todo.
getTaskNamespace() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
getTaskNamespace() - Method in class com.whitestein.lsps.human.entity.Todo
Returns the name of the namespace of the context for the task which generated the todo.
getTaskNamespace() - Method in class com.whitestein.lsps.test.Todo
 
getTasks() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns a collection of all model instance tasks.
getTempClassLoader() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
getTemplate() - Method in class com.whitestein.lsps.common.rest.PathTemplate
Gets a template string from which this path template was created.
getTerminated() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getTerminated() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getTerminationReason() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns the termination reason if present.
getTerminationReason() - Method in class com.whitestein.lsps.engine.change.TokenInterruptedChange
Returns the termination reason.
getTerminationReason() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the termination reason.
getTerminationReason() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the termination reason.
getTerminationReason() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns termination reason.
getTerminationReason() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns termination reason.
getTestDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getTestSupportService() - Method in class com.whitestein.lsps.test.LspsRemote
getText(String) - Method in class com.whitestein.lsps.common.text.TextDocument
Returns the original text with converted line delimiters.
getText(ASTRange) - Method in interface com.whitestein.lsps.lang.ast.ASTNode
Returns the text specified by the given range.
getText(ASTRange) - Method in class com.whitestein.lsps.lang.ast.ASTNodeImpl
 
getText(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
 
getText() - Method in class com.whitestein.lsps.test.web.components.LspsButton
Returns the current button text.
getText() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
getText() - Method in class com.whitestein.lsps.test.web.components.LspsNavigationLink
Returns the current link text.
getText() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Get the visible (i.e.
getTextColor() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the text color.
getTextColor() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the text color of this node
getTextFont() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the name of the font used by the text
getTextFont() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the name of the fond used when rendering node text.
getThemeNames() - Method in class com.whitestein.lsps.human.VaadinThemeCacheBean
 
getThemeResourceAsStream(UI, String, String) - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServletService
 
getThenExpressions() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
Returns the list of "then" expressions.
getThenKeywordRange(int) - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
getThis() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getThis() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getThis() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetNamespace
 
getThis() - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
getThis() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns object that represents this.
getThis() - Method in class com.whitestein.lsps.lang.MockNamespace
 
getThis() - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
getThisType() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getThisType() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getThisType() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns type for this namespace.
getThisType() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getTime() - Method in class com.whitestein.lsps.engine.state.ser.STimeoutFlow
 
getTime() - Method in class com.whitestein.lsps.engine.state.xml.TimeoutFlow
 
getTimedOut() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
getTimedOut() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
getTimedOut() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
getTimeout() - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
Time point of the event.
getTimeout(String) - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns the timeout.add
getTimeout() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
Time point of the event.
getTimeouts() - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
getTimeouts() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns an unmodifiable list of timeouts.
getTimerInterval() - Method in interface com.whitestein.lsps.engine.EngineSettings
Gets minimal interval for time events.
getTimerInterval() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getTimestamp() - Method in class com.whitestein.lsps.engine.dto.Lock
Returns the lock timestamp.
getTimeZoneOffset() - Method in class com.whitestein.lsps.lang.TimeRecord
Returns the time-zone offset.
getTitle() - Method in class com.whitestein.lsps.human.dto.DocumentInfo
Returns title of document.
getTitle() - Method in class com.whitestein.lsps.human.dto.SavedDocument
Returns title of document.
getTitle() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the title for todo.
getTitle() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the todo title.
getTitle() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Returns the todo title.
getTitle() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns title.
getTitle() - Method in class com.whitestein.lsps.human.entity.Todo
Returns title for todo.
getTitle() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
Returns title.
getTitle() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the todo title.
getTitle() - Method in class com.whitestein.lsps.test.Todo
 
getTitle() - Method in class com.whitestein.lsps.test.web.components.LspsPopup
Returns the popup title.
getTitlePattern() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns the title pattern.
getTitlePattern() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the todo title pattern.
getTitlePattern() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Returns title pattern.
getToBeRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Auxiliary collections used for deleting records.
getTodo(long) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getTodo(long) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns the todo identified by the given todoId argument.
getTodo() - Method in class com.whitestein.lsps.human.entity.TodoEscalation
 
getTodo() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the todo.
getTodo() - Method in class com.whitestein.lsps.human.entity.TodoRejection
Returns the todo.
getTodo(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the todo.ui
getTodo(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns the to-do for the given ID including the to-do content and its performers.
getTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodo(long) - Method in class com.whitestein.lsps.test.LspsRemote
Returns the to-do with a given id, if not found, an exception is thrown.
getTodoAndLock(long) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getTodoAndLock(long) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns the todo identified by the given todoId argument and locks it.
getTodoCount(TodoListCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the count of to-dos relevant for the current user.
getTodoCount(TodoListCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodoCurrentAssignees(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of persons the specified todo is currently issued (visible) to, taking into account also delegation, rejection and substitution.
getTodoCurrentAssignees(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodoDao() - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns the provided todo dao.
getTodoEscalationHolder(ModelInstance, long) - Method in interface com.whitestein.lsps.human.context.HumanTypeFactory
Creates a todo escalation holder.
getTodoEscalationHolder(ModelInstance, long) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
getTodoEscalationId() - Method in exception com.whitestein.lsps.human.exception.TodoEscalationNotFoundException
Returns the todo escalation id.
getTodoEscalations(Todo) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoEscalationDao
 
getTodoEscalations(Todo) - Method in interface com.whitestein.lsps.human.dao.TodoEscalationDao
Returns a list of all todo escalations.
getTodoEvaluationContent() - Method in class com.whitestein.lsps.test.Todo
 
getTodoHolder(ModelInstance, long) - Method in interface com.whitestein.lsps.human.context.HumanTypeFactory
Creates a todo holder.
getTodoHolder(ModelInstance, long) - Method in class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
 
getTodoId() - Method in class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
getTodoId() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
Return the todo id.
getTodoId() - Method in class com.whitestein.lsps.human.dto.TodoRejection
gets id of rejected todo
getTodoId() - Method in exception com.whitestein.lsps.human.exception.InvalidTodoStatusException
Returns the todo id.
getTodoId() - Method in exception com.whitestein.lsps.human.exception.TodoAllocatedException
Returns the todo id.
getTodoId() - Method in exception com.whitestein.lsps.human.exception.TodoNotAllocatedException
Returns the todo id.
getTodoId() - Method in exception com.whitestein.lsps.human.exception.TodoNotFoundException
Returns the todo id.
getTodoId(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Returns to-do id.
getTodoId(long, long) - Method in class com.whitestein.lsps.human.TodoServiceBean
Returns to-do id.
getTodoId() - Method in class com.whitestein.lsps.human.TodoSubmitData
 
getTodoIdsFor(ExecutionContext, RecordHolder, String) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of active todo ids assigned to the specified person according to the criteria.
getTodoIdsFor(ExecutionContext, RecordHolder, String) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodoImplementationType(Serializable) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
getTodoImplementationType(Serializable) - Method in class com.whitestein.lsps.human.task.CustomUIUserTask
 
getTodoImplementationType(Serializable) - Method in class com.whitestein.lsps.human.task.CustomUIWithContextUserTask
 
getTodoList(Person, TodoListCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getTodoList(Person, TodoListCriteria) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns person's todo list, according to given paging criteria.
getTodoList(TodoListCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the list of to-dos relevant for the current user.
getTodoList(TodoListCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodoList() - Method in class com.whitestein.lsps.test.Person
Returns the current to-do list of this person.
getTodoList() - Method in class com.whitestein.lsps.test.web.UITester
Obtains a complete list of TO-DOs for the currently logged-in user.
getTodoListForOrphanedCheck(Person, Set<RoleUnitName>) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getTodoListForOrphanedCheck(Person, Set<RoleUnitName>) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns list of todos for which a value "isOrphaned" must be recalculated.
getTodoListForPerson(String, TodoListCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the list of to-dos relevant for the user identified by the given id.
getTodoListForPerson(String, TodoListCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodoListIds(Person, TodoListCriteria) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
getTodoListIds(Person, TodoListCriteria) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns person's todo list ids, according to given paging criteria.
getTodoListIdsForPerson(String, TodoListCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the list of to-dos ids relevant for the user identified by the given id.
getTodoListIdsForPerson(String, TodoListCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodoPerformers(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of the original performers of the specified todo, as given by the corresponding task.
getTodoPerformers(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodoSavedState(long) - Method in interface com.whitestein.lsps.human.TodoService
Returns the content of a saved to-do.
getTodoSavedState(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getTodoService() - Method in class com.whitestein.lsps.test.LspsRemote
Service for accessing the functionality related to to-dos.
getTodosFor(ExecutionContext, RecordHolder, TodoListCriteria) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of active todos assigned to the specified person according to the criteria.
getTodosFor(ExecutionContext, RecordHolder, Boolean) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of active todos assigned to the specified person.
getTodosFor(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Returns a set of active todos assigned to the specified person.
getTodosFor(ExecutionContext, RecordHolder, TodoListCriteria) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodosFor(ExecutionContext, RecordHolder, Boolean) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodosFor(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodoStatus() - Method in class com.whitestein.lsps.human.dto.TodoEscalation
Returns the todo status (at the time of escalation)
getTodoStatus() - Method in class com.whitestein.lsps.human.entity.TodoEscalation
 
getTodoSubmitter(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
If the specified todo is in the "Accomplished" state, the function returns the person who submitted that todo.
getTodoSubmitter(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getTodoWithIncludes(long, boolean, boolean) - Method in interface com.whitestein.lsps.human.TodoService
Returns the to-do for the given ID.
getTodoWithIncludes(long, boolean, boolean) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
getToken() - Method in class com.whitestein.lsps.engine.state.xml.Task
Returns the token.
getTokenArray() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a copy of the full token list as an independent modifiable array.
getTokenId() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
Returns the token id.
getTokenId() - Method in class com.whitestein.lsps.engine.state.ProcessLog
Returns the token id.
getTokenId() - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
Returns token id.
getTokenId() - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Returns token id.
getTokenList() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a copy of the full token list as an independent modifiable list.
getTokens(String) - Static method in class com.whitestein.lsps.common.Strings
Returns a list of trimmed tokens from given token list.
getTokens() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
getTokens() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns the tokens.
getTopContext() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the top module context.
getTopGoals() - Method in class com.whitestein.lsps.engine.dto.Goals
Returns the top goals.
getTopNamespace() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns the top namespace (i.e.
getTopNoBaseLevelContexts() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns top contexts from evaluation levels higher that base level.
getTopNoBaseLevelContexts() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns top contexts from evaluation levels higher that base level.
getTopOfInlinedProcess() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns first parent that is not in-lined.
getTotal() - Method in interface com.whitestein.lsps.common.query.DtoList
Returns the total number of objects.
getTotal() - Method in class com.whitestein.lsps.common.query.DtoListImpl
 
getTotal() - Method in class com.whitestein.lsps.common.query.QueryResult
Returns the total count of items in the result list.
getTotal() - Method in class com.whitestein.lsps.engine.dto.ApplicationRestartInfoList
Returns the total number of logs.
getTotal() - Method in class com.whitestein.lsps.engine.dto.LogList
Returns the total number of logs.
getTotal() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfoList
Returns the total number of model instance infos.
getTotal() - Method in class com.whitestein.lsps.engine.dto.ModuleDetailsList
Returns the total number of modules.
getTotal() - Method in class com.whitestein.lsps.engine.dto.ModuleEntryList
Returns the total number of modules.
getTotal() - Method in class com.whitestein.lsps.engine.dto.ModuleList
Returns the total number of modules.
getTotal() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoList
Returns the total number of rollback infos.
getTotal() - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerList
Returns the total number of ws request handlers.
getTotal() - Method in class com.whitestein.lsps.human.dto.SavedDocumentList
Returns the total number of to-dos.
getTotal() - Method in class com.whitestein.lsps.human.dto.TodoList
Returns the total number of to-dos.
getTotal() - Method in class com.whitestein.lsps.os.dto.PerformerList
Returns the total number of performers.
getTotal() - Method in class com.whitestein.lsps.os.dto.PersonList
Returns the total number of persons.
getTotal() - Method in class com.whitestein.lsps.os.dto.RoleUnitNameList
Returns the total number of role-unit-names.
getTotalDuration() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
getTotalMillis() - Method in class com.whitestein.lsps.lang.DurationRecord
Gets the total milliseconds in this duration.
getTotalMonths() - Method in class com.whitestein.lsps.lang.DurationRecord
Gets the total number of months in this duration.
getTouchedProxies() - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
getTouchedProxies() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getTransformModelId() - Method in class com.whitestein.lsps.engine.dto.Migration
Returns the model id of the transform model.
getTransformModelId() - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Returns migration model id.
getTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
getTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrNode
 
getTree() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getTree() - Method in class com.whitestein.lsps.lang.parser.AbstractAntlrTree
 
getTrimmerMatcher() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the trimmer character matcher.
getTSVInstance() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(String) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getTSVInstance(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets a new tokenizer instance which parses Tab Separated Value strings.
getType() - Method in interface com.whitestein.lsps.common.hack.lang3.reflect.Typed
Get the Type represented by this entity.
getType() - Method in class com.whitestein.lsps.engine.change.EscalationChange
Gets the type of this change event.
getType() - Method in class com.whitestein.lsps.engine.dto.ExternalRecord
Returns type.
getType() - Method in class com.whitestein.lsps.engine.dto.Goal
Returns the goal type.
getType() - Method in class com.whitestein.lsps.engine.dto.Handle
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
Returns the entry type.
getType() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns the info type.
getType() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
getType() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
Returns list type.
getType() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
getType() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
Returns map type.
getType() - Method in class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
 
getType() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getType() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getType() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
Returns set type.
getType() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
getType() - Method in class com.whitestein.lsps.engine.dto.Variable
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
getType(Namespace, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getType(CompiledNamespace, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getType(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getType() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getType() - Method in class com.whitestein.lsps.engine.lang.compiled.LocalParameter
 
getType() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
getType() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
getType() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
getType() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getType() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Returns record type.
getType() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
getType() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getType() - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.ModelInstanceState
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.RollbackItem
Returns the invocation type.
getType() - Method in class com.whitestein.lsps.engine.state.ser.SActivationCommand
 
getType() - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
getType() - Method in class com.whitestein.lsps.engine.state.ser.SContextFreeType
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns model instance type.
getType() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.xml.ActivationCommand
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.ContextFreeType
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns model instance type.
getType() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
getType() - Method in interface com.whitestein.lsps.engine.state.xml.Value
Returns the type.
getType() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
getType() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns the type.
getType() - Method in class com.whitestein.lsps.hibernate.envers.LspsDynamicProperty
 
getType() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
getType() - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuery
 
getType() - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
getType() - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQuerySameDB
 
getType() - Method in class com.whitestein.lsps.human.dto.DocumentInfo
Returns the document type.
getType() - Method in class com.whitestein.lsps.human.dto.Todo
Returns the type of the todo.
getType() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the todo type.
getType() - Method in class com.whitestein.lsps.human.entity.Document
Returns document type.
getType() - Method in class com.whitestein.lsps.human.entity.Todo
Returns type of the todo.
getType() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns the type of the performer.
getType() - Method in class com.whitestein.lsps.human.model.DocumentDefinition
Returns document type.
getType() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
 
getType(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
This method should return the todo-task type.
getType(TaskContext) - Method in class com.whitestein.lsps.human.task.CustomUIUserTask
 
getType(TaskContext) - Method in class com.whitestein.lsps.human.task.UserTask
 
getType() - Method in class com.whitestein.lsps.json.impl.ExternalRecordData
 
getType() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
getType() - Method in class com.whitestein.lsps.lang.ast.AstType
 
getType() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression.ClosureArgAst
 
getType() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the return type.
getType() - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getType() - Method in class com.whitestein.lsps.lang.ast.ListExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.MapExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.MethodExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.SetExpression
 
getType() - Method in class com.whitestein.lsps.lang.ast.TypeAst
 
getType() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
getType() - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
getType() - Method in class com.whitestein.lsps.lang.compiled.model.SrcCast
 
getType() - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
getType() - Method in interface com.whitestein.lsps.lang.exec.ClosureHolder
 
getType() - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
Returns the enumeration type.
getType() - Method in interface com.whitestein.lsps.lang.exec.ListHolder
 
getType() - Method in interface com.whitestein.lsps.lang.exec.MapHolder
 
getType() - Method in class com.whitestein.lsps.lang.exec.MockValueHolder
Returns the data type of this holder.
getType() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns the path type, i.e.
getType() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
getType() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
 
getType() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
 
getType() - Method in interface com.whitestein.lsps.lang.exec.SetHolder
 
getType() - Method in interface com.whitestein.lsps.lang.exec.ValueHolder
Returns the type of the holder.
getType() - Method in class com.whitestein.lsps.lang.ExpressionAsClosureHolder
 
getType() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
getType() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns the type of variable.
getType() - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
getType() - Method in class com.whitestein.lsps.lang.parser.ParsedExpression
 
getType() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getType() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns type of this parameter
getType() - Method in class com.whitestein.lsps.lang.type.Field
 
getType() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getType() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns type of the property.
getType() - Method in class com.whitestein.lsps.lang.type.TypeType
Returns the represented type.
getType() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
getType() - Method in class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Returns entry type (filename extension)
getType() - Method in class com.whitestein.lsps.os.dto.Performer
Returns the type of the performer.
getType() - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
getType() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
getType() - Method in class com.whitestein.lsps.test.Todo
 
getType() - Method in class com.whitestein.lsps.visualization.Assignment
Gets the type of the assignment.
getType() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the type of this connection.
getType() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the type of this node.
getType() - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
Gets the type of this resource.
getType() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
Gets the element type.
getTypeArguments(ParameterizedType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Retrieves all the type arguments for this parameterized type including owner hierarchy arguments such as Outer<K, V>.Inner<T>.DeepInner<E> .
getTypeArguments(Type, Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Gets the type arguments of a class/interface based on a subtype.
getTypeAst() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
getTypeCode() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the column type code.
getTypeDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getTypeDefinition(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getTypeEndIndex() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
Returns the end index of the type literal.
getTypeFactory(RecordType) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
Returns a type factory for the given type or null if there is none.
getTypeFactory(RecordType) - Method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Returns a type factory for the given type or null if there is none.
getTypeForName(String) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
getTypeForName(String) - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getTypeForName(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns registered named type corresponding to given name.
getTypeForName(String) - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getTypeLabel(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.LabelFunctions
Returns the label of the given type.
getTypeMapping() - Method in class com.whitestein.lsps.lang.ast.ConstraintAst
 
getTypeMetadata(ExecutionContext, Type) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getTypeMetadata(ExecutionContext, Type) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getTypeName() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns the column type name.
getTypeName() - Method in class com.whitestein.lsps.lang.DurationRecord
 
getTypeName() - Method in interface com.whitestein.lsps.lang.IRecordWrapper
Returns the full type name of the record.
getTypeName() - Method in class com.whitestein.lsps.lang.RecordWrapper
 
getTypeName() - Method in class com.whitestein.lsps.lang.TimeRecord
 
getTypeName() - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
 
getTypeName() - Method in class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
getTypeName() - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
getTypeName() - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
getTypeName() - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
getTypeName() - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
getTypeParameterNames() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getTypeParameterRanges() - Method in class com.whitestein.lsps.lang.ast.FunctionExpression
 
getTypeParameters() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignature
 
getTypeParameters() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getTypeParameters() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
getTypeParametersAst() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.CastExpression
Returns the range of the type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.DefExpression
Returns the range of the type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
Returns the range of the enumeration type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.ForeachExpression
Returns the range of the type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.InstanceofExpression
Returns the range of the type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
Returns the range of the record type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.RecordConstructorExpression
Returns the range of the record type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.RecordExpression
Returns the range of the record type.
getTypeRange() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
getTypeResolver() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getTypeResolver() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getTypes() - Static method in class com.whitestein.lsps.common.ddl.TableMetadata
Types which should be considered when reading the db schema (TABLE, VIEW)
getTypes() - Method in class com.whitestein.lsps.lang.antlr.AntlrIntersectionType
 
getTypeStartIndex() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
Returns the start index of the type literal.
getTypeText() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
Returns the type literal text.
getUICommonDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getUiDefinition() - Method in class com.whitestein.lsps.human.model.GenericDocumentDefinition
Returns ui definition expression.
getUIDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getUIHistory(ExecutionContext) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
A function which returns UI history.
getUIHistory(ExecutionContext) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
getUIState() - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Returns the saved UI state.
getUIState() - Method in class com.whitestein.lsps.human.TodoEvaluationContent
Returns the saved UI state.
getUnloadDate() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the unload date.
getUnloadDate() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns the unload date.
getUnloadedModuleIds() - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
getUnloadedModuleIds() - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Returns ids of unloaded modules.
getUnsupportedType() - Method in exception com.whitestein.lsps.json.impl.JsonProcessingUnsupportedTypeException
Gets the detected unsupported type.
getUpdate() - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
getUploadDate() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the upload date.
getUploadDate() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns the upload time.
getUploadedFrom() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
getUploadedTo() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
getUpToClass() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Gets the last super class to stop appending fields for.
getUsedModelInstanceEntities() - Method in class com.whitestein.lsps.engine.ModelInstanceTransactionStack
Returns data for all model instances invoked in the transaction.
getUserActivityTrackingTimeout() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns timeout in milliseconds for tracking of users.
getUserActivityTrackingTimeout() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
getUserId() - Method in class com.whitestein.lsps.activeuser.ActiveUserRecord
Returns user id.
getUserId() - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
getUserLogin() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
Returns the user login.
getUserRecords() - Method in class com.whitestein.lsps.activeuser.ActiveUsersTrack
Returns active user records.
getUsersAmount() - Method in class com.whitestein.lsps.common.dto.License
 
getUsersAmount() - Method in class com.whitestein.lsps.license.License
 
getUUID() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
getUUID() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
getVal() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Returns underlying ExternalValue.
getVal() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
Returns underlying Value.
getVal() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
Returns value object.
getVal() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getValid() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
getValidatedValue(ConstraintModel, RecordHolder) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
 
getValidationMessages(Diagnostic, int) - Method in class com.whitestein.lsps.test.ModelValidator
 
getValidationTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTag
 
getValidationTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTagAndExpression
 
getValidationTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTagExpression
 
getValidationTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTagNotExpression
 
getValidationTags() - Method in class com.whitestein.lsps.lang.ast.ValidationTagOrExpression
 
getValidFrom() - Method in class com.whitestein.lsps.common.dto.License
 
getValidFrom() - Method in class com.whitestein.lsps.license.License
 
getValidLicenses() - Method in class com.whitestein.lsps.license.LicensePublicServiceBean
Method is not protected as all users must be able to check the license.
getValidTo() - Method in class com.whitestein.lsps.common.dto.License
 
getValidTo() - Method in class com.whitestein.lsps.license.License
 
getValue() - Method in class com.whitestein.lsps.common.filter.Compare
Returns the value to compare the property against.
getValue() - Method in class com.whitestein.lsps.common.filter.Like
 
getValue(Field) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Calls java.lang.reflect.Field.get(Object).
getValue() - Method in interface com.whitestein.lsps.common.hack.lang3.mutable.Mutable
Gets the value of this mutable.
getValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Gets the value as a Integer instance.
getValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Gets the value.
getValue() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Gets the value from this pair.
getValue() - Method in class com.whitestein.lsps.common.StringProperty
Returns the value.
getValue() - Method in class com.whitestein.lsps.common.util.Pair
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.BinaryDataMetadata
 
getValue() - Method in class com.whitestein.lsps.engine.change.ExternalRecordPropertyAccessEvent
 
getValue() - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.dto.Setting
 
getValue() - Method in class com.whitestein.lsps.engine.dto.Signal
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.dto.val.DateValue
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.dto.val.RecordValueItem
Returns the value.
getValue(InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getValue(String, InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
getValue() - Method in class com.whitestein.lsps.engine.dto.Variable
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.lang.BinaryHolderImpl
Returns underlying value.
getValue() - Method in class com.whitestein.lsps.engine.lang.compiled.LocalParameter
 
getValue(HolderImpl<T>) - Static method in class com.whitestein.lsps.engine.lang.InternalHolderHelper
Returns value held by HolderImpl.
getValue() - Method in class com.whitestein.lsps.engine.state.BinaryDataMetadata
Returns value
getValue() - Method in class com.whitestein.lsps.engine.state.ModelInstanceProperty
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SDateValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SDecimalValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SHandledBoundaryEvent
Returns value
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
Returns value of the metadata.
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SStringValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns variable value.
getValue() - Method in class com.whitestein.lsps.engine.state.Setting
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.HandledBoundaryEvent
Returns value
getValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Returns the value.
getValue() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.Signal
Returns the value.
getValue() - Method in interface com.whitestein.lsps.engine.state.xml.SimpleValue
Returns the contained value.
getValue() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
getValue() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns variable value.
getValue() - Method in class com.whitestein.lsps.human.custom.ReferenceAndValue
Returns java value.
getValue() - Method in class com.whitestein.lsps.human.dto.DocumentParameters.Parameter
Returns the value of the parameter.
getValue() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
Returns the enumeration value.
getValue() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
Returns the property path value, or null if the expression is not valid.
getValue() - Method in class com.whitestein.lsps.lang.ast.SyntheticExpression
 
getValue() - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
getValue(RecordHolder) - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns the value of the given property path of the given record object.
getValue() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Gets the value of the referenced element.
getValue(InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Gets the value of the referenced element.
getValue(String, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns value of referenced value-holder (variable/record) in the specified evaluation level.
getValue(InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getValue(String, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
getValue() - Method in class com.whitestein.lsps.os.dto.RoleUnitParameter
Returns the value of the parameter.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Return value of the combo box element.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsDateTextBox
Returns the current TextBox value.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
Returns the current TextArea value.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsTextArea
Returns the current TextArea value.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsTextBox
Returns the current TextBox value.
getValue() - Method in class com.whitestein.lsps.test.web.components.LspsUITextArea
Returns the current TextArea value.
getValueHolder(Handle) - Method in interface com.whitestein.lsps.engine.dto.HandleResolver
Returns a value-holder for the given handle.
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.lang.HandleResolverImpl
 
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
getValueHolder(Handle) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getValues() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns the model instance complex values.
getValues() - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
Returns all stored values.
getValues() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns the model instance complex values.
getValues() - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Returns all stored values.
getVar() - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
getVar() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
 
getVariable() - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
Returns the variable.
getVariable(String) - Method in class com.whitestein.lsps.engine.dto.Context
Returns a variable for the given variable name.
getVariable(String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVariable(String, boolean) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVariable(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a local variable for the given name.
getVariable(String, boolean) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a local variable info for the given name.
getVariableContext() - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
Returns the context of this interpreter.
getVariableContext() - Method in class com.whitestein.lsps.engine.ConditionIntermediateInterpreter
 
getVariableContext() - Method in class com.whitestein.lsps.engine.ConditionStartInterpreter
 
getVariableContext() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
getVariableContext() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
Returns the context of this interpreter.
getVariableContext() - Method in class com.whitestein.lsps.engine.TimerIntermediateInterpreter
 
getVariableContext() - Method in class com.whitestein.lsps.engine.TimerStartInterpreter
 
getVariableExecutionContext() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
getVariableFactory() - Method in class com.whitestein.lsps.lang.parser.Parser
 
getVariableInfo() - Method in class com.whitestein.lsps.lang.ast.VariableExpression
Returns the variable-info.
getVariableInstance(String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns variable instance by variable name or null if it does not exist.
getVariableMetadata(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
getVariableMetadata(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
getVariableNames() - Method in class com.whitestein.lsps.common.rest.PathTemplate
Gets variable names extracted from the path template.
getVariableNames() - Method in class com.whitestein.lsps.engine.dto.Context
Returns a set of variable names.
getVariableNames() - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getVariableNames() - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getVariableNames() - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getVariableNames() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns the names of the variables.
getVariableNames() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getVariableNames() - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
getVariableNames() - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns the names of all the variables.
getVariablePrivacy(String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVariablePrivacy(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a local variable privacy for the given name.
getVariables() - Method in class com.whitestein.lsps.engine.dto.Context
Returns the variables map indexed with the variable names.
getVariables() - Method in class com.whitestein.lsps.engine.state.ser.SContext
Returns an immutable list of variables.
getVariables() - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns an immutable collection of variables.
getVariables(QID) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVariables() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVariables() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all variables in this namespace.
getVariables(QID) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a list of variables for the given fully qualified name.
getVariableType(String) - Method in class com.whitestein.lsps.engine.dto.Context
Returns the variable type for given variable name or null if the variable does not exist.
getVariableType(String) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
getVariableType(String) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
getVariableType(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getVariableType(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getVariableType(String) - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
getVariableType(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns the type of variable or null if it does not exist.
getVariableValue(String) - Method in class com.whitestein.lsps.engine.dto.Context
Returns the variable value for given variable name or null if the variable does not exist.
getVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
getVariableValue(QID) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
getVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
Deprecated.
getVariableValue(Namespace, QID) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getVariableValue(Namespace, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
getVariableValue(QID) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Resolves variable for given name and returns its value.
getVariableValue(String) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
getVariableValue(QID) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
getVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
Deprecated.
getVariableValue(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
getVariableValue(String) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns variable value for given name or null if it does not exist.
getVariableValue(QID) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
getVariableValue(String) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
Deprecated.
getVariableValue(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
getVariableValue(String) - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
getVariableValue(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns value of variable for given name from this namespace.
getVariableValue(String) - Method in class com.whitestein.lsps.test.ModelInstance
Returns the value of module variable.
getVariableValue(String) - Method in class com.whitestein.lsps.test.Todo
 
getVariableValue(long, long, String) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
getVariableValue(long, long, String) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
getVerifiedIdentifier(String, boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.JavaIdentifierCreator
 
getVersion() - Method in class com.whitestein.lsps.engine.dto.Module
Returns the version.
getVersion() - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
getVersion() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns string representation of the entity version, used for multi-transactional optimistic locking.
getVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
getVersion() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
getVersion() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
getVersion() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
getVersion() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns shared entity version.
getVersion() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
getVersion() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
getVersion() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns version in string format.
getVersion() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns the module version.
getVersion() - Method in class com.whitestein.lsps.test.Module
Returns the module version.
getVersionField() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns version field.
getVersionPattern() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
gets version pattern
getVertexCount() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns count of vertices.
getVertices() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Returns unmodifiable set of vertices backed by this graph.
getVerticesInCycles(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns a set of all vertices that take part in a cycle.
getVisibility() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getVisibility() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
getVisibility() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns the signature visibility.
getVisibility() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
getVisibility() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getVisibility() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns the property visibility.
getVisibilityTree() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
getVisibleConstants() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVisibleConstants() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all visible constants.
getVisibleNamedTypes() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVisibleNamedTypes() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all visible named types (records, enumerations etc.).
getVisibleRecordTypes() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVisibleRecordTypes() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all visible defined record types.
getVisibleRowCount() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
Returns the number of rows the table is currently showing.
getVisibleSignatures() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVisibleSignatures() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all visible function signatures.
getVisibleVariables() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
getVisibleVariables() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
getVisibleVariables() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns a collection of all visible variables.
getVisibleVariables() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
getWaitingFor() - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Returns set of properties of shared records on change of which a model instance is waiting for.
getWaitingForSharedRecordChanges() - Method in class com.whitestein.lsps.engine.ModelInstanceRuntimeData
Returns all registrations of waiting for shared record changes.
getWeek(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the week of a year of the date.
getWeeks() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the weeks property.
getWeeksDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the weeks property.
getWidth() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Gets the connector width.
getWidth() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the width of this node.
getWidth(ProcessElementType) - Static method in class com.whitestein.lsps.visualization.ElementTypeDataRegister
Gets the default width for the given type.
getWrappingElement(Element, Map<String, String>) - Static method in class com.whitestein.lsps.xml.util.XmlUtil
Returns wrapping element.
getWsdl(String, String) - Method in interface com.whitestein.lsps.engine.WsService
Returns wsdl file for the name.
getWsdl(String, String) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
getWsRequestHandler(long) - Method in interface com.whitestein.lsps.engine.WsService
Retrieves WsRequestHandler object with given id from persistent storage
getWsRequestHandler(long) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
getWsRequestHandlerId() - Method in exception com.whitestein.lsps.engine.exception.WsRequestHandlerNotFoundException
Returns the handler id.
getWsResponsesMap() - Static method in class com.whitestein.lsps.engine.ServiceWaitingRequests
Gets a map of response queues by the request IDs.
getWTDirectory() - Method in class com.whitestein.lsps.test.TestConfig
 
getX() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the X coordinate of this node.
getX() - Method in class com.whitestein.lsps.visualization.DiagramPoint
Gets the value of the x coordinate.
getXClass() - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader.ComponentPropertiesSource
 
getXClass(Class) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
getXmlMapping() - Method in class com.whitestein.lsps.lang.type.RecordField
 
getXmlMapping() - Method in class com.whitestein.lsps.lang.type.RecordType
 
getXmlNamespace() - Method in class com.whitestein.lsps.lang.type.xml.XmlMapping
 
getXsd(String, String) - Method in interface com.whitestein.lsps.engine.WsService
Returns xsd file for the name.
getXsd(String, String) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
getXsdType() - Method in class com.whitestein.lsps.lang.type.xml.XmlMapping
 
getXsdType(XmlMapping, Type) - Static method in class com.whitestein.lsps.xml.util.XsdUtil
Returns either the xsd type from mapping or if there is no entry in the mapping, it returns the default type (see XsdUtil.getDefaultXsdType(com.whitestein.lsps.lang.type.Type)).
getXsdTypeName() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
getXsdTypeNamespace() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
getY() - Method in class com.whitestein.lsps.visualization.DiagramNode
Gets the Y coordinate of this node
getY() - Method in class com.whitestein.lsps.visualization.DiagramPoint
Gets the value of the y coordinate.
getYear(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the year of the date.
getYear(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns the year of the date.
getYear(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
getYears() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the years property.
getYearsDecimal() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns the years property.
getZip(String) - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
getZip(String) - Method in interface com.whitestein.lsps.human.dao.VaadinThemeDao
Returns the current Vaadin theme zip, based on the theme name.
getZip() - Method in class com.whitestein.lsps.human.entity.VaadinTheme
 
getZip(String) - Method in class com.whitestein.lsps.human.VaadinThemeCacheBean
 
getZoneOffset() - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Returns the zone offset object.
Goal - Class in com.whitestein.lsps.engine.dto
Element representing a goal.
Goal() - Constructor for class com.whitestein.lsps.engine.dto.Goal
Creates new instance.
Goal(String, long, String, String, GoalType, GoalState, Collection<GOElement>, boolean) - Constructor for class com.whitestein.lsps.engine.dto.Goal
Creates new instance.
Goal - Class in com.whitestein.lsps.engine.state.xml
Entity representing goal execution state.
Goal(ProcessInstance, String, GoalType, Goal) - Constructor for class com.whitestein.lsps.engine.state.xml.Goal
Creates new instance of Goal with default state GoalState.INACTIVE.
Goal(ProcessInstance, String, GoalType, Goal, GoalState) - Constructor for class com.whitestein.lsps.engine.state.xml.Goal
Creates new instance of Goal.
Goal(SGoal, Goal, ProcessInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Goal
Creates a new instance from the serialized companion.
GOAL - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
Goal type.
GOAL_PLAN - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
GoalPlan type.
GoalFunctions - Class in com.whitestein.lsps.stdlib.function
 
GoalFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.GoalFunctions
 
GoalHolder - Class in com.whitestein.lsps.stdlib.type
Holder for a goal.
GoalPlanHolder<E extends GOElement> - Class in com.whitestein.lsps.stdlib.type
The class provides access to the model and execution data.
Goals - Class in com.whitestein.lsps.engine.dto
Class containing goals/plans for a context..
Goals() - Constructor for class com.whitestein.lsps.engine.dto.Goals
Creates new instance.
Goals(Collection<Goal>) - Constructor for class com.whitestein.lsps.engine.dto.Goals
Creates new instance.
GoalsChange - Class in com.whitestein.lsps.engine.change
Class representing a goals change.
GoalsChange(ProcessInstance) - Constructor for class com.whitestein.lsps.engine.change.GoalsChange
Creates new instance.
GoalStartedChange - Class in com.whitestein.lsps.engine.change
Goal started change.
GoalStartedChange(Goal) - Constructor for class com.whitestein.lsps.engine.change.GoalStartedChange
Creates new instance.
GoalState - Enum in com.whitestein.lsps.engine.dto
Enum class representing goal state.
GoalStateChange - Class in com.whitestein.lsps.engine.change
State change of a goal.
GoalStateChange(Goal, GoalState, GoalState) - Constructor for class com.whitestein.lsps.engine.change.GoalStateChange
Creates new instance.
GoalType - Enum in com.whitestein.lsps.engine.dto
 
GOElement - Class in com.whitestein.lsps.engine.dto
Base class for goals and plans.
GOElement() - Constructor for class com.whitestein.lsps.engine.dto.GOElement
Creates new instance.
GOElement - Class in com.whitestein.lsps.engine.state.xml
Base class for Goal and Plan.
GOElement(ProcessInstance, Goal, String) - Constructor for class com.whitestein.lsps.engine.state.xml.GOElement
Creates new instance of GOElement.
GOElement(SGOElement, Goal, ProcessInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.GOElement
 
GOElementStateChange - Class in com.whitestein.lsps.engine.change
State change of a goal or a plan.
GOElementStateChange(GOElement) - Constructor for class com.whitestein.lsps.engine.change.GOElementStateChange
Constructor.
GOInterpreter - Class in com.whitestein.lsps.engine
Interpreter for GOProcessDescription.
GOInterpreter(ProcessInstance, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.GOInterpreter
Creates new instance.
GraphUtils - Class in com.whitestein.lsps.common.graph
Static class for common graph manipulations.
grid() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a grid.
gridRow() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a grid row.
groupBy(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Performs "group by".

H

hackAroundBrokenXmlChoice() - Static method in class com.whitestein.lsps.common.jaxb.EclipseLinkMOXy
MOXy 2.3.2 (present e.g.
haltOnError - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Hale on error flag.
handle(Change) - Method in class com.whitestein.lsps.engine.AssignmentInterpreter
Performs assignments on a relevant model elements.
Handle - Class in com.whitestein.lsps.engine.dto
This class represents a serializable handle for ValueHolders.
Handle() - Constructor for class com.whitestein.lsps.engine.dto.Handle
Creates new instance.(
handleCommUnit(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.ProcessAgent
Handles a communication unit.
handleCommUnit(CommunicationUnit) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
handleCommUnitInNewTransaction(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.ProcessAgent
Handles a communication unit in a new transaction.
handleCommUnitInNewTransaction(CommunicationUnit) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
handleCommUnitWithDeadlockRetry(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.ProcessAgent
Handles a communication unit in a new transaction with retrying in case of deadlock
handleCommUnitWithDeadlockRetry(CommunicationUnit) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
handleCommUnitWithErrorHandling(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.ProcessAgent
Handles a communication unit with error-handling.
handleCommUnitWithErrorHandling(CommunicationUnit) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
HandledBoundaryEvent - Class in com.whitestein.lsps.engine.state.xml
This entity represents a handled boundary event in token.
HandledBoundaryEvent(String, Long) - Constructor for class com.whitestein.lsps.engine.state.xml.HandledBoundaryEvent
Creates new instance.
HandledBoundaryEvent(SHandledBoundaryEvent) - Constructor for class com.whitestein.lsps.engine.state.xml.HandledBoundaryEvent
Creates a new instance from the serialized companion.
handleGetObject(String) - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle.Bundle
 
handleGetObject(String) - Method in class com.whitestein.lsps.engine.dto.LocalizationResourceBundle
Gets an object for the given key from the corresponding module resource bundle.
handleInvocation(InvocationContext) - Method in class com.whitestein.lsps.engine.HealthCheckInterceptor
 
handleNotifications() - Method in interface com.whitestein.lsps.engine.ejb.SharedRecordNotifier
 
handleNotifications() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.whitestein.lsps.vaadin.util.requesthandlers.TopLevelPublishedFileHandler
Writes the connector resource identified by the request URI to the response.
HandleResolver - Interface in com.whitestein.lsps.engine.dto
Classes implementing this interface can return handles for value-holders and vice versa.
HandleResolverImpl - Class in com.whitestein.lsps.engine.lang
Implementation of the HandleRecolver working on a model instance (bound with the converter), that returns ValueHolder from the evaluation level the handle points to.
HandleResolverImpl(RuntimeToPersistentConverter) - Constructor for class com.whitestein.lsps.engine.lang.HandleResolverImpl
Creates new instance.
handleRuntimeException(InvocationContext) - Method in class com.whitestein.lsps.engine.lang.LspsFunctionInterceptor
Wraps runtime exceptions into ErrorException.
handleSharedRecordNotification(InvocationContext) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierInterceptor
Triggers actions for handling shared record change notifications if the invoked method is last on the stack of relevant methods.
hasClassName(String) - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
hasDeclaredConstructorInHierarchy() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if this record type or its ancestor (supertype) has a declared constructor (defined by user).
hasDetail(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if this person has the detail (identified by given detailName), otherwise returns false.
hasDuplicates(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns true if the collection contains duplicate elements, false otherwise.
hasEmptyStack() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Returns true if stack of shared record notifications relevant methods is empty.
hasExecutionContextParameter(String, String, List<Class<?>>, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
hasFreeTypes() - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.AbstractType
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.ClosureType
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.ContainerType
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.FreeType
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
hasFreeTypes() - Method in interface com.whitestein.lsps.lang.type.Type
 
hasFreeTypes() - Method in class com.whitestein.lsps.lang.type.TypeType
 
hashCode() - Method in class com.whitestein.lsps.common.ErrorContext
 
hashCode() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
 
hashCode() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
 
hashCode() - Method in class com.whitestein.lsps.common.graph.Edge
 
hashCode(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Get a hash code for an array handling multi-dimensional arrays correctly.
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
The computed hashCode from toHashCode() is returned due to the likelihood of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for HashCodeBuilder itself is.
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets a hashCode for the fraction.
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns a suitable hash code for this mutable.
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Returns the value's hash code or 0 if the value is null.
hashCode(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hashCode(Object) in Java 7 and will be removed in future releases
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets a suitable hash code for this builder.
hashCode() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Returns a suitable hash code.
hashCode() - Method in class com.whitestein.lsps.common.StringProperties
 
hashCode() - Method in class com.whitestein.lsps.common.util.Pair
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.CommunicationUnit
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.EscalationMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.RemoveSignalMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.SignalMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
 
hashCode() - Method in class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Context
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.GOElement
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Handle
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Log
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ModelUpdate
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Module
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.RollbackInfo
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Signal
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
hashCode() - Method in class com.whitestein.lsps.engine.dto.Variable
 
hashCode() - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
hashCode() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
hashCode() - Method in class com.whitestein.lsps.engine.Identifier
 
hashCode() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
hashCode() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
hashCode() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
hashCode() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
hashCode() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
hashCode() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
hashCode() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValueUniqueKey
 
hashCode() - Method in class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
hashCode() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
hashCode() - Method in class com.whitestein.lsps.lang.ast.MissingReturnExpression
 
hashCode() - Method in class com.whitestein.lsps.lang.ClosureOrigin
 
hashCode() - Method in class com.whitestein.lsps.lang.Decimal
Returns the hash code for this Decimal.
hashCode() - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.Path
 
hashCode() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
 
hashCode() - Method in class com.whitestein.lsps.lang.ExpressionOrigin
 
hashCode() - Method in class com.whitestein.lsps.lang.RecordWrapper
 
hashCode() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.ClosureType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.CollectionType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.ContainerType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.FreeType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.ListType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.MapType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.QID
 
hashCode() - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.SetType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.SimpleType
 
hashCode() - Method in class com.whitestein.lsps.lang.type.TypeType
 
hashCode() - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
hashCode() - Method in class com.whitestein.lsps.orgstructure.entity.Right.PK
 
hashCode() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
 
hashCode() - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
 
hashCode() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
 
hashCode() - Method in class com.whitestein.lsps.os.dto.Performer
 
hashCode() - Method in class com.whitestein.lsps.os.dto.Person
 
hashCode() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
 
hashCode() - Method in class com.whitestein.lsps.os.dto.RoleUnitParameter
 
hashCode() - Method in class com.whitestein.lsps.os.dto.SecurityRole
 
hashCode() - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner.VersionAwareFrameworkMethod
 
hashCode() - Method in class com.whitestein.lsps.test.LspsRemote
 
hashCode() - Method in class com.whitestein.lsps.test.ModelInstance
 
hashCode() - Method in class com.whitestein.lsps.test.Module
 
hashCode() - Method in class com.whitestein.lsps.test.Person
 
hashCode() - Method in class com.whitestein.lsps.test.Todo
 
hashCode() - Method in class com.whitestein.lsps.visualization.Assignment
 
HashCodeBuilder - Class in com.whitestein.lsps.common.hack.lang3.builder
Assists in implementing Object.hashCode() methods.
HashCodeBuilder() - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses two hard coded choices for the constants needed to build a hashCode.
HashCodeBuilder(int, int) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Two randomly chosen, odd numbers must be passed in.
HashCodeExclude - Annotation Type in com.whitestein.lsps.common.hack.lang3.builder
Use this annotation to exclude a field from being used by the various reflectionHashcode methods defined on HashCodeBuilder.
hashCodeMulti(Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.hash(Object...) in Java 7 and will be removed in future releases.
hashMappings - Variable in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
hasIcon() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
 
hasInitialPerformer(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Checks if given person is one of the todo's performers.
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.ClosureType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.ContainerType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.EnumerationType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.FreeType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.MapType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.SimpleType
 
hasIntersectionType() - Method in interface com.whitestein.lsps.lang.type.Type
 
hasIntersectionType() - Method in class com.whitestein.lsps.lang.type.TypeType
 
hasMetadata(String) - Method in interface com.whitestein.lsps.lang.LangElement
Returns true if the metadata contain the given key.
hasMetadata(String) - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
hasMetadata(String) - Method in class com.whitestein.lsps.lang.module.VariableInfo
 
hasMetadata(String) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if this function has the metadata key.
hasMetadata(String) - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
hasMetadata(String) - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
hasMetadata(String) - Method in class com.whitestein.lsps.lang.type.RecordField
 
hasNext() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Checks whether there are any more tokens.
hasObjectIdentification() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns true if object identification is set.
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
hasOptimisticLockRelevantChanges() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
hasOptimisticLockRelevantChanges() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns true if record has changes of properties that affect optimistic lock version.
hasOwnProperty() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns true if the record holder contains specified property.
hasParent(Context) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns true if any of the parents (not only direct one) is the specified context.
hasPersonAnyRight(String, List<String>) - Method in interface com.whitestein.lsps.os.PersonService
Answer whether person is active and has any of the given rights
hasPersonAnyRight(String, List<String>) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
hasPojoEntity() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if record type has pojo entity.
hasPrevious() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Checks whether there are any previous tokens that can be iterated to.
hasPrincipalAnyRight(List<String>) - Method in interface com.whitestein.lsps.common.SecurityManagerService
Answer whether the current principal is active and has any of the given rights
hasPrincipalAnyRight(List<String>) - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
hasPrincipalRight(String) - Method in interface com.whitestein.lsps.common.SecurityManagerService
Returns true if the current principal has the given right.
hasPrincipalRight(String) - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
hasProperties() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns true if there is any property set.
hasProperty(String) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns true if the value contains the property.
hasReference(String, String) - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
Returns true if references the same column.
hasRight(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if this person has the given right.
hasRight(String) - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Returns true if this security role has given right assigned, otherwise returns false.
hasSharedRecords(PersistentClass) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
hasTypeKeyword() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
Returns true, if the expression has "type" keyword, e.g.
HealthCheck - Class in com.whitestein.lsps.engine
Provide runtime information about health of the server.
HealthCheck() - Constructor for class com.whitestein.lsps.engine.HealthCheck
 
HealthCheckData - Class in com.whitestein.lsps.engine
 
HealthCheckData() - Constructor for class com.whitestein.lsps.engine.HealthCheckData
 
HealthCheckInterceptor - Class in com.whitestein.lsps.engine
 
HealthCheckInterceptor() - Constructor for class com.whitestein.lsps.engine.HealthCheckInterceptor
 
HealthCheckMXBean - Interface in com.whitestein.lsps.engine
 
hex(int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
Returns an upper case hexadecimal String for the given character.
HibernateConfigRebuild - Class in com.whitestein.lsps.modulemanager
Class used to indicate that a hibernate config was rebuild in the current transaction.
HibernateConfigRebuild(Set<Long>) - Constructor for class com.whitestein.lsps.modulemanager.HibernateConfigRebuild
 
hideAndDestroy(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Hide pop-up.
hierarchy(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Get an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order, excluding interfaces.
hierarchy(Class<?>, ClassUtils.Interfaces) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Get an Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order.
HIGH_PRIORITY - Static variable in class com.whitestein.lsps.engine.Constants
High processing priority.
HintGeneration - Class in com.whitestein.lsps.human.generation
 
HintGeneration() - Constructor for class com.whitestein.lsps.human.generation.HintGeneration
 
HintModule - Class in com.whitestein.lsps.human.model
 
HintModule(NamespaceModel) - Constructor for class com.whitestein.lsps.human.model.HintModule
 
HintSourceProvider - Class in com.whitestein.lsps.human.generation
 
HintSourceProvider() - Constructor for class com.whitestein.lsps.human.generation.HintSourceProvider
 
HIT_POLICY - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
HIT_POLICY_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
A full type name of the HitPolicy enumeration.
HitPolicy - Enum in com.whitestein.lsps.stdlib.dmn.model
 
holder() - Method in interface com.whitestein.lsps.lang.IRecordWrapper
Returns the record holder.
holder() - Method in class com.whitestein.lsps.lang.RecordWrapper
 
HolderAccessor - Class in com.whitestein.lsps.engine.state.xml
For LSPS internal use only.
HolderFactory - Interface in com.whitestein.lsps.lang
This factory provides means to create complex language structures, i.e.
HolderHelper - Class in com.whitestein.lsps.engine
Helper class for runtime holders.
HolderImpl<V extends ComplexValue> - Class in com.whitestein.lsps.engine.lang
Implementation of ValueHolder for runtime, it is backed by given Value.
horizontalLayout() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a horizontal layout.
HOUR - Static variable in class com.whitestein.lsps.lang.TimeRecord
Property name of hour field.
HOURS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of hours field.
HOURS - Static variable in class com.whitestein.lsps.lang.ZoneOffsetRecord
Property name of hours field.
hqlQueryCount(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
hqlQueryCount(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL count query.
hqlQueryList(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
hqlQueryList(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL query specification and returns the result.
hqlQuerySingle(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
hqlQuerySingle(ExecutionContext, HQLQuerySpecification, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL query specification and returns the first result.
HqlTransformer - Class in com.whitestein.lsps.engine.hql
 
HqlTransformer(String, RecordType, NamespaceModel) - Constructor for class com.whitestein.lsps.engine.hql.HqlTransformer
 
HqlTransformer(String, RecordType, NamespaceModel, HqlTransformer.NameProvider) - Constructor for class com.whitestein.lsps.engine.hql.HqlTransformer
 
HqlTransformer.NameProvider - Interface in com.whitestein.lsps.engine.hql
A helper interface used to provide entity names and property names.
HTML40_EXTENDED_ESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape additional character entity references.
HTML40_EXTENDED_UNESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.HTML40_EXTENDED_ESCAPE() for unescaping purposes.
HttpCallFunctions - Class in com.whitestein.lsps.wsclient.function
 
HttpCallFunctions() - Constructor for class com.whitestein.lsps.wsclient.function.HttpCallFunctions
 
HttpCallFunctions.HttpResponse - Class in com.whitestein.lsps.wsclient.function
 
HttpClientTask - Class in com.whitestein.lsps.wsclient.task
This is the generic implementation of task for http calls.
HttpClientTask() - Constructor for class com.whitestein.lsps.wsclient.task.HttpClientTask
 
HttpResponse() - Constructor for class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
HumanActionsService - Interface in com.whitestein.lsps.human
Service for human actions.
HumanActionsServiceBean - Class in com.whitestein.lsps.human
Service for human actions.
HumanActionsServiceBean() - Constructor for class com.whitestein.lsps.human.HumanActionsServiceBean
 
HumanActionsServiceLocal - Interface in com.whitestein.lsps.human.ejb
Local interface for HumanActionsService.
HumanActionsServiceRemote - Interface in com.whitestein.lsps.human.ejb
Remote interface for HumanActionsService.
HumanErrors - Class in com.whitestein.lsps.human
Errors utility class for throwing ErrorExceptions.
HumanFunctions - Interface in com.whitestein.lsps.human.function
Functions provided by this module.
HumanFunctionsImpl - Class in com.whitestein.lsps.human.function
Functions for Human module.
HumanFunctionsImpl() - Constructor for class com.whitestein.lsps.human.function.HumanFunctionsImpl
Creates new instance.
HumanFunctionsImpl(TodoServiceLocal, OrgTypeFactory, HumanTypeFactory) - Constructor for class com.whitestein.lsps.human.function.HumanFunctionsImpl
Creates new instance.
HumanGenerationOperations - Class in com.whitestein.lsps.human.generation
Generation operations for generating human-related model elements.
HumanGenerationOperations() - Constructor for class com.whitestein.lsps.human.generation.HumanGenerationOperations
 
HumanInteractionTask - Class in com.whitestein.lsps.human.task
Deprecated.
Provided only for backward compatibility
HumanInteractionTask() - Constructor for class com.whitestein.lsps.human.task.HumanInteractionTask
Deprecated.
 
HumanModule - Class in com.whitestein.lsps.human.model
Class defines constants of the core module.
HumanRights - Class in com.whitestein.lsps.human
This class contains security rights used by this module.
HumanSharedRecordPlugin - Class in com.whitestein.lsps.human.context
This plugin provides shared record entities for human types.
HumanSharedRecordPlugin(TodoDao, TodoEscalationDao, SavedDocumentDao, CoreSharedRecordPlugin, OrgSharedRecordPlugin) - Constructor for class com.whitestein.lsps.human.context.HumanSharedRecordPlugin
Constructor
HumanStatisticsInitializationBean - Class in com.whitestein.lsps.human
This bean initializes Hibernate statistics MBean for the lsps-human persistence unit.
HumanStatisticsInitializationBean() - Constructor for class com.whitestein.lsps.human.HumanStatisticsInitializationBean
 
HumanTempSharedRecordConfigurationGeneration - Class in com.whitestein.lsps.human.generation
Generation of Hibernate SessionFactory.
HumanTempSharedRecordConfigurationGeneration() - Constructor for class com.whitestein.lsps.human.generation.HumanTempSharedRecordConfigurationGeneration
 
HumanTypeFactory - Interface in com.whitestein.lsps.human.context
 
HumanTypeFactoryImpl - Class in com.whitestein.lsps.human.context
 
HumanTypeFactoryImpl() - Constructor for class com.whitestein.lsps.human.context.HumanTypeFactoryImpl
Creates new instance.
HumanTypes - Class in com.whitestein.lsps.human
Type constants.

I

Identifier - Class in com.whitestein.lsps.engine
Serializable identifier of a model instance or a task.
IDENTIFIER_PREFIX - Static variable in class com.whitestein.lsps.engine.LocalizationKey
Identifier of localizable strings
IdentifierAst - Class in com.whitestein.lsps.lang.ast
 
IdentifierAst(ASTNode, String) - Constructor for class com.whitestein.lsps.lang.ast.IdentifierAst
 
identityToString(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Gets the toString that would be produced by Object if a class did not override toString itself.
identityToString(Appendable, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StrBuilder, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
as of 3.6, because StrBuilder was moved to commons-text, use one of the other identityToString methods instead
identityToString(StringBuffer, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
identityToString(StringBuilder, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Appends the toString that would be produced by Object if a class did not override toString itself.
IdMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
Generates metadata for primary identifiers (ids) of versions entities.
IEEE754rUtils - Class in com.whitestein.lsps.common.hack.lang3.math
Provides IEEE-754r variants of NumberUtils methods.
IEEE754rUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
 
IErrorException - Interface in com.whitestein.lsps.common
This is a common interface for exceptions ErrorException and ErrorRuntimeException.
ifNotNull(ExecutionContext, Object, String, Object) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Returns object if the objToCheck is not Null.
IfnullExpression - Class in com.whitestein.lsps.lang.ast
 
IfnullExpression(ASTInfo, Expression, Expression, Type) - Constructor for class com.whitestein.lsps.lang.ast.IfnullExpression
Constructs a new ifnull expression.
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
IHashDataProvider - Interface in com.whitestein.lsps.common.hash
 
ILspsException - Interface in com.whitestein.lsps.common
This is a common interface for exceptions LspsException and LspsRuntimeException.
ImmutableArrayList<E> - Class in com.whitestein.lsps.common.collections
Using this class has the same effect as
ImmutableArrayList(E[]) - Constructor for class com.whitestein.lsps.common.collections.ImmutableArrayList
Returns an immutable fixed-size list backed by the specified array.
ImmutablePair<L,R> - Class in com.whitestein.lsps.common.hack.lang3.tuple
An immutable pair consisting of two Object elements.
ImmutablePair(L, R) - Constructor for class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Create a new pair instance.
implementsExternalRecordEntity() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns true if record entity implements ExternalRecordEntity interface.
importedModules() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
Returns an immutable map of imports.
importedModules() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
importedModules() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
importedModules() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
importedPackages - Static variable in class com.whitestein.lsps.engine.lang.compiled.LspsClassPools
Imports used to generate java code for expressions.
ImportedRoleUnitGenerator - Class in com.whitestein.lsps.orgstructure.generation
Generator of the imported roles
ImportedRoleUnitGenerator(ImportedRoleUnit, NamespaceGenerator, ImportProvider, RoleUnitGeneration) - Constructor for class com.whitestein.lsps.orgstructure.generation.ImportedRoleUnitGenerator
Constructor
in(Object, CollectionHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
IN_VAR_NAME - Static variable in class com.whitestein.lsps.human.Constants
 
inactivate() - Method in class com.whitestein.lsps.engine.PlanHandler
Inactivates the plan state if the plan is in finished state.
inactive() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get INACTIVE state name
inactive() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
IncDecExpression - Class in com.whitestein.lsps.lang.ast
Increment or decrement expression.
IncDecExpression(ASTInfo, AssignableExpression, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.ast.IncDecExpression
Creates a new expression object.
inclusiveBetween(T, T, Comparable<T>) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(T, T, Comparable<T>, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument object fall between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(long, long, long) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(long, long, long, String) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
inclusiveBetween(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception.
inclusiveBetween(double, double, double, String) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified primitive value falls between the two inclusive values specified; otherwise, throws an exception with the specified message.
INCOMPATIBLE_TYPE_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Wrong type of a value.
INCORRECT_PATHNAME_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Incorrect pathname error is used by splitPathname function.
increaseStack() - Method in class com.whitestein.lsps.engine.SharedRecordNotifierData
Increase stack of shared record notifications relevant methods.
increment() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments the value.
INCREMENT_OP - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
An increment operator (++).
incrementAndGet() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Increments this instance's value by 1; this method returns the value associated with the instance immediately after the increment operation.
index() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
Return the current input symbol index 0..n where n indicates the last symbol has been read.
index - Variable in class com.whitestein.lsps.test.web.components.LspsTableColumn
The index of the column, 0-based.
INDEX_NOT_FOUND - Static variable in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
The index value when an element is not found in a list or array: -1.
INDEX_NOT_FOUND - Static variable in class com.whitestein.lsps.common.hack.lang3.StringUtils
Represents a failed index search.
IndexMetadata - Class in com.whitestein.lsps.common.ddl
JDBC index metadata
indexOf(Object) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
indexOf(Object[], Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given object in the array.
indexOf(Object[], Object, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given object in the array starting at the given index.
indexOf(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(long[], long, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(short[], short, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(char[], char, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(byte[], byte, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(double[], double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value within a given tolerance in the array.
indexOf(double[], double, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(double[], double, int, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(float[], float, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array.
indexOf(boolean[], boolean, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the index of the given value in the array starting at the given index.
indexOf(CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the index within seq of the first occurrence of the specified character.
indexOf(CharSequence, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the index within seq of the first occurrence of the specified character, starting the search at the specified index.
indexOf(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the first index within a CharSequence, handling null.
indexOf(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified char.
indexOf(char, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified char.
indexOf(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified string.
indexOf(String, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the first reference to the specified string starting searching from the given index.
indexOf(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the first match.
indexOf(StrMatcher, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the first match searching from the given index.
indexOf(Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
indexOf(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
indexOf(Object) - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
indexOf(ExecutionContext, CollectionHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the first occurrence of the specified element in the collection, or -1 if the list does not contain the element.
indexOf(ExecutionContext, ListHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the first occurrence of the specified element in the list, or -1 if the list does not contain the element.
indexOf(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the index of the first occurrence of the specified substring within the string.
indexOf(ExecutionContext, String, String, Decimal) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the index of the first occurrence of the specified substring within the string, starting at the specified index.
indexOfAny(CharSequence, char...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAny(CharSequence, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Search a CharSequence to find the first index of any character in the given set of characters.
indexOfAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Find the first index of any of a set of potential substrings.
indexOfAnyBut(CharSequence, char...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Searches a CharSequence to find the first index of any character not in the given set of characters.
indexOfAnyBut(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Search a CharSequence to find the first index of any character not in the given set of characters.
indexOfDifference(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares two CharSequences, and returns the index at which the CharSequences begin to differ.
indexOfDifference(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Compares all CharSequences in an array and returns the index at which the CharSequences begin to differ.
indexOfIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case in-sensitive find of the first index within a CharSequence.
indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case in-sensitive find of the first index within a CharSequence from the specified position.
InfoServiceBean - Class in com.whitestein.lsps.engine
 
InfoServiceBean() - Constructor for class com.whitestein.lsps.engine.InfoServiceBean
 
InfoServiceLocal - Interface in com.whitestein.lsps.engine
 
init() - Method in enum com.whitestein.lsps.common.JavaReflectionCache
Initialize.
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.BPMNInterpreter
 
init() - Method in class com.whitestein.lsps.engine.CacheReplicationMDB
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.GOInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.InlineStartConditionInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.InlineStartEscalationInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.InlineStartSignalInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.ModuleInterpreter
 
init(ProcessDescription) - Method in class com.whitestein.lsps.engine.ModuleInterpreter
Initializes a process description.
init() - Method in class com.whitestein.lsps.engine.ProcessAgentMDB
 
init(boolean, Exception) - Method in interface com.whitestein.lsps.engine.ProcessInterpreter
Initializes the process state.
init(ProcessInstance, ProcessInterpreterContext, boolean, Exception) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Initializes the process state.
init(ProcessInstance, ProcessDescription, ProcessInterpreterContext, boolean, Exception) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Initializes the process state.
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.SignalIntermediateInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.SignalStartInterpreter
 
init(boolean, Exception) - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
 
init(Context, boolean, String) - Method in class com.whitestein.lsps.engine.VariableInitializator
Initializes variables with their initial values in given context.
init(ModelInstance) - Method in class com.whitestein.lsps.engine.VariableInitializator
Initializes variables.
init(Collection<ModuleInstance>) - Method in class com.whitestein.lsps.engine.VariableInitializator
Initializes module variables in the given set of module instances in the reverse order.
init() - Method in class com.whitestein.lsps.engine.WsResponseMDB
 
init(SettingDao) - Static method in class com.whitestein.lsps.tools.CommonSettingsImpl
Initialize cache
initBounds(Map<FreeType, Type>) - Method in class com.whitestein.lsps.lang.type.TypeMapping
Initializes type bounds.
initEngine() - Method in interface com.whitestein.lsps.common.InitService
Performs all initialization operations related to engine (such as registering all timer notifications).
initEngine() - Method in class com.whitestein.lsps.tools.InitServiceImpl
 
initEntityIdentificationString() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
initForeignKeys(DatabaseMetaData) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
 
initGoals() - Method in class com.whitestein.lsps.engine.GOInterpreter
Initializes goals and plans.
initial(String) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates an initial person performer.
initial(String, RoleUnitParameter...) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates an initial role performer.
initial(String, List<RoleUnitParameter>) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates an initial role performer.
initial(RoleUnitName) - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates an initial role performer.
initialAny() - Static method in class com.whitestein.lsps.human.entity.TodoPerformer
Creates an initial any performer.
initialize() - Method in interface com.whitestein.lsps.common.MBeanInitializationLocal
Initializes an MBean which provide access to Hibernate statistics.
initialize(String, MetadataImplementor, MappingCollector, Collection<SharedRecordType>, ComponentService, ModelProviderService) - Method in interface com.whitestein.lsps.hibernate.envers.LspsEnversService
 
initialize(String, MetadataImplementor, MappingCollector, Collection<SharedRecordType>, ComponentService, ModelProviderService) - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversServiceImpl
 
initializeVariable(String, Object) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
initializeVariable(String, Object) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
initializeVariable(String, Object) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
initializeVariable(String, Object) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
initializeVariable(String, Object) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Sets the initial value of a variable.
initiateService(Map, ServiceRegistryImplementor) - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversServiceInitiator
 
INITIATOR_ID - Static variable in class com.whitestein.lsps.human.Constants
Key used in model instance properties.
initIndexes(DatabaseMetaData) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
loads all indexes definitions for this table from database
initInlined() - Method in class com.whitestein.lsps.engine.InlineStartConditionInterpreter
 
initInlined(Exception) - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
Initialize in in-lined process.
initInlined() - Method in class com.whitestein.lsps.engine.InlineStartEscalationInterpreter
Initialize in in-lined process.
initInlined() - Method in class com.whitestein.lsps.engine.InlineStartSignalInterpreter
 
initInlined() - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
initPrimaryKeys(DatabaseMetaData) - Method in class com.whitestein.lsps.common.ddl.TableMetadata
loads primary key definition for this table from database
InitService - Interface in com.whitestein.lsps.common
Service which is used in the post deployment initialization to init process engine.
InitServiceImpl - Class in com.whitestein.lsps.tools
Implementation of InitService.
InitServiceImpl() - Constructor for class com.whitestein.lsps.tools.InitServiceImpl
 
initSharedRecordNotifierData() - Method in interface com.whitestein.lsps.engine.ejb.SharedRecordNotifier
 
initSharedRecordNotifierData() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
initTimers() - Method in interface com.whitestein.lsps.common.InitService
Loads all timer notification entries from database and register them again with system timer service.
initTimers() - Method in interface com.whitestein.lsps.engine.ProcessAgent
This method is called from the com.whitestein.lsps.tools.InitServiceImpl at the application startup.
initTimers() - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
initTimers() - Method in class com.whitestein.lsps.tools.InitServiceImpl
 
injectClassLoaderDelegate(ClassLoaderDelegate) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
InlineStartConditionInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with condition intermediate event without in flow.
InlineStartConditionInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, InlinedConditionStartEvent) - Constructor for class com.whitestein.lsps.engine.InlineStartConditionInterpreter
Creates new instance.
InlineStartErrorInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with condition intermediate event without in flow.
InlineStartErrorInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, InlinedErrorStartEvent) - Constructor for class com.whitestein.lsps.engine.InlineStartErrorInterpreter
Creates new instance.
InlineStartEscalationInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with condition intermediate event without in flow.
InlineStartEscalationInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, InlinedEscalationStartEvent) - Constructor for class com.whitestein.lsps.engine.InlineStartEscalationInterpreter
Creates new instance.
InlineStartEventInterpreter - Class in com.whitestein.lsps.engine
Abstract in-line start event interpreter.
InlineStartEventInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription) - Constructor for class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
InlineStartSignalInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with in-lined signal start event.
InlineStartSignalInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, InlinedSignalStartEvent) - Constructor for class com.whitestein.lsps.engine.InlineStartSignalInterpreter
Creates new instance.
InlineStartTimerInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets process descriptions with timer intermediate event without in flows.
InlineStartTimerInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, InlinedTimerStartEvent) - Constructor for class com.whitestein.lsps.engine.InlineStartTimerInterpreter
Creates new instance.
INNER_CLASS_SEPARATOR - Static variable in class com.whitestein.lsps.common.hack.lang3.ClassUtils
The inner class separator String: "$".
INNER_CLASS_SEPARATOR_CHAR - Static variable in class com.whitestein.lsps.common.hack.lang3.ClassUtils
The inner class separator character: '$' == 36.
INPUT_ENTRIES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
INPUT_METADATA_NAME_PREFIX - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Prefix for metadata name, which is used if some metadata record is related to task input

Used in TaskType
InputComponent - Class in com.whitestein.lsps.test.web.components
Client-side InputComponent image.
InputComponent(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.InputComponent
 
inputComponent() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a general input component.
INPUTS - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
insert(int, boolean[], boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, byte[], byte...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, char[], char...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, double[], double...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, float[], float...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, int[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, long[], long...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, short[], short...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, T[], T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Inserts elements into an array at the given index (starting from zero).
insert(int, Object) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the string representation of an object into this builder.
insert(int, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the string into this builder.
insert(int, char[]) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the character array into this builder.
insert(int, char[], int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts part of the character array into this builder.
insert(int, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
insert(int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
insert(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
insert(int, long) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
insert(int, float) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
insert(int, double) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Inserts the value into this builder.
INSTANCE - Static variable in class com.whitestein.lsps.engine.sharedrecord.MapEntityAccessStrategy
 
INSTANCE - Static variable in class com.whitestein.lsps.hibernate.envers.LspsEnversServiceInitiator
Singleton access
INSTANCE - Static variable in class com.whitestein.lsps.lang.signature.ObjectSignatureMatcher
A singleton instance.
InstanceofExpression - Class in com.whitestein.lsps.lang.ast
 
InstanceofExpression(ASTInfo, Expression, Type) - Constructor for class com.whitestein.lsps.lang.ast.InstanceofExpression
 
instantiate(String, EntityMode, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
INTEGER - Static variable in class com.whitestein.lsps.lang.type.SimpleType
IntegerType instance.
INTEGER_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Integer constant for minus one.
INTEGER_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Integer constant for one.
INTEGER_TWO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Integer constant for two
INTEGER_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Integer constant for zero.
IntegerBinaryArithmeticOperation - Enum in com.whitestein.lsps.lang.operation
 
IntegerType - Class in com.whitestein.lsps.lang.type
Simple type representing integer.
IntegerUnaryOperation - Enum in com.whitestein.lsps.lang.operation
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class com.whitestein.lsps.hibernate.envers.LspsEnversIntegrator
 
InterfaceType - Class in com.whitestein.lsps.lang.type
Interface type.
InterfaceType(String, String, boolean, Collection<InterfaceType>, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.type.InterfaceType
Constructs a new interface type.
InterfaceType(String, String, boolean, Collection<InterfaceType>) - Constructor for class com.whitestein.lsps.lang.type.InterfaceType
Constructs a new interface type.
InterfaceType(String, String) - Constructor for class com.whitestein.lsps.lang.type.InterfaceType
Constructs a new public interface type.
intern(String) - Method in class com.whitestein.lsps.lang.parser.Parser
 
INTERNAL - Static variable in class com.whitestein.lsps.engine.dto.Handle
Identificator for internal value in string representation
InternalHolderHelper - Class in com.whitestein.lsps.engine.lang
Class for internal manipulation of holders.
InternalRecordEntityAdapter - Class in com.whitestein.lsps.engine.lang
Adapter for internal record.
InternalRecordEntityAdapter(InternalRecordHolder) - Constructor for class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
Creates new instance.
InternalRecordHolder - Class in com.whitestein.lsps.engine.lang
Implementation of RecordHolder used for runtime.
InternalRecordHolder(RecordValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.InternalRecordHolder
Creates new instance of InternalRecordHolder.
InternalRecordHolder(RecordValue, ModelProvider, Map<RecordProperty, ? extends Object>) - Constructor for class com.whitestein.lsps.engine.lang.InternalRecordHolder
Creates new instance of InternalRecordHolder.
internalTopSort(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns topological sort of given directed graph or null if the graph is not acyclic.
interpret(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
interpret(ExecutionContext, String, ListHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
interpret(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
interpret(ExecutionContext, String, ListHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
interpret(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
Interpretation of the expression with handling of correct namespace.
interpret(String) - Method in class com.whitestein.lsps.lang.DebuggerExpressionInterpreter
 
interpret(Interpreter, List<Expression>, boolean, boolean, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.FunctionArgumentInterpreter
Interprets the given arguments with proper variadic argument handling.
interpret(Expression) - Method in class com.whitestein.lsps.lang.Interpreter
Interprets a given expression.
interpret(Expression, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.Interpreter
Interprets a given expression.
InterpretationStrategy - Enum in com.whitestein.lsps.engine
Engine interpretation strategy.
interpretCompoundAssignment(Operation, Expression, Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.AssignableExpression
 
interpretCompoundAssignment(Operation, Expression, Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.DereferenceExpression
 
interpretCompoundAssignment(Operation, Expression, Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
 
interpretCompoundAssignment(Operation, Expression, Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.VariableExpression
 
Interpreter - Class in com.whitestein.lsps.lang
Interpreter of LSPS expression language.
Interpreter(Namespace, InterpreterConfiguration, ExpressionOrigin) - Constructor for class com.whitestein.lsps.lang.Interpreter
Creates new instance of Interpreter.
Interpreter(Namespace, ExpressionOrigin) - Constructor for class com.whitestein.lsps.lang.Interpreter
Creates new instance of Interpreter.
InterpreterConfiguration - Class in com.whitestein.lsps.lang
Encapsulate all configuration for interpreter.
InterpreterConfiguration(String, RollbackChecker, CompatibilityVersion) - Constructor for class com.whitestein.lsps.lang.InterpreterConfiguration
Creates new instance.
InterpreterStackTrace - Interface in com.whitestein.lsps.lang
 
InterpreterStackTraceElement - Class in com.whitestein.lsps.lang
 
InterpreterStackTraceElement(Object) - Constructor for class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
InterpreterStackTraceElement.ComplexSignature - Class in com.whitestein.lsps.lang
 
InterpreterStackTraceFactory - Interface in com.whitestein.lsps.lang
A factory for creating interpreter stack traces.
interpretInCurrentNamespace(Interpreter, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ast.Expression
Interpretation of the expression in the current interpreter namespace.
interrupt(TerminationReason) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Interrupts this process instance - i.e.
interrupt(TerminationReason) - Method in class com.whitestein.lsps.engine.state.xml.Token
Interrupts this token execution.
interrupt(Date, String) - Method in class com.whitestein.lsps.human.entity.Todo
Sets status to TodoStatus.INTERRUPTED.
IntersectionType - Class in com.whitestein.lsps.lang.type
Intersection type (similar to Java intersection type).
IntersectionType(RecordType, Collection<InterfaceType>) - Constructor for class com.whitestein.lsps.lang.type.IntersectionType
Creates a new intersection type.
intersects(Set<?>, Set<?>) - Static method in class com.whitestein.lsps.common.Sets
Returns true if the given sets have non empty intersection.
intervalInDays(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of days between two dates, date2 - date1.
intervalInHours(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of hours between two dates, date2 - date1.
intervalInMillis(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of milliseconds between two dates, date2 - date1.
intervalInMinutes(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of minutes between two dates, date2 - date1.
intervalInMonths(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of months between two dates, date2 - date1.
intervalInSeconds(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of seconds between two dates, date2 - date1.
intervalInWeeks(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of weeks between two dates, date2 - date1.
intervalInYears(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a number of years between two dates, date2 - date1.
intValue() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as an int.
intValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns the value of this MutableInt as an int.
intValue() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to an int.
intValueExact() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to an int, checking for lost information.
INVALID_EXPRESSION_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when an expression is not valid (e.g.
INVALID_REFERENCE_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Invalid reference error.
INVALID_TYPE_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a type string is not valid (e.g.
InvalidModelInstanceStateException - Exception in com.whitestein.lsps.engine.exception
Thrown if a model instance is in an invalid state.
InvalidModelInstanceStateException(long, ModelInstanceState) - Constructor for exception com.whitestein.lsps.engine.exception.InvalidModelInstanceStateException
Creates new instance.
InvalidPasswordException - Exception in com.whitestein.lsps.os.exception
Validation exception which indicates that a provided password does not meet requirements on the password value.
InvalidPasswordException(String, String) - Constructor for exception com.whitestein.lsps.os.exception.InvalidPasswordException
Creates a new instance of this exception with the error message.
InvalidPasswordException(String, String, Throwable) - Constructor for exception com.whitestein.lsps.os.exception.InvalidPasswordException
Creates a new instance of this exception with the error message and cause.
InvalidPathTemplateException - Exception in com.whitestein.lsps.common.rest
This exception indicates the path template is not a valid path template.
InvalidPathTemplateException(String) - Constructor for exception com.whitestein.lsps.common.rest.InvalidPathTemplateException
Creates a new instance of this exception.
InvalidTodoStatusException - Exception in com.whitestein.lsps.human.exception
Thrown if a todo is in invalid state.
InvalidTodoStatusException(long, TodoStatus) - Constructor for exception com.whitestein.lsps.human.exception.InvalidTodoStatusException
Creates new instance.
invert() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets a fraction that is the inverse (1/fraction) of this one.
invert(String[][]) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Used to invert an escape array into an unescape array
INVOKABLE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of invokable states.
invoke(Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
invoke(Object, Object...) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
invoke(ExecutionContext, CollectionHolder, String, ListHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Invoke method on each target container.
INVOKE_WEBSERVICES - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to invoke published web services
invokeExactMethod(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a method with no parameters.
invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a static method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a static method whose parameter types match exactly the object types.
invokeMethod(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method without parameters.
invokeMethod(Object, boolean, String) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method without parameters.
invokeMethod(Object, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, boolean, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, boolean, String, Object[], Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
Invokes a named static method whose parameter type matches the object type.
IO - Class in com.whitestein.lsps.common
Various I/O utility methods.
IRecordWrapper - Interface in com.whitestein.lsps.lang
A common interface for generated Java record wrappers.
IS_ANY_PLAN_RUNNING - Static variable in class com.whitestein.lsps.stdlib.type.GoalHolder
Property name.
isAbstract() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isAbstract() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
isAbstract() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isAbstract() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if this method is abstract.
isAbstract() - Method in class com.whitestein.lsps.lang.type.ClassType
Returns true if the type is abstract.
isAbstract() - Method in class com.whitestein.lsps.lang.type.InterfaceType
 
isAbstract() - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
isAbstract() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record type is abstract.
isAccomplished() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
isAccomplished() - Method in interface com.whitestein.lsps.engine.TerminationReason
Returns true if the activity was accomplished successfully.
isAccomplished() - Method in enum com.whitestein.lsps.engine.TerminationReasonEnum
Returns true if the execution was successfully accomplished.
isAchieved() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is achieved.
isAchieved() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is achieved.
isActive(long) - Method in interface com.whitestein.lsps.engine.ModelProvider
Returns true if model is loaded and unloadDate is null.
isActive(long) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
isActive() - Method in class com.whitestein.lsps.engine.PlanHandler
 
isActive() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this performer is active.
isActive() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if the user is active.
isActive() - Method in class com.whitestein.lsps.orgstructure.entity.PersonActiveChange
Return true if a person is activated.
isActive() - Method in class com.whitestein.lsps.orgstructure.entity.PersonSubstitutionActiveChange
Returns true if the substitution is activated.
isActive() - Method in class com.whitestein.lsps.os.dto.Person
Returns true if this person is active.
isActive() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns the active flag used to filter persons according to their active state.
isActive() - Method in interface com.whitestein.lsps.os.PersonEntity
Returns true if the person is active.
isActive() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is active.
isActive() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is active.
isAcyclic(DirectedGraph<?>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns true if given graph is acyclic.
isAlive() - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if the todo is alive (its status equals to TodoStatus.ALIVE), otherwise returns false.
isAllBlank(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if all of the CharSequences are empty (""), null or whitespace only.
isAllEmpty(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if all of the CharSequences are empty ("") or null.
isAllLowerCase(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only lowercase characters.
isAllocated() - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if the todo is allocated.
isAllocatedTo(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if this todo is assigned to given person.
isAllocation() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this is an allocation performer.
isAllUpperCase(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only uppercase characters.
isAlpha(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters.
isAlphanumeric(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters or digits.
isAlphanumericSpace(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters, digits or space (' ').
isAlphaSpace(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode letters and space (' ').
isAnnotationPresent(Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isAnnotationPresent(Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
isAnyBlank(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if any of the CharSequences are empty ("") or null or whitespace only.
isAnyEmpty(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if any of the CharSequences are empty ("") or null.
isAnyPlanRunning() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal has any plan running.
isAppendStatics() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Gets whether or not to append static fields.
isAppendTransients() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Gets whether or not to append transient fields.
isArray() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
isArrayContentDetail() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to output array content detail.
isArrayIndexValid(T[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Returns whether a given array can safely be accessed at the given index.
isArrayType(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Learn whether the specified type denotes an array type.
isAscending() - Method in class com.whitestein.lsps.common.query.Ordering
Returns true if the ordering is ascending.
isAscii(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit.
isAsciiAlpha(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic.
isAsciiAlphaLower(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic lower case.
isAsciiAlphanumeric(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit numeric.
isAsciiAlphaUpper(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit alphabetic upper case.
isAsciiControl(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit control.
isAsciiNumeric(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit numeric.
isAsciiPrintable(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Checks whether the character is ASCII 7 bit printable.
isAsciiPrintable(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only ASCII printable characters.
isAssignable(Class<?>[], Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Checks if an array of Classes can be assigned to another array of Classes.
isAssignable(Class<?>[], Class<?>[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Checks if an array of Classes can be assigned to another array of Classes.
isAssignable(Class<?>, Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Checks if one Class can be assigned to a variable of another Class.
isAssignable(Class<?>, Class<?>, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Checks if one Class can be assigned to a variable of another Class.
isAssignable(Type, Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Checks if the subject type may be implicitly cast to the target type following the Java generics rules.
isAssignableFrom(Class<?>, Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the argument can be converted to the specified class, if not, throws an exception.
isAssignableFrom(Class<?>, Class<?>, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the argument can be converted to the specified class, if not throws an exception.
isAssignableFrom(XClass) - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isAssignment() - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
Returns true if it is reference in assignment.
isAssociation() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
isAssociation() - Method in class com.whitestein.lsps.lang.type.RecordField
 
isAssociation() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns true if this is association.
isAttribute() - Method in class com.whitestein.lsps.lang.type.xml.RecordFieldXmlMapping
 
isAutoGenerated() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
isAutogenerated(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns true if the property is autogenerated.
isBaseLevel(String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns true if it is base level.
isBidirectional() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns true if this association is bidirectional.
isBlank(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if a CharSequence is empty (""), null or whitespace only.
isBlank(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Return true if the string is either null or only consists of whitespaces.
isBodyCreatingNonModuleContextObjects() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns true if the body expression creates non-module context objects, e.g.
isCanClearRuntimeValues() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if cleaning of runtime values is on.
isCaseSensitive() - Method in class com.whitestein.lsps.common.filter.Like
 
isCatching(Exception) - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
Returns true if error is caught by the event.
isChanged() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
isChanged() - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
isChanged() - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Returns true if the initial value was changed.
isChanged() - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Returns true if referenced place holder has changed value.
isChanged() - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
isChecked(Throwable) - Static method in class com.whitestein.lsps.common.Exceptions
Checks if given exception is checked.
isChecked(Class<? extends Throwable>) - Static method in class com.whitestein.lsps.common.Exceptions
Checks if given exception is checked.
isChecked() - Method in class com.whitestein.lsps.test.web.components.LspsCheckBox
Checks if checkbox is currently checked.
isChrome() - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
isClassMember() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if it is class member (method or constructor).
isClosureWithQuery(ClosureHolder) - Static method in class com.whitestein.lsps.engine.HolderHelper
Returns true if the closure contains a call of a query as the last expression.
isClosureWithQuery(ClosureExpression) - Static method in class com.whitestein.lsps.engine.HolderHelper
Returns true if the closure contains a call of a query as the last expression.
isCollection() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
Returns true if collection.
isCollection() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
isCollection() - Method in class com.whitestein.lsps.lang.type.AbstractType
 
isCollection() - Method in class com.whitestein.lsps.lang.type.CollectionType
 
isCollection() - Method in class com.whitestein.lsps.lang.type.ListType
 
isCollection() - Method in class com.whitestein.lsps.lang.type.SetType
 
isCollection() - Method in interface com.whitestein.lsps.lang.type.Type
Returns true if the type is CollectionType or ListType or SetType.
isCommandsEmpty() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the command queue is empty.
isCompiled() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if function should be compiled to java.
isCompiled() - Method in class com.whitestein.lsps.lang.type.ClassType
Indicates whether this type is compiled
isCompiled() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
isCompiled() - Method in class com.whitestein.lsps.lang.type.RecordType
 
isCompositeIdentification() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns true if this type has composite identification.
isComposition() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns true if this association is a composition.
isConfirmModelUpload() - Method in interface com.whitestein.lsps.engine.EngineSettings
Indicates if the user should be asked for confirmation prior to uploading a model to the server.
isConfirmModelUpload() - Method in interface com.whitestein.lsps.engine.ModelManagementService
Gets the server hint indicating whether the model upload should be explicitly confirmed by the user.
isConfirmModelUpload() - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
isConfirmModelUpload() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
isConstructor() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
isConstructor() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isConstructor() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if this is a constructor.
isConsumed() - Method in class com.whitestein.lsps.engine.state.xml.Signal
Returns true if consumed.
isCreatable(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Checks whether the String a valid Java number.
isCreated() - Method in class com.whitestein.lsps.lang.RecordWrapper
Returns true if the underlying record is created.
isCreateProcessLog() - Method in class com.whitestein.lsps.engine.dto.ModelInstance
 
isCreateProcessLog() - Method in class com.whitestein.lsps.engine.dto.Module
 
isCreateProcessLog() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
isCreateProcessLog() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
isCreateProcessLog() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
isCreatingNonModuleContextObjects() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns true if this expression contains closures or references that reference the enclosing (non-module) context.
isCurrentDelegation() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this is a delegation performer and the delegation level is the current todo delegation level.
isCurrentPageDocument() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Checks if the currently shown page is a document.
isCurrentPageDocuments() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Checks if the application is currently showing the "Document List" page.
isCurrentPageRunModel() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Checks if the application is currently showing the "Run Model" page.
isCurrentPageTodo() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Checks if the currently shown page is a todo.
isCurrentPageTodoList() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Checks if the application is currently showing the "Todo List" page.
isCutLongStrings() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns true if strings longer that defined in database are cut.
isCutLongStrings() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Returns true if strings longer that defined in database are cut.
isCutLongStrings() - Method in interface com.whitestein.lsps.tools.TestSupportService
 
isCutLongStrings() - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
isDayTimeDuration() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns true if the duration contains only weeks, days and time components.
isDeactivated() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is deactivated.
isDebuggerRelevant() - Method in class com.whitestein.lsps.engine.change.Change
Indicates if this change is relevant for the debugger.
isDebuggerRelevant() - Method in class com.whitestein.lsps.engine.change.GOElementStateChange
 
isDebuggerRelevant() - Method in class com.whitestein.lsps.engine.change.TokenAddedChange
 
isDebuggerRelevant() - Method in class com.whitestein.lsps.engine.change.TokenAfterMovedChange
 
isDebuggerRelevant() - Method in class com.whitestein.lsps.engine.change.TokenMovementChange
 
isDefaultFlow() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Indicates whether this connection is a default flow.
isDefaultFullDetail() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to use full detail when the caller doesn't specify.
isDelegated() - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if the todo is delegated.
isDelegatedTo(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Checks if the todo is delegated to person.
isDelegation() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this is a delegation performer.
isDeleted() - Method in class com.whitestein.lsps.human.entity.SavedDocument
Returns true if saved document is deleted.
isDeprecated() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
isDeprecated() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isDeprecated() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function is deprecated.
isDescendantOrSelf(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
isDescending() - Method in class com.whitestein.lsps.common.query.Ordering
Returns true if the ordering is descending.
isDescriptionPatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Returns true if the description pattern is case insensitive.
isDetached() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns true if the model instance is detached.
isDetached() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance is detached.
isDigits(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Checks whether the String contains only digit characters.
isDirty(ModelInstance) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Returns true if there are changes in no-base evaluation level that can affect existing data in the base level.
isDirty(ModelInstance, Collection<String>) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Returns true if there are changes in no-base evaluation level that can affect existing data in the base level.
isDirty(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
isDirty(ModelInstance, Collection<String>) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
isDirty() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns true if the model instance is dirty.
isDirty() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance is dirty.
isDirty(ExecutionContext) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Returns true if model instance is dirty
isDirty(ExecutionContext) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
isDisabled() - Method in class com.whitestein.lsps.lang.antlr.AntlrConstraint
 
isDisabled() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
isDisabled() - Method in class com.whitestein.lsps.lang.antlr.AntlrMethods
 
isDisabled() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
isDisabled() - Method in class com.whitestein.lsps.lang.ast.ConstraintDefAst
 
isDisabled() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isDisabled() - Method in class com.whitestein.lsps.test.web.components.LspsButton
Checks if the button is currently disabled.
isDisabled() - Method in class com.whitestein.lsps.test.web.components.LspsNavigationLink
Checks if the button is currently disabled.
isDocument() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance stores state of document.
isDocumentIdPatternCaseInsensitive() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns a flag indicating whether the documentId pattern is case insensitive or not.
isDummyTaskAllowed() - Static method in class com.whitestein.lsps.engine.Settings
Returns true if dummy task is allowed.
isDumpModelInstanceOnException() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns true if model instance should be dumped if exception occurs.
isDumpModelInstanceOnException() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Returns true if model instance should be dumped if exception occurs.
isDumpModelInstanceOnException() - Method in interface com.whitestein.lsps.tools.TestSupportService
 
isDumpModelInstanceOnException() - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
isDynamicDispatch() - Method in class com.whitestein.lsps.lang.ast.MethodExpression
Returns a flag specifying that a dynamic dispatch is required.
isEmpty() - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
isEmpty(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of Objects is empty or null.
isEmpty(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive longs is empty or null.
isEmpty(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive ints is empty or null.
isEmpty(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive shorts is empty or null.
isEmpty(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive chars is empty or null.
isEmpty(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive bytes is empty or null.
isEmpty(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive doubles is empty or null.
isEmpty(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive floats is empty or null.
isEmpty(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive booleans is empty or null.
isEmpty(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Checks if an Object is empty or null.
isEmpty(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if a CharSequence is empty ("") or null.
isEmpty() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks is the string builder is empty (convenience Collections API style method).
isEmpty() - Method in class com.whitestein.lsps.common.StringProperties
Returns true if this map contains no key-value mappings.
isEmpty(String) - Static method in class com.whitestein.lsps.common.Strings
Returns true if the string argument is null or it contains whitespace characters only, otherwise returns false.
isEmpty() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
isEmpty() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
isEmpty() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
isEmpty() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
 
isEmpty() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
isEmpty() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
isEmpty() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
isEmpty() - Method in class com.whitestein.lsps.lang.parser.Errors
 
isEmpty() - Method in class com.whitestein.lsps.lang.type.TypeMapping
 
isEmpty(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if map is empty
isEmpty(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if collection is empty
isEmpty(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if list is empty
isEmpty(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if passed set is empty
isEmpty(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns true if the string is either null or has zero length (contains no characters).
isEmptyExpression(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns true if the given expression is null, or an empty string, or a string containing only whitespaces or comments.
isEmptyTokenAsNull() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets whether the tokenizer currently returns empty tokens as null.
isEnabled() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns whether the Vaadin component is enabled or not.
isEnum() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isEquals(Object, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Deprecated.
this method has been replaced by java.util.Objects.deepEquals(Object, Object) and will be removed from future releases.
isEquals() - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Returns true if the fields that have been checked are all equal.
isEvaluation() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance is used for expression evaluation.
isExactMatch() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
Returns true if the filter only applies to the exact value of the string, false for any location in the value.
isExceptionPatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns true if the exception pattern is case insensitive.
isExcludeNullValues() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Gets whether or not to append fields whose values are null.
isExecutable() - Method in class com.whitestein.lsps.engine.dto.Module
Returns true if this module is executable.
isExecutable() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns true if this is an executable module.
isExpression() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
 
isExpressionLocal() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns true is the variable is defined in an expression.
isExpressionLocal() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns true is the variable is defined in an expression.
isExpressionLocalJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Getter for JAXB.
isExtensionMethod() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
isExtensionMethod() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isExtensionMethod() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function is an extension method.
isExtensionMethodCall() - Method in class com.whitestein.lsps.lang.ast.FunctionCallExpression
 
isExternalValueCreated() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns true if external value is created.
isFailed() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is failed.
isFailed() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is failed.
isFalse(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Checks if a Boolean value is false, handling null by returning false.
isField() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
isField() - Method in class com.whitestein.lsps.lang.type.RecordField
 
isField() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns true if this is field.
isFieldSeparatorAtEnd() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether the field separator should be added at the end of each buffer.
isFieldSeparatorAtStart() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether the field separator should be added at the start of each buffer.
isFinal() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record type is final.
isFinished() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns true if the process instance is finished
isFinished() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Returns true if process is finished.
isFinished() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if this a finished state.
isFinished() - Method in class com.whitestein.lsps.engine.PlanHandler
 
isFinished() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns true if the model instance is finished.
isFinished() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns true if the model instance is finished.
isFinished() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance is finished.
isFinished() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the state is ProcessInstanceState.FINISHED.
isFinished() - Method in enum com.whitestein.lsps.human.dto.TodoStatus
Returns true if this status represents a finished status.
isFinished() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is finished.
isFinished() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is finished.
isFirefox() - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
isFirstNamePatternCaseInsensitive() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns true if the first name pattern is case insensitive.
isFirstPageButtonEnabled() - Method in class com.whitestein.lsps.test.web.components.Pager
 
isFormPreview() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance stores state of form preview.
isFullDetail(Boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Is this field to be output in full detail.
isFullNameAndLoginPatternCaseInsensitive() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
isIdentification() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
isIdentificationProperty(String) - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns true if the property with a name is a part of the identification.
isIgnoreCase() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
Returns whether the filter is case-insensitive or case-sensitive.
isIgnoreEmptyTokens() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets whether the tokenizer currently ignores empty tokens.
isInactive() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is inactive.
isInactive() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is inactive.
isIncludeAllocatedByOthers() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Returns whether to include todos that are allocated by others.
isIncludeContent() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns true if content should be included.
isIncludeContent() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
isIncludeContent() - Method in interface com.whitestein.lsps.human.dto.TodoIncludes
Returns true if todo content should be included.
isIncludeContent() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
 
isIncludeEntries() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if the module entries are to be included (default false).
isIncludeExecutableOnly() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if only the executable modules are to be included (default false).
isIncludeImports() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if the imported modules are to be included (default false).
isIncludeLatestOnly() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if only the latest uploaded modules should be included (default false).
isIncludePerformers() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
isIncludePerformers() - Method in interface com.whitestein.lsps.human.dto.TodoIncludes
Returns true if todo performers should be included.
isIncludePerformers() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
 
isIncludeProperties() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Returns true if process properties should be included.
isIncludeSubstituted() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Returns whether to include todos of substituted persons.
isIncludeSubstitution() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns whether to include substitution information (default false).
isIncludeSystem() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if the system modules are to be included (default false).
isIncludeUnloaded() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Returns true if the unloaded modules are to be included (default false).
isIncrement() - Method in class com.whitestein.lsps.lang.ast.IncDecExpression
Returns true if this is increment operation, false if decrement.
isInitial() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this is an initial performer.
isInitialized(Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
isInitialized(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
isInitialized(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
isInitialized(Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.ser.SReadonlyVariable
 
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns true if initial value was changed.
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
 
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns true if initial value was changed.
isInitialValueChanged() - Method in class com.whitestein.lsps.engine.state.xml.WritableVariable
 
isInlined() - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
isInlined() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the process is in-lined or some of its parent is in-lined.
isInnerClass(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Is the specified class an inner class or static nested class.
isInRole(RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Return true if this person is in the given role, i.e.
isInRole(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.Person
Return true if this person is in the given role, i.e.
isInRoles(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if this person is at least in one of the given roles.
isInRoles(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.os.dto.Person
Returns true if this person is at least in one of the given roles.
isInSecondPass() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
isInserted() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Indicates if the escalation was inserted into a model instance in the current iteration of the process agent loop.
isInserted() - Method in class com.whitestein.lsps.engine.state.xml.Signal
Returns true if inserted.
isInstance(Object, Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Checks if the given value can be assigned to the target type following the Java generics rules.
isInstance(ExecutionContext, Object, Type) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Returns True, if the specified object is assignment-compatible with (is kind of) type.
isInstanceOf(Class<?>, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the argument is an instance of the specified class, if not throws an exception.
isInstanceOf(Class<?>, Object, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the argument is an instance of the specified class; otherwise throwing an exception with the specified message.
isInstanceOf(String, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
isInState(ExecutionContext, RecordHolder, String) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns true if a goalPlan is in the specified state or any of its sub-states
isInState(ExecutionContext, RecordHolder, String) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
isInteger() - Method in class com.whitestein.lsps.lang.Decimal
Returns true if this Decimal is an integer, i.e.
isInterface() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isInternal() - Method in class com.whitestein.lsps.engine.dto.Variable
Returns true if this variable is internal.
isInternal() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns true if this variable is internal.
isInternal() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns true if this variable is internal.
isInternalJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Getter for JAXB.
isInterrupted() - Method in class com.whitestein.lsps.engine.change.TokenRemovedChange
Returns true if removed due to interruption.
isInterruptionReasonCaseInsensitive() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns the value of interruption reason case insensitive flag.
isLanguageIdentifier(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Returns true if the given string is a language identifier and does not have to be quoted in expressions.
isLastNamePatternCaseInsensitive() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns true if the last name pattern is case insensitive.
isLastPageButtonEnabled() - Method in class com.whitestein.lsps.test.web.components.Pager
 
isLazySpreading() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
isLazySpreadingProxy() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
isLazySpreadingProxy() - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Returns true if the proxy is lazy spreading.
isLazySpreadingProxy() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
isLiteral() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
Returns true if the constant definition is a literal.
isLoadExternalBinary() - Method in class com.whitestein.lsps.engine.state.MarshallerConfig
Returns true if external binary should be loaded and stored in the state.
isLocked() - Method in class com.whitestein.lsps.engine.dto.Lock
Returns true if locked.
isLocked(String) - Method in interface com.whitestein.lsps.engine.LockService
Returns true if a lock with the given lock name is held .
isLocked() - Method in class com.whitestein.lsps.stdlib.entity.Lock
Returns true if locked.
isLocked(String) - Method in class com.whitestein.lsps.stdlib.LockServiceBean
 
isLoggedIn() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
 
isLoginNamePatternCaseInsensitive() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Returns true if the login pattern is case insensitive.
isMany() - Method in enum com.whitestein.lsps.lang.type.RecordAssociation.Multiplicity
REturns true if this is the many side.
isMatch(char[], int, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns the number of matching characters, zero for no match.
isMatch(char[], int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns the number of matching characters, zero for no match.
isMethod() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
isMethod() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isMethod() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if it is method.
isMethodPatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns true if the method pattern is case insensitive.
isMixedCase(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains mixed casing of both uppercase and lowercase characters.
isMixedRecordsAllowed() - Static method in class com.whitestein.lsps.engine.Settings
Returns true if mixed records are allowed.
isModelUpdate() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state is performing a model update.
isModule() - Method in class com.whitestein.lsps.lang.ast.VariableExpression
Returns the module flag.
isModule() - Method in class com.whitestein.lsps.lang.module.BasicModule
 
isModule() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
isModule() - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns true if this is a module.
isModule() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
isModuleContextClosure() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
Returns true if the closure is not referencing non-module variables from outside scope and no methods (if it is in a method body).
isModuleRebuilt(Long) - Method in class com.whitestein.lsps.modulemanager.HibernateConfigRebuild
 
isModuleUnloaded(long) - Method in enum com.whitestein.lsps.engine.ModelCache
 
isMonitoringChanged() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
isMultiAllowedValues() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
isNamePatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
isNative() - Method in class com.whitestein.lsps.lang.ast.FunctionBody
 
isNew() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the state is ProcessInstanceState.CREATED.
isNextPageButtonEnabled() - Method in class com.whitestein.lsps.test.web.components.Pager
 
isNilable() - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
isNillable() - Method in class com.whitestein.lsps.lang.type.xml.XmlMapping
 
isNilled(Element) - Method in class com.whitestein.lsps.xml.util.XmlTypesParser
Simple method which determine if the element is nilled.
isNoneBlank(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if none of the CharSequences are empty (""), null or whitespace only.
isNoneEmpty(CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if none of the CharSequences are empty ("") or null.
isNotBlank(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(T[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of Objects is not empty and not null.
isNotEmpty(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive longs is not empty and not null.
isNotEmpty(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive ints is not empty and not null.
isNotEmpty(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive shorts is not empty and not null.
isNotEmpty(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive chars is not empty and not null.
isNotEmpty(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive bytes is not empty and not null.
isNotEmpty(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive doubles is not empty and not null.
isNotEmpty(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive floats is not empty and not null.
isNotEmpty(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks if an array of primitive booleans is not empty and not null.
isNotEmpty(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Checks if an Object is not empty and not null.
isNotEmpty(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if a CharSequence is not empty ("") and not null.
isNotEmpty(String) - Static method in class com.whitestein.lsps.common.Strings
Returns false if the string argument is null or it contains whitespace characters only, otherwise returns true.
isNotFalse(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Checks if a Boolean value is not false, handling null by returning true.
isNotTrue(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Checks if a Boolean value is not true, handling null by returning true.
isNullable() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns true if the column is nullable.
isNumber(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Deprecated.
This feature will be removed in Lang 4.0, use NumberUtils.isCreatable(String) instead
isNumeric(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode digits.
isNumericSpace(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only Unicode digits or space (' ').
ISO8859_1_ESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape ISO-8859-1 characters to their named HTML 3.x equivalents.
ISO8859_1_UNESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.ISO8859_1_ESCAPE() for unescaping purposes.
ISO_DATE_TIME_FORMATTER - Static variable in class com.whitestein.lsps.common.Dates
ISO formatter with optional time and zone/offset
ISO_ORDINAL_DATE_TIME_FORMATTER - Static variable in class com.whitestein.lsps.common.Dates
ISO ordinal-date formatter with optional time and zone/offset
ISO_WEEK_DATE_FORMATTER - Static variable in class com.whitestein.lsps.common.Dates
ISO week-date formatter with optional time and zone/offset
isOnBlacklist(String) - Method in class com.whitestein.lsps.common.RestrictedObjectInputStream
 
isOnBlacklist(String) - Method in class com.whitestein.lsps.engine.RestrictedOIS
 
isOne() - Method in enum com.whitestein.lsps.lang.type.RecordAssociation.Multiplicity
Returns true if this is the one side.
isOptional() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns true if the parameter is optional.
isOptional() - Method in class com.whitestein.lsps.lang.type.xml.RecordFieldXmlMapping
 
isOrphaned() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns true if orphaned todos are requested.
isOrphaned() - Method in class com.whitestein.lsps.human.entity.Todo
Return true if the todo is orphaned.
isPaged() - Method in class com.whitestein.lsps.common.query.PagingCriteria
Returns true if the query should return only a part of the result list.
isParsable(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Checks whether the given String is a parsable number.
isParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.ConstantExpression
 
isParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.EnumerationExpression
 
isParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns true if the value of the expression is known in parse time.
isParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
isParseTimeConstant() - Method in class com.whitestein.lsps.lang.ast.TypeExpression
 
isPersistent() - Method in interface com.whitestein.lsps.engine.state.xml.Collectible
Returns true if this object cannot be collected.
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.Task
 
isPersistent() - Method in class com.whitestein.lsps.engine.state.xml.Token
 
isPersonIn(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns true, if the given person belongs in the given organizational structure to the given role or unit.
isPersonIn(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
isPersonPermitted(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if the given person is permitted to see this todo.
isPersonPermitted(Person, boolean, boolean) - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if the given person is permitted to see this todo.
isPersonPermitted(Person) - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if this performer permits the given person to see the todo.
isPersonPermitted(Person) - Method in class com.whitestein.lsps.os.dto.Performer
Returns true if this performer includes the given person.
isPersonStrictlyIn(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns true, if the given person belongs in the given organizational structure strictly to the given role or unit, not to their sub-roles or sub-units.
isPersonStrictlyIn(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
isPostfix() - Method in class com.whitestein.lsps.lang.ast.IncDecExpression
Returns true if this is postfix operation (i.e.
isPreserveOnClear() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record type is preserved on evaluation level clear.
isPreviousPageButtonEnabled() - Method in class com.whitestein.lsps.test.web.components.Pager
 
isPrimaryKey() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
Returns true if this column is a primary key.
isPrimaryKey(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns true if this property is a part of the primary key.
isPrimitive() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
isPrimitiveOrWrapper(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns whether the given type is a primitive or primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
isPrimitiveWrapper(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Returns whether the given type is a primitive wrapper (Boolean, Byte, Character, Short, Integer, Long, Double, Float).
isPrincipalEnabled() - Method in interface com.whitestein.lsps.common.SecurityManagerService
Returns true if the current principal is enabled.
isPrincipalEnabled() - Method in class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
 
isPrivate() - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
isPrivate() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns whether this variable is private.
isPrivate() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function signature is private.
isPrivate() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
 
isPrivate() - Method in class com.whitestein.lsps.lang.type.NamedClassType
 
isPrivate() - Method in interface com.whitestein.lsps.lang.type.NamedType
Returns true if the type is private.
isProcess() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if the model instance stores state of execution of processes.
isProcessAcomplished() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns true if the activity was accomplished successfully.
isPropertyChanged(RecordHolder, Property) - Static method in class com.whitestein.lsps.engine.HolderHelper
Returns true if property is changed in the record.
isPropertyInitialValueChanged(String) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns true if the property with a given name changed its value.
isPropertyReadonly(PropertyExpression) - Method in class com.whitestein.lsps.lang.parser.MethodParser
 
isPropertyReadonly(PropertyExpression) - Method in class com.whitestein.lsps.lang.parser.Parser
 
isPropertyToCreateProxy(String) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
isProtected() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function signature is protected.
isProxy() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
isProxy() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
isProxy() - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
isProxy() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
isProxy() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
isProxy() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
isProxy() - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
isProxy() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
isProxy() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns true if this is change proxy for a record.
isProxy() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
isProxy() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns true if record is proxy.
isProxy(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns true if the record is proxy.
isProxy(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
isProxyJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
isProxyJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
isProxyOf(RecordChangeProxy) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
isProxyOf(RecordChangeProxy) - Method in interface com.whitestein.lsps.engine.state.xml.RecordChangeProxy
Returns true if this is direct or non-direct proxy of the record.
isProxyOf(RecordChangeProxy) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
isPublic() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function signature is public.
isReactivate() - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
Returns the reactivate flag.
isReadOnly() - Method in class com.whitestein.lsps.engine.state.ser.SReadonlyVariable
 
isReadOnly() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Returns true if variable is read only.
isReadOnly() - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
isReadOnly() - Method in class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
 
isReadOnly() - Method in class com.whitestein.lsps.engine.state.xml.Variable
Returns true if variable is read only.
isReadOnly() - Method in class com.whitestein.lsps.engine.state.xml.WritableVariable
 
isReadOnly() - Method in class com.whitestein.lsps.lang.ast.VariableExpression
Returns true if this is a read only variable
isReadonly() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns true if the property path is read-only, i.e.
isReadOnly() - Method in class com.whitestein.lsps.lang.module.VariableInfo
Returns whether this variable is read-only.
isReadonly() - Method in class com.whitestein.lsps.lang.type.Field
Returns true if the record field is read-only.
isReadonly() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
isReadonly() - Method in interface com.whitestein.lsps.lang.type.RecordProperty
Returns true if property is read only.
isReadOnly() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record is read only.
isReadOnly() - Method in interface com.whitestein.lsps.os.PersonManagementService
Deprecated.
As of release 3.2, replaced by PersonManagementService.getEditableAttributes(). This method has been deprecated as some implementations may allow editing of some of the person attributes and therefore finer grained control over the attribute editability is required.
isReadOnly() - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
isReadOnly(ExecutionContext, PropertyPath) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns true if the property path is read-only.
isReadOnly() - Method in class com.whitestein.lsps.test.web.components.InputComponent
Checks if the component is presently read-only.
isReadOnlyJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
Returns true if variable is read only.
isReady() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is ready.
isReferenceChanged(ReferenceHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
isReferenceChanged(ReferenceHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
isReferenceOnly() - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
isReferenceOnly() - Method in interface com.whitestein.lsps.lang.exec.ExternalRecordPresentation
 
isReferencingNonModuleContext() - Method in class com.whitestein.lsps.lang.ast.ClosureExpression
 
isReferencingNonModuleContext() - Method in class com.whitestein.lsps.lang.ast.ContextReferencingExpression
Returns true if the closure is referencing non-module variables from outside scope and or methods (if it is in a method body).
isReferencingNonModuleContext() - Method in class com.whitestein.lsps.lang.ast.ReferenceExpression
 
isRegisterWaitingFor() - Method in class com.whitestein.lsps.engine.CommonRuntimeData
Returns true if notifier should register waiting for.
isRegisterWaitingFor() - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Returns true if notifier should register waiting for.
isRegisterWaitingForSharedRecordChange() - Static method in class com.whitestein.lsps.engine.CurrentState
Returns true if a waiting for shared record change should be registered by a model instance.
isRejectedBy(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Checks if the todo is rejected by person
isRemoved() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
isRemoved() - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
isRemoved() - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
isRemoved() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
isRemoved() - Method in interface com.whitestein.lsps.engine.state.xml.Value
Returns true if value is removed
isRemoved() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
isRemoved() - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
isRemoved() - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Returns true if the record is removed from the model instance.
isRemovedJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
isRemovedJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
isRenewVersion() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
isRenewVersion() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns true if the version should be set to new value.
isRenewVersionJaxb() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
isReplaceUnsupportedXMLCharacters() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns true if unsupported xml characters can are replaced.
isReplaceUnsupportedXMLCharacters() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
isReply() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
Returns the reply flag.
isRequired() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
isRequired() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
isRequired() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns true if the parameter is required.
isRequired() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
isRequired() - Method in class com.whitestein.lsps.test.web.components.InputComponent
 
isRequiredCheckbox() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
 
isRequiredIndicatorVisible() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
 
isRequiredSimpleCase() - Method in class com.whitestein.lsps.test.web.components.LspsCaption
 
isRounded() - Method in class com.whitestein.lsps.visualization.DiagramConnection
Indicates if the line is rounded at bend points.
isRunning() - Method in class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Returns true if the process instance is running.
isRunning() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state is running.
isRunning() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns true if the model instance is running.
isRunning() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the state is ProcessInstanceState.RUNNING.
isRunning() - Method in class com.whitestein.lsps.stdlib.type.GoalHolder
Returns true if the goal is running.
isRunning() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns true if the plan is running.
isRunningOn() - Method in enum com.whitestein.lsps.common.JEEServer
Checks if we are running on a particular kind of a server.
isRunningOn(JEEServer) - Method in class com.whitestein.lsps.test.LspsRemote
 
isRunningOn(JEEServer) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
isRunningOn(JEEServer) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
isSafe() - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
Returns the value of safe flag.
isSame(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if this signature is same as the other one.
isSameLength(Object[], Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(long[], long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(int[], int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(short[], short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(char[], char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(byte[], byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(double[], double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(float[], float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameLength(boolean[], boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same length, treating null arrays as length 0.
isSameType(Object, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Checks whether two arrays are the same type taking into account multi-dimensional arrays.
isSendNotifications() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns true if shared record notifications should be created.
isSequence(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
Returns true if the database contains a sequence for the given name.
isSerializedXml() - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
Returns true if the serializedValue contains xml.
isSerializedXml() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
Returns true if the serializedValue contains xml.
isServicePatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Returns true if the service pattern is case insensitive.
isSet(NumericEntityUnescaper.OPTION) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityUnescaper
Deprecated.
Whether the passed in option is currently set.
isShared() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record is shared.
isSharedRecordNotificationsAllowed() - Static method in class com.whitestein.lsps.engine.Settings
Return true if shared record notifications are allowed.
isSideEffect() - Method in class com.whitestein.lsps.lang.ast.Annotations
 
isSideEffect() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isSideEffect() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the function has side effects.
isSimple() - Method in class com.whitestein.lsps.lang.type.QID
Returns true if the identifier contains only one segment.
isSimpleContent() - Method in class com.whitestein.lsps.lang.type.xml.RecordFieldXmlMapping
 
isSkipLicenseCheck() - Method in interface com.whitestein.lsps.common.ClientAppSettings
For some special cases we need to be able skip license check.
isSkipLicenseCheck() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
isSorted(T[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to the class's compareTo method.
isSorted(T[], Comparator<T>) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to the provided Comparator.
isSorted(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering.
isSorted(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
This method checks whether the provided array is sorted according to natural ordering (false before true).
isSorted() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Checks if the table is sorted by this column, either ascendant or descendant.
isSortedAsc() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Returns true if the table is currently sorted by this column, ascendant.
isSortedDesc() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
Returns true if the table is currently sorted by this column, descendant.
isSpecjProprietarySyntaxEnabled() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
isSsoEnabled() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns true if SSO is enabled.
isSsoEnabled() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
isStarted() - Method in class com.whitestein.lsps.engine.state.xml.Token
Returns true if interpretation of the corresponding model element is started by the engine.
isStartInterpret() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
Returns the start interpret flag.
isStatic() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunction
 
isStatic() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isStatic() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns whether the function is a static method of its namespace.
isStrictlyInRole(RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if this person is strictly in the given role, i.e.
isStrictlyInRole(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.Person
Returns true if this person is strictly in the given role, i.e.
isStrictlyInRoles(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns true if this person is strictly at least in one of the given roles.
isStrictlyInRoles(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.os.dto.Person
Returns true if this person is strictly at least in one of the given roles.
isSublevel(String, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns true if the second level is sub-level of the first level.
isSubRole(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns true if this role is a sub-role of the other role, i.e.
isSubset(ExecutionContext, SetHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to find out whether set1 is subset of set2
isSubstitutionActive() - Method in class com.whitestein.lsps.orgstructure.entity.Person
Returns the substitution active flag.
isSubstitutionActive() - Method in class com.whitestein.lsps.os.dto.Person
Returns true if this person has active substitution.
isSubstitutionActive() - Method in interface com.whitestein.lsps.os.PersonEntity
Returns true if the substitution is active.
isSubtype(ExecutionContext, Type, Type) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Returns True, if sub type is a sub type of super type.
isSuper() - Method in class com.whitestein.lsps.lang.ast.MethodExpression
Returns true if the method is a "super" call.
isSupported(Type) - Method in class com.whitestein.lsps.json.impl.GenericConversionValueConverterProvider
 
isSupported(Type) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
Indicates if a type is supported by this provider.
isSupported(Type) - Method in interface com.whitestein.lsps.json.impl.ValueConverterProvider
Indicates if a type is supported by this provider.
isSuspended() - Method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns true if a model instance in this state is suspended.
isSuspended() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Returns true if this module instance is suspended.
isSuspended() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if the state is ProcessInstanceState.SUSPENDED.
isSystem() - Method in class com.whitestein.lsps.engine.dto.Module
Returns true if this is a system module.
isSystem() - Method in class com.whitestein.lsps.lang.type.RecordType
Returns true if the record type is system.
isSystem() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns true if this is a system module.
isTable(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
Returns true if the database contains a table of the given name.
isTargetComposition() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
isTerminated() - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
isTerminatedByNoExit() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Returns true if process was terminated by no exit event.
isTernaryIf() - Method in class com.whitestein.lsps.lang.ast.ConditionalExpression
 
isTextInputAllowed() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Checks if text input is allowed for the combo box.
isThisLevelOrSublevel(String, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns true if the second level is equal to or is sub-level of the first level.
isTitlePatternCaseInsensitive() - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Returns a flag indicating whether the title pattern is case insensitive or not.
isTitlePatternCaseInsensitive() - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Returns a flag indicating whether the title pattern is case insensitive or not.
isTitlePatternCaseInsensitive() - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Returns a flag indicating whether the title pattern is case insensitive or not.
isTodoFinished() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Returns true if the corresponding todo is finished.
isTop() - Method in class com.whitestein.lsps.engine.dto.Goal
Returns true if this is top goal.
isTop() - Method in class com.whitestein.lsps.engine.state.xml.Goal
Returns if this is top goal.
isTrackingDirty() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns true if tracking of dirtiness is switched on.
isTrackingDirty() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if tracking of dirtiness is switched on.
isTrackingVersions() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true if versions of shared entities are tracked so what optimistic locking can be chacked.
isTransient(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
isTrue(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Checks if a Boolean value is true, handling null by returning false.
isTrue(boolean, String, long) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean, String, double) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception with the specified message.
isTrue(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the argument condition is true; otherwise throwing an exception.
isTypeResolved() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
isUnloaded() - Method in class com.whitestein.lsps.modulemanager.entity.Module
Returns true if model is unloaded.
isUnrelated(Type, Type) - Static method in class com.whitestein.lsps.lang.type.TypeHelper
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
isUpdateNecessary() - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Returns true if the update should be performed.
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
isUpdateNecessary(String) - Method in interface com.whitestein.lsps.lang.exec.AssociationHandler
Returns true if association should be updated.
isUpdateNecessary(String) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
isUpdateNecessary(String) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
isUseClassName() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to use the class name.
isUsed() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Returns true if the model instance is already used in the current thread.
isUsedForEquals() - Method in class com.whitestein.lsps.lang.type.RecordField
Returns true if the field is used for equals.
isUseFieldNames() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to use the field names passed in.
isUseIdentityHashCode() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to use the identity hash code.
isUserActivityTracked() - Method in interface com.whitestein.lsps.engine.EngineSettings
Returns true if tracking of active users is on.
isUserActivityTracked() - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
isUserRejected(long, String) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
isUserRejected(long, String) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Returns true if a todo is rejected by a user.
isUserRejected(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Returns true if a todo is rejected by a user.
isUserRejected(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
isUseShortClassName() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Gets whether to output short or long class names.
isUsingEvaluationLevels() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Returns true is a detached model instance is using evaluation levels.
isUsingEvaluationLevels() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns true is a detached model instance is using evaluation levels.
isV7() - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner.VersionAwareFrameworkMethod
 
isValid() - Method in class com.whitestein.lsps.lang.ast.ParameterAst
 
isValid() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
isValid() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Checks if there are no validation errors attached to this component.
isValidId(String) - Static method in enum com.whitestein.lsps.engine.ServerSettingIds
Validates server setting name.
isValueChange() - Method in class com.whitestein.lsps.engine.change.Change
Returns true if it is change of a variable or record field.
isValueChange() - Method in class com.whitestein.lsps.engine.change.RecordChange
 
isValueChange() - Method in class com.whitestein.lsps.engine.change.VariableChange
 
isVariableReadOnly(String) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
isVariableReadOnly(String) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
isVariableReadOnly(String) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
isVariableReadOnly(String) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
isVariableReadOnly(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Returns true if the variable with a given name is read-only.
isVariadic() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
isVariadic() - Method in class com.whitestein.lsps.lang.ast.FunctionAst
 
isVariadic() - Method in class com.whitestein.lsps.lang.ast.FunctionParameterAst
 
isVariadic() - Method in class com.whitestein.lsps.lang.ast.SignatureAst
 
isVariadic(List<FunctionParameterAst>) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
isVariadic() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns true if the signature is variadic.
isVariadic() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns true if this parameter is variadic, false otherwise.
isVersion() - Method in class com.whitestein.lsps.lang.type.ExternalRecordField
 
isVersion(ExecutionContext, Property) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Returns true if the property is a version field.
isVersioned() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Return true if the record type is versioned.
isVersionPatternCaseInsensitive() - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
isVersionProperty(String) - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
Returns true if the property is version.
isVisible() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Deprecated.
do not rely on visibility of UI components in your tests. Do not call this method, it always returns true.
isVisibleTo(Person) - Method in class com.whitestein.lsps.human.entity.Todo
Returns true if isPersonPermitted(person) is true and the person has not rejected the todo.
isWaiting() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Indicates if a request is waiting for a request.
isWhitespace(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Checks if the CharSequence contains only whitespace.
isXfa() - Method in class com.whitestein.lsps.stdlib.function.XfaPdfFiller
 
isXmlTransient() - Method in class com.whitestein.lsps.lang.type.xml.RecordFieldXmlMapping
 
isYearMonthDuration() - Method in class com.whitestein.lsps.lang.DurationRecord
Returns true if the duration contains only years and months components.
iterateGenerators() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Returns an iterator of all generators.
iterator() - Method in interface com.whitestein.lsps.common.query.DtoList
 
iterator() - Method in class com.whitestein.lsps.engine.dto.ModuleEntryList
 
iterator() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
iterator() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
iterator() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
iterator() - Method in class com.whitestein.lsps.engine.LocalizableStringSegments
 
iterator() - Method in class com.whitestein.lsps.lang.antlr.AntlrFunctions
 
iterator() - Method in class com.whitestein.lsps.lang.antlr.AntlrMethods
 
iterator() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
iterator() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
iterator() - Method in class com.whitestein.lsps.lang.parser.Errors
 
iterator() - Method in class com.whitestein.lsps.lang.type.QID
 
iterator() - Method in class com.whitestein.lsps.os.dto.RoleUnitNameList
 
iterator() - Method in class com.whitestein.lsps.test.ModelInstanceLogs
 

J

JAVA_CTRL_CHARS_ESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Mapping to escape the Java control characters.
JAVA_CTRL_CHARS_UNESCAPE() - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.EntityArrays
Deprecated.
Reverse of EntityArrays.JAVA_CTRL_CHARS_ESCAPE() for unescaping purposes.
JavaIdentifierCreator - Class in com.whitestein.lsps.engine.lang.compiled
 
JavaKeywords - Class in com.whitestein.lsps.common
A helper class containing Java keywords (including reserved).
JavaMapping - Class in com.whitestein.lsps.lang.type
Mapping of model data type to a java class.
JavaMapping(String) - Constructor for class com.whitestein.lsps.lang.type.JavaMapping
Creates new instance.
JavaOperation - Class in com.whitestein.lsps.lang.operation
Method implemented by a java function.
JavaOperation(String, String, FunctionSignature) - Constructor for class com.whitestein.lsps.lang.operation.JavaOperation
Creates new instance of JavaOperation.
JavaOperationExecutionContext - Class in com.whitestein.lsps.engine.lang
An execution context for a Java operation.
JavaOperationExecutionContext(ExecutionContext, InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
Creates a new execution context for a Java operation.
JavaOperationExecutor - Interface in com.whitestein.lsps.lang.operation
Namespaces which implement this interface can execute JavaOperations.
JavaOperationExecutorFactory - Interface in com.whitestein.lsps.lang
 
JavaOperationExecutorImpl - Class in com.whitestein.lsps.engine.lang
 
JavaOperationExecutorImpl(ExecutionContext) - Constructor for class com.whitestein.lsps.engine.lang.JavaOperationExecutorImpl
Constructs a new Java operation executor.
JavaReflectionCache - Enum in com.whitestein.lsps.common
Cache to improve performance java reflection on pojo implementation of tasks, functions...
JavaReflectionUtils - Class in com.whitestein.lsps.common
Helper methods for matching from lsps methods into java methods.
JavaReflectionUtils() - Constructor for class com.whitestein.lsps.common.JavaReflectionUtils
 
JavaToTypeHelper - Class in com.whitestein.lsps.engine
 
JavaToTypeHelper(ModelProvider, ModelInstance) - Constructor for class com.whitestein.lsps.engine.JavaToTypeHelper
Creates new instance.
JavaTypesResolver(Map<ProcessModel, String>, Map<FreeType, Type>, Map<ClassType, String>, Map<FunctionSignature, String>) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
JavaTypesResolver(CommonCompiler.JavaTypesResolver, Map<FreeType, Type>) - Constructor for class com.whitestein.lsps.engine.lang.compiled.CommonCompiler.JavaTypesResolver
 
JavaUnicodeEscaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text UnicodeEscaper instead
JavaUnicodeEscaper(int, int, boolean) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper for the specified range.
JEEServer - Enum in com.whitestein.lsps.common
Enumeration of JEE servers.
JEEServer.JEEServerVisitor<T> - Interface in com.whitestein.lsps.common
Visitor for JEEServer
JEEServer.JEEServerVisitor.JEEServerVisitorAdapter<T> - Class in com.whitestein.lsps.common
 
JEEServerVisitorAdapter() - Constructor for class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
join(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(long[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(int[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(byte[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(short[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(char[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(double[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(float[], char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Object[], String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(Iterator<?>, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterator<?>, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided Iterator into a single String containing the provided elements.
join(Iterable<?>, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided Iterable into a single String containing the provided elements.
join(Iterable<?>, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided Iterable into a single String containing the provided elements.
join(List<?>, char, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided List into a single String containing the provided list of elements.
join(List<?>, String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided List into a single String containing the provided list of elements.
join(Object[], String) - Static method in class com.whitestein.lsps.common.Strings
Joins given list of items with given separator.
join(StringBuilder, Object[], String) - Static method in class com.whitestein.lsps.common.Strings
Joins given array of items with given separator.
join(Iterable<?>, String) - Static method in class com.whitestein.lsps.common.Strings
Joins given list of items with given separator.
join(StringBuilder, Iterable<?>, String) - Static method in class com.whitestein.lsps.common.Strings
Joins given iterable of items with given separator.
join(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Joins string representations of objects in a given collection.
join(ExecutionContext, CollectionHolder, String) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Joins string representations of objects in a given collection.
join(ExecutionContext, CollectionHolder, String, Boolean) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Joins string representations of objects in a given collection.
joinWith(String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Joins the elements of the provided varargs into a single String containing the provided elements.
JpaBinaryDataDao - Class in com.whitestein.lsps.stdlib.dao.jpa
Data access object implementation for handling of binary data.
JpaBinaryDataDao() - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
Creates new instance.
JpaBinaryDataDao(EntityManager) - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaBinaryDataDao
Creates new instance.
JpaDocumentDao - Class in com.whitestein.lsps.human.dao.jpa
 
JpaDocumentDao() - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaDocumentDao
Creates new instance.
JpaLicenseDao - Class in com.whitestein.lsps.license
 
JpaLicenseDao() - Constructor for class com.whitestein.lsps.license.JpaLicenseDao
 
JpaLicenseDao(EntityManager) - Constructor for class com.whitestein.lsps.license.JpaLicenseDao
 
JpaLockDao - Class in com.whitestein.lsps.stdlib.dao.jpa
 
JpaLockDao() - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaLockDao
Creates new instance.
JpaLockDao(EntityManager) - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaLockDao
Creates new instance.
JpaLoggingDao - Class in com.whitestein.lsps.stdlib.dao.jpa
JPA implementation of LoggingDao.
JpaLoggingDao() - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaLoggingDao
Creates new instance.
JpaLoggingDao(EntityManager) - Constructor for class com.whitestein.lsps.stdlib.dao.jpa.JpaLoggingDao
Creates new instance of JpaLoggingDao.
JpaMigrationDao - Class in com.whitestein.lsps.modulemanager.migration.dao.jpa
 
JpaMigrationDao() - Constructor for class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaMigrationDao
Creates new instance.
JpaMigrationDao(EntityManager) - Constructor for class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaMigrationDao
Creates new instance.
JpaModelInstanceDao - Class in com.whitestein.lsps.engine.dao.jpa
JPA implementation of ModelInstanceDao.
JpaModelInstanceDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
Creates new instance.
JpaModelInstanceDao(EntityManager) - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaModelInstanceDao
Creates new instance of JpaModelInstanceDao.
JpaModelInstanceMigrationDao - Class in com.whitestein.lsps.modulemanager.migration.dao.jpa
 
JpaModelInstanceMigrationDao() - Constructor for class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
Creates new instance.
JpaModelInstanceMigrationDao(EntityManager) - Constructor for class com.whitestein.lsps.modulemanager.migration.dao.jpa.JpaModelInstanceMigrationDao
Creates new instance.
JpaModelManagementDao - Class in com.whitestein.lsps.modulemanager.dao.jpa
JPA DAO for model manager
JpaModelManagementDao() - Constructor for class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
Creates new instance.
JpaModelManagementDao(EntityManager) - Constructor for class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
Creates new instance.
JpaPersonDao - Class in com.whitestein.lsps.orgstructure.dao.jpa
The JPA implementation of the PersonDao DAO interface.
JpaPersonDao() - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
Creates new instance.
JpaPersonDao(EntityManager, RoleNameDao) - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
Creates new instance of JpaPersonDao.
JpaProcessLogDao - Class in com.whitestein.lsps.engine.dao.jpa
Data access object for goal states stored in DB.
JpaProcessLogDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaProcessLogDao
Creates new instance.
JpaProcessLogDao(EntityManager) - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaProcessLogDao
Creates new instance of JpaProcessLogDao.
JpaRoleDao - Class in com.whitestein.lsps.orgstructure.dao.jpa
The JPA implementation of the RoleDao DAO interface.
JpaRoleDao() - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleDao
Creates new instance.
JpaRoleDao(EntityManager) - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleDao
Creates new instance.
JpaRoleNameDao - Class in com.whitestein.lsps.orgstructure.dao.jpa
 
JpaRoleNameDao() - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleNameDao
Creates new instance.
JpaRoleNameDao(EntityManager) - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaRoleNameDao
Creates new instance.
JpaRollbackItemDao - Class in com.whitestein.lsps.engine.dao.jpa
 
JpaRollbackItemDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaRollbackItemDao
Creates new instance.
JpaSavedDocumentDao - Class in com.whitestein.lsps.human.dao.jpa
 
JpaSavedDocumentDao() - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaSavedDocumentDao
Creates new instance.
JpaSecurityRoleDao - Class in com.whitestein.lsps.orgstructure.dao.jpa
The JPA implementation of the SecurityRoleDao DAO interface.
JpaSecurityRoleDao() - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
Creates new instance.
JpaSecurityRoleDao(EntityManager, List<SecurityRoleChangePlugin>) - Constructor for class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
Creates new instance of JpaSecurityRoleDao.
JpaSettingDao - Class in com.whitestein.lsps.engine.dao.jpa
JPA implementation of SettingDao.
JpaSettingDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
Creates new instance.
JpaSettingDao(EntityManager) - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
Creates new instance.
JpaTimerNotificationDao - Class in com.whitestein.lsps.engine.dao.jpa
JPA implementation of TimerNotificationDao
JpaTimerNotificationDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaTimerNotificationDao
Default constructor.
JpaTodoDao - Class in com.whitestein.lsps.human.dao.jpa
JPA implementation of TodoDao.
JpaTodoDao() - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
Creates new instance.
JpaTodoDao(EntityManager) - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
Creates new instance.
JpaTodoEscalationDao - Class in com.whitestein.lsps.human.dao.jpa
JPA implementation of TodoEscalationDao.
JpaTodoEscalationDao() - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaTodoEscalationDao
Creates new instance.
JpaUnprocessedInputDao - Class in com.whitestein.lsps.engine.dao.jpa
 
JpaUnprocessedInputDao() - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaUnprocessedInputDao
Creates new instance.
JpaUnprocessedInputDao(EntityManager) - Constructor for class com.whitestein.lsps.engine.dao.jpa.JpaUnprocessedInputDao
Creates new instance.
JpaUserActivityTrackDao - Class in com.whitestein.lsps.activeuser
 
JpaUserActivityTrackDao() - Constructor for class com.whitestein.lsps.activeuser.JpaUserActivityTrackDao
Creates new instance.
JpaVaadinThemeDao - Class in com.whitestein.lsps.human.dao.jpa
 
JpaVaadinThemeDao() - Constructor for class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
Creates new instance.
JpaWsRequestHandlerDao - Class in com.whitestein.lsps.wsserver.dao.jpa
Implementation of WsRequestHandlerDao.
JpaWsRequestHandlerDao() - Constructor for class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
Creates new instance.
JpaWsRequestHandlerDao(EntityManager) - Constructor for class com.whitestein.lsps.wsserver.dao.jpa.JpaWsRequestHandlerDao
Creates new instance.
JSON_PROCESSING_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when JSON processing fails.
JSON_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The JSON toString style.
JsonFunctions - Interface in com.whitestein.lsps.json.function
Set of functions for conversion between lsps objects and JSON (both directions).
JsonFunctionsBean - Class in com.whitestein.lsps.json.function
Implementation of the JSON functions interface.
JsonFunctionsBean() - Constructor for class com.whitestein.lsps.json.function.JsonFunctionsBean
 
JsonGenericParser - Class in com.whitestein.lsps.json.impl
A generic parser which constructs a generic data structure out of the json string.
JsonGenericParser() - Constructor for class com.whitestein.lsps.json.impl.JsonGenericParser
 
JsonParser - Class in com.whitestein.lsps.json.impl
A parser for a JSON string which produces LSPS objects.
JsonParser() - Constructor for class com.whitestein.lsps.json.impl.JsonParser
 
JsonProcessingException - Exception in com.whitestein.lsps.json.impl
This exception indicates an error occured during serialization/deserialization of LSPS objects into a JSON representation.
JsonProcessingException(String, Throwable) - Constructor for exception com.whitestein.lsps.json.impl.JsonProcessingException
Creates a new instance of this exception.
JsonProcessingException(String) - Constructor for exception com.whitestein.lsps.json.impl.JsonProcessingException
Creates a new instance of this exception.
JsonProcessingUnsupportedTypeException - Exception in com.whitestein.lsps.json.impl
Indicates that JSON processing failed because unsupported Type was detected.
JsonProcessingUnsupportedTypeException(Type) - Constructor for exception com.whitestein.lsps.json.impl.JsonProcessingUnsupportedTypeException
Creates a new instance of this exception with the detected unsupported type.
JsonSchemaWriter - Class in com.whitestein.lsps.json.impl
A writer of the JSON string which writes LSPS objects to JSON format.
JsonSchemaWriter(ValueConverterProvider, boolean) - Constructor for class com.whitestein.lsps.json.impl.JsonSchemaWriter
Creates a new JSON writer.
jsonToMap(ExecutionContext, String) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
TODO
jsonToMap(ExecutionContext, String, Boolean, Boolean) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
 
jsonToMap(ExecutionContext, String) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
Deprecated.
jsonToMap(ExecutionContext, String, Boolean, Boolean) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
JsonWriter - Class in com.whitestein.lsps.json.impl
A writer of the JSON string which writes LSPS objects to JSON format.
JsonWriter(ValueConverterProvider, boolean) - Constructor for class com.whitestein.lsps.json.impl.JsonWriter
Creates a new JSON writer.

K

KEY - Static variable in enum com.whitestein.lsps.engine.dto.SchemaUpdateStrategy
Key to be used in model upload properties to specify the strategy.
keys(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set of keys contained in the specified map.
keySet(List<V>) - Method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Answer keys
keySet() - Method in class com.whitestein.lsps.common.StringProperties
Returns a Set view of the keys contained in this map.
keySet() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
keySet() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
keysOf(ExecutionContext, MapHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set of keys that are mapped to a given value.

L

LA(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
LABEL - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
LabelFunctions - Class in com.whitestein.lsps.stdlib.function
 
LabelFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.LabelFunctions
 
LangElement - Interface in com.whitestein.lsps.lang
Common language element properties.
LangSettings - Interface in com.whitestein.lsps.lang
Language settings.
LANGUAGE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
LANGUAGE_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
A full type name of the ExpressionLanguage enumeration.
LanguageException - Exception in com.whitestein.lsps.lang.exception
Base class for checked language exceptions.
LanguageException(Throwable) - Constructor for exception com.whitestein.lsps.lang.exception.LanguageException
Creates a new expression-language exception caused by another exception.
LanguageException(String) - Constructor for exception com.whitestein.lsps.lang.exception.LanguageException
Creates a new expression-language exception with explanation message.
LanguageException(String, Throwable) - Constructor for exception com.whitestein.lsps.lang.exception.LanguageException
Constructs a new exception with the specified detail message and cause.
LangUtil - Class in com.whitestein.lsps.lang
 
lastIndexOf(Object) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
lastIndexOf(Object[], Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given object within the array.
lastIndexOf(Object[], Object, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given object in the array starting at the given index.
lastIndexOf(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(long[], long, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(short[], short, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(char[], char, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(byte[], byte, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(double[], double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within a given tolerance in the array.
lastIndexOf(double[], double, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(double[], double, int, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(float[], float, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value within the array.
lastIndexOf(boolean[], boolean, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Finds the last index of the given value in the array starting at the given index.
lastIndexOf(CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the index within seq of the last occurrence of the specified character.
lastIndexOf(CharSequence, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the index within seq of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOf(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the last index within a CharSequence, handling null.
lastIndexOf(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the last reference to the specified char.
lastIndexOf(char, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the last reference to the specified char.
lastIndexOf(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the last reference to the specified string.
lastIndexOf(String, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder to find the last reference to the specified string starting searching from the given index.
lastIndexOf(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the last match.
lastIndexOf(StrMatcher, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Searches the string builder using the matcher to find the last match searching from the given index.
lastIndexOf(Object) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
lastIndexOf(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
lastIndexOf(Object) - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
lastIndexOf(ExecutionContext, CollectionHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the last occurrence of the specified element in the collection, or -1 if the collection does not contain the element.
lastIndexOf(ExecutionContext, ListHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the index of the last occurrence of the specified element in the list, or -1 if the list does not contain the element.
lastIndexOf(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the index of the rightmost occurrence of the specified substring within the string.
lastIndexOf(ExecutionContext, String, String, Decimal) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the index of the last occurrence of the specified substring within the string, searching backward starting at the specified index.
lastIndexOfAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Find the latest index of any of a set of potential substrings.
lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case in-sensitive find of the last index within a CharSequence.
lastIndexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case in-sensitive find of the last index within a CharSequence from the specified position.
lastOrdinalIndexOf(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the n-th last index within a String, handling null.
left(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the leftmost len characters of a String.
left - Variable in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Left object
leftPad(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Left pad a String with spaces (' ').
leftPad(String, int, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Left pad a String with a specified character.
leftPad(String, int, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Left pad a String with a specified String.
leftString(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Extracts the leftmost characters from the string builder without throwing an exception.
length(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets a CharSequence length or 0 if the CharSequence is null.
length() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the length of the string builder.
length(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the length of String
LEVEL_DEBUG - Static variable in class com.whitestein.lsps.engine.dto.Log
Constant for DEBUG log level.
LEVEL_ERROR - Static variable in class com.whitestein.lsps.engine.dto.Log
Constant for ERROR log level.
LEVEL_INFO - Static variable in class com.whitestein.lsps.engine.dto.Log
Constant for INFO log level.
LEVEL_WARNING - Static variable in class com.whitestein.lsps.engine.dto.Log
Constant for WARNING log level.
levelHierarchy(String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns collection containing level and all lower levels up to base level.
LF - Static variable in class com.whitestein.lsps.common.hack.lang3.CharUtils
linefeed LF ('\n').
LF - Static variable in class com.whitestein.lsps.common.hack.lang3.StringUtils
A String for linefeed LF ("\n").
License - Class in com.whitestein.lsps.common.dto
A value object for transferring licenses to the client.
License() - Constructor for class com.whitestein.lsps.common.dto.License
no-args constructor
License - Class in com.whitestein.lsps.license
License stored in the DB + meta data, which are also stored in the license itself, but for easier querying
License() - Constructor for class com.whitestein.lsps.license.License
 
License(Date, Date, Long, byte[]) - Constructor for class com.whitestein.lsps.license.License
 
LicenseDao - Interface in com.whitestein.lsps.license
 
LicensePublicServiceBean - Class in com.whitestein.lsps.license
Maintain licenses stored in the DB
LicensePublicServiceBean() - Constructor for class com.whitestein.lsps.license.LicensePublicServiceBean
 
LicenseService - Interface in com.whitestein.lsps.common
 
LicenseServiceBean - Class in com.whitestein.lsps.license
Maintain licenses stored in the DB
LicenseServiceBean() - Constructor for class com.whitestein.lsps.license.LicenseServiceBean
 
Like - Class in com.whitestein.lsps.common.filter
 
Like(Serializable, String) - Constructor for class com.whitestein.lsps.common.filter.Like
 
Like(Serializable, String, boolean) - Constructor for class com.whitestein.lsps.common.filter.Like
 
like(String, String) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
limitLength(String, int) - Static method in class com.whitestein.lsps.common.Strings
Limits the length of a string to a given length if the length of the string is greater then the maximal desired length.
line(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
 
lineSeparator() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
lineSeparator() - Method in class com.whitestein.lsps.lang.compiled.model.SrcObject
 
linesToStatements(List<String>, int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.FlywaySqlScript
Turns these lines in a series of statements.
ListExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a list.
ListHolder - Interface in com.whitestein.lsps.lang.exec
All objects of the type ListType must implement this interface.
listIterator() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
listIterator(int) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
listIterator() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
listIterator(int) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
ListType - Class in com.whitestein.lsps.lang.type
Type representing list container.
ListType(Type) - Constructor for class com.whitestein.lsps.lang.type.ListType
Creates new instance of ListType.
listUnion(ExecutionContext, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Creates a list of all elements in the given collection of collections.
ListValue - Class in com.whitestein.lsps.engine.dto.val
A list value.
ListValue() - Constructor for class com.whitestein.lsps.engine.dto.val.ListValue
Creates a new instance.
ListValue(Collection<?>) - Constructor for class com.whitestein.lsps.engine.dto.val.ListValue
Creates new instance from the given items.
ListValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value value representing an immutable list of values.
ListValue(ListValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates new copy instance of ListValue.
ListValue(SListValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates a new instance from the serialized companion.
ListValue(long, ModelInstance, String, Collection<? extends Value>, String, long, ListValue) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates new instance of ListValue.
ListValue(long, ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates new instance of ListValue.
ListValue(ModelInstance, String, Collection<? extends Value>, String, long, ListValue) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates new instance of ListValue.
ListValue(ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.ListValue
Creates new instance of ListValue.
ListValueListAdapter - Class in com.whitestein.lsps.engine.dto.val
List adapter for the ListValue.
ListValueListAdapter(ListValue) - Constructor for class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
Constructs the adapter.
literals(ExecutionContext, Type) - Method in class com.whitestein.lsps.stdlib.function.EnumerationFunctions
Returns a list of literals from the specified enumeration.
literalToName(ExecutionContext, EnumerationImpl) - Method in class com.whitestein.lsps.stdlib.function.EnumerationFunctions
Transforms the specified enumeration literal to its name represented as string.
load() - Static method in class com.whitestein.lsps.common.ServerProperties
Load properties from the property file
load(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.dmn.DmnPersistFunctions
Loads the stored content of the decision table into "this" decision table (replacing the current content).
load(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.dmn.DmnPersistFunctionsBean
 
LOADED_IN_DOCUMENT - Static variable in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
LOADED_IN_TODO - Static variable in interface com.whitestein.lsps.engine.ejb.BinaryDataServiceLocal
loadModels() - Method in interface com.whitestein.lsps.common.InitService
Loads (compile) models.
loadModels() - Method in class com.whitestein.lsps.tools.InitServiceImpl
 
loadProcessModel(long) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
INTERNAL API: Loads a process model into the cache.
loadProcessModel(String) - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
INTERNAL API: Loads a process model into the cache.
loadProcessModel(long) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
loadProcessModel(String) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
loadProxies() - Method in class com.whitestein.lsps.engine.sharedrecord.AbstractSharedRecordPlugin
 
loadProxies() - Method in class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
 
loadSource(Source) - Method in class com.whitestein.lsps.orgstructure.generation.OrgSourceProvider
 
LOCAL_DATE - Static variable in class com.whitestein.lsps.lang.type.SimpleType
LocalDateType instance.
LOCAL_DATE_TIME - Static variable in class com.whitestein.lsps.lang.type.SimpleType
LocalDateType instance.
localDate(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Parses a given local date.
localDate(ExecutionContext, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a local date.
localDate(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns an instance of LocalDate from the epoch day count.
LocalDateOperation - Enum in com.whitestein.lsps.lang.operation
 
localDateTime(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Parses a given local date-time.
localDateTime(ExecutionContext, Decimal, Decimal, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a local date-time.
localDateTime(ExecutionContext, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a local date-time.
localDateTime(ExecutionContext, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Creates a local date-time.
LocalDateTimeOperation - Enum in com.whitestein.lsps.lang.operation
 
LocalDateTimeType - Class in com.whitestein.lsps.lang.type
Simple type representing local date time.
LocalDateTimeValue - Class in com.whitestein.lsps.engine.dto.val
A LocalDateTime value.
LocalDateTimeValue() - Constructor for class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
Creates new instance.
LocalDateTimeValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing a local date time.
LocalDateTimeValue(LocalDateTime) - Constructor for class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
Creates new instance of LocalDateTimeValue.
LocalDateType - Class in com.whitestein.lsps.lang.type
Simple type representing date.
LocalDateValue - Class in com.whitestein.lsps.engine.dto.val
A LocalDate value.
LocalDateValue() - Constructor for class com.whitestein.lsps.engine.dto.val.LocalDateValue
Creates new instance.
LocalDateValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing a local date.
LocalDateValue(LocalDate) - Constructor for class com.whitestein.lsps.engine.state.xml.LocalDateValue
Creates new instance of LocalDateValue.
LOCALE - Static variable in class com.whitestein.lsps.common.ApplicationDataConstants
Key used in application data.
LOCALE - Static variable in class com.whitestein.lsps.human.Constants
Locales - Class in com.whitestein.lsps.common
Locale utils
LocaleValue - Class in com.whitestein.lsps.engine.dto
This class represents a locale.
LocaleValue() - Constructor for class com.whitestein.lsps.engine.dto.LocaleValue
Creates new instance.
LocaleValue(Locale) - Constructor for class com.whitestein.lsps.engine.dto.LocaleValue
Creates new instance.
LocalizableStringSegments - Class in com.whitestein.lsps.engine
Iterator over (potentially) localizable string Splits the source string into either plain string segments or localization key values
LocalizableStringSegments(String) - Constructor for class com.whitestein.lsps.engine.LocalizableStringSegments
Constructor
LocalizationKey - Class in com.whitestein.lsps.engine
Value object that holds informations about a localizable string.
LocalizationKey(String, String, Serializable[]) - Constructor for class com.whitestein.lsps.engine.LocalizationKey
Full constructor.
LocalizationResourceBundle - Class in com.whitestein.lsps.engine.dto
A resource bundle which forwards requests to resource bundles for individual modules.
LocalizationResourceBundle(Locale, LocalizationService) - Constructor for class com.whitestein.lsps.engine.dto.LocalizationResourceBundle
Full constructor.
LocalizationResourceBundle.Bundle - Class in com.whitestein.lsps.engine.dto
Simple resource bundle implementation.
LocalizationService - Interface in com.whitestein.lsps.engine
Service for handling localization.
LocalizationServiceBean - Class in com.whitestein.lsps.modulemanager.localization
Service implementation for access to localized resources.
LocalizationServiceBean() - Constructor for class com.whitestein.lsps.modulemanager.localization.LocalizationServiceBean
Creates new instance.
LocalizationServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LocalizationService.
LocalizationServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LocalizationService.
LocalizationUtils - Class in com.whitestein.lsps.engine
Utility class for creating localizable strings and replacing all localizable strings in a string with their translations.
localize(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns the original string with all localizable strings replaced by their translation.
LocalParameter - Class in com.whitestein.lsps.engine.lang.compiled
 
LocalParameter(String, Type, SrcExpression) - Constructor for class com.whitestein.lsps.engine.lang.compiled.LocalParameter
 
localVariableDeclared(VariableInfo) - Method in interface com.whitestein.lsps.lang.parser.ParserVariableListener
A local variable has been declared.
LocalVarRange - Class in com.whitestein.lsps.lang.ast
A range used as data for local variables, iterators, closure parameters etc.
LocalVarRange(int, int, int) - Constructor for class com.whitestein.lsps.lang.ast.LocalVarRange
Creates a local variable range.
LocalVarRange(ASTNode) - Constructor for class com.whitestein.lsps.lang.ast.LocalVarRange
Creates a local variable range from a given AST node.
locateNaturalIdUniqueKeyBinder(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
locateResource(String) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsClassLoaderAccess
 
Lock - Class in com.whitestein.lsps.engine.dto
Data transfer object representing a lock.
Lock() - Constructor for class com.whitestein.lsps.engine.dto.Lock
Creates new instance.
Lock(String, String, boolean, Date) - Constructor for class com.whitestein.lsps.engine.dto.Lock
Creates new instance.
Lock - Class in com.whitestein.lsps.stdlib.entity
Persistent entity used for locking.
Lock() - Constructor for class com.whitestein.lsps.stdlib.entity.Lock
Creates new instance.
Lock(String, String, Date, boolean) - Constructor for class com.whitestein.lsps.stdlib.entity.Lock
Creates new instance.
Lock - Class in com.whitestein.lsps.stdlib.task
Task that locks specified lock.
Lock() - Constructor for class com.whitestein.lsps.stdlib.task.Lock
Creates new instance.
Lock(LockServiceLocal) - Constructor for class com.whitestein.lsps.stdlib.task.Lock
Creates new instance.
lock() - Method in class com.whitestein.lsps.test.Todo
 
lock(Person) - Method in class com.whitestein.lsps.test.Todo
 
LockDao - Interface in com.whitestein.lsps.stdlib.dao
Data access object used for locking.
LockService - Interface in com.whitestein.lsps.engine
Service for acquiring and releasing of a lock.
LockServiceBean - Class in com.whitestein.lsps.stdlib
Service implementation.
LockServiceBean() - Constructor for class com.whitestein.lsps.stdlib.LockServiceBean
Creates new instance.
LockServiceBean(LockDao) - Constructor for class com.whitestein.lsps.stdlib.LockServiceBean
Creates new instance.
LockServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LockService.
LockServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LockService.
lockTodo(long) - Method in interface com.whitestein.lsps.human.TodoService
Locks the to-do.
lockTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
lockTodoForPerson(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Locks the to-do for the given person.
lockTodoForPerson(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
Log - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing log entry related to a process.
Log() - Constructor for class com.whitestein.lsps.engine.dto.Log
Creates new instance.
Log(long, Long, Date, int, String) - Constructor for class com.whitestein.lsps.engine.dto.Log
Creates new instance.
Log - Class in com.whitestein.lsps.stdlib.entity
Entity representing a log entry related to a process instance.
Log() - Constructor for class com.whitestein.lsps.stdlib.entity.Log
Creates new instance.
Log(Long, Date, int, String) - Constructor for class com.whitestein.lsps.stdlib.entity.Log
Creates new instance.
log(ExecutionContext, String, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Logs a message to the application log on specified level.
log(ExecutionContext, String, Decimal) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
logAgentInvocation(long, Serializable, Exception) - Method in class com.whitestein.lsps.engine.ErrorLoggerServiceBean
 
LogColumn - Enum in com.whitestein.lsps.engine.dto
Log columns that can be used in queries.
LogCriteria - Class in com.whitestein.lsps.engine.dto
Criteria class for searching log items.
LogCriteria() - Constructor for class com.whitestein.lsps.engine.dto.LogCriteria
Default constructor with no paging.
LogCriteria(int) - Constructor for class com.whitestein.lsps.engine.dto.LogCriteria
Constructor with the defined count of items per page.
LogEvent - Enum in com.whitestein.lsps.engine.dto
Log events used in ProcessLog.getEvent() by the engine.
LoggingDao - Interface in com.whitestein.lsps.stdlib.dao
Data access object used to store and retrieve Log.
login(String, String) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Login to the default application, as given user, but does not wait for the login to succeed.
loginAdminAdminAndWait() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Login to the default application, as admin/admin, Awaits until the Vaadin application fully boots.
loginAndWait(String, String) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Login to the default application, as given user.
LogList - Class in com.whitestein.lsps.engine.dto
Class representing a list of logs.
LogList() - Constructor for class com.whitestein.lsps.engine.dto.LogList
Creates new instance.
LogList(List<Log>, long) - Constructor for class com.whitestein.lsps.engine.dto.LogList
Creates new instance.
LogOrdering - Class in com.whitestein.lsps.engine.dto
Log ordering.
LogOrdering() - Constructor for class com.whitestein.lsps.engine.dto.LogOrdering
Creates new instance.
LogOrdering(LogColumn, OrderDirection) - Constructor for class com.whitestein.lsps.engine.dto.LogOrdering
Creates new instance.
logout() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Logout from process console.
LogService - Interface in com.whitestein.lsps.engine
Service for accessing logs produced by Log task.
LogServiceBean - Class in com.whitestein.lsps.stdlib
 
LogServiceBean() - Constructor for class com.whitestein.lsps.stdlib.LogServiceBean
Creates new instance.
LogServiceBean(LoggingDao) - Constructor for class com.whitestein.lsps.stdlib.LogServiceBean
Creates new instance.
logServiceInvocation(Method, List<Object>, Exception) - Method in class com.whitestein.lsps.engine.ErrorLoggerServiceBean
 
LogServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LogService.
LogServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for LogService.
LONG_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Long constant for minus one.
LONG_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Long constant for one.
LONG_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Long constant for zero.
longValue() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as a long.
longValue() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns the value of this MutableInt as a long.
longValue() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a long.
longValueExact() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a long, checking for lost information.
LookupTranslator - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text LookupTranslator instead
LookupTranslator(CharSequence[]...) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.LookupTranslator
Deprecated.
Define the lookup table to be used in translation Note that, as of Lang 3.1, the key to the lookup table is converted to a java.lang.String.
LOW_PRIORITY - Static variable in class com.whitestein.lsps.engine.Constants
Low processing priority.
lowerCase(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a String to lower case as per String.toLowerCase().
lowerCase(String, Locale) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a String to lower case as per String.toLowerCase(Locale).
lowerLevel(String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns previous lower level.
LspsAccordion - Class in com.whitestein.lsps.test.web.components
Represents rendered tabsheet.
LspsAccordion(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsAccordion
 
LspsActionLink - Class in com.whitestein.lsps.test.web.components
Client-side Action Link image.
LspsActionLink(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsActionLink
 
LspsAnnotationsMetadataReader - Class in com.whitestein.lsps.hibernate.envers
 
LspsAnnotationsMetadataReader(GlobalConfiguration, LspsReflectionManager, PersistentClass) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader
 
LspsAnnotationsMetadataReader.PCAuditTable - Class in com.whitestein.lsps.hibernate.envers
 
LspsAttributeConverterManager - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsAttributeConverterManager() - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsAttributeConverterManager
 
LspsAuditedPropertiesReader - Class in com.whitestein.lsps.hibernate.envers
 
LspsAuditedPropertiesReader(ModificationStore, PersistentPropertiesSource, AuditedPropertiesHolder, GlobalConfiguration, ReflectionManager, String) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader
 
LspsAuditedPropertiesReader.ComponentPropertiesSource - Class in com.whitestein.lsps.hibernate.envers
 
LspsAuditedPropertiesReader.DynamicComponentSource - Class in com.whitestein.lsps.hibernate.envers
 
LspsAuditSettings - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsAuditSettings() - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
LspsButton - Class in com.whitestein.lsps.test.web.components
Client-side Button image.
LspsButton(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsButton
 
LspsCaption - Class in com.whitestein.lsps.test.web.components
Represents lsps component caption.
LspsCaption(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsCaption
 
LspsCheckBox - Class in com.whitestein.lsps.test.web.components
Client-side CheckBox image.
LspsCheckBox(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsCheckBox
 
LspsCheckboxList - Class in com.whitestein.lsps.test.web.components
Client-side Single Select List image.
LspsCheckboxList(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsCheckboxList
 
LspsClassLoaderAccess - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsClassLoaderAccess() - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsClassLoaderAccess
 
LspsClassPools - Class in com.whitestein.lsps.engine.lang.compiled
Lsps class pool.
LspsComboBox - Class in com.whitestein.lsps.test.web.components
Client-side ComboBox image.
LspsComboBox(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsComboBox
 
LspsCommandExecutor - Class in com.whitestein.lsps.test.web.refactoring
Command executor like functions are going to be collected here.
LspsCommandExecutor(WebDriver) - Constructor for class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
LspsComponentServiceBean - Class in com.whitestein.lsps.tools.ejb
 
LspsComponentServiceBean() - Constructor for class com.whitestein.lsps.tools.ejb.LspsComponentServiceBean
 
LspsDateTextBox - Class in com.whitestein.lsps.test.web.components
 
LspsDateTextBox(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsDateTextBox
 
LspsDefaultRevisionInfoGenerator - Class in com.whitestein.lsps.hibernate.envers
Default revision entity generator.
LspsDefaultRevisionInfoGenerator(ComponentService, String, String, Class<? extends RevisionListener>, PropertyData, boolean) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsDefaultRevisionInfoGenerator
Creates new instance.
LspsDefaultTrackingModifiedEntitiesRevisionInfoGenerator - Class in com.whitestein.lsps.hibernate.envers
 
LspsDefaultTrackingModifiedEntitiesRevisionInfoGenerator(ComponentService, String, String, String, String, Class<? extends RevisionListener>, PropertyData, boolean, PropertyData) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsDefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
LspsDocumentHolder - Class in com.whitestein.lsps.vaadin
 
LspsDocumentHolder(long, LspsAppConnector, LspsAppConnectorWithForms, LspsFormConnector, String) - Constructor for class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
LspsDocumentHolder(String, Map<String, String>, LspsAppConnector, LspsAppConnectorWithForms, LspsFormConnector, String) - Constructor for class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
LspsDocumentHolder(long, LspsAppConnectorWithForms, LspsFormConnector, String) - Constructor for class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
LspsDocumentHolder(String, Map<String, String>, LspsAppConnectorWithForms, LspsFormConnector, String) - Constructor for class com.whitestein.lsps.vaadin.LspsDocumentHolder
 
LspsDynamicProperty - Class in com.whitestein.lsps.hibernate.envers
 
LspsDynamicProperty(LspsAuditedPropertiesReader.DynamicComponentSource, String) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsDynamicProperty
 
LspsEntitiesConfigurations - Class in com.whitestein.lsps.hibernate.envers.internal
 
LspsEntitiesConfigurations(Map, Map) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.LspsEntitiesConfigurations
 
LspsEntitiesConfigurator - Class in com.whitestein.lsps.hibernate.envers
 
LspsEntitiesConfigurator() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEntitiesConfigurator
 
LspsEntityConfiguration - Class in com.whitestein.lsps.hibernate.envers.internal
 
LspsEntityConfiguration(String, String, IdMappingData, ExtendedPropertyMapper, String) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.LspsEntityConfiguration
 
LspsEntityNotFoundException - Exception in com.whitestein.lsps.common
 
LspsEntityNotFoundException(String, String) - Constructor for exception com.whitestein.lsps.common.LspsEntityNotFoundException
Constructs a new exception object with a given entity type and entity id.
LspsEnversIntegrator - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversIntegrator() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversIntegrator
 
LspsEnversMappingCollector - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversMappingCollector(MappingBinder, MetadataBuildingContext, List<MappingDocument>) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversMappingCollector
 
LspsEnversPostCollectionRecreateEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPostCollectionRecreateEventListenerImpl
 
LspsEnversPostDeleteEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPostDeleteEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPostDeleteEventListenerImpl
 
LspsEnversPostInsertEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPostInsertEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPostInsertEventListenerImpl
 
LspsEnversPostUpdateEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPostUpdateEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPostUpdateEventListenerImpl
 
LspsEnversPreCollectionRemoveEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPreCollectionRemoveEventListenerImpl
 
LspsEnversPreCollectionUpdateEventListenerImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversPreCollectionUpdateEventListenerImpl
 
LspsEnversService - Interface in com.whitestein.lsps.hibernate.envers
 
LspsEnversServiceContributor - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversServiceContributor() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversServiceContributor
 
LspsEnversServiceImpl - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversServiceImpl() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversServiceImpl
 
LspsEnversServiceInitiator - Class in com.whitestein.lsps.hibernate.envers
 
LspsEnversServiceInitiator() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsEnversServiceInitiator
 
LspsException - Exception in com.whitestein.lsps.common
Exception with contexts.
LspsException(String) - Constructor for exception com.whitestein.lsps.common.LspsException
Creates new instance.
LspsException(Throwable) - Constructor for exception com.whitestein.lsps.common.LspsException
Creates new instance.
LspsException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.LspsException
Creates new instance.
LspsExpressionOrigin - Annotation Type in com.whitestein.lsps.engine.lang.compiled
Annotation used in generated java code to identify expression for which a method is created.
LspsFormLayout - Class in com.whitestein.lsps.test.web.components
 
LspsFormLayout(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsFormLayout
 
LspsFunctionInterceptor - Class in com.whitestein.lsps.engine.lang
Interceptor that catches runtime exceptions and wraps it in the ErrorException.
LspsFunctionInterceptor() - Constructor for class com.whitestein.lsps.engine.lang.LspsFunctionInterceptor
 
LspsGrid - Class in com.whitestein.lsps.test.web.components
Represents vaadin grid element.
LspsGrid(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsGrid
 
LspsGrid.LspsGridCell - Class in com.whitestein.lsps.test.web.components
Represents vaadin grid cell.
LspsGrid.LspsGridRow - Class in com.whitestein.lsps.test.web.components
Represents vaadin grid row element.
LspsGridCell(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsGrid.LspsGridCell
 
LspsGridRow(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsGrid.LspsGridRow
 
LspsHibernateMetadata - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsHibernateMetadata(UUID, MetadataBuildingOptions, TypeResolver, MutableIdentifierGeneratorFactory, Map<String, PersistentClass>, Map<Class, MappedSuperclass>, Map<String, Collection>, Map<String, TypeDefinition>, Map<String, FilterDefinition>, Map<String, FetchProfile>, Map<String, String>, Map<String, IdentifierGeneratorDefinition>, Map<String, NamedQueryDefinition>, Map<String, NamedSQLQueryDefinition>, Map<String, NamedProcedureCallDefinition>, Map<String, ResultSetMappingDefinition>, Map<String, NamedEntityGraphDefinition>, Map<String, SQLFunction>, Database, ComponentService) - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
LspsHorizontalLayout - Class in com.whitestein.lsps.test.web.components
The horizontal layout client-side image.
LspsHorizontalLayout(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsHorizontalLayout
 
LspsMetadataBuildingContext - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsMetadataBuildingContext(MetadataBuildingOptions, ClassLoaderAccess, InFlightMetadataCollector) - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingContext
 
LspsMetadataBuildingOptions - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsMetadataBuildingOptions(StandardServiceRegistry) - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
LspsMetadataCollector - Class in com.whitestein.lsps.engine.sharedrecord
 
LspsMetadataCollector(MetadataBuildingOptions, TypeResolver, ComponentService) - Constructor for class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
LspsMethodUtils - Class in com.whitestein.lsps.common.hack.lang3.reflect
Utility reflection methods focused on Methods, originally from Commons BeanUtils.
LspsMethodUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.reflect.LspsMethodUtils
LspsMethodUtils instances should NOT be constructed in standard programming.
LspsMultipleIdMapper - Class in com.whitestein.lsps.hibernate.envers.internal
 
LspsMultipleIdMapper(ServiceRegistry, Component, String, String) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
LspsMultiSelectList - Class in com.whitestein.lsps.test.web.components
Client-side Single Select List image.
LspsMultiSelectList(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsMultiSelectList
 
LspsNavigationLink - Class in com.whitestein.lsps.test.web.components
 
LspsNavigationLink(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsNavigationLink
 
LspsNoBaseLevelObject - Exception in com.whitestein.lsps.engine.sharedrecord
Exception used when a shared record has no persistent value so far and it is expected to be used.
LspsNoBaseLevelObject(String) - Constructor for exception com.whitestein.lsps.engine.sharedrecord.LspsNoBaseLevelObject
Creates new instance.
LspsOutputText - Class in com.whitestein.lsps.test.web.components
Client-side OutputText image.
LspsOutputText(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsOutputText
 
LspsPopup - Class in com.whitestein.lsps.test.web.components
 
LspsPopup(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsPopup
 
LspsRadioButtonList - Class in com.whitestein.lsps.test.web.components
Client-side Single Select List image.
LspsRadioButtonList(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsRadioButtonList
 
LspsReflectionManager - Class in com.whitestein.lsps.hibernate.envers
 
LspsReflectionManager(Map<String, Set<SharedRecordType>>) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
LspsReflectionManager.AuxClass - Interface in com.whitestein.lsps.hibernate.envers
 
LspsRemote - Class in com.whitestein.lsps.test
Remotely controls LSPS - allows for model uploading and model instance starting.
LspsRemote(String, String) - Constructor for class com.whitestein.lsps.test.LspsRemote
 
LspsRepeater - Class in com.whitestein.lsps.test.web.components
Client-side Repeater image.
LspsRepeater(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsRepeater
 
LspsRevisionInfoNumberReader - Class in com.whitestein.lsps.hibernate.envers
 
LspsRevisionInfoNumberReader(PropertyData, ServiceRegistry) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsRevisionInfoNumberReader
 
LspsRevisionListener - Class in com.whitestein.lsps.hibernate.envers
Default lsps revision listener.
LspsRevisionListener() - Constructor for class com.whitestein.lsps.hibernate.envers.LspsRevisionListener
 
LspsRichTextArea - Class in com.whitestein.lsps.test.web.components
Client-side TextArea image.
LspsRichTextArea(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsRichTextArea
 
LspsRuntimeException - Exception in com.whitestein.lsps.common
Base LSPS runtime exception.
LspsRuntimeException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.LspsRuntimeException
Creates new instance.
LspsRuntimeException(String) - Constructor for exception com.whitestein.lsps.common.LspsRuntimeException
Creates new instance.
LspsRuntimeException(Throwable) - Constructor for exception com.whitestein.lsps.common.LspsRuntimeException
Creates new instance.
LspsSettingsException - Exception in com.whitestein.lsps.common
Exception reading/applying settings.
LspsSettingsException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.LspsSettingsException
Creates new instance.
LspsSettingsException(String) - Constructor for exception com.whitestein.lsps.common.LspsSettingsException
Creates new instance.
LspsSettingsException(Throwable) - Constructor for exception com.whitestein.lsps.common.LspsSettingsException
Creates new instance.
LspsSingleIdMapper - Class in com.whitestein.lsps.hibernate.envers.internal
 
LspsSingleIdMapper(ServiceRegistry) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.LspsSingleIdMapper
 
LspsSingleIdMapper(ServiceRegistry, PropertyData) - Constructor for class com.whitestein.lsps.hibernate.envers.internal.LspsSingleIdMapper
 
LspsSingleIdMapper - Class in com.whitestein.lsps.hibernate.envers
 
LspsSingleIdMapper(ServiceRegistry) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsSingleIdMapper
 
LspsSingleIdMapper(ServiceRegistry, PropertyData) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsSingleIdMapper
 
LspsSingleSelectList - Class in com.whitestein.lsps.test.web.components
Client-side Single Select List image.
LspsSingleSelectList(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsSingleSelectList
 
LspsTabbedLayout - Class in com.whitestein.lsps.test.web.components
Client-side Tabbed Layout image.
LspsTabbedLayout(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTabbedLayout
 
LspsTable - Class in com.whitestein.lsps.test.web.components
Represents lsps forms table.
LspsTable(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTable
 
LspsTable.LspsTableCell - Class in com.whitestein.lsps.test.web.components
Represents forms table cells.
LspsTable.LspsTableRow - Class in com.whitestein.lsps.test.web.components
Represents forms table row.
LspsTableCell(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTable.LspsTableCell
 
LspsTableColumn - Class in com.whitestein.lsps.test.web.components
Represents a table column.
LspsTableColumn(WebElement, int, LspsUITable, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTableColumn
 
LspsTableRow(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTable.LspsTableRow
 
LspsTabSheet - Class in com.whitestein.lsps.test.web.components
Represents rendered tabsheet.
LspsTabSheet(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTabSheet
 
LspsTesterException - Exception in com.whitestein.lsps.test
Lsps tester specific runtime exception.
LspsTesterException() - Constructor for exception com.whitestein.lsps.test.LspsTesterException
 
LspsTesterException(String, Throwable) - Constructor for exception com.whitestein.lsps.test.LspsTesterException
 
LspsTesterException(String) - Constructor for exception com.whitestein.lsps.test.LspsTesterException
 
LspsTesterException(Throwable) - Constructor for exception com.whitestein.lsps.test.LspsTesterException
 
LspsTextArea - Class in com.whitestein.lsps.test.web.components
Client-side TextArea image.
LspsTextArea(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTextArea
 
LspsTextBox - Class in com.whitestein.lsps.test.web.components
Client-side TextBox image.
LspsTextBox(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTextBox
 
LspsTodoHolder - Class in com.whitestein.lsps.vaadin
 
LspsTodoHolder(long, LspsAppConnector, LspsAppConnectorWithForms, LspsFormConnector, String, boolean) - Constructor for class com.whitestein.lsps.vaadin.LspsTodoHolder
 
LspsTodoHolder(long, LspsAppConnectorWithForms, LspsFormConnector, String, boolean) - Constructor for class com.whitestein.lsps.vaadin.LspsTodoHolder
 
LspsTokenField - Class in com.whitestein.lsps.test.web.components
Represents rendered token field.
LspsTokenField(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTokenField
 
LspsTree - Class in com.whitestein.lsps.test.web.components
Client-side Tree image.
LspsTree(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTree
Client-side Tree image.
LspsTreeV7 - Class in com.whitestein.lsps.test.web.components
Client-side Tree image.
LspsTreeV7(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsTreeV7
Client-side Tree image.
LspsUITable - Class in com.whitestein.lsps.test.web.components
Deprecated.
LspsUITable(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
 
LspsUITextArea - Class in com.whitestein.lsps.test.web.components
Client-side TextArea image.
LspsUITextArea(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsUITextArea
 
LspsVaadinServlet - Class in com.whitestein.lsps.vaadin.util
Custom VaadinServlet extensions
LspsVaadinServlet() - Constructor for class com.whitestein.lsps.vaadin.util.LspsVaadinServlet
 
LspsVaadinServletRequest - Class in com.whitestein.lsps.vaadin.util
Custom VaadinServletRequest extension Fixes the upload problem on Weblogic
LspsVaadinServletRequest(HttpServletRequest, VaadinServletService) - Constructor for class com.whitestein.lsps.vaadin.util.LspsVaadinServletRequest
Constructor
LspsVaadinServletService - Class in com.whitestein.lsps.vaadin.util
Extensions to standard VaadinServletService.
LspsVaadinServletService(VaadinServlet, DeploymentConfiguration, SerializableSupplier<VaadinThemeCacheLocal>) - Constructor for class com.whitestein.lsps.vaadin.util.LspsVaadinServletService
Constructor
LspsVerticalLayout - Class in com.whitestein.lsps.test.web.components
The vertical layout image.
LspsVerticalLayout(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.LspsVerticalLayout
Create vertical layout image.
LspsXClass - Class in com.whitestein.lsps.hibernate.envers
Lsps implementation of xClass
LspsXClass(String, LspsXClass, boolean) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsXClass
Creates new instance.
LspsXClass(String) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsXClass
Creates new instance.
LspsXProperty - Class in com.whitestein.lsps.hibernate.envers
 
LspsXProperty(LspsXClass, String, LspsXClass, LspsXClass, LspsXClass, int, List<Annotation>) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
LT(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
ltrim(String) - Static method in class com.whitestein.lsps.common.Strings
Returns the left-side trim of the given string.

M

main(String[]) - Static method in class com.whitestein.lsps.export.ModelExporter
 
MAINTAIN_CONDITION - Static variable in class com.whitestein.lsps.stdlib.type.MaintainGoalHolder
Property name.
MAINTAIN_GOAL - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
MaintainGoal type.
maintainCondition() - Method in class com.whitestein.lsps.stdlib.type.MaintainGoalHolder
Returns maintain condition.
MaintainGoalHandler - Class in com.whitestein.lsps.engine
Class for MaintainGoal handlers.
MaintainGoalHandler(Goal, GoalAchieveStrategy, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.MaintainGoalHandler
Creates new MaintainGoalHandler.
MaintainGoalHolder - Class in com.whitestein.lsps.stdlib.type
Holder for maintain goal.
MaintainGoalHolder(ExternalValue, ModelProvider, CoreTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.MaintainGoalHolder
Creates new instance of MaintainGoalHolder.
makeCopy(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Context
Returns deep copy.
makeCopy() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns deep copy of the model instance.
MANAGE_DEBUGGER - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows all debugger actions.
MANAGE_LICENSE - Static variable in class com.whitestein.lsps.common.CommonRights
Security right that allows to manage licenses (upload, remove).
MANAGE_LOCK - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to work with locks.
MANAGE_MODEL - Static variable in interface com.whitestein.lsps.engine.ejb.ModelManagementServiceLocal
Security right that allows to manage models (upload on server).
MANAGE_MODEL - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to manage models (upload on server).
MANAGE_PERSON - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allows to manage persons (add, update, remove).
MANAGE_ROLE - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allow to add or update role names.
MANAGE_SECURITY_ROLE - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allows to manage security roles (add, update, delete).
MANAGE_SETTINGS - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows settings management.
map(ExecutionContext, CollectionHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Creates map from collection of keys and collection of values.
map(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
For each key executes a given closure to obtain a map value.
map(ExecutionContext, CollectionHolder, ClosureHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
For each element execute a keyFunction to obtain a map key and valueFunction to obtain a map value.
map(ExecutionContext, ListHolder, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Creates map from list of keys and list of values Each of this lists must have same size
MAP_KEY_ELEMENT_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of the xml element used to represent key of entry of the map
MAP_VALUE_ELEMENT_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of the xml element used to represent value of entry of the map
MapEntityAccess - Class in com.whitestein.lsps.engine.sharedrecord
Audit shared record entity accessor.
MapEntityAccess(MapEntityAccessStrategy, Class, String) - Constructor for class com.whitestein.lsps.engine.sharedrecord.MapEntityAccess
 
MapEntityAccessStrategy - Class in com.whitestein.lsps.engine.sharedrecord
 
MapEntityAccessStrategy() - Constructor for class com.whitestein.lsps.engine.sharedrecord.MapEntityAccessStrategy
 
MapExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a map.
MapHolder - Interface in com.whitestein.lsps.lang.exec
All objects of the type MapType must implement this interface.
MapLikeListAccessor<K extends java.lang.Comparable<K>,V> - Class in com.whitestein.lsps.common.collections
Map like adapter/helper class for accessing (sorted) list of values by their attribute.
MapLikeListAccessor(Function<V, K>) - Constructor for class com.whitestein.lsps.common.collections.MapLikeListAccessor
Constructor
MapOperation - Enum in com.whitestein.lsps.lang.operation
 
MapStringObjectValueConverter - Class in com.whitestein.lsps.json.impl
This converter handles conversion between Map<String, Object> and a JSON node representing a map.
MapStringObjectValueConverter(MapType) - Constructor for class com.whitestein.lsps.json.impl.MapStringObjectValueConverter
Creates a new instance of this converter for the given map type.
mapToIdFromEntity(Object) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
mapToJson(ExecutionContext, Boolean, MapHolder) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Creates a JSON document representing the given map.
mapToJson(ExecutionContext, MapHolder) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Creates a JSON document representing the given map.
mapToJson(ExecutionContext, Boolean, MapHolder) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
mapToJson(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsSingleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsSingleIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
mapToMapFromId(Session, Map<String, Object>, Object) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
MapType - Class in com.whitestein.lsps.lang.type
Type representing array container.
MapType(Type, Type) - Constructor for class com.whitestein.lsps.lang.type.MapType
Creates new instance of MapType.
MapValue - Class in com.whitestein.lsps.engine.dto.val
A map value.
MapValue() - Constructor for class com.whitestein.lsps.engine.dto.val.MapValue
Creates new instance.
MapValue(Map<?, ?>) - Constructor for class com.whitestein.lsps.engine.dto.val.MapValue
Creates new instance from the given map.
MapValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing an immutable map.
MapValue(MapValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates copy instance from source.
MapValue(SMapValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates a new instance from the serialized companion.
MapValue(long, ModelInstance, String, List<? extends Value>, List<? extends Value>, String, long, MapValue) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates new instance of MapValue.
MapValue(long, ModelInstance, String, List<? extends Value>, List<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates new instance of MapValue.
MapValue(ModelInstance, String, List<? extends Value>, List<? extends Value>, String, long, MapValue) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates new instance of MapValue.
MapValue(ModelInstance, String, List<? extends Value>, List<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.MapValue
Creates new instance of MapValue.
MapValueItem - Class in com.whitestein.lsps.engine.dto.val
Map value item.
MapValueItem() - Constructor for class com.whitestein.lsps.engine.dto.val.MapValueItem
Creates new instance.
MapValueMapAdapter - Class in com.whitestein.lsps.engine.dto.val
Map adapter for the MapValue.
MapValueMapAdapter(MapValue) - Constructor for class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
Constructs the map adapter.
mark() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
markElementAsNil(Document, Element) - Static method in class com.whitestein.lsps.xml.util.XmlUtil
Marks element as nil - will add xsi:nil attribute to the element with value "true"
markTimedOut(long) - Method in interface com.whitestein.lsps.engine.WsService
Mark WsRequestHandler object with given id as timed out.
markTimedOut(long) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
marshal(SBooleanValue) - Method in class com.whitestein.lsps.engine.state.ser.SBooleanAdapter
 
marshal(Date) - Method in class com.whitestein.lsps.engine.state.ser.SDateAdapter
 
marshal(Decimal) - Method in class com.whitestein.lsps.engine.state.ser.SDecimalAdapter
 
marshal(SNullValue) - Method in class com.whitestein.lsps.engine.state.ser.SNullAdapter
 
MarshalCallback - Interface in com.whitestein.lsps.common.jaxb
Custom marshal callback interface mimicking JAXB class based marshal callbacks Some JAXB implementations (e.g.
MarshalCallbacksListener - Class in com.whitestein.lsps.common.jaxb
Marshal listener delegating marshaling events to MarshalCallback interface implementing nodes Some JAXB implementations (e.g.
MarshalCallbacksListener(Marshaller, Marshaller.Listener) - Constructor for class com.whitestein.lsps.common.jaxb.MarshalCallbacksListener
 
marshall(ModelInstance, boolean, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Saves a model instance state to a byte array.
marshall(ModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Saves a model instance state to a byte array.
marshall(ValueContent, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Saves a value content to a byte array.
marshall(Object, boolean) - Method in class com.whitestein.lsps.os.OsMarshaller
Saves a model instance state to a byte array.
marshall(Object) - Method in class com.whitestein.lsps.os.OsMarshaller
Saves a model instance state to a byte array.
marshall(XmlDecisionTable) - Method in class com.whitestein.lsps.stdlib.dmn.xml.DmnMarshaller
 
MarshallerConfig - Class in com.whitestein.lsps.engine.state
Marshaller configuration.
MarshallerConfig(boolean) - Constructor for class com.whitestein.lsps.engine.state.MarshallerConfig
Creates new instance.
marshallState() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Saves the model instance state.
match(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.ClosureTypeSignatureMatcher
 
match(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.ComplexSignatureMatcher
 
match(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.ExtensionMethodSignatureMatcher
 
match(Type, Type...) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns mapping of the free types in this function signature to provided actual parameter types; or null if such mapping is not possible.
match(int, Type) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns mapping of the free types in this function signature such that the resulting closure type is the most general type which is subtype of type or null if such mapping does not exist.
match(Type, Map<String, Type>) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Returns mapping of the free types in this function signature to provided actual named parameter types; or null if such mapping is not possible.
match(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.NamedArgsSignatureMatcher
 
match(FunctionSignature) - Method in class com.whitestein.lsps.lang.signature.ObjectSignatureMatcher
 
match(FunctionSignature) - Method in interface com.whitestein.lsps.lang.signature.SignatureMatcher
Returns signature mapping.
matches(String) - Method in class com.whitestein.lsps.common.rest.PathTemplate
Tells whether or not this template matches the given path.
matches(String, String) - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
matches(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns true if this role matches the other role, i.e.
matches(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns true if this role matches at least one of the other roles.
matches(Collection<RoleUnitName>, Collection<RoleUnitName>) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns true if at least one role in roles1 matches at least one role in roles2.
matches(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Check method to find out if given string matches regex
matchesPattern(CharSequence, String) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception.
matchesPattern(CharSequence, String, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence matches the specified regular expression pattern; otherwise throwing an exception with the specified message.
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.FreeType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ListType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.MapType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.SetType
 
matchesSubtype(Type, TypeMapping) - Method in interface com.whitestein.lsps.lang.type.Type
Performs type matching on this type.
matchesSubtype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.TypeType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.FreeType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ListType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.MapType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.SetType
 
matchesSupertype(Type, TypeMapping) - Method in interface com.whitestein.lsps.lang.type.Type
Performs type matching on this type.
matchesSupertype(Type, TypeMapping) - Method in class com.whitestein.lsps.lang.type.TypeType
 
max(double...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Returns the maximum value in an array.
max(float...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Returns the maximum value in an array.
max(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the maximum of three double values.
max(double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the maximum of two double values.
max(float, float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the maximum of three float values.
max(float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the maximum of two float values.
max(long...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(int...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(short...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(byte...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(double...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(float...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the maximum value in an array.
max(long, long, long) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three long values.
max(int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three int values.
max(short, short, short) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three short values.
max(byte, byte, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three byte values.
max(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three double values.
max(float, float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the maximum of three float values.
max(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Null safe comparison of Comparables.
max(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the maximum element from the given collection.
max(Date...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Computes max Date from all passed dates
max(ExecutionContext, LocalDate...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
max(ExecutionContext, LocalDateTime...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
max(ExecutionContext, Decimal...) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Computes max long from all passed long
MAX_DATA_LENGTH - Static variable in class com.whitestein.lsps.engine.state.RollbackItem
Maximum length of the data field.
MAX_EXCEPTION_LENGTH - Static variable in class com.whitestein.lsps.engine.state.RollbackItem
Maximum length of the exception stack-trace field.
MAX_PARAMS - Static variable in class com.whitestein.lsps.orgstructure.entity.RoleName
Maximum number of parameters a role name can have.
MAX_SCALE - Static variable in class com.whitestein.lsps.lang.type.DecimalType
Maximal possible scale
maxDate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
maxDecimal(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
maxInteger(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
maxLocalDate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
maxString(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
MBeanInitializationLocal - Interface in com.whitestein.lsps.common
This interface provides method to initialize MBeans which give access to Hibernate statistics.
median(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Find the "best guess" middle value among comparables.
median(Comparator<T>, T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Find the "best guess" middle value among comparables.
MEDIUM_PRIORITY - Static variable in class com.whitestein.lsps.engine.Constants
Medium processing priority.
menuItemById(String) - Static method in class com.whitestein.lsps.test.web.UITester
Returns a locator for given menu item.
merge(boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecordProxySetHolder
 
merge(ExecutionContext, Boolean, RecordProxySetHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Merges all proxies for the proxy set to their proxied records.
merge(ExecutionContext, Boolean) - Method in class com.whitestein.lsps.engine.lang.RecordProxySet
Merges all proxies for the proxy set to their proxied records.
merge(ProfilerNode) - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
merge(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
merge(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
merge(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
MERGE_EVALUATION_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when an evaluation cannot be merged.
mergeAllProxies(ExecutionContext, Boolean, CollectionHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Merges changes from the proxies to the proxied records.
mergeAllProxies(ExecutionContext, Boolean, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
mergeChanges(RuntimeToPersistentConverter, Namespace, boolean, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordChangeProxyMerger
It merges all changes from proxy to the proxied record.
mergeChanges(RuntimeToPersistentConverter, Namespace, boolean, RecordProxySetHolder) - Method in class com.whitestein.lsps.engine.lang.RecordChangeProxyMerger
It merges all proxies from proxy set.
mergeChanges(RuntimeToPersistentConverter, Namespace, boolean, Collection<RecordHolder>) - Method in class com.whitestein.lsps.engine.lang.RecordChangeProxyMerger
It merges all changes from proxies to the proxied records.
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
mergeChanges(Namespace, boolean) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
mergeChanges(Namespace, boolean) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
If this is wrapper it merges all its changes to the wrapped record.
mergeEvaluation(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Merges auxiliary contexts and values to the original execution contexts and values.
mergeEvaluation(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
mergeIn(ExecutionTrace) - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
mergeLevel(String) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelMerger
Merges all changed from the level to the lower level.
mergeProxies(ExecutionContext, Boolean, Object...) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Merges changes from the proxies to the proxied records.
mergeProxies(ExecutionContext, Boolean, Object...) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
Message - Class in com.whitestein.lsps.engine.comm
Base class for messages.
Message(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.Message
Creates a new instance.
MESSAGE_SELECTOR_PROPERTY - Static variable in interface com.whitestein.lsps.engine.ProcessAgent
Name of the JMS message selector property used to filter JMS messages
MESSAGE_SELECTOR_PROPERTY - Static variable in class com.whitestein.lsps.engine.RestProcessResponse
Name of the JMS message selector property used to filter JMS messages
MESSAGE_SELECTOR_PROPERTY - Static variable in class com.whitestein.lsps.engine.WsProcessResponse
Name of the JMS message selector property used to filter JMS messages
Messages - Class in com.whitestein.lsps.orgstructure.generation
Externals strings provider
META_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @Meta.
metadata(Map<String, String>) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds metadata
METADATA - Static variable in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
The property key of RoleUnit metadata.
METADATA - Static variable in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Property name.
METHOD_ACCESS_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when execution of Java function fails
methodCall(SrcExpression, String, SrcExpression...) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
methodCall(String, SrcExpression...) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
MethodCallExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a method call.
MethodCallExpression(ASTInfo, Type, MethodExpression, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.MethodCallExpression
Creates new instance of MethodCallExpression.
MethodExpression - Class in com.whitestein.lsps.lang.ast
Expression representing record property access.
MethodExpression(ASTInfo, Expression, ClosureType, FunctionSignature, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.ast.MethodExpression
Creates new instance of MethodExpression.
MethodParser - Class in com.whitestein.lsps.lang.parser
 
MethodParser() - Constructor for class com.whitestein.lsps.lang.parser.MethodParser
 
MethodParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.MethodParser
 
mid(String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets len characters from the middle of a String.
midString(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Extracts some characters from the middle of the string builder without throwing an exception.
Migration - Class in com.whitestein.lsps.engine.dto
Entity representing a migration.
Migration() - Constructor for class com.whitestein.lsps.engine.dto.Migration
Creates new instance.
Migration(long, long, String, String, String, long, String, String, String, long, long, long, Date, Date, long, long) - Constructor for class com.whitestein.lsps.engine.dto.Migration
Creates new instance.
Migration - Class in com.whitestein.lsps.modulemanager.migration.entity
Persistent entity for storing a migration.
Migration(long, long, long, long, String, String, String, long, String, String, String, Date) - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.Migration
Creates new instance.
Migration() - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.Migration
Creates new instance.
MigrationDao - Interface in com.whitestein.lsps.modulemanager.migration.dao
Data access object for Migration Configurations.
MigrationEngine - Class in com.whitestein.lsps.engine
Engine for migration of model instances.
MigrationEngine(ModelInstanceEntity, ModelInstanceUtilsService, ModelProviderService, CommunicationService, UnprocessedInputsService, ProcessLogDao, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.MigrationEngine
Creates new instance.
MigrationEngine.AssignmentListener - Class in com.whitestein.lsps.engine
Assignment change listener.
MigrationIncompatibility - Class in com.whitestein.lsps.engine.dto
Informations about incompatibility of a model instance with respect to a new model that prevent migration.
MigrationIncompatibility() - Constructor for class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Creates new instance
MigrationIncompatibility(long, String, String, String, Integer, Integer) - Constructor for class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Creates new instance
MigrationNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a target migration does not exist.
MigrationNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.MigrationNotFoundException
Creates new instance.
MigrationService - Interface in com.whitestein.lsps.engine
Interface for migration of model instances.
MigrationServiceBean - Class in com.whitestein.lsps.modulemanager.migration
Service for migration of model instances.
MigrationServiceBean() - Constructor for class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
Creates new instance.
MigrationServiceBean(MigrationDao, ModelInstanceMigrationDao, ModelInstanceDao, ModelProviderService, ModelManagementServiceLocal, CommunicationService) - Constructor for class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
Creates new instance.
MigrationServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for MigrationService.
MigrationServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for MigrationService.
MILLIS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of millis field.
MILLIS - Static variable in class com.whitestein.lsps.lang.TimeRecord
Property name of millis field.
min(double...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Returns the minimum value in an array.
min(float...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Returns the minimum value in an array.
min(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the minimum of three double values.
min(double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the minimum of two double values.
min(float, float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the minimum of three float values.
min(float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.IEEE754rUtils
Gets the minimum of two float values.
min(long...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(int...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(short...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(byte...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(double...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(float...) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Returns the minimum value in an array.
min(long, long, long) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three long values.
min(int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three int values.
min(short, short, short) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three short values.
min(byte, byte, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three byte values.
min(double, double, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three double values.
min(float, float, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Gets the minimum of three float values.
min(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Null safe comparison of Comparables.
min(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns the minimum element from the given collection.
min(Date...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Computes minimal Date from all passed dates
min(ExecutionContext, LocalDate...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
min(ExecutionContext, LocalDateTime...) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
min(ExecutionContext, Decimal...) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Computes min long from all passed long
MIN_SCALE - Static variable in class com.whitestein.lsps.lang.type.DecimalType
Minimal possible scale
minDate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
minDecimal(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
minimizeCapacity() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Minimizes the capacity to the actual length of the string.
minInteger(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
minLocalDate(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
minString(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
 
minus(DurationRecord) - Method in class com.whitestein.lsps.lang.DurationRecord
Creates a new duration by subtract a given duration from this.
MINUS - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A minus operator (-);
minus(DurationRecord) - Method in class com.whitestein.lsps.lang.TimeRecord
Subtracts a given duration from this time, returning a new time object, as specified in op:add-dayTimeDuration-to-time .
minus(TimeRecord) - Method in class com.whitestein.lsps.lang.TimeRecord
Subtract times and returns a duration.
MINUS_ONE - Static variable in class com.whitestein.lsps.lang.Decimal
Decimal with value -1.
MINUTE - Static variable in class com.whitestein.lsps.lang.TimeRecord
Property name of minute field.
MINUTES - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of minutes field.
MINUTES - Static variable in class com.whitestein.lsps.lang.ZoneOffsetRecord
Property name of minutes field.
MissingReturnExpression - Class in com.whitestein.lsps.lang.ast
 
MissingReturnExpression(ASTInfo, Type, Expression) - Constructor for class com.whitestein.lsps.lang.ast.MissingReturnExpression
 
MockBinaryHolder - Class in com.whitestein.lsps.lang.exec
Mock binary holder.
MockBinaryHolder(byte[]) - Constructor for class com.whitestein.lsps.lang.exec.MockBinaryHolder
Creates new instance.
MockBinaryHolder(Blob) - Constructor for class com.whitestein.lsps.lang.exec.MockBinaryHolder
Creates new instance.
MockClosureHolder - Class in com.whitestein.lsps.lang.exec
 
MockClosureHolder(ClosureType) - Constructor for class com.whitestein.lsps.lang.exec.MockClosureHolder
 
MockExecutionContext - Class in com.whitestein.lsps.engine.tester
This is a simple implementation of ExecutionContext which should be used for testing.
MockExecutionContext() - Constructor for class com.whitestein.lsps.engine.tester.MockExecutionContext
Creates new instance with a MockNamespace as a Namespace implementation, no parent context, 0L as the context id and no ContextModelElement.
MockExecutionContext(Namespace) - Constructor for class com.whitestein.lsps.engine.tester.MockExecutionContext
Creates new instance with no parent context, 0L as the context id and no ContextModelElement.
MockExecutionContext(Namespace, ExecutionContext, long, ContextModelElement) - Constructor for class com.whitestein.lsps.engine.tester.MockExecutionContext
Creates new instance.
MockHolderFactory - Class in com.whitestein.lsps.lang
Factory which creates mock holders.
MockHolderFactory(Namespace) - Constructor for class com.whitestein.lsps.lang.MockHolderFactory
Creates new instance of MockHolderFactory.
MockJavaOperationExecutor - Class in com.whitestein.lsps.engine.tester
 
MockJavaOperationExecutor(ExecutionContext) - Constructor for class com.whitestein.lsps.engine.tester.MockJavaOperationExecutor
 
MockJavaOperationExecutorFactory - Class in com.whitestein.lsps.engine.tester
 
MockJavaOperationExecutorFactory() - Constructor for class com.whitestein.lsps.engine.tester.MockJavaOperationExecutorFactory
 
MockListHolder - Class in com.whitestein.lsps.lang.exec
Mock list holder.
MockListHolder(ListType) - Constructor for class com.whitestein.lsps.lang.exec.MockListHolder
Creates a new list holder for specified type.
MockListHolder(ListType, Collection<?>) - Constructor for class com.whitestein.lsps.lang.exec.MockListHolder
Creates new instance of MockListHolder.
MockListHolder(Collection<?>) - Constructor for class com.whitestein.lsps.lang.exec.MockListHolder
Creates new instance of MockListHolder.
MockListHolder(Object...) - Constructor for class com.whitestein.lsps.lang.exec.MockListHolder
Creates new instance of MockListHolder.
mockLogIn(String, String) - Method in class com.whitestein.lsps.test.web.UITester
When your app differs greatly from the default app and UIDefaultAppTester.login(String, String) wouldn't work, you can log in via your custom TestBench/Selenium code.
mockLogout() - Method in class com.whitestein.lsps.test.web.UITester
 
MockMapHolder - Class in com.whitestein.lsps.lang.exec
Mock map holder.
MockMapHolder(MapType) - Constructor for class com.whitestein.lsps.lang.exec.MockMapHolder
Creates a new array holder for specified type.
MockMapHolder(MapType, Map<?, ?>) - Constructor for class com.whitestein.lsps.lang.exec.MockMapHolder
Creates new instance of MockMapHolder.
MockMapHolder(Map<?, ?>) - Constructor for class com.whitestein.lsps.lang.exec.MockMapHolder
Creates new instance of MockMapHolder.
MockMapHolder(List<?>, List<?>) - Constructor for class com.whitestein.lsps.lang.exec.MockMapHolder
Creates a new instance of MockMapHolder.
MockNamespace - Class in com.whitestein.lsps.lang
Mock namespace.
MockNamespace(String) - Constructor for class com.whitestein.lsps.lang.MockNamespace
Creates new instance of MockNamespace.
MockNamespace(Module) - Constructor for class com.whitestein.lsps.lang.MockNamespace
Creates new instance of MockNamespace.
MockNamespace(Module, Collection<Namespace>) - Constructor for class com.whitestein.lsps.lang.MockNamespace
Creates new instance of MockNamespace.
MockNamespace(Module, Collection<Namespace>, JavaOperationExecutorFactory) - Constructor for class com.whitestein.lsps.lang.MockNamespace
Creates new instance of MockNamespace.
MockNamespacePart - Class in com.whitestein.lsps.lang
 
MockNamespacePart(String, Namespace) - Constructor for class com.whitestein.lsps.lang.MockNamespacePart
Creates new instance of MockNamespace.
MockRecordHolder - Class in com.whitestein.lsps.lang.exec
 
MockRecordHolder(RecordType) - Constructor for class com.whitestein.lsps.lang.exec.MockRecordHolder
Returns a new test holder for record type.
MockRecordHolder(RecordType, Map<String, ?>) - Constructor for class com.whitestein.lsps.lang.exec.MockRecordHolder
Creates new instance of MockRecordHolder.
MockRecordHolder(RecordType, String, Object) - Constructor for class com.whitestein.lsps.lang.exec.MockRecordHolder
A constructor that sets one property.
MockRecordNamespace - Class in com.whitestein.lsps.lang.exec
 
MockSetHolder - Class in com.whitestein.lsps.lang.exec
Test implementation of "SetHolder".
MockSetHolder(SetType) - Constructor for class com.whitestein.lsps.lang.exec.MockSetHolder
Creates a new set holder for specified type.
MockSetHolder(SetType, Collection<?>) - Constructor for class com.whitestein.lsps.lang.exec.MockSetHolder
Creates new instance of MockSetHolder.
MockSetHolder(Object...) - Constructor for class com.whitestein.lsps.lang.exec.MockSetHolder
Creates new instance of MockSetHolder.
MockSetHolder(Collection<?>) - Constructor for class com.whitestein.lsps.lang.exec.MockSetHolder
Creates new instance of MockSetHolder.
MockTaskContext - Class in com.whitestein.lsps.engine.tester
 
MockTaskContext() - Constructor for class com.whitestein.lsps.engine.tester.MockTaskContext
Creates new instance.
MockTaskContext(ExecutionContext) - Constructor for class com.whitestein.lsps.engine.tester.MockTaskContext
Creates new instance.
MockTaskContext(ExecutionContext, Task, long, Map<String, ?>) - Constructor for class com.whitestein.lsps.engine.tester.MockTaskContext
Creates new instance.
MockValueHolder<T extends Type> - Class in com.whitestein.lsps.lang.exec
Common supertype for test value holders.
MockValueHolder(T) - Constructor for class com.whitestein.lsps.lang.exec.MockValueHolder
Creates a new value holder for specified data type.
mode(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Find the most frequently occurring item.
MODEL - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
Model type.
MODEL_CONTEXT - Static variable in exception com.whitestein.lsps.common.ErrorException
Key for model context
MODEL_INSTANCE - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
ModelInstance type.
MODEL_INSTANCE_CONTEXT - Static variable in exception com.whitestein.lsps.common.ErrorException
Key for model instance context
MODEL_INSTANCE_NOT_FINISHED - Static variable in class com.whitestein.lsps.stdlib.task.DeleteModelInstanceLogs
Model instance is not finished.
MODEL_INSTANTIATION_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a model cannot be instantiated.
MODEL_INTERPRETATION_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a model cannot be interpreted.
MODEL_UPDATE_ABORTABLE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of model update states which can be aborted.
MODEL_UPDATE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of model update states.
MODEL_UPDATEABLE - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of model instance states which allow model update to be performed.
ModelAssembly - Class in com.whitestein.lsps.test
The model assembly.
ModelAssembly(File, AssemblyDescriptor) - Constructor for class com.whitestein.lsps.test.ModelAssembly
 
ModelCache - Enum in com.whitestein.lsps.engine
Model cache.
modelContext(Module, ModelInstanceType, ModelProvider) - Static method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
Returns an execution context for the given model.
ModelExporter - Class in com.whitestein.lsps.export
Create zip file with all dependencies of entered main module
ModelExporter(File, Path, List<String>, String) - Constructor for class com.whitestein.lsps.export.ModelExporter
 
modelId - Variable in class com.whitestein.lsps.engine.AssignmentInterpreter
Model instance.
ModelIdentifiable - Interface in com.whitestein.lsps.engine.state.xml
Interface for elements that contains information about id of the model element.
ModelInstance - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a model instance.
ModelInstance() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstance
Creates new instance.
ModelInstance(ModelInstanceInfo, List<ModuleInstance>, Collection<Signal>, Collection<ProcessLog>, boolean) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstance
Creates new instance.
modelInstance - Variable in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
 
modelInstance - Variable in class com.whitestein.lsps.engine.state.xml.ComplexValue
Model instance.
ModelInstance - Class in com.whitestein.lsps.engine.state.xml
Entity representing a model instance state.
ModelInstance() - Constructor for class com.whitestein.lsps.engine.state.xml.ModelInstance
Creates new empty instance of ModelInstance.
ModelInstance(long, long, String, String, String, CompatibilityVersion, ModelInstanceType, boolean, Long, Map<String, String>, ModelInstanceResourceAllocator) - Constructor for class com.whitestein.lsps.engine.state.xml.ModelInstance
Creates new instance of ModelInstance.
ModelInstance(long, long, Long, String, String, String, CompatibilityVersion, boolean, Map<String, String>, Long, ModelInstanceState, ModelInstanceType, Date, Date, ModelInstanceResourceAllocator, long, long, Set<Context>, Long, Long, Set<String>, boolean) - Constructor for class com.whitestein.lsps.engine.state.xml.ModelInstance
Creates new instance of ModelInstance.
ModelInstance(SModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ModelInstance
Creates a model instance from its serialization companion class.
ModelInstance - Class in com.whitestein.lsps.test
 
ModelInstance(LspsRemote, Module, long) - Constructor for class com.whitestein.lsps.test.ModelInstance
 
ModelInstance.BaseLevelIdMap - Class in com.whitestein.lsps.engine.state.xml
Space optimized map of baseLevelId -> List<> values
ModelInstanceAware - Interface in com.whitestein.lsps.engine.state.xml
Model instance aware element interface.
ModelInstanceColumn - Enum in com.whitestein.lsps.engine.dto
Model instance columns that can be used in queries.
ModelInstanceConcurrentInvocation - Exception in com.whitestein.lsps.engine.exception
Model instance is invoked more times in a current thread.
ModelInstanceConcurrentInvocation(String) - Constructor for exception com.whitestein.lsps.engine.exception.ModelInstanceConcurrentInvocation
Creates new instance.
ModelInstanceCriteria - Class in com.whitestein.lsps.engine.dto
Criteria for searching processes.
ModelInstanceCriteria() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Default constructor with paging OFF.
ModelInstanceCriteria(int) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Constructor with paging ON and given result count.
ModelInstanceCriteria(int, int) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Constructor with paging ON and given index and result count.
ModelInstanceCriteria(ModelInstanceCriteria) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Copy constructor.
ModelInstanceDao - Interface in com.whitestein.lsps.engine.dao
Data access object used to store and retrieve ModelInstanceEntity.
ModelInstanceData - Enum in com.whitestein.lsps.engine.dto
Enum representing a part of module instance data.
ModelInstanceDirtyListener - Class in com.whitestein.lsps.engine
Model instance listener that updates dirty property of a model instance.
ModelInstanceDirtyListener(ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.ModelInstanceDirtyListener
Creates new model instance.
ModelInstanceDtoConverter - Class in com.whitestein.lsps.engine
Converts model instance to dto.
ModelInstanceDtoConverter(ModelProvider, ProcessLogDao) - Constructor for class com.whitestein.lsps.engine.ModelInstanceDtoConverter
Creates new instance.
ModelInstanceDumper - Class in com.whitestein.lsps.engine.state
Dumps a filtered data from ModelInstance to a byte array.
ModelInstanceDumper(Collection<ModelInstanceData>, ProcessLogDao) - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceDumper
Creates new instance
ModelInstanceEntity - Class in com.whitestein.lsps.engine.state
Entity representing a model instance.
ModelInstanceEntity() - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceEntity
Creates new empty instance of ModelInstanceEntity.
ModelInstanceEntity(Module, ModelInstanceEntity, Map<String, String>, ModelInstanceType, ModelInstanceResourceAllocator) - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceEntity
Creates new instance.
ModelInstanceEventLogger - Class in com.whitestein.lsps.engine
This class listens for model instance change-events and performs any necessary database logging.
ModelInstanceEventLogger(ModelInstanceEntity, ModelInstanceUtilsService, ModelProvider, ProcessLogDao) - Constructor for class com.whitestein.lsps.engine.ModelInstanceEventLogger
Creates new instance.
ModelInstanceInfo - Class in com.whitestein.lsps.engine.dto
Immutable and serializable value object for passing informations about a model instance.
ModelInstanceInfo() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Creates new instance.
ModelInstanceInfo(long, Long, ModelInstanceState, Date, Date, StringProperties, long, String, String, String) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceInfo
Creates new instance.
ModelInstanceInfoList - Class in com.whitestein.lsps.engine.dto
Model instance list.
ModelInstanceInfoList() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceInfoList
Creates new instance.
ModelInstanceInfoList(Collection<ModelInstanceInfo>, long) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceInfoList
Creates new instance.
ModelInstanceLogs - Class in com.whitestein.lsps.test
Model instance log messages.
ModelInstanceLogs(List<Log>) - Constructor for class com.whitestein.lsps.test.ModelInstanceLogs
Creates model instance logs.
ModelInstanceMarshaller - Class in com.whitestein.lsps.engine.state
Store a filtered data from ModelInstance to a byte array.
ModelInstanceMarshaller(StateType) - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceMarshaller
Creates new instance
ModelInstanceMigrationDao - Interface in com.whitestein.lsps.modulemanager.migration.dao
Dao for ModelUpdates.
ModelInstanceMigrationNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a target model instance migration does not exist.
ModelInstanceMigrationNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.ModelInstanceMigrationNotFoundException
Creates new instance.
ModelInstanceNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a target model instance does not exist.
ModelInstanceNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.ModelInstanceNotFoundException
Creates new instance.
ModelInstanceNtf - Class in com.whitestein.lsps.engine.state
This entity contains information about which model instances should be notified.
ModelInstanceNtf() - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceNtf
Creates new empty instance.
ModelInstanceNtf(ModelInstanceEntity, String) - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceNtf
Creates new instance.
ModelInstanceOrdering - Class in com.whitestein.lsps.engine.dto
Model instance ordering.
ModelInstanceOrdering() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceOrdering
Creates new instance.
ModelInstanceOrdering(ModelInstanceColumn, OrderDirection) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceOrdering
Creates new instance.
ModelInstancePlugin - Interface in com.whitestein.lsps.engine
Interface for modelInstance plugins.
ModelInstanceProperty - Class in com.whitestein.lsps.engine.state
Entity representing a model instance property.
ModelInstanceProperty() - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceProperty
Creates new empty instance.
ModelInstanceProperty(ModelInstanceEntity, String, String) - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceProperty
Creates new instance.
ModelInstanceResourceAllocator - Interface in com.whitestein.lsps.engine.state
Allocator of ids in a model instance.
ModelInstanceRestartInfo - Class in com.whitestein.lsps.engine.dto
A value object for transferring application restart info to the client.
ModelInstanceRestartInfo() - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
no-args constructor
ModelInstanceRestartInfo(String, ModelInstanceStartStatus, Date, Date, String) - Constructor for class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
Creates a new instance of this value object representing an application restart info.
ModelInstanceRuntimeData - Class in com.whitestein.lsps.engine
Model instance runtime data.
ModelInstanceRuntimeData(ModelInstanceEntity) - Constructor for class com.whitestein.lsps.engine.ModelInstanceRuntimeData
Creates new instance.
ModelInstanceSavePoint - Class in com.whitestein.lsps.engine.lang
Save point allows to make backup of a model instance and later restore this state.
ModelInstanceSavePoint(ModelInstance) - Constructor for class com.whitestein.lsps.engine.lang.ModelInstanceSavePoint
Creates new instance and makes copy of the current model instance state.
modelInstanceStartFailed(long, Exception) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
The FAILED status is written to the LSPS_APPL_RESTART_INFO if an exception occurred.
modelInstanceStartFailed(long, Exception) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
ModelInstanceStartStatus - Enum in com.whitestein.lsps.engine.dto
Status of restarting
modelInstanceStartSucceeded(long) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
The FINISHED status is written to the LSPS_APPL_RESTART_INFO table on successful commit of the current GO-BOMN transaction unless an exception occurred.
modelInstanceStartSucceeded(long) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
modelInstanceStartSucceeded(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Tells that the model instance starting succeded.
modelInstanceStartSucceeded(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
ModelInstanceState - Enum in com.whitestein.lsps.engine.dto
State of the model instance life-cycle.
ModelInstanceState - Class in com.whitestein.lsps.engine.state
Entity containing the model instance state represented as a byte array.
ModelInstanceState() - Constructor for class com.whitestein.lsps.engine.state.ModelInstanceState
Creates new instance.
ModelInstanceStateChange - Class in com.whitestein.lsps.engine.change
State change of a model instance.
ModelInstanceStateChange(ModelInstance, ModelInstanceState, ModelInstanceState) - Constructor for class com.whitestein.lsps.engine.change.ModelInstanceStateChange
Creates new instance.
ModelInstanceStateException - Exception in com.whitestein.lsps.engine.exception
Thrown if a target model instance state loading fails.
ModelInstanceStateException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ModelInstanceStateException
Creates new instance.
ModelInstanceTransactionStack - Class in com.whitestein.lsps.engine
Stack of model instances in a transaction.
ModelInstanceTransactionStack(ExecutionTransactionData) - Constructor for class com.whitestein.lsps.engine.ModelInstanceTransactionStack
Creates new instance.
ModelInstanceType - Enum in com.whitestein.lsps.engine.dto
Model instance is used to store state in various situations.
ModelInstanceUtilsService - Interface in com.whitestein.lsps.engine
Service for merging evaluation levels.
ModelInstanceUtilsServiceBean - Class in com.whitestein.lsps.engine
Implementation of the ModelInstanceUtilsService
ModelInstanceUtilsServiceBean() - Constructor for class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
ModelLoadException - Exception in com.whitestein.lsps.engine
An exception indicating that model cannot be loaded into the model cache.
ModelLoadException() - Constructor for exception com.whitestein.lsps.engine.ModelLoadException
Constructs a new exception.
ModelLoadException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.ModelLoadException
Constructs a new exception.
ModelLoadException(String) - Constructor for exception com.whitestein.lsps.engine.ModelLoadException
Constructs a new exception.
ModelLoadException(Throwable) - Constructor for exception com.whitestein.lsps.engine.ModelLoadException
Constructs a new exception.
ModelManagementDao - Interface in com.whitestein.lsps.modulemanager.dao
The DAO for accessing module repository
ModelManagementService - Interface in com.whitestein.lsps.engine
Interface for manipulating with models/modules repository
ModelManagementServiceBean - Class in com.whitestein.lsps.modulemanager
Service for manipulating with models/modules repository.
ModelManagementServiceBean() - Constructor for class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
Creates new instance.
ModelManagementServiceBean(ModelManagementDao, SettingDao, ProcessServiceLocal, ModelProviderService, BinaryDataServiceLocal, SharedRecordConfigurationService, SessionContext, boolean) - Constructor for class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
Constructor
ModelManagementServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ModelManagementService.
ModelManagementServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ModelManagementService.
ModelManagerPlugin - Interface in com.whitestein.lsps.modulemanager
Interface for module manager plugins, that can contribute to the process of the module uploading and compilation.
ModelPersisterPlugin - Class in com.whitestein.lsps.modulemanager
Creates model entities and persists them.
ModelPersisterPlugin() - Constructor for class com.whitestein.lsps.modulemanager.ModelPersisterPlugin
 
modelProvider - Variable in class com.whitestein.lsps.engine.AssignmentInterpreter
Model provider service.
modelProvider - Variable in class com.whitestein.lsps.engine.lang.EvaluationLevelMerger
 
modelProvider - Variable in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
 
ModelProvider - Interface in com.whitestein.lsps.engine
Provider of model elements.
ModelProviderClientService - Interface in com.whitestein.lsps.engine
Service that provides model related utilities in web container.
ModelProviderImpl - Class in com.whitestein.lsps.engine
Implementation of the ModelProvider.
ModelProviderImpl(ModelProviderClientService) - Constructor for class com.whitestein.lsps.engine.ModelProviderImpl
Creates new instances.
ModelProviderService - Interface in com.whitestein.lsps.engine
Service that provides model related utilities.
ModelProviderServiceBean - Class in com.whitestein.lsps.modulemanager
 
ModelProviderServiceBean() - Constructor for class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
Creates new instance.
ModelProviderServiceBean(ModelManagementDao, ComponentServiceLocal, ModelInstanceDao) - Constructor for class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
Creates new instance.
ModelUnloadException - Exception in com.whitestein.lsps.engine.exception
Thrown if there is an error during model unload.
ModelUnloadException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUnloadException
Creates new instance.
ModelUnloadException(String) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUnloadException
Creates new instance.
ModelUpdate - Class in com.whitestein.lsps.engine.dto
Entity representing a model instance migration.
ModelUpdate() - Constructor for class com.whitestein.lsps.engine.dto.ModelUpdate
Creates new instance.
ModelUpdate(long, long, Date, Date, Migration, ModelInstanceState) - Constructor for class com.whitestein.lsps.engine.dto.ModelUpdate
Creates new instance.
ModelUpdate - Class in com.whitestein.lsps.modulemanager.migration.entity
 
ModelUpdate() - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Creates new instance.
ModelUpdate(long, Date, Migration) - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Creates new instance.
ModelUpdateLog - Class in com.whitestein.lsps.modulemanager.migration.entity
Entity containing the model instance migration log.
ModelUpdateLog() - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdateLog
Creates an empty instance.
ModelUpdateLog(String) - Constructor for class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdateLog
Creates new instance.
ModelUploadException - Exception in com.whitestein.lsps.engine.exception
Thrown if there is an error during model upload.
ModelUploadException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUploadException
Creates new instance.
ModelUploadException(String) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUploadException
Creates new instance.
ModelUploadException(Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUploadException
Creates new instance.
ModelUploadException(String, DiagnosticResult) - Constructor for exception com.whitestein.lsps.engine.exception.ModelUploadException
Creates new instance.
ModelUploadUtil - Class in com.whitestein.lsps.engine
 
ModelValidator - Class in com.whitestein.lsps.test
A helper class for writing a unit test for validation of a model.
ModelValidator() - Constructor for class com.whitestein.lsps.test.ModelValidator
 
ModelValidator(LSPSValidator) - Constructor for class com.whitestein.lsps.test.ModelValidator
 
ModelValidator(LSPSValidator, List<SourceProvider>) - Constructor for class com.whitestein.lsps.test.ModelValidator
 
Modifier - Enum in com.whitestein.lsps.lang.signature
Function signature modifiers.
modifiers(Collection<Modifier>) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds given modifiers.
Module - Class in com.whitestein.lsps.engine.dto
Value object for transferring information about Module between server and remote client
Module() - Constructor for class com.whitestein.lsps.engine.dto.Module
Creates new instance.
Module(long, String, String, String, String, String, Date, Date, boolean, boolean, boolean, Collection<ModuleEntry>, Collection<Module>) - Constructor for class com.whitestein.lsps.engine.dto.Module
Creates new instance.
Module - Interface in com.whitestein.lsps.lang.module
Module is representation of namespace in model.
Module - Class in com.whitestein.lsps.modulemanager.entity
Entity representing module
Module() - Constructor for class com.whitestein.lsps.modulemanager.entity.Module
Creates new instance.
Module(String) - Constructor for class com.whitestein.lsps.modulemanager.entity.Module
Creates new instance.
Module(String, String, String, Date) - Constructor for class com.whitestein.lsps.modulemanager.entity.Module
Creates new instance.
Module(String, String, String, String, Date, boolean, boolean, boolean) - Constructor for class com.whitestein.lsps.modulemanager.entity.Module
Creates new instance.
MODULE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
Module - Class in com.whitestein.lsps.test
Controls uploaded module remotely.
ModuleColumn - Enum in com.whitestein.lsps.engine.dto
 
ModuleConvertor - Class in com.whitestein.lsps.modulemanager
Implementation of Module interface provides the whole information about a module for validation or generation
ModuleCriteria - Class in com.whitestein.lsps.engine.dto
Class for defining search criteria for modules with paging capability.
ModuleCriteria() - Constructor for class com.whitestein.lsps.engine.dto.ModuleCriteria
Default constructor
ModuleCriteria(int, int) - Constructor for class com.whitestein.lsps.engine.dto.ModuleCriteria
 
ModuleCriteria(int) - Constructor for class com.whitestein.lsps.engine.dto.ModuleCriteria
 
ModuleDescriptor - Class in com.whitestein.lsps.test
Describes a module, this is its name, version, form where this module will be loaded and the dependencies.
ModuleDescriptor(String, String, List<String>) - Constructor for class com.whitestein.lsps.test.ModuleDescriptor
 
ModuleDetails - Class in com.whitestein.lsps.engine.dto
Value object for transferring information about Module and it's related details between server and client.
ModuleDetails() - Constructor for class com.whitestein.lsps.engine.dto.ModuleDetails
 
ModuleDetails(Module, Long) - Constructor for class com.whitestein.lsps.engine.dto.ModuleDetails
 
ModuleDetailsList - Class in com.whitestein.lsps.engine.dto
This class represents a list of module details.
ModuleDetailsList() - Constructor for class com.whitestein.lsps.engine.dto.ModuleDetailsList
 
ModuleDetailsList(List<ModuleDetails>, long) - Constructor for class com.whitestein.lsps.engine.dto.ModuleDetailsList
Creates new instance.
ModuleEntry - Class in com.whitestein.lsps.engine.dto
Value object for transferring information about ModuleEntry between server and remote client
ModuleEntry() - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntry
Creates new instance.
ModuleEntry(long, String, String) - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntry
Creates new instance.
ModuleEntry(long, String, String, byte[]) - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntry
Creates new instance with the data.
ModuleEntry - Class in com.whitestein.lsps.modulemanager.entity
Entity representing module entry.
ModuleEntry(String, Blob) - Constructor for class com.whitestein.lsps.modulemanager.entity.ModuleEntry
constructor
ModuleEntry() - Constructor for class com.whitestein.lsps.modulemanager.entity.ModuleEntry
Constructor
ModuleEntryList - Class in com.whitestein.lsps.engine.dto
Class representing a list of module entries.
ModuleEntryList() - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntryList
Creates new instance.
ModuleEntryList(QueryResult<ModuleEntry>) - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntryList
Creates new instance.
ModuleEntryList(Collection<ModuleEntry>) - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntryList
Creates new instance.
ModuleEntryList(Collection<ModuleEntry>, long) - Constructor for class com.whitestein.lsps.engine.dto.ModuleEntryList
Creates new instance.
ModuleHash - Class in com.whitestein.lsps.common.hash
 
ModuleInstance - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a module instance in a process.
ModuleInstance() - Constructor for class com.whitestein.lsps.engine.dto.ModuleInstance
Creates new instance.
ModuleInstance(long, Context, Collection<ProcessInstance>) - Constructor for class com.whitestein.lsps.engine.dto.ModuleInstance
Creates new instance.
ModuleInstance - Class in com.whitestein.lsps.engine.state.xml
Entity representing a module instance.
ModuleInstance(ModelInstance, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.ModuleInstance
Creates new instance of ModuleInstance.
ModuleInstance(long, ModelInstance, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.ModuleInstance
Creates new instance of ModuleInstance.
ModuleInstance(ModelInstance, ProcessModel) - Constructor for class com.whitestein.lsps.engine.state.xml.ModuleInstance
Creates new instance of ModuleInstance for given ProcessModel.
ModuleInstance(SModuleInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ModuleInstance
Creates a new instance from the serialized companion.
ModuleInstanceState - Enum in com.whitestein.lsps.engine.dto
State of a module instance.
ModuleInstanceStateChange - Class in com.whitestein.lsps.engine.change
State change of a module instance.
ModuleInstanceStateChange(ModuleInstance, ModuleInstanceState, ModuleInstanceState) - Constructor for class com.whitestein.lsps.engine.change.ModuleInstanceStateChange
Creates new instance.
ModuleInterpreter - Class in com.whitestein.lsps.engine
Interprets a process module.
ModuleInterpreter(ModuleInstance, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.ModuleInterpreter
Creates new instance.
ModuleList - Class in com.whitestein.lsps.engine.dto
Class representing a list of modules.
ModuleList() - Constructor for class com.whitestein.lsps.engine.dto.ModuleList
Creates new instance.
ModuleList(QueryResult<Module>) - Constructor for class com.whitestein.lsps.engine.dto.ModuleList
Creates new instance.
ModuleList(Collection<Module>) - Constructor for class com.whitestein.lsps.engine.dto.ModuleList
Creates new instance.
ModuleList(Collection<Module>, long) - Constructor for class com.whitestein.lsps.engine.dto.ModuleList
Creates new instance.
ModuleNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a target model does not exist.
ModuleNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.ModuleNotFoundException
Creates new instance.
ModuleOrdering - Class in com.whitestein.lsps.engine.dto
RoolbackInfo ordering.
ModuleOrdering() - Constructor for class com.whitestein.lsps.engine.dto.ModuleOrdering
Creates new instance.
ModuleOrdering(ModuleColumn, OrderDirection) - Constructor for class com.whitestein.lsps.engine.dto.ModuleOrdering
Creates new instance.
ModulePart - Interface in com.whitestein.lsps.lang.module
 
ModuleResource - Class in com.whitestein.lsps.visualization.dto
This class represents a single module resource.
ModuleResource(long, String, String) - Constructor for class com.whitestein.lsps.visualization.dto.ModuleResource
 
ModuleResourceBundle - Class in com.whitestein.lsps.engine.dto
Creates new instance.
ModuleResourceBundle() - Constructor for class com.whitestein.lsps.engine.dto.ModuleResourceBundle
Creates new instance.
ModuleResourceBundle(LocalizationResourceBundle.Bundle) - Constructor for class com.whitestein.lsps.engine.dto.ModuleResourceBundle
Creates new instance.
ModuleResources - Class in com.whitestein.lsps.visualization.dto
This class contains a list of all module resources.
ModuleResources(long, List<ModuleResource>) - Constructor for class com.whitestein.lsps.visualization.dto.ModuleResources
Creates a new instance of this class for a given module and its resources.
ModulesProcessingResult - Class in com.whitestein.lsps.engine.dto
Contains all information about modules upload.
ModulesProcessingResult() - Constructor for class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
ModulesProcessingResult(ModuleList, ModuleList) - Constructor for class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
ModulesUploadResult - Class in com.whitestein.lsps.engine.dto
Contains all information about modules upload.
ModulesUploadResult() - Constructor for class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
ModulesUploadResult(ModuleList, List<SchemaOperationResult>) - Constructor for class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
MODULO - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Remainder operator (%).
MONITOR_WEBSERVICES - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to monitor published web services
MONTHS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of months field.
move(String, String) - Method in class com.whitestein.lsps.engine.state.xml.Token
Move the token to the new element by the flow.
move(String) - Method in class com.whitestein.lsps.engine.state.xml.Token
Move the token to the new element.
MULTI_ALLOWED_VALUES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
MULTI_LINE_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The multi line toString style.
multiply(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this &times; multiplicand).
MULTIPLY - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A multiplication operator (*).
multiplyBy(Fraction) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Multiplies the value of this fraction by another, returning the result in reduced form.
multiplyDuration(ExecutionContext, RecordHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration obtained by multiplying each field of the duration by the specified number and rounding the value down.
multiSelectList() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to multi select list.
Mutable<T> - Interface in com.whitestein.lsps.common.hack.lang3.mutable
Provides mutable access to a value.
MutableInt - Class in com.whitestein.lsps.common.hack.lang3.mutable
A mutable int wrapper.
MutableInt() - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Constructs a new MutableInt with the default value of zero.
MutableInt(int) - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Constructs a new MutableInt with the specified value.
MutableInt(Number) - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Constructs a new MutableInt with the specified value.
MutableInt(String) - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Constructs a new MutableInt parsing the given string.
MutableObject<T> - Class in com.whitestein.lsps.common.hack.lang3.mutable
A mutable Object wrapper.
MutableObject() - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Constructs a new MutableObject with the default value of null.
MutableObject(T) - Constructor for class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Constructs a new MutableObject with the specified value.

N

NAME - Static variable in interface com.whitestein.lsps.human.dao.TodoDao
DAO name for lookup
NAME - Static variable in class com.whitestein.lsps.human.model.HumanModule
Name of the core module.
NAME - Static variable in class com.whitestein.lsps.lang.type.BinaryType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.BooleanType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.CollectionType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.DateType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.DecimalType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.IntegerType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.ListType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.LocalDateTimeType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.LocalDateType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.MapType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.NullType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.ObjectType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.PropertyPathType
A type name.
NAME - Static variable in class com.whitestein.lsps.lang.type.PropertyType
A type name.
NAME - Static variable in class com.whitestein.lsps.lang.type.ReferenceType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.SetType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.StringType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.TypeType
Name of the type.
NAME - Static variable in class com.whitestein.lsps.lang.type.VoidType
A name of the void type.
NAME - Static variable in interface com.whitestein.lsps.modulemanager.migration.dao.ModelInstanceMigrationDao
Lookup name.
NAME - Static variable in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
The property key of RoleUnit name.
NAME - Static variable in interface com.whitestein.lsps.orgstructure.dao.PersonDao
The lookup name of the DAO.
NAME - Static variable in interface com.whitestein.lsps.orgstructure.dao.RoleDao
The lookup name of the DAO.
NAME - Static variable in class com.whitestein.lsps.orgstructure.model.OrgStructModule
The name of the OrganizationalStructure module itself.
NAME - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
NAME - Static variable in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Property name.
NameAndArgumentsParser - Class in com.whitestein.lsps.lang.parser
 
NameAndArgumentsParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.NameAndArgumentsParser
 
NamedArgsSignatureMatcher - Class in com.whitestein.lsps.lang.signature
Signature matcher used for function invocations by named arguments.
NamedArgsSignatureMatcher(Map<String, Type>, Type) - Constructor for class com.whitestein.lsps.lang.signature.NamedArgsSignatureMatcher
Constructs a new matcher instance.
NamedClassType - Class in com.whitestein.lsps.lang.type
 
NamedScreenshotOnFailure - Class in com.whitestein.lsps.test.web
Modifies file names of screenshots created by ScreenshotOnFailureRule.
NamedScreenshotOnFailure(HasDriver, boolean) - Constructor for class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
Creates a new junit rule to take screenshots in case of failure.
NamedScreenshotOnFailure(HasDriver) - Constructor for class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
Creates a new junit rule to take screenshots in case of failure.
NamedScreenshotOnFailure(String, HasDriver, boolean) - Constructor for class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
Creates a new junit rule to take screenshots in case of failure.
NamedScreenshotOnFailure(String, HasDriver) - Constructor for class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
Creates a new junit rule to take screenshots in case of failure.
NamedType - Interface in com.whitestein.lsps.lang.type
A common superclass for defined named types.
NamedValue - Class in com.whitestein.lsps.engine.state.xml
Entity representing a named value.
NamedValue(String, Value) - Constructor for class com.whitestein.lsps.engine.state.xml.NamedValue
Creates a new instance.
NamedValue(SNamedValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.NamedValue
Creates a new instance from the serialized companion.
namespace - Variable in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
Namespace - Interface in com.whitestein.lsps.lang.exec
Interface representing namespace in execution.
namespace - Variable in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
NamespaceCompiler - Class in com.whitestein.lsps.engine.lang.compiled
Compiler of namespace to java.
NamespaceCompiler(QID, boolean, boolean, SrcClass, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, FileWriter) - Constructor for class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
Creates new instance.
namespaceInLevel(String, Namespace, ModelProvider) - Static method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns a namespace for an specified evaluation level.
NamespaceModel - Interface in com.whitestein.lsps.lang.module
This interface specifies methods necessary for namespaces.
nameToLiteral(ExecutionContext, Type, String) - Method in class com.whitestein.lsps.stdlib.function.EnumerationFunctions
Transforms the specified enumeration’s literal name to the corresponding literal value.
NativeQueryExecutor - Class in com.whitestein.lsps.engine.sharedrecord
Executor of native queries.
NativeQueryExecutor(ModelProvider, ExecutionContext, InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.sharedrecord.NativeQueryExecutor
Creates new instance.
NativeQueryExecutor(ModelProvider, ExecutionContext) - Constructor for class com.whitestein.lsps.engine.sharedrecord.NativeQueryExecutor
Creates new instance.
NativeQueryService - Interface in com.whitestein.lsps.engine
Service for execution native queries.
NativeQueryServiceBean - Class in com.whitestein.lsps.engine
Implementation of native query service.
NativeQueryServiceBean() - Constructor for class com.whitestein.lsps.engine.NativeQueryServiceBean
 
NAVIGATION - Static variable in class com.whitestein.lsps.human.HumanTypes
 
navigationLink() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a navigation link.
needsToBeReloaded() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Returns true if entity needs to be reloaded from database.
needsToBeReloaded() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Returns true if entity needs to be reloaded.
needsToBeReloaded() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Returns true if entity needs to be reloaded from database.
needsToBeWraped() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
needsToBeWraped() - Method in class com.whitestein.lsps.lang.compiled.model.SrcChainedExpression
 
needsToBeWraped() - Method in class com.whitestein.lsps.lang.compiled.model.SrcExpression
 
needsToBeWraped() - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThenElse
 
needsToBeWraped() - Method in class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
negate(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Negates the specified boolean.
negate() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets a fraction that is the negative (-fraction) of this one.
negate() - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (-this).
negateDuration(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration obtained by negating of each field of the specified duration.
newInstance(byte[], OutputStream) - Static method in class com.whitestein.lsps.stdlib.function.XfaPdfFiller
 
newRevision(Object) - Method in class com.whitestein.lsps.engine.tester.TestRevisionListener
 
newRevision(Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsRevisionListener
 
next() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the next token.
nextId() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Returns next id and increments the id counter.
nextIdx() - Static method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
nextIndex() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the index of the next token to return.
nextSublevel(String, ModelInstance) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns next unused sub-level for the model instance.
nextToken() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the next token from the String.
nextToken() - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangLexerBase
 
NIL_ATTRIBUTE_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
nil attribute name
NO_CLASS_NAME_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The no class name toString style.
NO_EXTERNAL_RECORD_PROVIDER - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown in query function.
NO_FIELD_NAMES_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The no field names toString style.
NO_PROPERTY_MSG - Static variable in class com.whitestein.lsps.engine.lang.RecordHolderBase
Error message.
NO_SUB - Static variable in class com.whitestein.lsps.orgstructure.PersonConverter
No substitution converter.
NO_SUCH_PROPERTY_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Missing property error.
NoBaseContextNamespace - Class in com.whitestein.lsps.engine.lang
Namespace for no-base contexts.
NoBaseContextNamespace(ModelProvider, Context) - Constructor for class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
Creates new instance.
NODE_NAME_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents xml node name which should be used in xml representation of given RecordType field or RecordType itself

Used in RecordType and GOParemeter.
NodeBinding - Class in com.whitestein.lsps.lang.type.xml
Represents information about biding of a field to XML nodes.
NodeBinding(String, String, boolean, boolean, Type, String, String, BaseXSDType) - Constructor for class com.whitestein.lsps.lang.type.xml.NodeBinding
 
NodeXMLKind - Enum in com.whitestein.lsps.lang.type.xml
Kind of XML node..
NoInitialContextException - Exception in com.whitestein.lsps.common
 
NoInitialContextException(String) - Constructor for exception com.whitestein.lsps.common.NoInitialContextException
 
NoInitialContextException(Throwable) - Constructor for exception com.whitestein.lsps.common.NoInitialContextException
 
NoInitialContextException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.NoInitialContextException
 
noneMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Matches no characters.
noNullElements(T[], String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(T[]) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument array is neither null nor contains any elements that are null; otherwise throwing an exception.
noNullElements(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception with the specified message.
noNullElements(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument iterable is neither null nor contains any elements that are null; otherwise throwing an exception.
NoOperationTask - Class in com.whitestein.lsps.stdlib.task
 
NoOperationTask() - Constructor for class com.whitestein.lsps.stdlib.task.NoOperationTask
 
normalize(RoleUnitName, boolean) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Returns the normalized role-unit name, i.e.
normalize(RoleUnitName, boolean) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
normalizeSpace(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
normalizeUpperBounds(Type[]) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
This method strips out the redundant upper bound types in type variable types and wildcard types (or it would with wildcard types if multiple upper bounds were allowed).
notBlank(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception with the specified message.
notBlank(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence is neither null, a length of zero (no characters), empty nor whitespace; otherwise throwing an exception.
notEmpty(T[], String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T[]) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument array is neither null nor a length of zero (no elements); otherwise throwing an exception.
notEmpty(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument collection is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception with the specified message.
notEmpty(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument map is neither null nor a size of zero (no elements); otherwise throwing an exception.
notEmpty(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument character sequence is neither null nor a length of zero (no characters); otherwise throwing an exception with the specified message.
notEmpty(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if collection is not empty.
notEmpty(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Test method to check if map is not empty.
notEqual(Object, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Compares two objects for inequality, where either one or both objects may be null.
notFinished() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get NOT FINISHED state name
notFinished() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
NotificationMessage - Class in com.whitestein.lsps.engine.comm
Notification message.
NotificationMessage(Identifier, Identifier, String) - Constructor for class com.whitestein.lsps.engine.comm.NotificationMessage
Notification message.
notify(ExecutionContext, String, String, EnumerationImpl, EnumerationImpl, Decimal, String, Boolean) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Shows notification.
NOTIFY_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to notify a model instance.
notifyModelInstance(long, String, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Notifies a model instance.
notifyModelInstance(long, String, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
notifyModelInstance(ExecutionContext, Decimal, String, Boolean) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Notify provided model instance.
notifyModelInstance(ExecutionContext, Decimal, String, Boolean) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
notifyModelInstance() - Method in class com.whitestein.lsps.test.ModelInstance
Wakes up the model execution and continues the processing.
notifyTask(long, long, String, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Notifies a task in model instance.
notifyTask(long, long, String, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
notNaN(double) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the specified argument is not NaN; otherwise throwing an exception.
notNaN(double, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the specified argument is not NaN; otherwise throwing an exception with the specified message.
notNull(T) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception.
notNull(T, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the specified argument is not null; otherwise throwing an exception with the specified message.
now() - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Uses Date and returns current date and time
NUL - Static variable in class com.whitestein.lsps.common.hack.lang3.CharUtils
null control character ('\0'), abbreviated NUL.
NULL - Static variable in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Singleton used as a null placeholder where null has another meaning.
NULL - Static variable in class com.whitestein.lsps.engine.state.ser.SNullValue
Null value.
NULL - Static variable in class com.whitestein.lsps.engine.state.xml.NullValue
Null value.
NULL - Static variable in class com.whitestein.lsps.lang.ast.ConstantExpression
Predefined constant with null value.
NULL - Static variable in class com.whitestein.lsps.lang.type.SimpleType
NullType instance.
NULL_PARAMETER_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
A mandatory parameter has null value.
nullPair() - Static method in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Returns an immutable pair of nulls.
nullsOrEquals(Object, Object) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
nullToEmpty(T[], Class<T[]>) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Class<?>[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(String[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Integer[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Character[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(Boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Defensive programming technique to change a null reference to an empty one.
nullToEmpty(String) - Static method in class com.whitestein.lsps.common.Strings
If the given string is null, returns an empty string, otherwise returns the given string.
NullType - Class in com.whitestein.lsps.lang.type
Singleton type representing type of expression "null"
NullValue - Class in com.whitestein.lsps.engine.dto.val
A null value.
NullValue() - Constructor for class com.whitestein.lsps.engine.dto.val.NullValue
Creates new instance.
NullValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing null.
NullValue() - Constructor for class com.whitestein.lsps.engine.state.xml.NullValue
Creates empty instance.
NumberFunctions - Class in com.whitestein.lsps.stdlib.function
Utility class for number types related utility methods This methods are defined in Standard library specification
NumberFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.NumberFunctions
Creates new instance.
NumberUtils - Class in com.whitestein.lsps.common.hack.lang3.math
Provides extra functionality for Java Number classes.
NumberUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
NumberUtils instances should NOT be constructed in standard programming.
NumericEntityEscaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text NumericEntityEscaper instead
NumericEntityEscaper() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper for all characters.
NumericEntityUnescaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text NumericEntityUnescaper instead
NumericEntityUnescaper(NumericEntityUnescaper.OPTION...) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityUnescaper
Deprecated.
Create a UnicodeUnescaper.
NumericEntityUnescaper.OPTION - Enum in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
 

O

OBJECT - Static variable in class com.whitestein.lsps.lang.type.SimpleType
ObjectType instance.
ObjectDeletedException - Exception in com.whitestein.lsps.engine.exception
Thrown from LSPS engine, when object to be merged is deleted.
ObjectDeletedException() - Constructor for exception com.whitestein.lsps.engine.exception.ObjectDeletedException
 
ObjectDeletedException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ObjectDeletedException
 
ObjectDeletedException(String) - Constructor for exception com.whitestein.lsps.engine.exception.ObjectDeletedException
 
ObjectDeletedException(Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.ObjectDeletedException
 
ObjectFunctions - Class in com.whitestein.lsps.stdlib.function
Various utils.
ObjectFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.ObjectFunctions
 
ObjectNotFoundException - Exception in com.whitestein.lsps.common
Base class for not-found exceptions.
ObjectNotFoundException(String) - Constructor for exception com.whitestein.lsps.common.ObjectNotFoundException
 
ObjectNotFoundException(String, Object) - Constructor for exception com.whitestein.lsps.common.ObjectNotFoundException
Creates new instance.
ObjectNotFoundException(String, Object, Throwable) - Constructor for exception com.whitestein.lsps.common.ObjectNotFoundException
Creates new instance.
ObjectOperation - Enum in com.whitestein.lsps.lang.operation
 
ObjectSignatureMatcher - Class in com.whitestein.lsps.lang.signature
 
ObjectType - Class in com.whitestein.lsps.lang.type
Simple type representing object.
ObjectUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on Object.
ObjectUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.ObjectUtils
ObjectUtils instances should NOT be constructed in standard programming.
ObjectUtils.Null - Class in com.whitestein.lsps.common.hack.lang3
Class used as a null placeholder where null has another meaning.
ObjectValue - Class in com.whitestein.lsps.engine.dto.val
Class wrapping an object value.
ObjectValue() - Constructor for class com.whitestein.lsps.engine.dto.val.ObjectValue
Creates new instance.
ObjectValue(Object) - Constructor for class com.whitestein.lsps.engine.dto.val.ObjectValue
Creates new instance that encapsulates the given object.
ObjectValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing object.
ObjectValue(ModelInstance, Object) - Constructor for class com.whitestein.lsps.engine.state.xml.ObjectValue
Creates new instance of StringValue.
ObjectValue(SObjectValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ObjectValue
Creates a new instance from the serialized companion.
ObjectValueConverter - Class in com.whitestein.lsps.json.impl
A converter for object type to a JSON node.
ObjectValueConverter() - Constructor for class com.whitestein.lsps.json.impl.ObjectValueConverter
 
OctalUnescaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text OctalUnescaper instead
OctalUnescaper() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.OctalUnescaper
Deprecated.
 
of(Set<? extends E>, Set<? extends E>) - Static method in class com.whitestein.lsps.common.collections.Diff
Returns a Diff instance based on the set1 and the set2 arguments.
of(L, R) - Static method in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Obtains an immutable pair of two objects inferring the generic types.
of(L, R) - Static method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Obtains an immutable pair of two objects inferring the generic types.
ofModelInstance(long) - Static method in class com.whitestein.lsps.engine.Identifier
Creates an identifier for the specified model instance id.
ofTask(long, long) - Static method in class com.whitestein.lsps.engine.Identifier
Creates an identifier for the specified model instance task.
oModule - Variable in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
org structure for the generated role
on(Function<V, K>) - Static method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Factory method
onAppRequestEnd() - Method in class com.whitestein.lsps.vaadin.util.VaadinServletWithTransaction
Invoked after request handling ends.
onAppRequestStart() - Method in class com.whitestein.lsps.vaadin.util.VaadinServletWithTransaction
Invoked before request handling starts.
onChanges(List<PersonChange>) - Method in class com.whitestein.lsps.human.TodoPersonChangePlugin
 
onChanges(List<PersonChange>) - Method in interface com.whitestein.lsps.orgstructure.entity.PersonChangePlugin
Method is invoked on person changes.
onChanges(List<SecurityRoleChange>) - Method in interface com.whitestein.lsps.orgstructure.entity.SecurityRoleChangePlugin
Method is invoked on person changes.
onChanges(List<SecurityRoleChange>) - Method in class com.whitestein.lsps.pm.PersonSecurityRoleChangePlugin
 
onCollectionRecreate(Object, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onCollectionRemove(Object, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onCollectionUpdate(Object, Serializable) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onCreate(CreateCommand, ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.ModelInstancePlugin
This method is executed after model instance is created.
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 1.
ONE - Static variable in class com.whitestein.lsps.lang.Decimal
Decimal with value 1.
ONE_FIFTH - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 1/5.
ONE_HALF - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 1/2.
ONE_QUARTER - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 1/4.
ONE_THIRD - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 1/3.
ONE_WAY_FLAG_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which signalize that the soap operation is one way

Used in TaskType in constructing SoapCall task definition.
onFinish(ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.ModelInstancePlugin
This method is executed after model instance is finished.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onMessage(Message) - Method in class com.whitestein.lsps.engine.CacheReplicationMDB
 
onMessage(Message) - Method in class com.whitestein.lsps.engine.ProcessAgentMDB
 
onMessage(Message) - Method in class com.whitestein.lsps.engine.WsResponseMDB
 
onPrepareStatement(String) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onPropertyAccess(ExternalRecordPropertyAccessEvent) - Method in interface com.whitestein.lsps.engine.change.ExternalRecordListener
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
onStart(StartInterpretMessage, ModelInstanceEntity) - Method in interface com.whitestein.lsps.engine.ModelInstancePlugin
This method is executed before a model instance is started.
onVaadin7() - Method in class com.whitestein.lsps.test.web.components.LspsDateTextBox
 
onVaadin7() - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
 
onVaadin7() - Method in class com.whitestein.lsps.test.web.components.LspsTextArea
 
onVaadin7() - Method in class com.whitestein.lsps.test.web.components.LspsTextBox
 
op(Operation) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the operation.
openDocument(String) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Goes to the 'Documents' page and opens document based on its title.
openDocuments() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Opens the page with the document list.
openRunModel() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Opens the "Run Model" page.
openSavedDocument(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
openTab(String) - Method in class com.whitestein.lsps.test.web.components.LspsAccordion
Opens tab with a given unique name or its unique substring.
openTab(int) - Method in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
Opens the tab with the given index.
openTab(String) - Method in class com.whitestein.lsps.test.web.components.LspsTabbedLayout
Opens a Tab that has caption equal to given tabCaption.
openTab(String) - Method in class com.whitestein.lsps.test.web.components.LspsTabSheet
Opens tab with a given unique name or its unique substring.
openTabById(String) - Method in class com.whitestein.lsps.test.web.components.LspsAccordion
Finds the element with given html id.
openTabById(String) - Method in class com.whitestein.lsps.test.web.components.LspsTabSheet
Opens tab with a given html id.
openTodo(String) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Goes to todo list and opens todo based on its title.
openTodo(String) - Method in class com.whitestein.lsps.test.web.UITester
Deprecated.
openTodoList() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Opens the todo list page.
openUrl(String, By) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Open an arbitrary url and waits until expected element shows up.
Operation - Interface in com.whitestein.lsps.lang.operation
Interface representing executable operation.
OperationExpressionHolder - Class in com.whitestein.lsps.lang
OperationExpressionHolder(Namespace, ClosureType, SignatureExpression, ClosureOrigin) - Constructor for class com.whitestein.lsps.lang.OperationExpressionHolder
Creates new instance of OperationExpressionHolder.
OperationExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing an operation expression.
OperationExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
Creates a new instance from the serialized companion.
OperationExpressionValue(long, ModelInstance, String, ContextValue, String, SignatureExpression, long, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
Creates a new instance.
OperationExpressionValue(long, ModelInstance, String, Context, String, SignatureExpression, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.OperationExpressionValue
Creates a new base level instance.
OptimisticLockException - Exception in com.whitestein.lsps.common
Thrown from LSPS engine, when version conflict is detected on a versioned shared record type.
OptimisticLockException(String, Throwable) - Constructor for exception com.whitestein.lsps.common.OptimisticLockException
 
OptimisticLockException(String) - Constructor for exception com.whitestein.lsps.common.OptimisticLockException
 
OptimisticLockException(Throwable) - Constructor for exception com.whitestein.lsps.common.OptimisticLockException
 
Or - Class in com.whitestein.lsps.common.filter
 
Or(Serializable, List<Filter>) - Constructor for class com.whitestein.lsps.common.filter.Or
 
or(boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an or on a set of booleans.
or(Boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an or on an array of Booleans.
OrderDirection - Enum in com.whitestein.lsps.common.query
Order by direction for queries.
Ordering<T> - Class in com.whitestein.lsps.common.query
Class for specifying record ordering in queries.
Ordering() - Constructor for class com.whitestein.lsps.common.query.Ordering
Creates new instance.
Ordering(OrderDirection) - Constructor for class com.whitestein.lsps.common.query.Ordering
Creates new instance.
OrderingAndPagingCriteria - Class in com.whitestein.lsps.common.query
Paging criteria with possibility to specify order by columns
OrderingAndPagingCriteria() - Constructor for class com.whitestein.lsps.common.query.OrderingAndPagingCriteria
Default constructor with paging and ordering OFF.
OrderingAndPagingCriteria(int, int) - Constructor for class com.whitestein.lsps.common.query.OrderingAndPagingCriteria
 
OrderingAndPagingCriteria(int) - Constructor for class com.whitestein.lsps.common.query.OrderingAndPagingCriteria
 
ordinalIndexOf(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Finds the n-th index within a CharSequence, handling null.
ORGANIZATION_UNIT - Static variable in class com.whitestein.lsps.os.OrgTypes
The name of the OrgUnit record type.
OrgGenerationOperations - Class in com.whitestein.lsps.orgstructure.generation
Generation operations for generating role-units.
OrgGenerationOperations() - Constructor for class com.whitestein.lsps.orgstructure.generation.OrgGenerationOperations
 
OrgLabelFunctions - Class in com.whitestein.lsps.orgstructure.function
 
OrgLabelFunctions() - Constructor for class com.whitestein.lsps.orgstructure.function.OrgLabelFunctions
 
OrgModelPlugin - Class in com.whitestein.lsps.orgstructure.modulemanager
This plugin creates roles and organization units declared in the module and persist them
OrgModelPlugin() - Constructor for class com.whitestein.lsps.orgstructure.modulemanager.OrgModelPlugin
 
OrgSharedRecordPlugin - Class in com.whitestein.lsps.orgstructure.context
This plugin provides shared record entities for org types.
OrgSharedRecordPlugin(PersonServiceLocal) - Constructor for class com.whitestein.lsps.orgstructure.context.OrgSharedRecordPlugin
Constructor
OrgSourceProvider - Class in com.whitestein.lsps.orgstructure.generation
Organization model source provider.
OrgSourceProvider() - Constructor for class com.whitestein.lsps.orgstructure.generation.OrgSourceProvider
 
OrgStructModule - Class in com.whitestein.lsps.orgstructure.model
Model representation of an organizational structure module.
OrgStructModule(String) - Constructor for class com.whitestein.lsps.orgstructure.model.OrgStructModule
Creates new instance of OrgStructModule without roles or organization units.
OrgStructureFunctions - Interface in com.whitestein.lsps.orgstructure.function
Functions provided by this module.
OrgStructureFunctionsImpl - Class in com.whitestein.lsps.orgstructure.function
Functions for Organizational Structure module.
OrgStructureFunctionsImpl() - Constructor for class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
Creates new instance.
OrgStructureFunctionsImpl(PersonServiceLocal, OrgTypeFactory, SecurityManagerServiceLocal) - Constructor for class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
Creates new instance.
OrgStructureHelper - Class in com.whitestein.lsps.orgstructure.context
Groups several methods for resolving roles or searching for OrganizationalStructure module related objects within a process model.
OrgTypeFactory - Interface in com.whitestein.lsps.orgstructure.context
 
OrgTypeFactoryImpl - Class in com.whitestein.lsps.orgstructure.context
 
OrgTypeFactoryImpl() - Constructor for class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
Creates new instance.
OrgTypeFactoryImpl(ModelProviderClientService, RoleNameDao, SharedRecordTypeFactory) - Constructor for class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
Tests constructor
OrgTypes - Class in com.whitestein.lsps.os
Specifies the string constants of all record types as defined in organizational structure module.
OrgUnit - Class in com.whitestein.lsps.orgstructure.model
Model representation of an organization unit.
OrgUnit(OrgStructModule, Map<String, String>, String, String...) - Constructor for class com.whitestein.lsps.orgstructure.model.OrgUnit
Creates new OrgUnit instance with given name.
OrgUnitGenerator - Class in com.whitestein.lsps.orgstructure.generation
Generates the model of the given OrgUnit.
OrgUnitGenerator(OrganizationUnit, NamespaceGenerator, RoleUnitGeneration) - Constructor for class com.whitestein.lsps.orgstructure.generation.OrgUnitGenerator
Constructor
ORIGINAL_ID - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
ORIGINAL_ID_DOT - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
OriginSignature - Class in com.whitestein.lsps.lang
A helper class used for LSPS stack trace.
OsJAXBContext - Class in com.whitestein.lsps.os
The class provides JAXB context for the active users track.
OsMarshaller - Class in com.whitestein.lsps.os
Saves and restores a active users track to a byte array.
OsMarshaller() - Constructor for class com.whitestein.lsps.os.OsMarshaller
Creates new instance.
OsRights - Class in com.whitestein.lsps.os
This class contains security rights used by this module.
OsStatisticsInitializationBean - Class in com.whitestein.lsps.orgstructure
This bean initializes Hibernate statistics MBean for the lsps-os persistence unit.
OsStatisticsInitializationBean() - Constructor for class com.whitestein.lsps.orgstructure.OsStatisticsInitializationBean
 
OUT_OF_BOUNDS_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Out of bounds error.
OUT_VAR_NAME - Static variable in class com.whitestein.lsps.human.Constants
 
OUTPUT_ENTRIES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
OUTPUT_METADATA_NAME_PREFIX - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Prefix for metadata name, which is used if some metadata record is related to task output

Used in TaskType
OUTPUTS - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
outputText() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a output text.
outsideOf(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Constructs a JavaUnicodeEscaper outside of the specified values (exclusive).
outsideOf(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Constructs a NumericEntityEscaper outside of the specified values (exclusive).
outsideOf(int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper outside of the specified values (exclusive).
overlay(String, String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Overlays part of a String with another String.

P

PACKAGE_SEPARATOR - Static variable in class com.whitestein.lsps.common.hack.lang3.ClassUtils
The package separator String: ".".
PACKAGE_SEPARATOR_CHAR - Static variable in class com.whitestein.lsps.common.hack.lang3.ClassUtils
The package separator character: '.' == 46.
packageForName(String) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
Pager - Class in com.whitestein.lsps.test.web.components
Controls the table pager.
PagingCriteria - Class in com.whitestein.lsps.common.query
A basic criteria object supporting paged results.
PagingCriteria() - Constructor for class com.whitestein.lsps.common.query.PagingCriteria
Default constructor with paging OFF.
PagingCriteria(int) - Constructor for class com.whitestein.lsps.common.query.PagingCriteria
Constructor with paging ON and given result count.
PagingCriteria(int, int) - Constructor for class com.whitestein.lsps.common.query.PagingCriteria
Constructor with paging ON and given index and result count.
PagingCriteria.DynamicOrdering - Class in com.whitestein.lsps.common.query
 
Pair<L,R> - Class in com.whitestein.lsps.common.hack.lang3.tuple
A pair consisting of two elements.
Pair() - Constructor for class com.whitestein.lsps.common.hack.lang3.tuple.Pair
 
Pair<K,V> - Class in com.whitestein.lsps.common.util
A generic immutable key-value pair.
Pair(K, V) - Constructor for class com.whitestein.lsps.common.util.Pair
Creates new instance.
param(Type...) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds parameters.
param(SignatureParameter...) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds parameters.
param(Type, String) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds named parameter.
Parameter() - Constructor for class com.whitestein.lsps.human.dto.DocumentParameters.Parameter
Empty constructor for JAXB.
Parameter(String, String) - Constructor for class com.whitestein.lsps.human.dto.DocumentParameters.Parameter
Creates new instance of DocumentParameters.
Parameter - Class in com.whitestein.lsps.stdlib.dmn.model
 
Parameter() - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
Parameter(RecordHolder) - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
PARAMETER_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
ParameterAst - Class in com.whitestein.lsps.lang.ast
AST node for parameter.
ParameterAst(ASTNode, IdentifierAst, int, int, Expression, Tree) - Constructor for class com.whitestein.lsps.lang.ast.ParameterAst
Constructor.
parameterize(Class<?>, Type...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Create a parameterized type instance.
parameterize(Class<?>, Map<TypeVariable<?>, Type>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Create a parameterized type instance.
parameterizeWithOwner(Type, Class<?>, Type...) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Create a parameterized type instance.
parameterizeWithOwner(Type, Class<?>, Map<TypeVariable<?>, Type>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Create a parameterized type instance.
PARAMETERS - Static variable in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
The property key of RoleUnit parameters.
ParametricRolesResolver - Interface in com.whitestein.lsps.orgstructure.model.resolver
 
ParamUtil - Class in com.whitestein.lsps.ws.util
Useful methods to manipulate with task parameters
paramVariadic(Type) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds variadic parameter.
paramVariadic(Type, String) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Adds named variadic parameter.
PARENT - Static variable in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Property name.
PARENT_GOAL_ERROR - Static variable in class com.whitestein.lsps.stdlib.task.RepeatGoals
A goal has a wrong parent.
parse(String) - Static method in class com.whitestein.lsps.engine.LocalizationKey
Returns a localizable string object if the source is a valid localizable string, otherwise null is returned.
parse(String, ExecutionContext) - Method in class com.whitestein.lsps.json.impl.JsonGenericParser
Deprecated. 
parse(String, ExecutionContext, boolean, boolean) - Method in class com.whitestein.lsps.json.impl.JsonGenericParser
 
parse(String, Type, ExecutionContext) - Method in class com.whitestein.lsps.json.impl.JsonParser
Parses the JSON string and produces LSPS objects out of it.
parse(String, Type, ExecutionContext, boolean, boolean) - Method in class com.whitestein.lsps.json.impl.JsonParser
 
parse(Tree) - Static method in class com.whitestein.lsps.lang.antlr.AntlrSignature
 
parse(String) - Method in class com.whitestein.lsps.lang.doc.DocCommentParser
Parses the documentation comment and produces a structured representation of the documentation.
parse(ANTLRLangParser) - Method in class com.whitestein.lsps.lang.parser.AbstractAntlrTree
 
parse(Tree, Type) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Parse an expression from a tree for the given expectedType.
parse(ANTLRLangParser) - Method in class com.whitestein.lsps.lang.parser.AntlrExpressionTree
 
parse(ANTLRLangParser) - Method in class com.whitestein.lsps.lang.parser.AntlrTaskParametersTree
 
parse(String) - Method in class com.whitestein.lsps.lang.parser.DataParser
Parses the given string and returns the evaluated data.
parse(String) - Method in class com.whitestein.lsps.lang.parser.NameAndArgumentsParser
 
parse(String, Type) - Method in class com.whitestein.lsps.lang.parser.Parser
Parses an expression from a string source for the given expected type.
parse(AntlrExpressionTree, Type) - Method in class com.whitestein.lsps.lang.parser.Parser
Parses an expression from a pre-parsed antlr tree for the given expected type.
parse(String) - Method in class com.whitestein.lsps.lang.parser.ValidationTagParser
 
parse(Tree, AstNodeProvider) - Method in class com.whitestein.lsps.lang.parser.ValidationTagParser
 
parse(String) - Method in class com.whitestein.lsps.lang.parser.ValidationTargetParser
Parses a validation target.
parse(String) - Static method in class com.whitestein.lsps.lang.type.QID
Parses a qualified identifier from a string.
parse(Tree) - Static method in class com.whitestein.lsps.lang.type.QID
Parses a qualified identifier from the given ANTLR tree.
parseAnnotations(Tree, Errors) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseBody(FunctionAst) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseBodyLax(FunctionAst) - Method in class com.whitestein.lsps.lang.parser.MethodParser
Parses the member body.
parseBodyLax(FunctionAst) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseConstraint(String, Type) - Method in class com.whitestein.lsps.lang.parser.ConstraintParser
Parses a constraint.
parseConstraintDef(AntlrConstraint) - Method in class com.whitestein.lsps.lang.parser.ConstraintParser
 
parseConstraintDefs(String) - Method in class com.whitestein.lsps.lang.parser.ConstraintParser
Parse constraints.
parseConstraintLax(String, Type) - Method in class com.whitestein.lsps.lang.parser.ConstraintParser
Parses a constraint.
Parsed<T> - Class in com.whitestein.lsps.lang.parser
 
Parsed(T) - Constructor for class com.whitestein.lsps.lang.parser.Parsed
 
Parsed(T, ValidationException) - Constructor for class com.whitestein.lsps.lang.parser.Parsed
 
Parsed(T, Errors) - Constructor for class com.whitestein.lsps.lang.parser.Parsed
 
parseDateLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.Parser
Parses a given date literal.
ParsedExpression - Class in com.whitestein.lsps.lang.parser
 
ParsedExpression(Expression) - Constructor for class com.whitestein.lsps.lang.parser.ParsedExpression
 
ParsedExpression(Expression, ValidationException) - Constructor for class com.whitestein.lsps.lang.parser.ParsedExpression
 
ParsedExpression(Expression, Errors) - Constructor for class com.whitestein.lsps.lang.parser.ParsedExpression
 
parseDocument(String) - Method in class com.whitestein.lsps.xml.util.XmlParser
 
parseFunction(AntlrFunction) - Method in class com.whitestein.lsps.lang.parser.FunctionParser
 
parseFunctionLax(AntlrFunction) - Method in class com.whitestein.lsps.lang.parser.FunctionParser
 
parseFunctions(String) - Method in class com.whitestein.lsps.lang.parser.FunctionParser
 
parseFunctionsLax(String) - Method in class com.whitestein.lsps.lang.parser.FunctionParser
 
parseIdentificationString(RecordType, String) - Static method in class com.whitestein.lsps.engine.RuntimeToJavaConverter
Creates identification object from identification string.
parseIdentifier(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses the given text, assuming it is an identifier.
parseIdentifier(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses identifier.
parseIdentifierAst(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
 
parseIdentifierList(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses an identifier list from a string.
parseIdentifierListAst(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses an identifier list from a string.
parseIdentifierPath(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses an identifier path from a given string.
parseIdentifierPath(Tree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses an identifier path from the given ANTLR tree.
parseInNamespace(Tree, Type, NamespaceModel) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
 
parseInNewNamespace(Tree, Type) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Parses a given tree in a new namespace to provide a correct separation of local variables.
parseInNewNamespace(Supplier<ParsedExpression>) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
 
parseIntegerLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parser a given string assuming it is an integer literal.
parseJson(ExecutionContext, String, Type) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Parses the given JSON document into the instance of the given type
parseJson(ExecutionContext, String, Type, Boolean, Boolean) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
Parses JSON string to internal data structures.
parseJson(ExecutionContext, String, Type) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
Deprecated.
parseJson(ExecutionContext, String, Type, Boolean, Boolean) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
parseLax(AntlrExpressionTree, Type) - Method in class com.whitestein.lsps.lang.parser.Parser
Parses an expression from a pre-parsed antlr tree for the given expected type.
parseLocalDateLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses a given local date literal.
parseLocalDateTimeLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses a given local date time literal.
parseMember(AntlrFunction) - Method in class com.whitestein.lsps.lang.parser.MethodParser
 
parseMemberLax(AntlrFunction) - Method in class com.whitestein.lsps.lang.parser.MethodParser
 
parseMessage(String, ReferenceHolder, ListHolder) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageParser
Parse the response from the given xml string and store the result to the passed reference
parseMessage(String, ReferenceHolder, ReferenceHolder, ListHolder) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageParser
Parse the response from the given xml string and store the result to the passed reference
parseMessage(Document, ReferenceHolder, ListHolder) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageParser
Parse the response from the given xml document and store the result to the passed reference.
parseMessage(Document, ReferenceHolder, ReferenceHolder, ListHolder) - Method in class com.whitestein.lsps.ws.util.WsSoapMessageParser
Parse the response from the given xml document and store the result to the passed reference.
parseMetadata(Tree, Errors) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses the metadata annotation.
parseMethods(String) - Method in class com.whitestein.lsps.lang.parser.MethodParser
 
parseMethodsLax(String) - Method in class com.whitestein.lsps.lang.parser.MethodParser
 
parseNoCheck(Tree, Type) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Parse expression.
parseNoCheck(Tree, Type) - Method in class com.whitestein.lsps.lang.parser.Parser
 
parseObject(Node, Type, boolean, String, String, String) - Method in class com.whitestein.lsps.xml.util.XmlParser
Tries to parse object of the given type from parent element, using child elements with the given xml namespace and node name.
parsePrimaryKeyString(Supplier<Session>, RecordType, String) - Static method in class com.whitestein.lsps.engine.sharedrecord.RuntimeToHibernateConverter
Parses the primary key string representation.
parseQIDAst(Tree) - Method in class com.whitestein.lsps.lang.parser.ParserBase
 
parseQualifiedIdentifierList(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses a qualified identifier list from a string.
parseQualifiedIdentifierListAst(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses a qualified identifier list from a string.
Parser - Class in com.whitestein.lsps.lang.parser
Parser of the LSPS expression language.
Parser() - Constructor for class com.whitestein.lsps.lang.parser.Parser
Creates a new parser.
Parser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.Parser
Creates a new parser.
Parser(NamespaceModel, Collection<String>) - Constructor for class com.whitestein.lsps.lang.parser.Parser
Creates a new parser with a collection of free type names that can be used in the expression.
Parser(NamespaceModel, Collection<String>, FreeTypeMapping) - Constructor for class com.whitestein.lsps.lang.parser.Parser
Creates a new parser with a collection of free type names that can be used in the expression.
ParserBase - Class in com.whitestein.lsps.lang.parser
 
ParserBase() - Constructor for class com.whitestein.lsps.lang.parser.ParserBase
A default constructor.
parseRecordType(Node, RecordType) - Method in class com.whitestein.lsps.xml.util.XmlParser
 
ParserStringStream - Class in com.whitestein.lsps.lang.parser
Similar to ANTLRStringStream, but uses a String as a storage for input.
ParserStringStream(String) - Constructor for class com.whitestein.lsps.lang.parser.ParserStringStream
 
ParserUtil - Class in com.whitestein.lsps.lang.parser
Parser utilities.
ParserVariableListener - Interface in com.whitestein.lsps.lang.parser
A variable listener that are called from parser when a local variable is created.
parseSignature(AntlrSignature, Errors) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseSignatureArgs(List<AntlrSignatureArg>, Errors) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseStringLiteral(String) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Parses a string literal.
parseTaskParameters(String, Map<String, Type>) - Method in class com.whitestein.lsps.lang.parser.TaskParametersParser
Parses task parameters.
parseTaskParameters(AntlrTaskParametersTree, Map<String, Type>) - Method in class com.whitestein.lsps.lang.parser.TaskParametersParser
Parses task parameters from pre-parsed ANTLR tree.
parseType(Tree) - Static method in class com.whitestein.lsps.lang.antlr.AntlrType
 
parseType(String) - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParser
Parses a type from a string.
parseType(String) - Method in class com.whitestein.lsps.lang.parser.AstTypeParser
Parses a type from a string.
parseType(Tree) - Method in class com.whitestein.lsps.lang.parser.Parser
 
parseType(String) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a type from a string.
parseType(Tree) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a type from an ANTLR tree.
parseType(AntlrType) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a type from an AntlrType object.
parseTypeList(Tree) - Static method in class com.whitestein.lsps.lang.antlr.AntlrType
 
parseTypeList(String) - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParser
Parses a type list from a string.
parseTypeList(String) - Method in class com.whitestein.lsps.lang.parser.AstTypeParser
Parses a type list from a string.
parseTypeList(String) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a type list from a string.
parseTypeParameters(String) - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParser
Parses a type parameter declaration (e.g.
parseTypeParameters(AntlrTypeParameters, Errors) - Method in class com.whitestein.lsps.lang.parser.SignatureParser
 
parseTypeParameters(String) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a type parameter declaration from a string.
parseTypeParameters(AntlrTypeParameters) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a free type list from an AntlrTypeParameters object.
parseTypeParametersAst(String, AntlrTypeParameters) - Method in class com.whitestein.lsps.lang.parser.TypeParser
Parses a free type list from an AntlrTypeParameters object.
parseValue(String) - Static method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
parseXml(ExecutionContext, String, Type) - Method in interface com.whitestein.lsps.xml.function.XmlFunctions
Parses the given xml string into the instance of the given type
parseXml(ExecutionContext, String, Type) - Method in class com.whitestein.lsps.xml.function.XmlFunctionsImpl
 
ParseXmlTask - Class in com.whitestein.lsps.xml.task
This task parse xml string into lsps objects.
ParseXmlTask() - Constructor for class com.whitestein.lsps.xml.task.ParseXmlTask
 
PatchedFileUploadHandler - Class in com.whitestein.lsps.vaadin.util.requesthandlers
Handles a file upload request submitted via an Upload component.
PatchedFileUploadHandler() - Constructor for class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedFileUploadHandler
 
PatchedServletUIInitHandler - Class in com.whitestein.lsps.vaadin.util.requesthandlers
Almost the same as original vaadin ServletUIInitHandler.
PatchedServletUIInitHandler() - Constructor for class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedServletUIInitHandler
 
PatchedUidlRequestHandler - Class in com.whitestein.lsps.vaadin.util.requesthandlers
Almost the same as original vaadin UidlRequestHandler.
PatchedUidlRequestHandler() - Constructor for class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedUidlRequestHandler
 
Path - Class in com.whitestein.lsps.lang.exec
The object represents a path.
Path(List<Property>) - Constructor for class com.whitestein.lsps.lang.exec.Path
Creates new instances.
Path(Property...) - Constructor for class com.whitestein.lsps.lang.exec.Path
Creates new instances.
PathTemplate - Class in com.whitestein.lsps.common.rest
A path template for RESTful web services.
PathTemplate(String) - Constructor for class com.whitestein.lsps.common.rest.PathTemplate
Creates a new path template for a RESTful web service.
PCAuditTable(String, String, String) - Constructor for class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader.PCAuditTable
 
PdfFunctions - Interface in com.whitestein.lsps.stdlib.function
PDF utility functions.
PdfFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
PDF utility functions implementation.
PdfFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.PdfFunctionsImpl
 
performCall(WsRequestObject) - Method in class com.whitestein.lsps.engine.WebServiceCaller
Performs a web service call.
performConversion(Object) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
performConversion(Object) - Method in class com.whitestein.lsps.lang.type.DecimalType
 
performConversion(Object) - Method in interface com.whitestein.lsps.lang.type.Type
Performs a type conversion that should be performed when an object is assigned to a variable of this type (possibly none).
Performer - Class in com.whitestein.lsps.os.dto
Data transfer object representing a performer.
Performer() - Constructor for class com.whitestein.lsps.os.dto.Performer
Creates new instance.
PERFORMER - Static variable in class com.whitestein.lsps.os.OrgTypes
The name of the Performer record type.
PerformerList - Class in com.whitestein.lsps.os.dto
Performer list.
PerformerList() - Constructor for class com.whitestein.lsps.os.dto.PerformerList
Creates a new instance.
PerformerList(Collection<Performer>) - Constructor for class com.whitestein.lsps.os.dto.PerformerList
Creates a new instance.
PerformerList(Collection<Performer>, long) - Constructor for class com.whitestein.lsps.os.dto.PerformerList
Creates a new instance.
PerformerType - Enum in com.whitestein.lsps.os.dto
Performer type.
perfWithProperty(String) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
persist(ExecutionContext) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
 
persist(ExecutionContext) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
persist(ExecutionContext) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Persist execution contexts.
PersistentIdAllocator - Class in com.whitestein.lsps.engine.state
Persistent implementation of the ModelInstanceResourceAllocator.
PersistentIdAllocator(ModelInstanceUtilsService) - Constructor for class com.whitestein.lsps.engine.state.PersistentIdAllocator
Creates new instance.
Person - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a person.
Person() - Constructor for class com.whitestein.lsps.orgstructure.entity.Person
Constructor needed for JPA-specific purposes.
Person(String, String) - Constructor for class com.whitestein.lsps.orgstructure.entity.Person
Creates new Person instance with the empty map of details.
Person(String, String, Map<String, String>) - Constructor for class com.whitestein.lsps.orgstructure.entity.Person
Creates new Person instance with given map of details.
person(Person) - Static method in class com.whitestein.lsps.os.dto.Performer
Creates a new person performer.
Person - Class in com.whitestein.lsps.os.dto
Object representing a person with details, roles and substitutions.
Person() - Constructor for class com.whitestein.lsps.os.dto.Person
Creates new instance.
Person(String, String) - Constructor for class com.whitestein.lsps.os.dto.Person
Creates new Person instance with no details.
Person(String) - Constructor for class com.whitestein.lsps.os.dto.Person
Creates new Person instance with no details.
PERSON - Static variable in class com.whitestein.lsps.os.OrgTypes
The name of the Person record type.
Person - Class in com.whitestein.lsps.test
Represents a person.
PERSON_NOT_FOUND_ERROR - Static variable in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
Error code for person not found
PersonActiveChange - Class in com.whitestein.lsps.orgstructure.entity
Change triggered by activation/de-activation of a person.
PersonActiveChange(PersonEntity, boolean) - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonActiveChange
Creates new instance.
PersonAlreadyExistsException - Exception in com.whitestein.lsps.os.exception
Thrown if a person already exists.
PersonAlreadyExistsException(String) - Constructor for exception com.whitestein.lsps.os.exception.PersonAlreadyExistsException
Instantiates a new 'person already exists' exception.
PersonAttribute - Enum in com.whitestein.lsps.os
Enumeration of person attributes which are manageable by PersonManagementService.
PersonChange - Class in com.whitestein.lsps.orgstructure.entity
Change of a person.
PersonChange(PersonEntity) - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonChange
Creates new instance.
PersonChangePlugin - Interface in com.whitestein.lsps.orgstructure.entity
Person change plugin.
PersonColumn - Enum in com.whitestein.lsps.os.dto
Person columns that can be used in queries.
PersonConverter - Class in com.whitestein.lsps.orgstructure
 
PersonCriteria - Class in com.whitestein.lsps.os.dto
Supports paged results of persons.
PersonCriteria() - Constructor for class com.whitestein.lsps.os.dto.PersonCriteria
Creates new instance with disabled paging.
PersonCriteria(int) - Constructor for class com.whitestein.lsps.os.dto.PersonCriteria
Creates new instance with enabled paging and given result count.
PersonCriteria(int, int) - Constructor for class com.whitestein.lsps.os.dto.PersonCriteria
Creates new instance with enabled paging and given index and result count.
PersonDao - Interface in com.whitestein.lsps.orgstructure.dao
The DAO for Person instances.
personDao - Variable in class com.whitestein.lsps.pm.PersonServiceBean
Person dao.
PersonData - Class in com.whitestein.lsps.os.dto
A DTO for transferring complex data for the use case of creating a new person or updating data of an existing person.
PersonData() - Constructor for class com.whitestein.lsps.os.dto.PersonData
Default constructor
PersonData(Person, String, List<String>) - Constructor for class com.whitestein.lsps.os.dto.PersonData
Creates a new instance of person data.
PersonDetail - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a person detail.
PersonDetail() - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonDetail
Constructor needed for JPA-specific purposes.
PersonEntity - Interface in com.whitestein.lsps.os
Interface for person entity used internally.
PersonList - Class in com.whitestein.lsps.os.dto
Person list.
PersonList() - Constructor for class com.whitestein.lsps.os.dto.PersonList
Creates new instance.
PersonList(Collection<Person>, long) - Constructor for class com.whitestein.lsps.os.dto.PersonList
Creates new instance.
PersonLoginToIdCache - Enum in com.whitestein.lsps.pm
Cache of person login->id values.
PersonManagementService - Interface in com.whitestein.lsps.os
Provides methods for person management (creating, updating, removing persons), person-role mapping and querying, and role querying.
PersonManagementServiceBean - Class in com.whitestein.lsps.pm
The implementation of PersonManagementService using local database..
PersonManagementServiceBean() - Constructor for class com.whitestein.lsps.pm.PersonManagementServiceBean
Creates new instance.
PersonManagementServiceBean(RoleNameDao, RoleDao, PersonDao, SecurityRoleDao, SecurityManagerServiceLocal, ComponentServiceLocal) - Constructor for class com.whitestein.lsps.pm.PersonManagementServiceBean
Creates new instance.
PersonManagementServiceLocal - Interface in com.whitestein.lsps.os.ejb
Local interface for PersonManagementService.
PersonManagementServiceRemote - Interface in com.whitestein.lsps.os.ejb
Remote interface for PersonManagementService.
PersonNotFoundException - Exception in com.whitestein.lsps.os.exception
Thrown if a person is not found.
PersonNotFoundException(Long) - Constructor for exception com.whitestein.lsps.os.exception.PersonNotFoundException
Instantiates a new 'person does not exist' exception.
PersonNotFoundException(String) - Constructor for exception com.whitestein.lsps.os.exception.PersonNotFoundException
Instantiates a new 'person does not exist' exception.
PersonOrdering - Class in com.whitestein.lsps.os.dto
Person ordering.
PersonOrdering() - Constructor for class com.whitestein.lsps.os.dto.PersonOrdering
Creates new instance.
PersonOrdering(PersonColumn, OrderDirection) - Constructor for class com.whitestein.lsps.os.dto.PersonOrdering
Creates new instance.
PersonPicture - Class in com.whitestein.lsps.os.dto
Person picture transfer object.
PersonPicture() - Constructor for class com.whitestein.lsps.os.dto.PersonPicture
Creates new instance.
PersonPicture(String, String, ByteData) - Constructor for class com.whitestein.lsps.os.dto.PersonPicture
Creates new instance.
PersonPictureException - Exception in com.whitestein.lsps.os.exception
Exception for storing, retrieving person picture.
PersonPictureException(String) - Constructor for exception com.whitestein.lsps.os.exception.PersonPictureException
Creates new instance.
PersonPictureException(String, Throwable) - Constructor for exception com.whitestein.lsps.os.exception.PersonPictureException
Creates new instance.
PersonPictureException(Throwable) - Constructor for exception com.whitestein.lsps.os.exception.PersonPictureException
Creates new instance.
PersonRoleChange - Class in com.whitestein.lsps.orgstructure.entity
Change of person's roles.
PersonRoleChange(PersonEntity, Role, Role) - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonRoleChange
Creates new instance.
PersonRoleUtils - Class in com.whitestein.lsps.orgstructure.function
Add or remove person from role.
PersonRoleUtils() - Constructor for class com.whitestein.lsps.orgstructure.function.PersonRoleUtils
 
PersonSecurityRoleChangePlugin - Class in com.whitestein.lsps.pm
Listener of security role changes.
PersonSecurityRoleChangePlugin() - Constructor for class com.whitestein.lsps.pm.PersonSecurityRoleChangePlugin
Creates new instance.
PersonSecurityRoleChangePlugin(PersonDao) - Constructor for class com.whitestein.lsps.pm.PersonSecurityRoleChangePlugin
Creates new instance.
PersonService - Interface in com.whitestein.lsps.os
Provides methods for person querying.
PersonServiceBase - Class in com.whitestein.lsps.pm
Common implementation of PersonServiceBean nad PersonManagementServiceBean
PersonServiceBase() - Constructor for class com.whitestein.lsps.pm.PersonServiceBase
 
PersonServiceBean - Class in com.whitestein.lsps.pm
Implementation of PersonService using local database.
PersonServiceBean() - Constructor for class com.whitestein.lsps.pm.PersonServiceBean
Creates new instance.
PersonServiceBean(PersonDao) - Constructor for class com.whitestein.lsps.pm.PersonServiceBean
Creates new instance.
PersonServiceLocal - Interface in com.whitestein.lsps.os.ejb
Local interface for PersonService
PersonServiceRemote - Interface in com.whitestein.lsps.os.ejb
Remote interface for PersonService
PersonSetting - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a setting for user.
PersonSetting() - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonSetting
Constructor needed for JPA-specific purposes.
personsStrictlyWith(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a set of all persons that belong in the given organizational structure strictly to the given role or unit, not to their sub-roles or sub-units.
personsStrictlyWith(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
PersonStaleException - Exception in com.whitestein.lsps.os.exception
Thrown if a person object is stale.
PersonStaleException(String) - Constructor for exception com.whitestein.lsps.os.exception.PersonStaleException
 
PersonSubstitutionActiveChange - Class in com.whitestein.lsps.orgstructure.entity
Change of person's substitution active attribute.
PersonSubstitutionActiveChange(PersonEntity, boolean) - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonSubstitutionActiveChange
Returns new instance
PersonSubstitutionChange - Class in com.whitestein.lsps.orgstructure.entity
Change of person's substitution.
PersonSubstitutionChange(PersonEntity, PersonEntity, PersonEntity) - Constructor for class com.whitestein.lsps.orgstructure.entity.PersonSubstitutionChange
Returns new instance.
personsWith(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Returns a set of all persons that belong in the given organizational structure to the given role or unit.
personsWith(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
PersonValidationException - Exception in com.whitestein.lsps.os.exception
Signals that user provided invalid person data.
PersonValidationException(String) - Constructor for exception com.whitestein.lsps.os.exception.PersonValidationException
 
PK() - Constructor for class com.whitestein.lsps.orgstructure.entity.Right.PK
Creates new empty instance.
PK(SecurityRole, String) - Constructor for class com.whitestein.lsps.orgstructure.entity.Right.PK
Creates new instance.
Plan - Class in com.whitestein.lsps.engine.dto
Element representing a plan.
Plan(String, long, String, String, PlanState, Long) - Constructor for class com.whitestein.lsps.engine.dto.Plan
Creates new instance.
Plan() - Constructor for class com.whitestein.lsps.engine.dto.Plan
Creates new instance.
Plan - Class in com.whitestein.lsps.engine.state.xml
Entity representing plan execution state.
Plan(ProcessInstance, String, Goal) - Constructor for class com.whitestein.lsps.engine.state.xml.Plan
Creates new instance of Plan.
Plan(ProcessInstance, String, Goal, PlanState) - Constructor for class com.whitestein.lsps.engine.state.xml.Plan
Creates new instance of Plan.
Plan(SPlan, Goal, ProcessInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Plan
Creates a new instance from the serialized companion.
PLAN - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
Plan type.
PlanHandler - Class in com.whitestein.lsps.engine
Handler class for handling interpretation of Plan.
PlanHandler(Plan, ProcessInterpreterContext) - Constructor for class com.whitestein.lsps.engine.PlanHandler
Creates new PlanHandler.
PlanHolder - Class in com.whitestein.lsps.stdlib.type
Holder for plan.
PlanHolder(ExternalValue, ModelProvider, CoreTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.PlanHolder
Creates new instance of PlanHolder.
PlanStartedChange - Class in com.whitestein.lsps.engine.change
Plan started change.
PlanStartedChange(Plan) - Constructor for class com.whitestein.lsps.engine.change.PlanStartedChange
Creates new instance.
PlanState - Enum in com.whitestein.lsps.engine.dto
Enum class that represents plan state.
PlanStateChange - Class in com.whitestein.lsps.engine.change
State change of a plan.
PlanStateChange(Plan, PlanState, PlanState) - Constructor for class com.whitestein.lsps.engine.change.PlanStateChange
Creates new instance.
plus(DurationRecord) - Method in class com.whitestein.lsps.lang.DurationRecord
Creates a new duration by adding this and a given duration.
PLUS - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A plus operator (+).
plus(DurationRecord) - Method in class com.whitestein.lsps.lang.TimeRecord
Adds a given duration to this time, returning a new time object, as specified in op:add-dayTimeDuration-to-time .
PmStatisticsInitializationBean - Class in com.whitestein.lsps.pm
This bean initializes Hibernate statistics MBean for the lsps-pm persistence unit.
PmStatisticsInitializationBean() - Constructor for class com.whitestein.lsps.pm.PmStatisticsInitializationBean
 
PojoExternalRecordEntityAdapter - Class in com.whitestein.lsps.engine.sharedrecord
Adapter for external record backed by pojo entity.
PojoExternalRecordEntityAdapter(Object, ExternalValue, RecordType, ModelInstance, ModelProvider, SharedRecordTypeFactory, ExternalTypeProvider) - Constructor for class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
Creates new instance.
PojoSharedRecordEntityAdapter - Class in com.whitestein.lsps.engine.sharedrecord
Adapter for shared records that are backed by pojo entity.
PojoSharedRecordEntityAdapter(Object, ExternalValue, SharedRecordConfiguration, RecordType, ModelInstance, ModelProvider, boolean) - Constructor for class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
Creates new instance.
pop() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
pop() - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
pop() - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
popFromStack(Expression, Interpreter, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Pops expression from the stack.
popup() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a popup.
postConstruct() - Method in class com.whitestein.lsps.human.function.SendEmailFunctionImpl
Fix for https://experjira.whitestein.com/browse/LSPS-7392 Sending email in OpenEJB against server that requires authentication.
postConstruct() - Method in class com.whitestein.lsps.human.task.SendEmail
Fix for https://experjira.whitestein.com/browse/LSPS-7392 Sending email in OpenEJB against server that requires authentication.
postFlush(Iterator) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
postInstantiate(String, Class, Set, Method, Method, CompositeType) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxyFactory
 
postMarshal(Marshaller) - Method in interface com.whitestein.lsps.common.jaxb.MarshalCallback

Callback method invoked after marshalling source to XML.

postMarshal(Marshaller) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
postPersist() - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
This method must be called after persisting this entity.
postSetAssociation(RecordAssociation, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
postSetAssociation(RecordAssociation, Object) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Executes after association is set.
postUnmarshal(Unmarshaller, Object) - Method in interface com.whitestein.lsps.common.jaxb.UnmarshalCallback

Callback method invoked after unmarshalling XML data into target.

postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SActivationCommand
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SContextFreeType
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SDateValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SDecimalValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SNullValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRangeValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SStringValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.STask
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.STypeValue
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SValueRef
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
postUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
postUpload(Map<Module, ProcessModel>, Map<String, String>) - Method in class com.whitestein.lsps.human.generation.DocumentPlugin
 
postUpload(Map<Module, ProcessModel>, Map<String, String>) - Method in interface com.whitestein.lsps.modulemanager.ModelManagerPlugin
This method is called after each upload and the moduleIds contain ids of all the modules (even those which were already present in the repository before the upload).
postUpload(Map<Module, ProcessModel>, Map<String, String>) - Method in class com.whitestein.lsps.modulemanager.ModelPersisterPlugin
 
postUpload(Map<Module, ProcessModel>, Map<String, String>) - Method in class com.whitestein.lsps.orgstructure.modulemanager.OrgModelPlugin
 
postUploadModule(Module, ProcessModel, Map<String, String>) - Method in class com.whitestein.lsps.human.generation.DocumentPlugin
 
postUploadModule(Module, ProcessModel, Map<String, String>) - Method in interface com.whitestein.lsps.modulemanager.ModelManagerPlugin
This method is called after a module is uploaded.
postUploadModule(Module, ProcessModel, Map<String, String>) - Method in class com.whitestein.lsps.modulemanager.ModelPersisterPlugin
 
postUploadModule(Module, ProcessModel, Map<String, String>) - Method in class com.whitestein.lsps.orgstructure.modulemanager.OrgModelPlugin
 
pow(int) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets a fraction that is raised to the passed in power.
pow(int) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this<sup>n</sup>), The power is computed exactly, to unlimited precision.
POWER - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Power operator (**).
PRE_CONDITION - Static variable in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
Property name.
PRE_CONDITION - Static variable in class com.whitestein.lsps.stdlib.type.PlanHolder
property name.
precision() - Method in class com.whitestein.lsps.lang.Decimal
Returns the precision of this Decimal.
preCondition() - Method in class com.whitestein.lsps.stdlib.type.AchieveGoalHolder
Returns precondition of the goal.
preCondition() - Method in class com.whitestein.lsps.stdlib.type.PlanHolder
Returns condition of the plan.
preconditionSatisfied() - Method in class com.whitestein.lsps.engine.PlanHandler
Returns true if the plan precondition is satisfied.
preDeleteActions() - Method in class com.whitestein.lsps.modulemanager.entity.Process
This methods deletes some relations before deleting this object by hibernate.
prefixMappedProperties(String) - Method in class com.whitestein.lsps.hibernate.envers.internal.LspsMultipleIdMapper
 
preFlush(Iterator) - Method in class com.whitestein.lsps.engine.sharedrecord.DelegatingSharedRecordInterceptor
 
preMarshal(Marshaller) - Method in interface com.whitestein.lsps.common.jaxb.MarshalCallback

Callback method invoked before marshalling from source to XML.

preMarshal(Marshaller) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
prependIfMissing(String, CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Prepends the prefix to the start of the string if the string does not already start with any of the prefixes.
prependIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Prepends the prefix to the start of the string if the string does not already start, case insensitive, with any of the prefixes.
preRemoveModule(long) - Method in class com.whitestein.lsps.human.generation.DocumentPlugin
 
preRemoveModule(long) - Method in interface com.whitestein.lsps.modulemanager.ModelManagerPlugin
This method is called before a module is removed.
preRemoveModule(long) - Method in class com.whitestein.lsps.modulemanager.ModelPersisterPlugin
 
preRemoveModule(long) - Method in class com.whitestein.lsps.orgstructure.modulemanager.OrgModelPlugin
 
preUnmarshal(Unmarshaller, Object) - Method in interface com.whitestein.lsps.common.jaxb.UnmarshalCallback

Callback method invoked before unmarshalling into target.

preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SActivationCommand
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SContextFreeType
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SDateValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SDecimalValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SNullValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRangeValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SStringValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.STask
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.STypeValue
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SValueRef
 
preUnmarshal(Unmarshaller, Object) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
PREVIEW_FORM - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows preview form
previous() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the token previous to the last returned token.
previousIndex() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the index of the previous token.
previousToken() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the previous token from the String.
PrimaryKeyMetadata - Class in com.whitestein.lsps.common.ddl
JDBC index metadata
PrimitivesInputStream(InputStream) - Constructor for class com.whitestein.lsps.common.Serialization.PrimitivesInputStream
Creates new instance
primitivesToWrappers(Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Converts the specified array of primitive Class objects to an array of its corresponding wrapper Class objects.
primitiveToWrapper(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Converts the specified primitive Class object to its corresponding wrapper Class object.
printDependencyTree(Appendable) - Method in class com.whitestein.lsps.test.AssemblyDescriptor
Prints dependency tree into appendable.
printElapsedTime() - Method in class com.whitestein.lsps.common.StopWatch
Prints elapsed time since the start of this stop watch.
PrintOutCurrentTestRunListener - Class in com.whitestein.lsps.test
Print the name of the test which is running (to see order of all tests, successful, failed and skipped).
PrintOutCurrentTestRunListener() - Constructor for class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.BPMNInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.GOInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.InlineStartConditionInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
 
proceed(ProcessingType, Exception) - Method in class com.whitestein.lsps.engine.InlineStartErrorInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.InlineStartEscalationInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.InlineStartSignalInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.ModuleInterpreter
 
proceed(ProcessingType) - Method in interface com.whitestein.lsps.engine.ProcessInterpreter
Moves the process state by one step forward.
proceed(ProcessInstance, ProcessInterpreterContext, ProcessingType) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Moves the process state by one step forward.
proceed(ProcessInstance, ProcessDescription, ProcessInterpreterContext, ProcessingType) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Moves the process state by one step forward.
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.SignalIntermediateInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.SignalStartInterpreter
 
proceed(ProcessingType) - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
 
Process - Class in com.whitestein.lsps.modulemanager.entity
Entity representing a modeled process.
Process() - Constructor for class com.whitestein.lsps.modulemanager.entity.Process
Creates new instance.
Process(String, String, String) - Constructor for class com.whitestein.lsps.modulemanager.entity.Process
Creates new instance.
PROCESS_INSTANCE - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
ProcessInstance type.
PROCESS_LOG_MESSAGE_MAX_LENGTH - Static variable in class com.whitestein.lsps.engine.Constants
Maximum allowed length of the process log message (1000 characters).
PROCESS_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to process to-dos (submit, save, cancel)
ProcessAgent - Interface in com.whitestein.lsps.engine
 
ProcessAgentImpl - Class in com.whitestein.lsps.engine
Agent interpreting ProcessModel.
ProcessAgentImpl() - Constructor for class com.whitestein.lsps.engine.ProcessAgentImpl
Creates new instance.
ProcessAgentImpl(ModelInstanceDao, ModelProviderService, CommunicationService, ProcessLogDao, UnprocessedInputsService, SessionContext, TimerService) - Constructor for class com.whitestein.lsps.engine.ProcessAgentImpl
Creates new instance.
ProcessAgentMDB - Class in com.whitestein.lsps.engine
Message-drive bean for handling communication units.
ProcessAgentMDB() - Constructor for class com.whitestein.lsps.engine.ProcessAgentMDB
 
processArchive(ByteData, Map<String, String>) - Method in interface com.whitestein.lsps.engine.ejb.ModelManagementServiceLocal
Process archive represented by byte array.
processArchive(InputStream, Map<String, String>) - Method in class com.whitestein.lsps.modulemanager.ArchiveProcessor
Processes the given archive.
processArchive(ByteData, Map<String, String>) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
processBinaryData(String, String) - Method in class com.whitestein.lsps.xml.util.XmlTypesParser
Converts string of encoded binary data to BinaryHandle object.
processDataAsynchronously(Serializable) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
processDataAsynchronously(Serializable) - Method in interface com.whitestein.lsps.engine.AsynchronousExecutionTask
processDataAsynchronously(Serializable) - Method in class com.whitestein.lsps.wsclient.task.HttpClientTask
 
processDataAsynchronously(Serializable) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
ProcessDiagramJsonConverter - Class in com.whitestein.lsps.visualization.json
A converter for converting Diagram into a JSON string.
ProcessDiagramJsonConverter() - Constructor for class com.whitestein.lsps.visualization.json.ProcessDiagramJsonConverter
 
ProcessElement - Class in com.whitestein.lsps.modulemanager.entity
Entity representing a modeled process element.
ProcessElement() - Constructor for class com.whitestein.lsps.modulemanager.entity.ProcessElement
Creates new instance.
ProcessElement(String, String, String, ProcessElement) - Constructor for class com.whitestein.lsps.modulemanager.entity.ProcessElement
Creates new instance.
ProcessElement - Class in com.whitestein.lsps.visualization.dto
This class represents an element which can be defined in a rsource.
ProcessElement(String, ProcessElementType, ModuleResource) - Constructor for class com.whitestein.lsps.visualization.dto.ProcessElement
Creates a new process element with a given name and the element type.
ProcessElementType - Enum in com.whitestein.lsps.visualization.dto
Enumeration for process elements which can be visible in a diagram.F
processError(Exception) - Method in class com.whitestein.lsps.engine.WebServiceCaller
Process error which occured during the webservice call.
processExecutionResult(TaskContext, Serializable) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
processExecutionResult(TaskContext, Serializable) - Method in interface com.whitestein.lsps.engine.AsynchronousExecutionTask
This method is called after the asynchronous execution has been done
processExecutionResult(TaskContext, Serializable) - Method in class com.whitestein.lsps.wsclient.task.HttpClientTask
 
processExecutionResult(TaskContext, Serializable) - Method in class com.whitestein.lsps.wsclient.task.WsSoapCall
 
ProcessingType - Enum in com.whitestein.lsps.engine
Engine processing types.
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
processInput(TaskContext, Object) - Method in interface com.whitestein.lsps.engine.ExecutableTask
The method for processing the model instance input.
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.engine.TaskProxy
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.engine.tester.TestRollbackExceptionTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.human.task.HumanInteractionTask
Deprecated.
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.human.task.SendEmail
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.orgstructure.task.AddPersonToRole
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.orgstructure.task.RemovePersonFromRole
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.AddProcessLog
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.Assign
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.CreateModelInstance
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.DeactivateGoal
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.DeleteModelInstanceLogs
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.DeleteSharedRecords
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.Execute
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.Lock
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.NoOperationTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.ReactivateGoal
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.RemoveBinaryData
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.RepeatGoals
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.RunSQLTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.TerminateModelInstance
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.stdlib.task.Unlock
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.wsserver.task.RestRequestWaitpointTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.wsserver.task.RestResponseTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.wsserver.task.WsRequestWaitPointTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.wsserver.task.WsResponseTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.xml.task.ConvertToXmlTask
 
processInput(TaskContext, Object) - Method in class com.whitestein.lsps.xml.task.ParseXmlTask
 
ProcessInstance - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a process instance.
ProcessInstance() - Constructor for class com.whitestein.lsps.engine.dto.ProcessInstance
Creates new instance.
ProcessInstance(long, ProcessInstanceState, Context, Collection<ProcessInstance>, Goals) - Constructor for class com.whitestein.lsps.engine.dto.ProcessInstance
Creates new instance.
ProcessInstance - Class in com.whitestein.lsps.engine.state.xml
Entity representing a process instance.
ProcessInstance(ProcessInstanceParent, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.ProcessInstance
Creates new instance of ProcessInstance.
ProcessInstance(SProcessInstance, ProcessInstance, ModuleInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ProcessInstance
Creates a new instance from the serialized companion.
ProcessInstanceAdapter - Class in com.whitestein.lsps.stdlib.type
Adapter for process instance reflection type.
ProcessInstanceAdapter(ProcessInstanceHolder, ModelInstance, ExternalValue, ModelProvider) - Constructor for class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
Creates new instance.
ProcessInstanceHolder - Class in com.whitestein.lsps.stdlib.type
Holder representing a process instance.
ProcessInstanceHolder(ExternalValue, ModelProviderService, SharedRecordTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Creates new instance.
ProcessInstanceHolder(ModelInstance, ProcessInstance, ModelProviderService, SharedRecordTypeFactory) - Constructor for class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
Creates new instance.
ProcessInstanceParent - Interface in com.whitestein.lsps.engine.state.xml
Interface for an element that has child instances of ProcessInstance.
ProcessInstanceRemoteMIAdapter - Class in com.whitestein.lsps.stdlib.type
Adapter for process instance referenced from other model instance.
ProcessInstanceRemoteMIAdapter(ProcessInstanceHolder, ModelInstance, ExternalValue, ModelProviderService) - Constructor for class com.whitestein.lsps.stdlib.type.ProcessInstanceRemoteMIAdapter
Creates new instance.
ProcessInstanceState - Enum in com.whitestein.lsps.engine.dto
State of a process instance.
ProcessInstanceStateChange - Class in com.whitestein.lsps.engine.change
State change of a process instance.
ProcessInstanceStateChange(ProcessInstance, ProcessInstanceState, ProcessInstanceState, TerminationReason) - Constructor for class com.whitestein.lsps.engine.change.ProcessInstanceStateChange
Creates new instance.
ProcessInstanceThisMIAdapter - Class in com.whitestein.lsps.stdlib.type
Adapter for process instance referenced from parent model instance.
ProcessInstanceThisMIAdapter(ProcessInstanceHolder, ModelInstance, ExternalValue, ModelProvider) - Constructor for class com.whitestein.lsps.stdlib.type.ProcessInstanceThisMIAdapter
Creates new instance.
ProcessInterpreter - Interface in com.whitestein.lsps.engine
Interface for process interpreters.
ProcessInterpreterContext - Interface in com.whitestein.lsps.engine
 
ProcessInterpreters - Class in com.whitestein.lsps.engine
 
processLine(String, int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.SqlFileLinesReader
Parse and run next input line.
ProcessLog - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a process log.
ProcessLog() - Constructor for class com.whitestein.lsps.engine.dto.ProcessLog
Creates new instance.
ProcessLog(long, Long, Long, Long, long, String, String, String, LogEvent, long, Date, String, Long, Long, String, String, String, String, String) - Constructor for class com.whitestein.lsps.engine.dto.ProcessLog
Creates new instance.
ProcessLog - Class in com.whitestein.lsps.engine.state
Entity representing a process log.
ProcessLog() - Constructor for class com.whitestein.lsps.engine.state.ProcessLog
Creates new empty instance of ProcessLog.
ProcessLog(ModelInstanceEntity, ProcessInstance, Long, String, String, String, Date, LogEvent, TerminationReason, Long, Long, String, String, String, String) - Constructor for class com.whitestein.lsps.engine.state.ProcessLog
Creates new instance of ProcessLog.
ProcessLog(ModelInstanceEntity, Long, Long, Long, long, Long, String, String, String, Date, LogEvent, TerminationReason, Long, Long, String, String, String, String, String) - Constructor for class com.whitestein.lsps.engine.state.ProcessLog
Creates new instance of ProcessLog.
ProcessLog - Class in com.whitestein.lsps.engine.state.xml
Process log.
ProcessLog(ModelInstance, Long, Long, Long, String, String, LogEvent, long, Date, long, String, String, Long, Long, String, String, String, String, String) - Constructor for class com.whitestein.lsps.engine.state.xml.ProcessLog
Creates new instance.
ProcessLog(SProcessLog, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ProcessLog
Creates a new instance from the serialized companion.
ProcessLogDao - Interface in com.whitestein.lsps.engine.dao
Data access object used to store and retrieve ProcessLog
ProcessLogIndexComparator - Class in com.whitestein.lsps.engine.dto
A process log comparator that compares the process log by its indexes.
ProcessLogIndexComparator() - Constructor for class com.whitestein.lsps.engine.dto.ProcessLogIndexComparator
 
ProcessModel - Class in com.whitestein.lsps.visualization.dto
This class represents a process model definition.
ProcessModel(String, String, ModuleResource) - Constructor for class com.whitestein.lsps.visualization.dto.ProcessModel
Creates a new instance of this class.
ProcessRelationship - Class in com.whitestein.lsps.modulemanager.entity
Process element relationship.
ProcessRelationship() - Constructor for class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
Creates new instance.
ProcessRelationship(ProcessElement, ProcessElement, String, String) - Constructor for class com.whitestein.lsps.modulemanager.entity.ProcessRelationship
Creates new instance.
processReply(TaskContext, Object) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Process the data submitted by the user.
processReply(TaskContext, Object) - Method in class com.whitestein.lsps.human.task.UserTask
 
processSecondPasses(MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
Ugh! But we need this done beforeQuery we ask Envers to produce its entities.
ProcessService - Interface in com.whitestein.lsps.engine
Service for accessing and manipulating process execution information.
ProcessServiceBean - Class in com.whitestein.lsps.engine
Service for accessing process instances.
ProcessServiceBean() - Constructor for class com.whitestein.lsps.engine.ProcessServiceBean
Creates new instance.
ProcessServiceBean(ModelInstanceDao, ProcessLogDao, ModelProviderService, CommunicationService) - Constructor for class com.whitestein.lsps.engine.ProcessServiceBean
Creates new instance.
ProcessServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ProcessService.
ProcessServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for ProcessService.
ProcessUtils - Class in com.whitestein.lsps.engine
 
ProcessUtils(ModelProvider) - Constructor for class com.whitestein.lsps.engine.ProcessUtils
Creates new instance.
PROFILER_FACTORY_NAME - Static variable in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
A class name of ProfilerFactory.
ProfilerFactory - Class in com.whitestein.lsps.engine.profiler
A factory that creates ProfilerInterpreterStackTrace instances.
ProfilerFactory() - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerFactory
 
ProfilerInterpreterStackTrace - Class in com.whitestein.lsps.engine.profiler
 
ProfilerInterpreterStackTrace(InterpreterStackTraceElement) - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
Creates a new instance.
ProfilerNode - Class in com.whitestein.lsps.engine.profiler
 
ProfilerNode() - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerNode
 
ProfilerNode(long, String) - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerNode
 
ProfilerServiceBean - Class in com.whitestein.lsps.engine.profiler
 
ProfilerServiceBean() - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerServiceBean
 
ProfilerServiceLocal - Interface in com.whitestein.lsps.engine.profiler
 
ProfilerStore - Class in com.whitestein.lsps.engine.profiler
Stores profiler nodes.
ProfilerStore() - Constructor for class com.whitestein.lsps.engine.profiler.ProfilerStore
 
Property - Class in com.whitestein.lsps.lang.exec
The property object represents a declared property of a particular record type.
Property(RecordType, String) - Constructor for class com.whitestein.lsps.lang.exec.Property
Constructs a new property.
PROPERTY - Static variable in class com.whitestein.lsps.lang.type.SimpleType
PropertyType instance.
PROPERTY_FILENAME - Static variable in class com.whitestein.lsps.common.ServerProperties
server.properties file name
PROPERTY_LSPS_DEBUG - Static variable in class com.whitestein.lsps.engine.Constants
A name of the property which indicates whether the LSPS debugger should be enabled or disabled.
PROPERTY_LSPS_PROFILE - Static variable in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
Java property to activate LSPS profiler.
PROPERTY_PATH - Static variable in class com.whitestein.lsps.lang.type.SimpleType
PropertyExpression - Class in com.whitestein.lsps.lang.ast
Expression representing record property access.
PropertyExpression(ASTInfo, Expression, RecordType, String, boolean) - Constructor for class com.whitestein.lsps.lang.ast.PropertyExpression
Creates new instance of PropertyExpression.
PropertyExpression(ASTInfo, Expression, RecordType, String, Type, boolean) - Constructor for class com.whitestein.lsps.lang.ast.PropertyExpression
Creates new instance of PropertyExpression.
PropertyFunctions - Class in com.whitestein.lsps.stdlib.function
Property functions.
PropertyFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.PropertyFunctions
 
PropertyLiteralExpression - Class in com.whitestein.lsps.lang.ast
 
PropertyLiteralExpression(ASTInfo, RecordType, String) - Constructor for class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
PropertyLiteralExpression(ASTInfo, RecordType, List<String>) - Constructor for class com.whitestein.lsps.lang.ast.PropertyLiteralExpression
 
PropertyPath - Class in com.whitestein.lsps.lang.exec
 
PropertyPathType - Class in com.whitestein.lsps.lang.type
A type representing a path e.g.
PropertyPathValue - Class in com.whitestein.lsps.engine.dto.val
 
PropertyPathValue() - Constructor for class com.whitestein.lsps.engine.dto.val.PropertyPathValue
A constructor required by JAXB.
PropertyPathValue(RecordType, List<String>) - Constructor for class com.whitestein.lsps.engine.dto.val.PropertyPathValue
A public constructor for creation of a property path.
PropertyPathValue - Class in com.whitestein.lsps.engine.state.xml
 
PropertyPathValue(String, List<String>) - Constructor for class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
PropertyType - Class in com.whitestein.lsps.lang.type
A reflection type for record fields and associations.
PropertyValue - Class in com.whitestein.lsps.engine.dto.val
 
PropertyValue() - Constructor for class com.whitestein.lsps.engine.dto.val.PropertyValue
A constructor required by JAXB.
PropertyValue(String, RecordType) - Constructor for class com.whitestein.lsps.engine.dto.val.PropertyValue
A public constructor for creation of a property.
PropertyValue - Class in com.whitestein.lsps.engine.state.xml
 
PropertyValue(String, String) - Constructor for class com.whitestein.lsps.engine.state.xml.PropertyValue
 
provide(URI) - Method in class com.whitestein.lsps.visualization.DiagramProvider
Provides a diagram from the resource.
PROXY_SET - Static variable in class com.whitestein.lsps.human.Constants
 
purgeMappings(Collection<SignatureMapping>) - Static method in class com.whitestein.lsps.lang.signature.SignatureMappings
Returns a collection of signatures mappings with redundant signature mappings removed.
purgeMappings(Collection<SignatureMapping>, Collection<String>) - Static method in class com.whitestein.lsps.lang.signature.SignatureMappings
Returns a collection of signatures mappings with redundant signature mappings removed.
purgeMappingsFirstParam(Collection<SignatureMapping>) - Static method in class com.whitestein.lsps.lang.signature.SignatureMappings
Returns a collection of signatures mappings with redundant signature mappings removed, with respect only to the type of the first parameter.
push(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
push(InterpreterStackTraceElement) - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
push(InterpreterStackTraceElement) - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
pushToStack(Expression, Interpreter, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Push expression to the stack.
put(K, V) - Method in class com.whitestein.lsps.common.cache.SoftCache
Associates the specified value with the specified key in this cache.
put(String, String) - Method in class com.whitestein.lsps.common.StringProperties
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
put(String, Object) - Method in class com.whitestein.lsps.lang.exec.TypeBasedRecordMapView
 
putAll(Map<? extends String, ? extends String>) - Method in class com.whitestein.lsps.common.StringProperties
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends Object, ? extends Object>) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
putProperty(String, Object) - Method in class com.whitestein.lsps.visualization.DiagramNode
Puts a property.

Q

QID - Class in com.whitestein.lsps.lang.type
A qualified identifier.
QIDAst - Class in com.whitestein.lsps.lang.ast
 
QIDAst(ASTNode, QID) - Constructor for class com.whitestein.lsps.lang.ast.QIDAst
 
QUERY_FIND_ALL - Static variable in class com.whitestein.lsps.engine.state.Setting
Query name: finds all settings
QUERY_FIND_ALL - Static variable in class com.whitestein.lsps.license.License
 
QUERY_FIND_ALL_VALID - Static variable in class com.whitestein.lsps.license.License
 
QUERY_TODO - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the QueryTodo type.
queryAuditList(ExecutionContext, SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer, Long, List<AuditCriteria>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
queryAuditList(ExecutionContext, SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer, Long, List<AuditCriteria>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Dynamically creates query and executes it.
QueryExecutor - Class in com.whitestein.lsps.engine.sharedrecord
This class can execute queries given by the QuerySpecification.
QueryExecutor(ExecutionContext) - Constructor for class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Creates new instance.
QueryExecutor(ExecutionContext, InterpreterStackTrace) - Constructor for class com.whitestein.lsps.engine.sharedrecord.QueryExecutor
Creates new instance.
QueryFunctions - Interface in com.whitestein.lsps.stdlib.function
 
QueryFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
 
QueryFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.QueryFunctionsImpl
 
QueryGeneratorBuilder - Class in com.whitestein.lsps.hibernate.envers.internal
Builds query generators, for reading collection middle tables, along with any related entities.
queryList(ExecutionContext, Object, Collection<?>) - Method in interface com.whitestein.lsps.engine.NativeQueryService
Executes the given query and returns a list of results.
queryList(ExecutionContext, Object, Collection<?>) - Method in class com.whitestein.lsps.engine.NativeQueryServiceBean
 
queryList(ExecutionContext, Object, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
queryList(ExecutionContext, SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
queryList(ExecutionContext, ClosureHolder, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
queryList(ExecutionContext, Object, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL query specification and returns the result.
queryList(ExecutionContext, SharedRecordType, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Dynamically creates query and executes it.
queryList(ExecutionContext, ClosureHolder, String, Expression, List<QueryOrderingItem>, Integer, Integer) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Dynamically creates query and executes it.
queryRecordCount(ExecutionContext, ClosureHolder, String, String) - Method in class com.whitestein.lsps.human.DynamicQueriesBean
 
queryRecordList(ExecutionContext, ClosureHolder, Decimal, Decimal, String, String, List<QueryOrderingItem>) - Method in class com.whitestein.lsps.human.DynamicQueriesBean
 
QueryResult<E> - Class in com.whitestein.lsps.common.query
Immutable data object for support of paged results.
QueryResult(List<E>, long) - Constructor for class com.whitestein.lsps.common.query.QueryResult
Full constructor.
querySingle(ExecutionContext, Object, Collection<?>) - Method in interface com.whitestein.lsps.engine.NativeQueryService
Executes the given query and returns a result.
querySingle(ExecutionContext, Object, Collection<?>) - Method in class com.whitestein.lsps.engine.NativeQueryServiceBean
 
querySingle(ExecutionContext, Object, Collection<?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
querySingle(ExecutionContext, Object, Collection<?>) - Method in interface com.whitestein.lsps.engine.SharedRecordTypeFactory
Executes the given HQL query specification and returns the first result.
queryTodoType - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
 
quoteMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the single or double quote character.

R

radioButtonList() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a radio button list.
random() - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns a pseudorandom, uniformly distributed decimal value between 0.0 (inclusive) and 1.0 (exclusive).
random(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns a pseudorandom, uniformly distributed decimal value between 0 (inclusive) and the upperBound (exclusive).
RangeHolder - Class in com.whitestein.lsps.lang.exec
Mock range holder.
RangeHolder(long, long) - Constructor for class com.whitestein.lsps.lang.exec.RangeHolder
Creates new instance of RangeHolder.
RangeOperation - Enum in com.whitestein.lsps.lang.operation
Range operation: 1..5 = [1,2,3,4,5]
RangeValue - Class in com.whitestein.lsps.engine.state.xml
Range value (e.g.
RangeValue(long, long) - Constructor for class com.whitestein.lsps.engine.state.xml.RangeValue
Constructs a new range.
reactivateGoal(long, String, ExecutionContext, boolean) - Static method in class com.whitestein.lsps.engine.ActivationUtil
Reactivates given goal if not null and if it can be activated.
ReactivateGoal - Class in com.whitestein.lsps.stdlib.task
This task performs reactivation of goals.
ReactivateGoal() - Constructor for class com.whitestein.lsps.stdlib.task.ReactivateGoal
 
reactivateGoal(String) - Method in class com.whitestein.lsps.test.ModelInstance
 
read() - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditedPropertiesReader
 
READ_ALL_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to read all to-do data.
READ_BINARY - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to read binary data.
READ_LICENSE - Static variable in class com.whitestein.lsps.common.CommonRights
Security right that allows to read information about licenses.
READ_LOGS - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to read logs.
READ_MODEL - Static variable in interface com.whitestein.lsps.engine.ejb.ModelManagementServiceLocal
Security right that allows to read models.
READ_MODEL - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to read models.
READ_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to read information about a model instance (context variables, task states, logs).
READ_ONLY_ACCESS_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when writing to a read only variable or record
READ_OWN_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to read own to-do data.
READ_PERSON - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allows to read information about person.
READ_ROLE - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allow to add or update role names.
READ_ROLLBACK_INFO - Static variable in class com.whitestein.lsps.engine.EngineRights
Right required to read a RollbackInfo object.
READ_SECURITY_ROLE - Static variable in class com.whitestein.lsps.os.OsRights
Security right that allows to read security roles
READ_TODO_ASSIGNEES - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to read to-do assignees and rejection data.
readFrom(Readable) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
If possible, reads chars from the provided Readable directly into underlying character buffer without making extra copies.
readFully(Reader) - Static method in class com.whitestein.lsps.common.IO
Reads all characters from given reader and returns them as a string.
ReadOnlyRecordHolder - Class in com.whitestein.lsps.engine.lang
Read only record holder.
ReadOnlyRecordHolder(ModelProvider, ModelInstance, RecordHolder) - Constructor for class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
Creates new instance.
ReadOnlyRecordHolder(ModelProvider, ModelInstance, RecordHolder, ReadOnlyRecordValue) - Constructor for class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
Creates new instance.
readOnlyRecordInTheLevel(String, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns read only record that corresponds to the record on the specified level.
ReadOnlyRecordValue - Class in com.whitestein.lsps.engine.state.xml
Read only record value object.
ReadOnlyRecordValue(long, ModelInstance, ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
Creates new instance.
ReadOnlyRecordValue(ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
Creates new instance.
ReadOnlyRecordValue(SReadOnlyRecordValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
Creates a new instance from the serialized companion.
ReadOnlyRecordValue(ReadOnlyRecordValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
ReadonlyVariable - Class in com.whitestein.lsps.engine.state.xml
Read-only variable.
ReadonlyVariable(SVariable, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
Creates a new instance from the serialized companion.
readUserTrack(String) - Method in class com.whitestein.lsps.activeuser.ActiveUserCache
 
ready() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get READY state name
ready() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
reassign(long, PerformerList) - Method in interface com.whitestein.lsps.human.TodoService
Reassigns todo to new performers.
reassign(long, PerformerList) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
REASSIGN_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to reassign to-do to new performers.
reassignTodo(ExecutionContext, RecordHolder, SetHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Changes the set of performers of the specified todo.
reassignTodo(ExecutionContext, RecordHolder, SetHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
reassignTodo(long, Set<Performer>) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Context
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Escalation
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.GOElement
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
rebind(ModelInstance) - Method in interface com.whitestein.lsps.engine.state.xml.ModelInstanceAware
Re-bind to the provided model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Re-binds to a model instance.
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Task
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Token
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
 
rebind(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
Re-binds to a model instance.
rebuildConfiguration(Map<Module, ProcessModel>, Set<ProcessModel>) - Method in interface com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationService
Rebuild singleton hibernate configuration for all modules currently loaded into the memory.
rebuildConfiguration(Map<Module, ProcessModel>, Set<ProcessModel>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationServiceBean
 
record(ProfilerNode, DirectedGraph<ProfilerNode>) - Method in class com.whitestein.lsps.engine.profiler.ProfilerInterpreterStackTrace
 
record(T, DirectedGraph<T>) - Method in class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
record(TimerElement, DirectedGraph<TimerElement>) - Method in class com.whitestein.lsps.lang.timer.TimerInterpreterStackTrace
 
RECORD - Static variable in class com.whitestein.lsps.lang.type.SimpleType
RecordBaseType instance.
RECORD_NOT_FOUND_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Record not found error.
RECORD_PROXY_SET - Static variable in class com.whitestein.lsps.stdlib.type.CoreTypes
RecordProxySet type
RECORD_SUPERCLASS - Static variable in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
RECORD_TYPE_WITH_EXTERNAL_PROVIDER - Static variable in class com.whitestein.lsps.lang.type.ExternalRecordType
Type with external provider.
RecordAssociation - Class in com.whitestein.lsps.lang.type
Shared record association.
RecordAssociation(RecordField, RecordAssociation.Multiplicity, boolean, RecordType, RecordField, RecordAssociation.Multiplicity, boolean, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.type.RecordAssociation
Creates new instance.
RecordAssociation.Multiplicity - Enum in com.whitestein.lsps.lang.type
Relationship type.
RecordAssociationExtension - Interface in com.whitestein.lsps.lang.type
 
RecordBaseType - Class in com.whitestein.lsps.lang.type
This represents an Record type which a common supertype for all declared record types.
RecordChange - Class in com.whitestein.lsps.engine.change
Change of a field in record value.
RecordChange(Object, String, Object) - Constructor for class com.whitestein.lsps.engine.change.RecordChange
Constructor.
RecordChangeProxy - Interface in com.whitestein.lsps.engine.state.xml
Objects represents record (e.g.
RecordChangeProxyMerger - Class in com.whitestein.lsps.engine.lang
Merger of record change proxy.
RecordChangeProxyMerger() - Constructor for class com.whitestein.lsps.engine.lang.RecordChangeProxyMerger
 
RecordCompiler - Class in com.whitestein.lsps.engine.lang.compiled
Compiler of java record types.
RecordConstructorExpression - Class in com.whitestein.lsps.lang.ast
 
RecordConstructorExpression(ASTInfo, RecordType, FunctionSignature, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.RecordConstructorExpression
Constructs a new record constructor expression.
RecordContext - Class in com.whitestein.lsps.engine.state.xml
Record context.
RecordContext(long, ModelInstance, Context, String, CommonRecordValue, String, long, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordContext
 
RecordContext(SContext, Context, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordContext
Creates a new instance from the serialized companion.
RecordContext(RecordContext, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordContext
 
RecordEntityAdapter - Class in com.whitestein.lsps.engine.lang
Adapter of record entity.
RecordEntityAdapter(RecordHolderBase<? extends ComplexValue>) - Constructor for class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Creates new instance.
RecordEntityAdapter() - Constructor for class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Creates new instance.
RecordExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a record.
RecordExpression(ASTInfo, RecordType, Map<String, Expression>) - Constructor for class com.whitestein.lsps.lang.ast.RecordExpression
Creates new instance of RecordExpression.
RecordField - Class in com.whitestein.lsps.lang.type
Representation of a record field.
RecordField(String, Type, Map<String, String>, RecordFieldXmlMapping, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.type.RecordField
 
RecordField(String, Type, Visibility, Map<String, String>, RecordFieldXmlMapping, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.type.RecordField
Constructs a record field.
RecordField(String, Type, Visibility) - Constructor for class com.whitestein.lsps.lang.type.RecordField
Constructs a record field with a given visibility, no metadata, no XML mapping, read/write and not used for equals.
RecordField(String, Type) - Constructor for class com.whitestein.lsps.lang.type.RecordField
Constructs a public record field with no metadata, no XML mapping, read/write and not used for equals.
RecordField(String, Type, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.type.RecordField
 
RecordFieldExtension - Interface in com.whitestein.lsps.lang.type
 
RecordFieldXmlMapping - Class in com.whitestein.lsps.lang.type.xml
Contains xml mapping information for associated record field.
RecordFieldXmlMapping(String, String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.type.xml.RecordFieldXmlMapping
 
RecordFlag - Enum in com.whitestein.lsps.lang.type
 
RecordHolder - Interface in com.whitestein.lsps.lang.exec
All objects of the type RecordType must implement this interface.
RecordHolderBase<T extends ComplexValue> - Class in com.whitestein.lsps.engine.lang
Base class for all RecordHolder implementations.
RecordHolderBase(T, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.RecordHolderBase
Creates new instance of RecordHolderBase.
RecordingElement - Interface in com.whitestein.lsps.lang.timer
 
RecordingInterpreterStackTrace<T extends RecordingElement> - Class in com.whitestein.lsps.lang.timer
 
RecordingInterpreterStackTrace(InterpreterStackTraceElement) - Constructor for class com.whitestein.lsps.lang.timer.RecordingInterpreterStackTrace
 
RecordNamespace - Class in com.whitestein.lsps.engine.lang
Namespace for record/
RecordNamespace(ModelProvider, Namespace, RecordHolder) - Constructor for class com.whitestein.lsps.engine.lang.RecordNamespace
Creates new instance.
RecordProperty - Interface in com.whitestein.lsps.lang.type
Represents a record property (field or association).
RecordPropertyExtension - Interface in com.whitestein.lsps.lang.type
 
RecordProxySet - Class in com.whitestein.lsps.engine.lang
Implementation of functionality of RecorProxySet
RecordProxySet() - Constructor for class com.whitestein.lsps.engine.lang.RecordProxySet
 
RecordProxySetHolder - Class in com.whitestein.lsps.engine.lang
Holder for record proxy set.
RecordProxySetHolder(RecordProxySetValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
RecordProxySetNamespace - Class in com.whitestein.lsps.engine.lang
 
RecordProxySetNamespace(ModelProvider, Namespace, RecordHolder) - Constructor for class com.whitestein.lsps.engine.lang.RecordProxySetNamespace
 
RecordProxySetValue - Class in com.whitestein.lsps.engine.state.xml
Value for record proxy set.
RecordProxySetValue(long, ModelInstance, Value, Set<Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
RecordProxySetValue(SRecordProxySet, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
RecordType - Class in com.whitestein.lsps.lang.type
Type representing a record.
RecordType(String, String) - Constructor for class com.whitestein.lsps.lang.type.RecordType
Constructor
RecordType(String, String, RecordType) - Constructor for class com.whitestein.lsps.lang.type.RecordType
Constructor
RecordType(String, String, RecordType, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.type.RecordType
Constructor
RecordType(String, String, RecordType, Collection<InterfaceType>, Map<String, String>, RecordXmlMapping, Collection<RecordFlag>) - Constructor for class com.whitestein.lsps.lang.type.RecordType
Creates a record type.
RecordTypeExtension - Interface in com.whitestein.lsps.lang.type
 
recordUserAccess(String) - Method in class com.whitestein.lsps.activeuser.ActiveUserServiceBean
 
RecordValidator - Class in com.whitestein.lsps.engine.validation
A helper class for validating records.
RecordValidator(ExecutionContext) - Constructor for class com.whitestein.lsps.engine.validation.RecordValidator
Creates a record validator.
RecordValue - Class in com.whitestein.lsps.engine.dto.val
A set value.
RecordValue() - Constructor for class com.whitestein.lsps.engine.dto.val.RecordValue
Creates new instance.
RecordValue(RecordType) - Constructor for class com.whitestein.lsps.engine.dto.val.RecordValue
Creates new instance using the given type.
RecordValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing a record.
RecordValue(SRecordValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates a new instance from the serialized companion.
RecordValue(long, ModelInstance, String, RecordType, Map<String, ? extends Value>, String, long, ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates new instance of RecordValue.
RecordValue(long, ModelInstance, String, RecordType, Map<String, ? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates new instance of RecordValue.
RecordValue(ModelInstance, String, RecordType, Map<String, ? extends Value>, String, long, ComplexValue) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates new instance of RecordValue.
RecordValue(ModelInstance, String, RecordType, Map<String, ? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates new instance of RecordValue.
RecordValue(RecordChangeProxy, RecordProxySetValue, boolean) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates change proxy on record value.
RecordValue(ModelInstance, ExternalRecordType, RecordProxySetValue, boolean) - Constructor for class com.whitestein.lsps.engine.state.xml.RecordValue
Creates change proxy on non-created external value and adds it provided proxy set.
RecordValueConverterProvider - Class in com.whitestein.lsps.json.impl
A value converter provider which should be used to obtain converters when a complex conversion is necessary including Map<Object, Object> and record types.
RecordValueConverterProvider() - Constructor for class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
RecordValueItem - Class in com.whitestein.lsps.engine.dto.val
Record value item.
RecordValueItem() - Constructor for class com.whitestein.lsps.engine.dto.val.RecordValueItem
Creates new instance.
RecordWrapper - Class in com.whitestein.lsps.lang
A record wrapper used as a common superclass for generated Java record wrappers.
RecordWrapper() - Constructor for class com.whitestein.lsps.lang.RecordWrapper
Creates a new record wrapper instance.
RecordWrapper(RecordHolder) - Constructor for class com.whitestein.lsps.lang.RecordWrapper
Creates a new record wrapper instance.
RecordWrapper(HolderFactory) - Constructor for class com.whitestein.lsps.lang.RecordWrapper
Creates a new record wrapper along with the underlying record.
RecordWrapperFactory - Interface in com.whitestein.lsps.lang
A factory that creates record wrappers.
RecordWrapperModuleFactory - Interface in com.whitestein.lsps.lang
A factory that creates record wrappers.
RecordXmlMapping - Class in com.whitestein.lsps.lang.type.xml
Contains xml mapping information for associated record type.
RecordXmlMapping(String, String, String, boolean, List<String>) - Constructor for class com.whitestein.lsps.lang.type.xml.RecordXmlMapping
 
recoverFromMismatchedToken(IntStream, int, BitSet) - Method in class com.whitestein.lsps.lang.parser.antlr.ANTLRLangParserBase
 
RecursiveDescentRolesResolver - Class in com.whitestein.lsps.orgstructure.model.resolver
Implements recursive descent resolver of roles.
RecursiveDescentRolesResolver() - Constructor for class com.whitestein.lsps.orgstructure.model.resolver.RecursiveDescentRolesResolver
 
reduce() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Reduce the fraction to the smallest values for the numerator and denominator, returning the result.
Reference<T> - Class in com.whitestein.lsps.engine.dto
Representation of reference in custom GUI.
Reference(long, Long, String) - Constructor for class com.whitestein.lsps.engine.dto.Reference
Creates new instance.
reference(ClosureOrigin) - Static method in class com.whitestein.lsps.lang.OriginSignature
 
REFERENCE_NOT_FOUND_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Referenced value not found error.
REFERENCE_OP - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
A reference operator.
ReferenceAndValue<T> - Class in com.whitestein.lsps.human.custom
Convenient class that holds Reference and java value pair.
ReferenceAndValue(Reference<T>, T) - Constructor for class com.whitestein.lsps.human.custom.ReferenceAndValue
Creates new instance.
ReferencedOperation - Interface in com.whitestein.lsps.lang.operation
Operation with id that can be referenced in expression compiled to java.
ReferenceExpression - Class in com.whitestein.lsps.lang.ast
 
ReferenceExpression(ASTInfo, AssignableExpression, boolean) - Constructor for class com.whitestein.lsps.lang.ast.ReferenceExpression
 
ReferenceExpressionHolder - Class in com.whitestein.lsps.lang
ReferenceExpressionHolder(Namespace, ReferenceType, ReferenceExpression, List<Property>, ClosureOrigin) - Constructor for class com.whitestein.lsps.lang.ReferenceExpressionHolder
Creates new instance of ReferenceExpressionHolder.
ReferenceExpressionValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing a reference expression.
ReferenceExpressionValue(ReferenceExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
 
ReferenceExpressionValue(SExpressionValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
Creates a new instance from the serialized companion.
ReferenceExpressionValue(long, ModelInstance, String, ContextValue, String, ReferenceExpression, long, List<PropertyValue>, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
Creates a new instance.
ReferenceExpressionValue(long, ModelInstance, String, Context, String, ReferenceExpression, List<PropertyValue>, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
Creates a new base level instance.
ReferenceExpressionValue(ModelInstance, String, Context, ReferenceExpression, List<PropertyValue>, ClosureOrigin) - Constructor for class com.whitestein.lsps.engine.state.xml.ReferenceExpressionValue
Creates a new base level instance.
ReferenceHolder - Interface in com.whitestein.lsps.lang.exec
All objects of the type ReferenceType must implement this interface.
ReferenceType - Class in com.whitestein.lsps.lang.type
This type references value stored in variable, either directly, or inside container or record.
ReferenceType(Type) - Constructor for class com.whitestein.lsps.lang.type.ReferenceType
Creates a new ReferenceType referring the provided type.
ReferenceValue - Class in com.whitestein.lsps.engine.dto.val
A closure value.
ReferenceValue() - Constructor for class com.whitestein.lsps.engine.dto.val.ReferenceValue
Creates new instance.
reflectionAppend(Object, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Tests if two objects by using reflection.
reflectionAppendArray(Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Append to the toString an Object array.
reflectionAppendArrayDetail(StringBuffer, String, Object) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Append to the toString the detail of an array type.
reflectionCompare(Object, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, Collection<String>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionCompare(Object, Object, boolean, Class<?>, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Compares two Objects via reflection.
reflectionEquals(Object, Object, Collection<String>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class<?>, boolean, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
This method uses reflection to determine if the two Objects are equal.
ReflectionFunctions - Interface in com.whitestein.lsps.stdlib.function
 
ReflectionFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
Functions for reflection types.
ReflectionFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
Creates new instance.
ReflectionFunctionsImpl(ModelManagementDao, ModelInstanceDao, CoreTypeFactory, CommunicationService) - Constructor for class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
Creates new instance.
reflectionHashCode(int, int, Object) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(int, int, Object, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(int, int, T, boolean, Class<? super T>, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, Collection<String>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionHashCode(Object, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Uses reflection to build a valid hash code from the fields of object.
reflectionToString(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(Object, ToStringStyle) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(Object, ToStringStyle, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
reflectionToString(T, ToStringStyle, boolean, Class<? super T>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Uses ReflectionToStringBuilder to generate a toString for the specified object.
ReflectionToStringBuilder - Class in com.whitestein.lsps.common.hack.lang3.builder
Assists in implementing Object.toString() methods using reflection.
ReflectionToStringBuilder(Object) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(T, ToStringStyle, StringBuffer, Class<? super T>, boolean, boolean) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Constructor.
ReflectionToStringBuilder(T, ToStringStyle, StringBuffer, Class<? super T>, boolean, boolean, boolean) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Constructor.
ReflectionUtil - Class in com.whitestein.lsps.common
Provides utility functions for use with java reflection.
ReflectionUtil() - Constructor for class com.whitestein.lsps.common.ReflectionUtil
 
refresh() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
refresh() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Refresh of the entity.
refresh() - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
refresh() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
refresh() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
refresh(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Refresh components
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
refreshDirectReferences() - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Re-set references to elements from the same model instance.
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
refreshDirectReferences() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
refreshDirectReferences(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
RegExUtils - Class in com.whitestein.lsps.common.hack.lang3
Helpers to process Strings using regular expressions.
RegExUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.RegExUtils
 
registerAllNotifications() - Method in interface com.whitestein.lsps.engine.ejb.SharedRecordNotifier
Registers all waitings for shared record change.
registerAllNotifications() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
registerChanged(String) - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Registers a change notification.
registerCustomComponents() - Method in class com.whitestein.lsps.tools.ejb.LspsComponentServiceBean
Registers custom components.
registerEnumeration(EnumerationType) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
registerEnumeration(EnumerationType) - Method in interface com.whitestein.lsps.lang.module.Module
Registers an enumeration type.
registerInJMX() - Method in class com.whitestein.lsps.engine.HealthCheck
 
registerInterfaceType(InterfaceType) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
registerInterfaceType(InterfaceType) - Method in interface com.whitestein.lsps.lang.module.Module
Registers given interface type, that is declared in this Module
registerLspsComponents(ComponentServiceBase) - Method in class com.whitestein.lsps.tools.ejb.LspsComponentServiceBean
 
registerModule(long, String, boolean, ProcessModel) - Method in enum com.whitestein.lsps.engine.ModelCache
Registers process model.
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
registerNotification(Date) - Method in interface com.whitestein.lsps.engine.ProcessInterpreterContext
Registers new notification.
registerRecordType(RecordType) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
registerRecordType(RecordType) - Method in interface com.whitestein.lsps.lang.module.Module
Registers given record type, that is declared in this Module
registerSharedRecordPlugins(ComponentServiceBase) - Method in class com.whitestein.lsps.tools.ejb.LspsComponentServiceBean
Registers shared record plugins
registerWaitingFor(String) - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Registers a waiting-for notification.
registerWaitingForSharedRecordChange(String) - Method in class com.whitestein.lsps.engine.ModelInstanceRuntimeData
Registers waiting for change of a shared record field.
reject(Person, String) - Method in class com.whitestein.lsps.test.Todo
 
REJECT_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows user to reject a to-do.
rejectAnyTodoForPerson(long, String, String, boolean) - Method in interface com.whitestein.lsps.human.TodoService
Rejects a to-do specified by its ID by a user, with some reason.
rejectAnyTodoForPerson(long, String, String, boolean) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
REJECTED_BY_PERSON_COUNT - Static variable in class com.whitestein.lsps.human.entity.TodoRejection
Query name.
rejectTodo(ExecutionContext, RecordHolder, SetHolder, String) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Reject todo for all specified persons.
rejectTodo(ExecutionContext, RecordHolder, SetHolder, String) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
rejectTodo(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Rejects a to-do specified by its ID by a user that is currently logged in, with some reason.
rejectTodo(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
rejectTodoForPerson(long, String, String) - Method in interface com.whitestein.lsps.human.TodoService
Rejects a to-do specified by its ID by a user, with some reason.
rejectTodoForPerson(long, String, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
release(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
RELEASE_VERSION - Static variable in class com.whitestein.lsps.test.TestModelRepository
The LSPS release version.
releaseLock(String) - Method in interface com.whitestein.lsps.engine.LockService
Release lock with the given lock name.
releaseLock(String) - Method in class com.whitestein.lsps.stdlib.LockServiceBean
 
reload() - Method in class com.whitestein.lsps.test.Todo
 
reloadChangedRecordVersions(ModelInstance) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Resets version of versioned higher level shared records.
reloadChangedRecordVersions(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
reloadIfNeeded() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Reloads entity.
reloadIfNeeded() - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
reloadIfNeeded() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
reloadIfNeeded() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
remainder(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this % divisor).
remove(int) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
remove(Object) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
remove(T[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(boolean[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(byte[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(char[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(double[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(float[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(long[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(short[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the element at the specified position from the specified array.
remove(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes all occurrences of a substring from within the source string.
remove(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes all occurrences of a character from within the source string.
remove() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Unsupported ListIterator operation.
remove(Object) - Method in class com.whitestein.lsps.common.StringProperties
Removes the mapping for a key from this map if it is present.
remove(boolean) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
remove() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Removes the Hibernate entity.
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
 
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Remove this entity/holder and if isCascaded is true cascade remove to all entities in related compositions.
remove(boolean) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
remove(ModelInstanceEntity) - Method in class com.whitestein.lsps.engine.ModelInstanceTransactionStack
Removes model instance form stack.
remove(boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
remove() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Set this value to removed.
remove() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Set this value to removed.
remove(TodoRejection) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
remove(TodoPerformer) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
remove(TodoRejection) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Removes todo-rejection from the persistent store.
remove(TodoPerformer) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Removes todo performer.
remove() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
remove(int) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
remove(Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
remove(Object) - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
remove(boolean) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
remove(Object) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
remove() - Method in interface com.whitestein.lsps.lang.exec.Namespace
INTERNAL API.
remove(boolean) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Removes record.
remove(ProcessRelationship) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
remove(ProcessRelationship) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
 
remove(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
 
remove(Right) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaSecurityRoleDao
 
remove(Right) - Method in interface com.whitestein.lsps.orgstructure.dao.SecurityRoleDao
Removes a security right.
remove(ExecutionContext, ListHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by removing first occurrences of the elements from the list.
remove(ExecutionContext, SetHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by removing first occurrences of the elements from the set.
remove(ExecutionContext, CollectionHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by removing first occurrences of the elements from the collection.
REMOVE_ROLLBACK_INFO - Static variable in class com.whitestein.lsps.engine.EngineRights
Right required to remove a RollbackInfo.
REMOVE_SIGNAL_FROM_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to remove a signal from a running model instance.
removeAddedFromOldParents(RecordAssociation, RecordAssociation, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
removeAddedFromOldParents(RecordAssociation, RecordAssociation, RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Removes entity/holder added to this recod's association from opld parent.
removeAddedFromOldParents(RecordAssociation, RecordAssociation, RecordHolder) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
removeAddedFromOldParents(RecordAssociation, RecordAssociation, RecordHolder) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
removeAddedFromOldParents(RecordAssociation, RecordAssociation, RecordHolder) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
removeAll(Collection<?>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
removeAll(T[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(byte[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(short[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(int[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(char[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(long[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(float[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(double[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(boolean[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the elements at the specified positions from the specified array.
removeAll(String, Pattern) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Removes each substring of the text String that matches the given regular expression pattern.
removeAll(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Removes each substring of the text String that matches the given regular expression.
removeAll(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
removeAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
removeAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
removeAll(ExecutionContext, ListHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by removing all occurrences of the elements from the list.
removeAll(ExecutionContext, SetHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by removing all occurrences of the elements from the set.
removeAll(ExecutionContext, CollectionHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by removing all occurrences of the elements from the collection.
removeAll(ExecutionContext, ListHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
removeAll(ExecutionContext, SetHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
removeAll(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Remove all childs of VerticalLayout, HorizontalLayout or FormLayout
removeAllDeleted() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
removeAllDeleted() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
removeAllFormPreviewModelInstances() - Method in interface com.whitestein.lsps.engine.ProcessService
Removes all model instances created by form preview.
removeAllFormPreviewModelInstances() - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
removeAllOccurences(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified boolean array.
removeAllOccurences(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified char array.
removeAllOccurences(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified byte array.
removeAllOccurences(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified short array.
removeAllOccurences(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified int array.
removeAllOccurences(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified long array.
removeAllOccurences(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified float array.
removeAllOccurences(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified double array.
removeAllOccurences(T[], T) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the occurrences of the specified element from the specified array.
removeAllProcessInstances() - Method in class com.whitestein.lsps.engine.state.xml.Token
Removes all process instances.
removeAllRoles() - Method in class com.whitestein.lsps.test.Person
Removes all roles.
removeAllSubstitutes() - Method in class com.whitestein.lsps.test.Person
Removes all substitutes.
removeAllTokens() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Removes all tokens.
removeAndDestroy(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Remove and destroy what component.
removeAt(ExecutionContext, ListHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by removing an element of the list from the position specified by index.
removeAt(ExecutionContext, SetHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by removing an element of the set from the position specified by index.
removeAt(ExecutionContext, CollectionHolder, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by removing an element of the collection from the position specified by index.
RemoveBinaryData - Class in com.whitestein.lsps.stdlib.task
Task responsible for removing a file stored as binary data from database.
RemoveBinaryData() - Constructor for class com.whitestein.lsps.stdlib.task.RemoveBinaryData
 
removeChangeListener(ChangeListener) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes change listener.
removeChangeListeners(Class<T>) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Remove all listeners of specified class.
removeChangeListeners() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes all change listeners.
removeChildContext(Context) - Method in class com.whitestein.lsps.engine.state.xml.Context
Removes a child context.
removed() - Method in class com.whitestein.lsps.common.collections.Diff
Returns the set of elements that are present in the first set, but are missing in the second set (they need to be removed from the first set).
removeDataFromLevelAndSublevels(ModelInstance, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Removes all entities that belongs to the evaluation level and its sub-levels.
removeDataOfEvaluationLevel(ModelInstance, String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Removes all entities that belongs to the evaluation level.
removeDetail(PersonDetail) - Method in class com.whitestein.lsps.orgstructure.dao.jpa.JpaPersonDao
 
removeDetail(PersonDetail) - Method in interface com.whitestein.lsps.orgstructure.dao.PersonDao
Removes a person detail.
removeDetail(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Removes the detail identified by given detailName and returns the PersonDetail instance (JPA entity) that has just been removed.
removeEdge(Edge<V>) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Removes given edge from this graph.
removeEdges(Collection<Edge<V>>) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Removes all given edges from this graph.
removeElement(T[], Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(char[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElement(short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes the first occurrence of the specified element from the specified array.
removeElements(T[], T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(byte[], byte...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(short[], short...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(int[], int...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(char[], char...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(long[], long...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(float[], float...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(double[], double...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeElements(boolean[], boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Removes occurrences of specified elements, in specified quantities, from the specified array.
removeEnd(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes a substring only if it is at the end of a source string, otherwise returns the source string.
removeEndIgnoreCase(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitive removal of a substring if it is at the end of a source string, otherwise returns the source string.
removeEntity(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Removes an entity.
removeEntity(Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Removes entity.
removeEntity(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
removeEntity(Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
removeEntity(EvaluationLevelAware) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance.BaseLevelIdMap
 
removeEntity(Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
removeEntityHolder(Object) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes entity -holder pair
removeEscalation(Escalation) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes the escalation from this model instance.
removeEvaluationLevelData(long, String) - Method in interface com.whitestein.lsps.tools.TestSupportService
Removes evaluation data of the specified level.
removeEvaluationLevelData(long, String) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
removeEvaluationLevelDataDetached(byte[], String) - Method in interface com.whitestein.lsps.tools.TestSupportService
Removes evaluation data of the specified level.
removeEvaluationLevelDataDetached(byte[], String) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
removeExternalRecordListener(ExternalRecordListener) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes an external record listener.
removeFirst(String, Pattern) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Removes the first substring of the text string that matches the given regular expression pattern.
removeFirst(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Removes the first substring of the text string that matches the given regular expression.
removeFirst(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
removeFirst() - Method in class com.whitestein.lsps.lang.type.QID
Removes the first segment of this qualified identifier.
removeFirstCommand() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Removes and returns the first command.
removeFromAllAssociations(Set<ExternalRecordAssociation>) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Removes this entity from all association.
removeFromAllAssociations(Set<ExternalRecordAssociation>) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
removeFromAllAssociations(Set<ExternalRecordAssociation>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
removeFromAllAssociations(Set<ExternalRecordAssociation>) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
removeFromCacheNonsharedAssociation(String) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Removes from the nonshared association cache.
removeFromProxySet(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Remove the record from the proxySet the record is included in.
removeFromProxySet(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
removeFromSelection(String) - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
Removes element text from the selection
removeIf(Predicate<? super E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
removeIgnoreCase(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitive removal of all occurrences of a substring from within the source string.
removeInputAt(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Removes the input parameter at the given index.
removeInputAt(HolderFactory, int) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
removeInputEntryAt(HolderFactory, int) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
removeKey(ExecutionContext, MapHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created by removing the specified key (and its corresponding value) from the map.
removeKeys(ExecutionContext, MapHolder, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created by removing the specified keys (and the corresponding values) from the map.
removeLast() - Method in class com.whitestein.lsps.lang.type.QID
Removes the last segment of this qualified identifier.
removeLastFieldSeparator(StringBuffer) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Remove the last field separator from the buffer.
removeLogs(ModelInstanceLogs...) - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Removes logs.
removeModel(long) - Method in enum com.whitestein.lsps.stdlib.dmn.DmnCache
Removes all cache entries belonging to the given model.
removeModule(long) - Method in enum com.whitestein.lsps.engine.ModelCache
Remove process model.
removeModuleImport(Module) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Removes a module import.
removeModuleInstance(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes a module instance.
removeNullObjects(Collection<T>) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Removes null objects.
removeOutputAt(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.dmn.DmnFunctionsImpl
Removes the output parameter at the given index.
removeOutputAt(HolderFactory, int) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
removeOutputEntryAt(HolderFactory, int) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
removePattern(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Removes each substring of the source String that matches the given regular expression using the DOTALL option.
removePattern(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
removePerformer(TodoPerformer) - Method in class com.whitestein.lsps.human.entity.Todo
Removes a performer.
removePersonFromRole(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Remove person from role.
removePersonFromRole(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
removePersonFromRole(ExecutionContext, PersonManagementServiceLocal, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.PersonRoleUtils
Remove person from role.
RemovePersonFromRole - Class in com.whitestein.lsps.orgstructure.task
This task removes the person from the role
RemovePersonFromRole() - Constructor for class com.whitestein.lsps.orgstructure.task.RemovePersonFromRole
Creates new instance.
RemovePersonFromRole(PersonManagementServiceLocal) - Constructor for class com.whitestein.lsps.orgstructure.task.RemovePersonFromRole
Creates new instance.
removePersonId() - Method in class com.whitestein.lsps.orgstructure.entity.Role
Removes the owning person.
removeProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Removes a process instance.
removeProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Removes a process instance.
removeProcessInstance(ProcessInstance) - Method in interface com.whitestein.lsps.engine.state.xml.ProcessInstanceParent
Removes a process instance.
removeProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.Token
addXmlEntity Removes a process instance.
removeProcessRelationship(ProcessRelationship) - Method in class com.whitestein.lsps.modulemanager.entity.Process
 
removeProxy(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
removeProxy(RecordValue) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
removeProxySetToUse(RecordProxySetHolder) - Static method in class com.whitestein.lsps.engine.lang.RecordProxySet
 
removeRange(ExecutionContext, SetHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by removing the specified range of elements from the given set.
removeRange(ExecutionContext, ListHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by removing the specified range of elements from the given list.
removeRange(ExecutionContext, CollectionHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by removing the specified range of elements from the given collection.
removeRejection(TodoRejection) - Method in class com.whitestein.lsps.human.entity.Todo
Removes a rejection.
removeRight(String) - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Removes the right identified by given rightName and returns the Right instance (JPA entity) that has just been removed.
removeRole(Role) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Removes given role from the roles the person is assigned to.
removeRole(String) - Method in class com.whitestein.lsps.test.Person
Removes a given role.
removeRole(RoleUnitName) - Method in class com.whitestein.lsps.test.Person
Removes a given role.
removeRoleUnitName(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.Person
Removes a role.
removeRollbackInfo(long) - Method in interface com.whitestein.lsps.engine.ErrorHandlingService
Removes given rollback info.
removeRollbackInfo(long) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
removeRuntimeValues() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes all runtime values.
removeSecurityRole(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Removes a security role.
removeSecurityRole(String) - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
removeSecurityRole(String) - Method in interface com.whitestein.lsps.os.SecurityService
Removes the security role identified by given securityRoleName from the application.
removeSetting(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Removes the setting identified by given settingName and returns the PersonDetail instance (JPA entity) that has just been removed.
removeSignal(Signal) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes the given signal item.
removeSignal(long) - Method in class com.whitestein.lsps.test.ModelInstance
 
removeSignalFromModelInstance(long, long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Removes a signal from a running model instance.
removeSignalFromModelInstance(long, long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
RemoveSignalMessage - Class in com.whitestein.lsps.engine.comm
Message to remove a signal.
RemoveSignalMessage(Identifier, Identifier, long) - Constructor for class com.whitestein.lsps.engine.comm.RemoveSignalMessage
Creates new instance.
removeStart(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes a substring only if it is at the beginning of a source string, otherwise returns the source string.
removeStartIgnoreCase(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitive removal of a substring if it is at the beginning of a source string, otherwise returns the source string.
removeSubRoles(Collection<RoleUnitName>) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns a set of RoleUnitNames with all sub-roles removed.
removeSubstitute(Person) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Removes a substitute.
removeTab(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Remove the tab.
removeThis() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Removes the adapted entity.
removeThis() - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
Removes the adapted entity.
removeThis() - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Remove only this entity/holder.
removeThis() - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
removeTodo(TaskContext, TodoStatus, String) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
Sets the status of the to-do.
removeToken(Token, boolean) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Removes a token.
removeValue(EntityWithId) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Removes value.
removeValue(ExecutionContext, MapHolder, Object...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created by removing all occurrences of the specified value (and their corresponding keys) from the map.
removeVariableListener(ParserVariableListener) - Method in class com.whitestein.lsps.lang.parser.Parser
Removes a variable listener.
removeVertex(V) - Method in class com.whitestein.lsps.common.graph.DirectedGraph
Removes given vertex from this graph and all its edges.
repeat(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Repeat a String repeat times to form a new String.
repeat(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time.
repeat(char, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns padding using the specified delimiter repeated to a given length.
repeater() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a repeater.
RepeatGoals - Class in com.whitestein.lsps.stdlib.task
The class is a task which repeats a list of goals.
The task is supplied with a single argument, i.e., a list of goals.
RepeatGoals() - Constructor for class com.whitestein.lsps.stdlib.task.RepeatGoals
Creates an object.
replace(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces all occurrences of a String within another String.
replace(String, String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String.
replace(int, int, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces a portion of the string builder with another string.
replace(StrMatcher, String, int, int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Advanced search and replaces within the builder using a matcher.
replace(ExecutionContext, ListHolder, Object, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by replacing all occurrences of the element1 by element2 in the list.
replace(ExecutionContext, SetHolder, Object, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by replacing all occurrences of the element1 by element2 in the set.
replace(ExecutionContext, CollectionHolder, Object, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by replacing all occurrences of the element1 by element2 in the collection.
replaceAll(UnaryOperator<E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
replaceAll(String, Pattern, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Replaces each substring of the text String that matches the given regular expression pattern with the given replacement.
replaceAll(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Replaces each substring of the text String that matches the given regular expression with the given replacement.
replaceAll(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
replaceAll(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces the search character with the replace character throughout the builder.
replaceAll(String, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces the search string with the replace string throughout the builder.
replaceAll(StrMatcher, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces all matches within the builder with the replace string.
replaceAll(ExecutionContext, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Replaces each substring of the string parameter that matches the regular expression given by the regexp parameter with the string specified as the replacement parameter.
replaceChars(String, char, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces all occurrences of a character in a String with another.
replaceChars(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces multiple characters in a String in one go.
replaceDataset(String) - Method in class com.whitestein.lsps.stdlib.function.XfaPdfFiller
 
replaceEach(String, String[], String[]) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces all occurrences of Strings within another String.
replaceEachRepeatedly(String, String[], String[]) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces all occurrences of Strings within another String.
replaceFirst(String, Pattern, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Replaces the first substring of the text string that matches the given regular expression pattern with the given replacement.
replaceFirst(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Replaces the first substring of the text string that matches the given regular expression with the given replacement.
replaceFirst(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
replaceFirst(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces the first instance of the search character with the replace character in the builder.
replaceFirst(String, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces the first instance of the search string with the replace string.
replaceFirst(StrMatcher, String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Replaces the first match within the builder with the replace string.
replaceFirst(String) - Method in class com.whitestein.lsps.lang.type.QID
Replaces the first segment of this qualified identifier.
replaceFirst(ExecutionContext, String, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Replaces the first substring of the string that matches the regular expression given by the regexp parameter with the string specified as the replacement parameter.
replaceIdAndEvaluationLevel(long, long) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Replaces id and base level entity id.
replaceIdAndEvaluationLevel(long, long) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
 
replaceIdAndEvaluationLevel(long, long) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
replaceIgnoreCase(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitively replaces all occurrences of a String within another String.
replaceIgnoreCase(String, String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitively replaces a String with another String inside a larger String, for the first max values of the search String.
replaceInputsForReceiver(long, List<CommunicationUnit>) - Method in interface com.whitestein.lsps.engine.UnprocessedInputsService
Removes all inputs for the receiver and adds new ones.
replaceInputsForReceiver(long, List<CommunicationUnit>) - Method in class com.whitestein.lsps.engine.UnprocessedInputsServiceBean
 
replaceLast(String) - Method in class com.whitestein.lsps.lang.type.QID
Replaces the last segment of this qualified identifier.
replaceOnce(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Replaces a String with another String inside a larger String, once.
replaceOnceIgnoreCase(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitively replaces a String with another String inside a larger String, once.
replacePattern(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.RegExUtils
Replaces each substring of the source String that matches the given regular expression with the given replacement using the Pattern.DOTALL option.
replacePattern(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
Moved to RegExUtils.
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Replace referenced ids according to mappings in the replacement map.
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Replace referenced ids according to mappings in the replacement map.
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.Context
Replace referenced ids according to mappings in the replacement map.
replaceReferencedIds(Map<Long, Long>) - Method in interface com.whitestein.lsps.engine.state.xml.EvaluationLevelAware
Replace referenced ids to other entities in this entity.
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
replaceReferencedIds(Map<Long, Long>) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
replaceValue(HolderImpl<ComplexValue>, ComplexValue) - Static method in class com.whitestein.lsps.engine.lang.InternalHolderHelper
Replaces value in holder.
replaceValue(ExecutionContext, MapHolder, Object, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map created by replacing all occurrences of the values corresponding to the value1 by value2 in the map.
requestId - Variable in class com.whitestein.lsps.engine.RestProcessResponse
The ID of the REST request.
requestSubmit(ExecutionContext) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Marks the screen for submission.
requestSubmitAndNavigate(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Marks the screen for submission and navigate away.
requireNonNull(Object, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
requiresNewNamespace() - Method in class com.whitestein.lsps.lang.ast.AssignmentExpression
 
requiresNewNamespace() - Method in class com.whitestein.lsps.lang.ast.ChainedExpression
 
requiresNewNamespace() - Method in class com.whitestein.lsps.lang.ast.DefExpression
 
requiresNewNamespace() - Method in class com.whitestein.lsps.lang.ast.Expression
 
requiresNewNamespace() - Method in class com.whitestein.lsps.lang.ast.ForExpression
 
RERSON_IS_NOT_ASSIGNEE_ERROR - Static variable in class com.whitestein.lsps.human.HumanErrors
Todo can not be assigned to person.
resend(RollbackItem) - Method in interface com.whitestein.lsps.engine.ErrorHandlingResendServiceLocal
Resends roll-back item in a new transaction.
resend(RollbackItem) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
RESEND_ROLLBACK_INFO - Static variable in class com.whitestein.lsps.engine.EngineRights
Right required to resend a RollbackInfo.
resendInputsFor(long) - Method in interface com.whitestein.lsps.engine.UnprocessedInputsService
Resends unprocessed inputs for an agentInfo to corresponding agent and removes them.
resendInputsFor(long) - Method in class com.whitestein.lsps.engine.UnprocessedInputsServiceBean
 
reset() - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Reset the EqualsBuilder so you can use the same object again
reset() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Resets this tokenizer, forgetting all parsing and iteration already completed.
reset(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Reset this tokenizer, giving it a new input string to parse.
reset(char[]) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Reset this tokenizer, giving it a new input string to parse.
reset() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
reset() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
 
reset() - Method in class com.whitestein.lsps.lang.type.TypeMapping
Resets the free type mapping.
resetAsType() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
resetLastPersisted() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Resets last persisted.
resetTodo(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Reset state of the todo.
resetTodo(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
resetTodo(long) - Method in interface com.whitestein.lsps.human.TodoService
Resets to-do state.
resetTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
resetUnchangedRecordVersions(ModelInstance) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Resets version of unchanged versioned higher level shared records.
resetUnchangedRecordVersions(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
resolve(RoleUnit) - Method in class com.whitestein.lsps.orgstructure.model.resolver.AbstractRolesResolver
 
resolve(RoleUnit, Collection<RoleUnitParameter>) - Method in class com.whitestein.lsps.orgstructure.model.resolver.AbstractRolesResolver
 
resolve(RoleUnit, Collection<RoleUnitParameter>) - Method in interface com.whitestein.lsps.orgstructure.model.resolver.ParametricRolesResolver
Runs a resolving algorithm and returns a set of names of roles that were resolved from given roleUnit.
resolve(RoleUnit) - Method in interface com.whitestein.lsps.orgstructure.model.resolver.RolesResolver
Runs a resolving algorithm and returns a set of names of roles that were resolved from given roleUnit.
resolveClass(ObjectStreamClass) - Method in class com.whitestein.lsps.common.RestrictedObjectInputStream
Only deserialize instances of our expected Bicycle class
resolveClass(ObjectStreamClass) - Method in class com.whitestein.lsps.common.Serialization.PrimitivesInputStream
 
resolveClass(ObjectStreamClass) - Method in class com.whitestein.lsps.engine.RestrictedOIS
Only deserialize instances of our expected Bicycle class
resolvePerformers(Collection<?>) - Method in interface com.whitestein.lsps.orgstructure.context.OrgTypeFactory
Converts and resolves the given collection of performer holders to a collection of Performers.
resolvePerformers(Collection<?>) - Method in class com.whitestein.lsps.orgstructure.context.OrgTypeFactoryImpl
 
resolveRecordType(long, String) - Method in interface com.whitestein.lsps.engine.ModelProvider
Resolves record by its qualified name in given model.
resolveRecordType(long, String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
resolveRecordType(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Resolves record type and returns its type.
resolveReference(long, ExternalRecordValue) - Method in interface com.whitestein.lsps.engine.ProcessService
Resolves external record value reference to a value, attributes of which are populated.
resolveReference(long, ExternalRecordValue) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
resolveRoleNamesFor(Set<RoleUnitName>, ProcessModel) - Static method in class com.whitestein.lsps.orgstructure.context.OrgStructureHelper
Resolves role names from given set of role and/or organization unit names using default resolver within given processModel and returns the resolved set of role names.
resolveRoleNamesFor(Set<RoleUnitName>, ParametricRolesResolver, ProcessModel) - Static method in class com.whitestein.lsps.orgstructure.context.OrgStructureHelper
Resolves role names from given set of role and/or organization unit names using given resolver within given processModel and returns the resolved set of role names.
resolveRoleNamesFor(RoleUnitName, ParametricRolesResolver, ProcessModel) - Static method in class com.whitestein.lsps.orgstructure.context.OrgStructureHelper
Resolves role names from given role or organization unit name using given resolver within given processModel and returns the resolved set of role names.
resolveType(String) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
resolveType(String, long, ModelProviderClientService) - Method in enum com.whitestein.lsps.engine.ModelCache
Parses given type string representation using resolver for current process.
resolveType(String, ExecutionContext) - Method in enum com.whitestein.lsps.engine.ModelCache
Parses given type string representation using resolver for current process.
resolveType(long, String) - Method in interface com.whitestein.lsps.engine.ModelProvider
Resolves type by its qualified name in given model.
resolveType(long, String) - Method in class com.whitestein.lsps.engine.ModelProviderImpl
 
resolveType(String) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Resolves type.
resolveType(String) - Method in class com.whitestein.lsps.lang.MockNamespace
 
resolveType(String) - Method in class com.whitestein.lsps.lang.MockNamespacePart
 
resolveValidationTags(CollectionHolder) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Resolves a given collection of validation tags.
resolveValidationTags(Collection<QID>) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Resolves a given collection of validation tags.
resolveVariableNamespace(String) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
Deprecated.
resolveVariableNamespace(QID) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
resolveVariableNamespace(Namespace, QID) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
resolveVariableNamespace(Namespace, String) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
resolveVariableNamespace(QID) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Resolves variable for given name and returns its containing namespace.
resolveVariableNamespace(String) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
resolveVariableNamespace(QID) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
resolveVariableNamespace(String) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
Deprecated.
resolveVariableNamespace(QID) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
resolveVariableNamespace(String) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
Deprecated.
resource(ExecutionContext, String, String) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Creates a binary handle from a module's resource located at the specified path.
resource(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
responseContent - Variable in class com.whitestein.lsps.engine.RestProcessResponse
The content of the response.
RESTARTABLE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of restartable states.
RestartFunctions - Interface in com.whitestein.lsps.stdlib.function
Functions that perform restart related actions.
RestartFunctionsImpl - Class in com.whitestein.lsps.stdlib.function
Implementation of RestartFunctions.
RestartFunctionsImpl() - Constructor for class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
restartModelInstances(Collection<Long>, long) - Method in interface com.whitestein.lsps.engine.ProcessService
Restarts model instances with new model.
restartModelInstances(Collection<Long>, long) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
restore() - Method in class com.whitestein.lsps.engine.lang.ModelInstanceSavePoint
Reverts model instance to its last saved state.
RestProcessResponse - Class in com.whitestein.lsps.engine
This object represents a process response to a REST request.
RestProcessResponse(Long, String, String) - Constructor for class com.whitestein.lsps.engine.RestProcessResponse
 
RestRequestHandler - Class in com.whitestein.lsps.wsserver.entity
Entity that holds information about rest resource exposed by particular process.
RestRequestHandler() - Constructor for class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
RestRequestHandlerNotFoundException - Exception in com.whitestein.lsps.engine.exception
This exception is thrown if no rest request handler is found for a given ID.
RestRequestHandlerNotFoundException(Long) - Constructor for exception com.whitestein.lsps.engine.exception.RestRequestHandlerNotFoundException
Creates a new instance of this class.
RestRequestHandlingInfo - Class in com.whitestein.lsps.engine.dto
This object bear information about handling a rest request.
RestRequestHandlingInfo() - Constructor for class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
Instantiates a new RestRequestWaitPoint object.
RestRequestHandlingInfo(Long, Long, Long, String, String, String, Map<String, String>) - Constructor for class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
RestRequestMessage - Class in com.whitestein.lsps.wsserver.task
This message represents a REST request.
RestRequestMessage(Identifier, Identifier, String, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class com.whitestein.lsps.wsserver.task.RestRequestMessage
 
RestRequestWaitpointTask - Class in com.whitestein.lsps.wsserver.task
 
RestRequestWaitpointTask() - Constructor for class com.whitestein.lsps.wsserver.task.RestRequestWaitpointTask
 
RestResponseTask - Class in com.whitestein.lsps.wsserver.task
A task which sends a response to a rest request.
RestResponseTask() - Constructor for class com.whitestein.lsps.wsserver.task.RestResponseTask
 
RestrictedObjectInputStream - Class in com.whitestein.lsps.common
LSPS-9640 Vaadin security alert for Java deserialization of untrusted data in Vaadin HOTFIX: Prevent known vaadin deserialization vulnerability.
RestrictedObjectInputStream(InputStream, ClassLoader) - Constructor for class com.whitestein.lsps.common.RestrictedObjectInputStream
 
RestrictedOIS - Class in com.whitestein.lsps.engine
 
RestrictedOIS(InputStream) - Constructor for class com.whitestein.lsps.engine.RestrictedOIS
 
RESUMABLE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of resumable states.
resume(ModelInstanceEntity, ModelInstanceUtilsService) - Method in class com.whitestein.lsps.engine.ProcessUtils
Resumes the execution.
resume(TaskContext) - Method in interface com.whitestein.lsps.engine.SuspendableTask
Called when the model instance is resumed.
resume() - Method in class com.whitestein.lsps.human.entity.Todo
Sets status to TodoStatus.SUSPENDED.
resume(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
resume() - Method in class com.whitestein.lsps.test.ModelInstance
Resumes the model execution.
ResumeMessage - Class in com.whitestein.lsps.engine.comm
Message to resume a suspended model instance.
ResumeMessage(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.ResumeMessage
Creates new instance.
resumeModelInstance(long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Resumes model instance execution.
resumeModelInstance(long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
retainAll(Collection<?>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
retainAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
retainAll(Collection<?>) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
retainAll(ExecutionContext, SetHolder, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by intersection of set and all collections.
retainAll(ExecutionContext, ListHolder, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by intersection of list and all collections.
retainAll(ExecutionContext, CollectionHolder, CollectionHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by intersection of collections.
retainAll(ExecutionContext, SetHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
retainAll(ExecutionContext, ListHolder, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
retryOperation(long) - Method in interface com.whitestein.lsps.engine.ErrorHandlingService
Re-sends given communication unit to the agent.
retryOperation(long) - Method in class com.whitestein.lsps.engine.ErrorHandlingServiceBean
 
returns(Type) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets return type.
reverse(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns reverse of given graph (all edges are reversed).
reverse(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array.
reverse(boolean[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(byte[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(char[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(double[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(float[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(long[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(Object[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(short[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Reverses the order of the given array in the given range.
reverse(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Reverses a String as per StringBuilder.reverse().
reverse() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Reverses the string builder placing each character in the opposite index.
reverse(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by reversing the order of the elements in the specified list.
reverse(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by reversing the order of the elements in the specified set.
reverse(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by reversing the order of the elements in the specified collection.
reverseDelimited(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Reverses a String that is delimited by a specific character.
revertRemove() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Set this value to not removed.
REVISION_COLUMN - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
REVISION_ID - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
REVISION_ID_PATH - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
REVISION_TYPE_PATH - Static variable in class com.whitestein.lsps.engine.sharedrecord.LspsAuditSettings
 
rewind(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
rewind() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
rgb(ExecutionContext, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.human.function.UiFunctions
Returns a string used to represent a color given by red, green and blue components.
richTextArea() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a rich text area.
right(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the rightmost len characters of a String.
right - Variable in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Right object
Right - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a right.
Right(SecurityRole, String) - Constructor for class com.whitestein.lsps.orgstructure.entity.Right
Create new Right instance with the name property set to the value given by the name argument.
Right.PK - Class in com.whitestein.lsps.orgstructure.entity
 
rightClick() - Method in class com.whitestein.lsps.test.web.components.LspsTable
 
rightClick() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Performs right click on the element.
rightPad(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Right pad a String with spaces (' ').
rightPad(String, int, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Right pad a String with a specified character.
rightPad(String, int, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Right pad a String with a specified String.
rightString(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Extracts the rightmost characters from the string builder without throwing an exception.
Role - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a role.
Role() - Constructor for class com.whitestein.lsps.orgstructure.entity.Role
Constructor needed for JPA-specific purposes.
Role(RoleName, RoleUnitParameter...) - Constructor for class com.whitestein.lsps.orgstructure.entity.Role
Creates new instance.
Role(RoleName, Collection<RoleUnitParameter>) - Constructor for class com.whitestein.lsps.orgstructure.entity.Role
Creates new instance.
Role(RoleName, RoleUnitName) - Constructor for class com.whitestein.lsps.orgstructure.entity.Role
Creates new instance.
Role - Class in com.whitestein.lsps.orgstructure.model
Model representation of a role.
Role(OrgStructModule, Map<String, String>, String, String...) - Constructor for class com.whitestein.lsps.orgstructure.model.Role
Creates new Role instance with given name.
ROLE - Static variable in class com.whitestein.lsps.os.OrgTypes
The name of the Role record type.
ROLE_UNIT - Static variable in class com.whitestein.lsps.os.OrgTypes
The name of the RoleUnit record type.
ROLE_UNIT_NOT_FOUND_ERROR - Static variable in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
Error code used when a role-unit is not found.
RoleAlreadyExistsException - Exception in com.whitestein.lsps.os.exception
Thrown if a role already exists.
RoleAlreadyExistsException(String) - Constructor for exception com.whitestein.lsps.os.exception.RoleAlreadyExistsException
Instantiates a new 'role does not exist' exception.
RoleDao - Interface in com.whitestein.lsps.orgstructure.dao
The DAO for Role instances.
RoleGenerator - Class in com.whitestein.lsps.orgstructure.generation
Generator for the role element.
RoleGenerator(Role, NamespaceGenerator, RoleUnitGeneration) - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleGenerator
Constructor
RoleName - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a name of a role.
RoleName() - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleName
Constructor needed for JPA-specific purposes.
RoleName(String, String) - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleName
Constructs new RoleName instance specified by given localName.
RoleName(String, String, Collection<String>) - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleName
Constructs new RoleName instance specified by given localName.
RoleNameDao - Interface in com.whitestein.lsps.orgstructure.dao
 
RoleNotFoundException - Exception in com.whitestein.lsps.os.exception
Thrown if a role is not found.
RoleNotFoundException(String) - Constructor for exception com.whitestein.lsps.os.exception.RoleNotFoundException
Creates new instance.
RoleService - Interface in com.whitestein.lsps.os
Provides methods for managing and querying role definitions.
RoleServiceBean - Class in com.whitestein.lsps.orgstructure
 
RoleServiceBean() - Constructor for class com.whitestein.lsps.orgstructure.RoleServiceBean
Creates new instance.
RoleServiceBean(RoleNameDao) - Constructor for class com.whitestein.lsps.orgstructure.RoleServiceBean
Creates new instance.
RoleServiceLocal - Interface in com.whitestein.lsps.os.ejb
Local interface for RoleService.
RoleServiceRemote - Interface in com.whitestein.lsps.os.ejb
Remote interface for RoleService.
RolesResolver - Interface in com.whitestein.lsps.orgstructure.model.resolver
Provides a mechanism for resolving names of roles from given role or organization unit within one module.
RoleUnit - Class in com.whitestein.lsps.orgstructure.model
Abstract model representation of a role or an organization unit.
RoleUnit(OrgStructModule, Map<String, String>, String, String...) - Constructor for class com.whitestein.lsps.orgstructure.model.RoleUnit
Create new RoleUnit instance with given name of the role or the organization unit.
roleUnit(RoleUnitName) - Static method in class com.whitestein.lsps.os.dto.Performer
Creates a new role-unit performer.
RoleUnitFunctionGeneration - Class in com.whitestein.lsps.orgstructure.generation
Generates types for role units and assigns types to their names;
RoleUnitFunctionGeneration() - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGeneration
 
RoleUnitFunctionGenerator - Class in com.whitestein.lsps.orgstructure.generation
Generator that creates function, which invocation returns role or organization unit, corresponding to the given name and type
RoleUnitFunctionGenerator(RoleUnit, NamespaceGenerator, RecordType) - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionGenerator
Constructor
RoleUnitFunctionOperation - Class in com.whitestein.lsps.orgstructure.generation
 
RoleUnitFunctionOperation(FunctionSignature, String, boolean) - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitFunctionOperation
Constructs a new operation.
RoleUnitGeneration - Class in com.whitestein.lsps.orgstructure.generation
Generates types for role units and assigns types to their names;
RoleUnitGeneration() - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitGeneration
 
RoleUnitGenerator - Class in com.whitestein.lsps.orgstructure.generation
Base class for the Role and Unit generators
RoleUnitGenerator(RoleUnit, NamespaceGenerator, RoleUnitGeneration) - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
Constructor
RoleUnitHolder - Class in com.whitestein.lsps.orgstructure.context
The RoleUnit holder used to represent records of type Role or OrganizationUnit.
RoleUnitLabelGeneration - Class in com.whitestein.lsps.orgstructure.generation
 
RoleUnitLabelGeneration() - Constructor for class com.whitestein.lsps.orgstructure.generation.RoleUnitLabelGeneration
 
RoleUnitName - Class in com.whitestein.lsps.os.dto
Represents the name of a role and/or an organization unit (generally called RoleUnit name).
RoleUnitName() - Constructor for class com.whitestein.lsps.os.dto.RoleUnitName
Creates new instance.
RoleUnitNameList - Class in com.whitestein.lsps.os.dto
Role-unit-name list.
RoleUnitNameList() - Constructor for class com.whitestein.lsps.os.dto.RoleUnitNameList
Creates new instance.
RoleUnitNameList(Collection<RoleUnitName>, long) - Constructor for class com.whitestein.lsps.os.dto.RoleUnitNameList
Creates new instance.
RoleUnitParameter - Class in com.whitestein.lsps.os.dto
Represents a single parameter of a parametric role or an organization unit.
RoleUnitParameter(String) - Constructor for class com.whitestein.lsps.os.dto.RoleUnitParameter
Constructs new parameter with given name and the value set to null.
RoleUnitParameter(String, String) - Constructor for class com.whitestein.lsps.os.dto.RoleUnitParameter
Constructs new parameter with given name and given value.
RoleWithParameters - Class in com.whitestein.lsps.human.entity
Embeddable class representing role parameter values.
RoleWithParameters() - Constructor for class com.whitestein.lsps.human.entity.RoleWithParameters
Creates an empty instance.
RoleWithParameters(String, List<RoleUnitParameter>) - Constructor for class com.whitestein.lsps.human.entity.RoleWithParameters
Creates new instance.
RoleWithParameters - Class in com.whitestein.lsps.orgstructure.entity
Embeddable class representing role parameter values.
RoleWithParameters() - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Creates an empty instance.
RoleWithParameters(RoleName) - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Creates new instance.
RoleWithParameters(RoleName, Collection<RoleUnitParameter>) - Constructor for class com.whitestein.lsps.orgstructure.entity.RoleWithParameters
Creates new instance.
RollbackChecker - Interface in com.whitestein.lsps.lang
Interface for checker of roll-backs.
RollbackInfo - Class in com.whitestein.lsps.engine.dto
Contains an agent failure information.
RollbackInfo() - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfo
Creates new instance.
RollbackInfo(long, RollbackInfo.Type, Long, String, String, String, String, Date, Date, List<Long>) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfo
Creates new instance.
RollbackInfo.Type - Enum in com.whitestein.lsps.engine.dto
Rollback info type.
RollbackInfoColumn - Enum in com.whitestein.lsps.engine.dto
RollbackInfo columns that can be used in queries.
RollbackInfoCriteria - Class in com.whitestein.lsps.engine.dto
Criteria object for searching of RollbackInfo-s.
RollbackInfoCriteria() - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Default constructor.
RollbackInfoCriteria(int) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Constructor with paging ON and given result count.
RollbackInfoCriteria(int, int) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Constructor with paging ON and given index and result count.
RollbackInfoList - Class in com.whitestein.lsps.engine.dto
Class representing a list of RollbackInfos.
RollbackInfoList() - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoList
Creates new instance.
RollbackInfoList(QueryResult<RollbackInfo>) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoList
Creates new instance.
RollbackInfoList(Collection<RollbackInfo>) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoList
Creates new instance.
RollbackInfoList(Collection<RollbackInfo>, long) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoList
Creates new instance.
RollbackInfoNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a rollback-info instance does not exist.
RollbackInfoNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.RollbackInfoNotFoundException
Creates new instance.
RollbackInfoOrdering - Class in com.whitestein.lsps.engine.dto
RoolbackInfo ordering.
RollbackInfoOrdering() - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoOrdering
Creates new instance.
RollbackInfoOrdering(RollbackInfoColumn, OrderDirection) - Constructor for class com.whitestein.lsps.engine.dto.RollbackInfoOrdering
Creates new instance.
RollbackItem - Class in com.whitestein.lsps.engine.state
Rollback item entity.
RollbackItem() - Constructor for class com.whitestein.lsps.engine.state.RollbackItem
Creates new instance.
RollbackItem(long, String, byte[], String, List<ErrorModelInstanceState>, Date) - Constructor for class com.whitestein.lsps.engine.state.RollbackItem
Creates new agent invocation instance.
RollbackItem(String, String, String, byte[], String, List<ErrorModelInstanceState>, Date) - Constructor for class com.whitestein.lsps.engine.state.RollbackItem
Creates new service invocation instance.
RollbackItemDao - Interface in com.whitestein.lsps.engine.dao
 
RootElementBinding - Class in com.whitestein.lsps.lang.type.xml
Represents information about biding of a type to root XML elements.
RootElementBinding(String, String, boolean) - Constructor for class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
rotate(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Rotate (circular shift) a String of shift characters.
roundCeiling(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards positive infinity.
roundDown(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards zero.
roundFloor(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards negative infinity.
roundHalfDown(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards the nearest neighbour, if both neighbors are equidistant, rounds down.
roundHalfEven(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards the nearest neighbour, if both neighbors are equidistant, rounds towards the even neighbor.
roundHalfUp(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number towards the nearest neighbour, if both neighbors are equidistant, rounds up.
roundUp(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns rounding of the number away from zero.
rtrim(String) - Static method in class com.whitestein.lsps.common.Strings
Returns the right-side trim of the given string.
Rule - Class in com.whitestein.lsps.stdlib.dmn.model
 
Rule() - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Rule
 
Rule(RecordHolder) - Constructor for class com.whitestein.lsps.stdlib.dmn.model.Rule
 
RULE_TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
RULES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
run() - Method in class com.whitestein.lsps.engine.PlanHandler
Starts the plan.
run() - Method in class com.whitestein.lsps.export.ModelExporter
 
runChild(FrameworkMethod, RunNotifier) - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
runGC(long) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
runGC(long) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
runLikeSingleLine(String, int) - Method in class com.whitestein.lsps.stdlib.function.sqlparser.SqlFileLinesReader
 
runModel(String) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
Runs model based on modelName and return model instance id
runModel(String) - Method in class com.whitestein.lsps.test.web.UITester
Deprecated.
running() - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Get RUNNING state name
running() - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
RUNNING_PLANS - Static variable in class com.whitestein.lsps.stdlib.type.GoalHolder
Property name.
RUNNING_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of running states.
RunSQL - Interface in com.whitestein.lsps.stdlib.sql
Runs a given SQL script, either in a current transaction or in a new transaction.
runSQL(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.sql.RunSQL
Runs a given SQL script in a current transaction.
runSQL(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.sql.RunSQLImpl
 
RunSQLImpl - Class in com.whitestein.lsps.stdlib.sql
Runs a given SQL script, either in a current transaction or in a new transaction.
RunSQLImpl() - Constructor for class com.whitestein.lsps.stdlib.sql.RunSQLImpl
 
runSQLInNewTransaction(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.sql.RunSQL
Runs a given SQL script in a new transaction.
runSQLInNewTransaction(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.sql.RunSQLImpl
 
RunSQLTask - Class in com.whitestein.lsps.stdlib.task
Goal of this task is to execute SQL statement.
RunSQLTask() - Constructor for class com.whitestein.lsps.stdlib.task.RunSQLTask
 
runtimeObjectInLevel(String, Object, Type) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns a runtime object for a specified level.
RuntimeToHibernateConverter - Class in com.whitestein.lsps.engine.sharedrecord
Converts from runtime objects to objects stored by hibernate and back.
RuntimeToJavaConverter - Class in com.whitestein.lsps.engine
Converts runtime objects to java objects and back.
RuntimeToJavaConverter(ModelProvider, SharedRecordTypeFactory, ModelInstance) - Constructor for class com.whitestein.lsps.engine.RuntimeToJavaConverter
Creates new instance.
RuntimeToPersistentConverter - Class in com.whitestein.lsps.engine.lang
 
RuntimeToPersistentConverter(ModelInstance, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
Creates new instance.

S

SActivationCommand - Class in com.whitestein.lsps.engine.state.ser
Goal reactivation/deactivation command.
SActivationCommand() - Constructor for class com.whitestein.lsps.engine.state.ser.SActivationCommand
Creates new instance.
SActivationCommand(String, SActivationCommand.ActivationCommandType) - Constructor for class com.whitestein.lsps.engine.state.ser.SActivationCommand
Creates new instance.
SActivationCommand.ActivationCommandType - Enum in com.whitestein.lsps.engine.state.ser
Activation type.
save() - Method in class com.whitestein.lsps.engine.lang.ModelInstanceSavePoint
Makes copy of the current model instance state.
save(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.dmn.DmnPersistFunctions
Persistently stores the content of the decision table under the given identifier.
save(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.dmn.DmnPersistFunctionsBean
 
SAVE_DOCUMENT_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a Document cannot be saved.
SAVE_TODO_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a To-do cannot be saved.
SAVED_DOCUMENT - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the SavedDocument type.
SAVED_DOCUMENT_IS_DELETED_INTERNAL - Static variable in class com.whitestein.lsps.human.context.HumanSharedRecordPlugin
Used as key in saved document for setting is deleted.
SavedDocument - Class in com.whitestein.lsps.human.dto
Info about document.
SavedDocument() - Constructor for class com.whitestein.lsps.human.dto.SavedDocument
Creates new instance.
SavedDocument(long, String, String, Date, String, byte[]) - Constructor for class com.whitestein.lsps.human.dto.SavedDocument
Creates new instance.
SavedDocument - Class in com.whitestein.lsps.human.entity
Entity for saved document.
SavedDocument() - Constructor for class com.whitestein.lsps.human.entity.SavedDocument
Constructor needed for JPA-specific purposes.
SavedDocument(String, long, String, Date, String, byte[], byte[], byte[]) - Constructor for class com.whitestein.lsps.human.entity.SavedDocument
Creates new entity.
SavedDocumentColumn - Enum in com.whitestein.lsps.human.dto
SavedDocument columns that can be used in queries.
SavedDocumentCriteria - Class in com.whitestein.lsps.human.dto
Criteria object for searching of Todo-s.
SavedDocumentCriteria() - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Default constructor.
SavedDocumentCriteria(int) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Constructor with paging ON and given result count.
SavedDocumentCriteria(int, int) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Constructor with paging ON and given index and result count.
SavedDocumentCriteria(SavedDocumentCriteria) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Copy constructor.
SavedDocumentDao - Interface in com.whitestein.lsps.human.dao
Data access object interface.
SavedDocumentList - Class in com.whitestein.lsps.human.dto
Class representing a list of saved documents.
SavedDocumentList() - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentList
Creates new instance.
SavedDocumentList(QueryResult<SavedDocument>) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentList
Creates new instance.
SavedDocumentList(Collection<SavedDocument>) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentList
Creates new instance.
SavedDocumentList(Collection<SavedDocument>, long) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentList
Creates new instance.
SavedDocumentNotFoundException - Exception in com.whitestein.lsps.human.exception
Saved document not found exception.
SavedDocumentNotFoundException(Object) - Constructor for exception com.whitestein.lsps.human.exception.SavedDocumentNotFoundException
Creates new exception.
SavedDocumentOrdering - Class in com.whitestein.lsps.human.dto
SavedDocument ordering.
SavedDocumentOrdering() - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentOrdering
Creates new instance.
SavedDocumentOrdering(SavedDocumentColumn, OrderDirection) - Constructor for class com.whitestein.lsps.human.dto.SavedDocumentOrdering
Creates new instance.
saveDocument(GenericDocument) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
saveDocument(GenericDocument, boolean) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
saveDocument(long, GenericDocument) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
saveModelInstance(ModelInstance) - Method in interface com.whitestein.lsps.engine.ModelInstanceUtilsService
Saves model instance to model instance entity.
saveModelInstance(ModelInstance) - Method in class com.whitestein.lsps.engine.ModelInstanceUtilsServiceBean
 
saveRevisionData(Session, Object) - Method in class com.whitestein.lsps.hibernate.envers.LspsDefaultRevisionInfoGenerator
 
saveTodo(long, ByteData) - Method in interface com.whitestein.lsps.human.TodoService
Saves to-do.
saveTodo(long, ByteData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
SBinarySimpleValue - Class in com.whitestein.lsps.engine.state.ser
Deprecated.
SBinarySimpleValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
Creates new instance.
SBinaryValue - Class in com.whitestein.lsps.engine.state.ser
External binary value that stores info about shared record instance that contains binary.
SBinaryValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SBinaryValue
Creates new instance.
SBooleanAdapter - Class in com.whitestein.lsps.engine.state.ser
Adapter for Decimal.
SBooleanAdapter() - Constructor for class com.whitestein.lsps.engine.state.ser.SBooleanAdapter
 
SBooleanValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing boolean.
SBooleanValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SBooleanValue
Creates new empty instance of SBooleanValue.
scale() - Method in class com.whitestein.lsps.lang.Decimal
Returns the scale of this Decimal.
scale(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.NumberFunctions
Returns the scale of the number.
schema() - Method in class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader.PCAuditTable
 
SCHEMA_NAMESPACE - Static variable in class com.whitestein.lsps.engine.state.ser.SModelInstance
ModelInstance schema namespace.
SCHEMA_NAMESPACE - Static variable in class com.whitestein.lsps.engine.state.xml.ModelInstance
ModelInstance schema namespace.
SchemaCreate - Class in com.whitestein.lsps.engine.sharedrecord.ddl
This class performs a schema create.
SchemaCreate(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaCreate
Creates new instance.
SchemaDrop - Class in com.whitestein.lsps.engine.sharedrecord.ddl
This class performs a schema drop.
SchemaDrop(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaDrop
Creates new instance.
SchemaException - Exception in com.whitestein.lsps.engine.exception
Exception thrown when performing schema validation, update or drop-create.
SchemaException(long, String, Collection<? extends Exception>) - Constructor for exception com.whitestein.lsps.engine.exception.SchemaException
Creates new instance.
SchemaOperation - Class in com.whitestein.lsps.engine.sharedrecord.ddl
Base class for schema operations.
SchemaOperation(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
Creates new instance.
SchemaOperationResult - Class in com.whitestein.lsps.engine.dto
Holds all information about executed schema operation.
SchemaOperationResult() - Constructor for class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
SchemaUpdate - Class in com.whitestein.lsps.engine.sharedrecord.ddl
This class performs non-destructive schema update.
SchemaUpdate(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdate
Creates new instance.
SchemaUpdateService - Interface in com.whitestein.lsps.engine.sharedrecord
Performs a schema update after a successful model upload.
SchemaUpdateServiceBean - Class in com.whitestein.lsps.engine.sharedrecord
Performs a schema update after a successful model upload.
SchemaUpdateServiceBean() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SchemaUpdateServiceBean
 
SchemaUpdateStrategy - Enum in com.whitestein.lsps.engine.dto
This enum represents possible schema update strategies.
SchemaUpdatingOperation - Class in com.whitestein.lsps.engine.sharedrecord.ddl
Schema operation that executes some SQL script.
SchemaUpdatingOperation(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Creates new instance.
SchemaValidation - Class in com.whitestein.lsps.engine.sharedrecord.ddl
This class is modified SchemaValidator.
SchemaValidation(SharedRecordConfiguration) - Constructor for class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaValidation
Creates new instance.
SCollectionValue - Class in com.whitestein.lsps.engine.state.ser
Collection value.
SCollectionValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SCollectionValue
Creates an empty instance.
SComplexValue - Class in com.whitestein.lsps.engine.state.ser
Value representing complex types.
SComplexValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SComplexValue
Creates new empty instance of SComplexValue.
SContext - Class in com.whitestein.lsps.engine.state.ser
Entity representing execution context state.
SContext() - Constructor for class com.whitestein.lsps.engine.state.ser.SContext
Creates new empty instance of SContext.
SContextFreeType - Class in com.whitestein.lsps.engine.state.ser
Persistent value for context free type.
SContextFreeType() - Constructor for class com.whitestein.lsps.engine.state.ser.SContextFreeType
Creates a new empty instance of SContextFreeType.
SContextFreeType(String, String) - Constructor for class com.whitestein.lsps.engine.state.ser.SContextFreeType
Creates new instance of SContextFreeType.
scrollIntoView() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Scrolls the page so that the element is in the view.
scrollToRow(int) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Scrolls Grid element so that wanted row is displayed.
SDateAdapter - Class in com.whitestein.lsps.engine.state.ser
Adapter for Date.
SDateAdapter() - Constructor for class com.whitestein.lsps.engine.state.ser.SDateAdapter
 
SDateValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing date.
SDateValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SDateValue
Creates new empty instance of SDateValue.
SDateValue(Date) - Constructor for class com.whitestein.lsps.engine.state.ser.SDateValue
Creates new instance of SDateValue.
SDecimalAdapter - Class in com.whitestein.lsps.engine.state.ser
Adapter for Decimal.
SDecimalAdapter() - Constructor for class com.whitestein.lsps.engine.state.ser.SDecimalAdapter
 
SDecimalValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value containing a decimal.
SDecimalValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SDecimalValue
Creates new empty instance of SDecimalValue.
SDecimalValue(Decimal) - Constructor for class com.whitestein.lsps.engine.state.ser.SDecimalValue
Creates new instance of SDecimalValue.
SEARCH_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to search to-dos.
searchForNearestRecognizedAncestor(String, Set<String>) - Method in class com.whitestein.lsps.engine.SharedRecordAncestorLookup
 
searchTodos(TodoCriteria) - Method in interface com.whitestein.lsps.human.TodoService
Returns the list of to-dos for the given criteria.
searchTodos(TodoCriteria) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
SECOND - Static variable in class com.whitestein.lsps.lang.TimeRecord
Property name of second field.
secondPassCompileForeignKeys(Table, Set<ForeignKey>, MetadataBuildingContext) - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
SECONDS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of seconds field.
SECONDS - Static variable in class com.whitestein.lsps.lang.ZoneOffsetRecord
Property name of seconds field.
SecurityManagerService - Interface in com.whitestein.lsps.common
Service that provides the security identity and security rights.
SecurityManagerServiceBean - Class in com.whitestein.lsps.orgstructure
Default implementation of the security manager for the LSPS environment.
SecurityManagerServiceBean() - Constructor for class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
Creates new instance.
SecurityManagerServiceBean(PersonServiceLocal, SessionContext) - Constructor for class com.whitestein.lsps.orgstructure.SecurityManagerServiceBean
Creates new instance.
SecurityManagerServiceLocal - Interface in com.whitestein.lsps.common.ejb
Local interface for SecurityManagerService.
SecurityManagerServiceRemote - Interface in com.whitestein.lsps.common.ejb
Remote interface for SecurityManagerService.
SecurityRole - Class in com.whitestein.lsps.orgstructure.entity
Persistent entity representing a security role.
SecurityRole() - Constructor for class com.whitestein.lsps.orgstructure.entity.SecurityRole
Constructor needed for JPA-specific purposes.
SecurityRole(String) - Constructor for class com.whitestein.lsps.orgstructure.entity.SecurityRole
Create new SecurityRole instance with the name property set to the value given by the name argument.
SecurityRole - Class in com.whitestein.lsps.os.dto
Value object that holds security role's attributes.
SecurityRole() - Constructor for class com.whitestein.lsps.os.dto.SecurityRole
Creates new instance.
SecurityRole(String) - Constructor for class com.whitestein.lsps.os.dto.SecurityRole
Creates new instance.
SecurityRole(String, Collection<String>) - Constructor for class com.whitestein.lsps.os.dto.SecurityRole
Creates new instance.
SecurityRole(Long, Long, String, Collection<String>) - Constructor for class com.whitestein.lsps.os.dto.SecurityRole
Creates new instance.
SecurityRoleAlreadyExistsException - Exception in com.whitestein.lsps.os.exception
Thrown if a security role already exists.
SecurityRoleAlreadyExistsException(String) - Constructor for exception com.whitestein.lsps.os.exception.SecurityRoleAlreadyExistsException
Instantiates a new 'role already exists' exception.
SecurityRoleChange - Class in com.whitestein.lsps.orgstructure.entity
Change of a security role.
SecurityRoleChange(SecurityRole) - Constructor for class com.whitestein.lsps.orgstructure.entity.SecurityRoleChange
Creates new instance.
SecurityRoleChangePlugin - Interface in com.whitestein.lsps.orgstructure.entity
SecurityRole change plugin.
SecurityRoleConverter - Class in com.whitestein.lsps.orgstructure
Dto - entity converter for SecurityRole.
SecurityRoleDao - Interface in com.whitestein.lsps.orgstructure.dao
The DAO for SecurityRole instances.
SecurityRoleNotFoundException - Exception in com.whitestein.lsps.os.exception
Thrown if a security role is not found.
SecurityRoleNotFoundException(String) - Constructor for exception com.whitestein.lsps.os.exception.SecurityRoleNotFoundException
Creates new instance.
SecurityRoleNotFoundException(long) - Constructor for exception com.whitestein.lsps.os.exception.SecurityRoleNotFoundException
Creates new instance.
SecurityRoleRemovedChange - Class in com.whitestein.lsps.orgstructure.entity
Security role removed change.
SecurityRoleRemovedChange(SecurityRole) - Constructor for class com.whitestein.lsps.orgstructure.entity.SecurityRoleRemovedChange
Creates new instance.
SecurityRoleStaleException - Exception in com.whitestein.lsps.os.exception
Thrown if a security role is stale.
SecurityRoleStaleException(String) - Constructor for exception com.whitestein.lsps.os.exception.SecurityRoleStaleException
Creates new instance.
SecurityService - Interface in com.whitestein.lsps.os
Provides methods for users, security roles, and rights management (CRUD operations, user-security role mapping, security role-right mapping).
SecurityServiceBean - Class in com.whitestein.lsps.orgstructure
The implementation of SecurityService interface.
SecurityServiceBean() - Constructor for class com.whitestein.lsps.orgstructure.SecurityServiceBean
Creates new instance.
SecurityServiceBean(SecurityRoleDao) - Constructor for class com.whitestein.lsps.orgstructure.SecurityServiceBean
Creates new instance.
SecurityServiceLocal - Interface in com.whitestein.lsps.os.ejb
Local interface for SecurityService.
SecurityServiceRemote - Interface in com.whitestein.lsps.os.ejb
Remote interface for SecurityService.
seek(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine.
segmentsNumber(String) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns number of segments in level.
select(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection all the elements e from the original collection where condition(e) == true.
select(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list containing all the elements e from the original list where condition(e) == true.
select(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set containing all the elements e from the original set where condition(e) == true.
select(ExecutionContext, ListHolder, Type) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list all elements of the given type, null elements not included.
select(ExecutionContext, SetHolder, Type) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set all elements of the given type, null elements not included.
select(ExecutionContext, CollectionHolder, Type) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection all elements of the given type, null elements not included.
select(ExecutionContext, MapHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a map containing all the map entries (k,v) from the original map where condition(k,v) == true.
select(String) - Method in class com.whitestein.lsps.test.web.components.LspsCheckboxList
Selects a single item with given text.
select(String...) - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
Makes given items selected.
select(String) - Method in class com.whitestein.lsps.test.web.components.LspsRadioButtonList
Selects a single item with given text.
select(String) - Method in class com.whitestein.lsps.test.web.components.LspsSingleSelectList
Selects a single item with given text.
select(String) - Method in class com.whitestein.lsps.test.web.components.LspsTree
Selects a tree node with given caption.
select(String) - Method in class com.whitestein.lsps.test.web.components.LspsTreeV7
Selects a tree node with given caption.
selectBySubstring(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Input the given text to ComboBox and click on the first suggestion that contains the text.
selectByText(int, ComboBoxElement) - Method in class com.whitestein.lsps.test.web.components.Pager
The testbench method ComboBoxElement.selectByText(text) is unreliable, lacks waits and causes a lot of deleted element exceptions, stale element exception and one more similar exception.
selectByTextFromPopup(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
SELECTED_VALUES - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
selectGridRows(String, int...) - Method in class com.whitestein.lsps.test.web.components.UIActions
Selects rows in grid.
selectNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.compiled.AdditionalExpressionCompiledContext
 
selectNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
selectNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
selectRestRequestHandler(String, String) - Method in interface com.whitestein.lsps.engine.ejb.WsServiceLocal
Selects a REST resource request handler for the request.
selectRestRequestHandler(String, String) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
selectRow(int) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Select/deselect grid row.
selectRows(int...) - Method in class com.whitestein.lsps.test.web.components.LspsGrid
Select/deselect grid rows.
selectSuggestion(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
selectTab(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Open the tab.
seleniumElement - Variable in class com.whitestein.lsps.test.web.components.UIComponent
The underlying Selenium Web element - the root element of this component.
SEND_SIGNAL_TO_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to send a signal to a running model instance.
sendAllNotifications() - Method in interface com.whitestein.lsps.engine.ejb.SharedRecordNotifier
Send all registered notifications.
sendAllNotifications() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
sendAsync(CommunicationUnit, Integer) - Method in interface com.whitestein.lsps.engine.CommunicationService
Sends a communication unit asynchronously with the given priority.
sendAsync(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.CommunicationService
Sends a communication unit asynchronously.
sendAsync(CommunicationUnit) - Method in class com.whitestein.lsps.engine.CommunicationServiceBean
 
sendAsync(CommunicationUnit, Integer) - Method in class com.whitestein.lsps.engine.CommunicationServiceBean
 
sendAsynchronousSignal(Object) - Method in class com.whitestein.lsps.test.ModelInstance
Sends a signal to this model instance, with given signal value, or payload.
sendEmail(ExecutionContext, Session, String, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String, String) - Method in class com.whitestein.lsps.human.function.EmailUtils
Sends an e-mail.
sendEmail(ExecutionContext, Session, RecordHolder, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String, String) - Method in class com.whitestein.lsps.human.function.EmailUtils
Sends an e-mail.
sendEmail(ExecutionContext, Session, RecordHolder, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String) - Method in class com.whitestein.lsps.human.function.EmailUtils
Deprecated.
sendEmail(ExecutionContext, Session, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String) - Method in class com.whitestein.lsps.human.function.EmailUtils
Deprecated.
sendEmail(ExecutionContext, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String) - Method in interface com.whitestein.lsps.human.function.SendEmailFunction
Deprecated.
sendEmail(ExecutionContext, String, String, SetHolder, String, SetHolder, SetHolder, SetHolder, String) - Method in interface com.whitestein.lsps.human.function.SendEmailFunction
Deprecated.
sendEmail(ExecutionContext, String, String, SetHolder, String, SetHolder, SetHolder, SetHolder, String, String) - Method in interface com.whitestein.lsps.human.function.SendEmailFunction
Sends an e-mail.
sendEmail(ExecutionContext, String, String, SetHolder, SetHolder, SetHolder, SetHolder, String) - Method in class com.whitestein.lsps.human.function.SendEmailFunctionImpl
 
sendEmail(ExecutionContext, String, String, SetHolder, String, SetHolder, SetHolder, SetHolder, String) - Method in class com.whitestein.lsps.human.function.SendEmailFunctionImpl
 
sendEmail(ExecutionContext, String, String, SetHolder, String, SetHolder, SetHolder, SetHolder, String, String) - Method in class com.whitestein.lsps.human.function.SendEmailFunctionImpl
 
SendEmail - Class in com.whitestein.lsps.human.task
Task for sending of email.
SendEmail() - Constructor for class com.whitestein.lsps.human.task.SendEmail
 
SendEmailFunction - Interface in com.whitestein.lsps.human.function
 
SendEmailFunctionImpl - Class in com.whitestein.lsps.human.function
 
SendEmailFunctionImpl() - Constructor for class com.whitestein.lsps.human.function.SendEmailFunctionImpl
 
SENDING_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a message cannot be sent.
SENDING_SIGNAL_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a message cannot be sent.
sendRequest(long, String, StringProperties) - Method in interface com.whitestein.lsps.engine.ejb.WsServiceLocal
Sends web service request.
sendRequest(long, String, StringProperties) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
sendRestRequest(long, String, String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in interface com.whitestein.lsps.engine.ejb.WsServiceLocal
Sends a REST web service request.
sendRestRequest(long, String, String, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
sendSignal(ExecutionContext, Boolean, SetHolder, Object) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Sends a sync or async signal to receivers.
sendSignal(ExecutionContext, Boolean, SetHolder, Object) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
sendSignal(Object) - Method in class com.whitestein.lsps.test.ModelInstance
Sends a signal to this model instance, with given signal value, or payload.
sendSignalToModelInstance(long, ObjectValue, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Sends a signal to a running model instance.
sendSignalToModelInstance(long, ObjectValue, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
sendSignalToModelInstance(long, ObjectValue) - Method in interface com.whitestein.lsps.human.TodoService
Sends a signal to the process and returns next to-do group.
sendSignalToModelInstance(long, ObjectValue) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
sendSignalToModelInstanceInNewTransaction(long, ObjectValue) - Method in interface com.whitestein.lsps.human.TodoService
Sends a signal to the process and returns next to-do group.
sendSignalToModelInstanceInNewTransaction(long, ObjectValue) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
sendSignalToModelInstanceWithDeadlockRetry(long, ObjectValue) - Method in interface com.whitestein.lsps.human.TodoService
Sends a signal to the process and returns next to-do group.
sendSignalToModelInstanceWithDeadlockRetry(long, ObjectValue) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
sendSync(CommunicationUnit) - Method in interface com.whitestein.lsps.engine.CommunicationService
Sends a communication unit synchronously.
sendSync(CommunicationUnit) - Method in class com.whitestein.lsps.engine.CommunicationServiceBean
 
sendUploadResponse(VaadinRequest, VaadinResponse) - Method in class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedFileUploadHandler
Closes transaction and navigates before sending upload response.
SEntityWithId - Interface in com.whitestein.lsps.engine.state.ser
Entity with an id.
SEnumerationValue - Class in com.whitestein.lsps.engine.state.ser
 
SEnumerationValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SEnumerationValue
A default constructor.
SEnumerationValue(String, String, String) - Constructor for class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
SEPARATOR - Static variable in class com.whitestein.lsps.engine.dto.Handle
Separator in string representation
SEPARATOR - Static variable in class com.whitestein.lsps.lang.type.IntersectionType
A separator string.
SEPARATOR - Static variable in class com.whitestein.lsps.lang.type.QID
The separator string.
SEPARATOR - Static variable in class com.whitestein.lsps.os.dto.RoleUnitName
The string separator of a module name and a local name.
SerializableByteArrayOutputStream - Class in com.whitestein.lsps.common.util
 
SerializableByteArrayOutputStream() - Constructor for class com.whitestein.lsps.common.util.SerializableByteArrayOutputStream
 
SerializableConverter - Class in com.whitestein.lsps.engine.sharedrecord
 
SerializableConverter() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SerializableConverter
 
Serialization - Class in com.whitestein.lsps.common
Serialization utility methods.
Serialization.PrimitivesInputStream - Class in com.whitestein.lsps.common
Supports correct de-serialization of primitive types.
serialize(Serializable) - Static method in class com.whitestein.lsps.common.Serialization
Serializes object.
serializeValue(Object) - Static method in class com.whitestein.lsps.engine.state.xml.ValueSerializer
Serializes an object.
SERVER_TYPE_PROPERTY_NAME - Static variable in enum com.whitestein.lsps.common.JEEServer
Server type property name.
ServerProperties - Class in com.whitestein.lsps.common
Helper class for reading server.properties file and getting flags/setings from it
ServerSettingIds - Enum in com.whitestein.lsps.engine
All valid engine settings available in settings table.
serverUrl - Static variable in class com.whitestein.lsps.test.LspsRemote
 
service(ServletRequest, ServletResponse) - Method in class com.whitestein.lsps.vaadin.util.LspsVaadinServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.whitestein.lsps.vaadin.util.VaadinServletWithTransaction
Object.clone()
SERVICE_NAME_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents the name of the service.
SERVICE_NAMESPACE_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents the namespace of the service.
ServiceInvocation - Class in com.whitestein.lsps.engine.state
Serializable object that represents a service invocation.
ServiceInvocation(Method, Serializable[]) - Constructor for class com.whitestein.lsps.engine.state.ServiceInvocation
Creates new instance.
ServiceWaitingRequests - Class in com.whitestein.lsps.engine
Holds the map of all waiting web service requests.
SEscalation - Class in com.whitestein.lsps.engine.state.ser
This class represents an escalation which is thrown by an escalation throw event.
SEscalation() - Constructor for class com.whitestein.lsps.engine.state.ser.SEscalation
Creates new instance.
set(int, E) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
set(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Unsupported ListIterator operation.
set(Object) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Sets the field value.
set(String, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
set(String, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
set(String, Object) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
set(int, Object) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
set$externalRef(String) - Method in class com.whitestein.lsps.common.ExternalReference
 
SET_COMPATIBILITY_VESRION - Static variable in class com.whitestein.lsps.modulemanager.entity.Module
Query name.
setA(EntityA) - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
setA(Set<EntityA>) - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
setAbstract(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the "abstract" flag.
setAccessible(boolean) - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
setActive(boolean) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the active flag.
setActive(boolean) - Method in class com.whitestein.lsps.os.dto.Person
Sets the active flag.
setActive(Boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the active flag used to filter persons according to their active state.
setActivelySubstituted(Collection<Person>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the actively substitutes persons of this person.
setActiveSubstitutes(Collection<Person>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the active substitutes of this person.
setAdapter(RecordEntityAdapter) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolderBase
Sets adapter.
setAllocatedToLoginAndFullName(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setAllowedValues(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
setAllowedValues(HolderFactory, List<AllowedValue>) - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
Sets the allowed values.
setAllowedValues(List<XmlAllowedValue>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
setAlternativeName(String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
setAlternativeName(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Sets alternative name.
setAppClassLoader(ClassLoader) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
 
setAppendStatics(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Sets whether or not to append static fields.
setAppendTransients(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Sets whether or not to append transient fields.
setApplicationData(String, Object) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets application data.
setAppProtectionDomain(ProtectionDomain) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
 
setArrayContentDetail(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to output array content detail.
setArrayEnd(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the array end text.
setArraySeparator(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the array separator text.
setArrayStart(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the array start text.
setAssociation(RecordAssociation, Object, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Sets association.
setAssociations(Collection<RecordAssociation>) - Method in class com.whitestein.lsps.lang.type.RecordType
sets the associations of the record.
setAsType(RecordType) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
If set the namespace behaves like if it is namespace for the type.
setAt(ExecutionContext, ListHolder, Decimal, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list created by replacing the element at the position given by index in the list with the specified element.
setAt(ExecutionContext, SetHolder, Decimal, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set created by replacing the element at the position given by index in the set with the specified element.
setAt(ExecutionContext, CollectionHolder, Decimal, Object) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection created by replacing the element at the position given by index in the collection with the specified element.
setAttribute(WebElement, String, String) - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
setAuditRevision(Long) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setB(EntityB) - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
setB(List<EntityB>) - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
setBaseLevelEntityId(long) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setBaseLevelEntityId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setBlobLoader(BlobLoader) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
Sets blob loader.
setBody(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcFor
 
setBody(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcForEach
 
setBody(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
setBody(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcWhile
 
setBypassReflectionClasses(List<Class<?>>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Set Classes whose instances should be compared by calling their equals although being in recursive mode.
setC(EntityC) - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
setC(Set<EntityC>) - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
setCanClearRuntimeValues(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets on/off cleaning of runtime values.
setChanged(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
setCharAt(int, char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Sets the character at the specified index.
setCharPositionInLine(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
setChecked(boolean) - Method in class com.whitestein.lsps.test.web.components.LspsCheckBox
Checks or unchecks the checkbox.
setChildTask(STask) - Method in class com.whitestein.lsps.engine.state.ser.STask
Sets child task.
setChildTask(Task) - Method in class com.whitestein.lsps.engine.state.xml.Task
Sets child task.
setCollection(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcForEach
 
setColor(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the connector color
setCommonProxySet(RecordProxySetHolder) - Static method in class com.whitestein.lsps.engine.lang.RecordProxySet
 
setCommonProxySet(RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
 
setCommonProxySet(RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
setCompatibilityVersion(ExecutionContext, String, CollectionHolder) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
setCompatibilityVersion(ExecutionContext, String, CollectionHolder) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
setCompatibilityVersion(Collection<Long>, String) - Method in class com.whitestein.lsps.modulemanager.dao.jpa.JpaModelManagementDao
 
setCompatibilityVersion(Collection<Long>, String) - Method in interface com.whitestein.lsps.modulemanager.dao.ModelManagementDao
Updates compatibility version.
setCompatibilityVersion(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets compatibility version.
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
setCompiled(Object) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
setCompiled(CompiledContext) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledContext
 
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
setCompiled(CompiledContext) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Sets compiled context.
setCompiled(CompiledContext) - Method in class com.whitestein.lsps.engine.lang.ExecutionContextImpl
 
setCompiled(CompiledContext) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
setCompiled(String) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Sets name of the class that represents expression compiled to java.
setCompiled(CompiledNamespace) - Method in class com.whitestein.lsps.engine.state.xml.Context
Sets instance of namespace compiled to java
setCompiled(String) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Sets name of the class that represents expression compiled to java.
setCompiled(CompiledContext) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
 
setCompiled(CompiledContext) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
setCompiled(Object) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
setCompiled(Compiled) - Method in class com.whitestein.lsps.lang.ast.Expression
 
setCompiled(RecordHolder) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
setCompiled(Object) - Method in interface com.whitestein.lsps.lang.exec.Namespace
 
setCompiled(RecordHolder) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Set instance of compiled record.
setCompiled(Constructor<?>) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
setCompiled(Constructor<?>) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Sets constructor of class that was generated by compilation to java for this namespace model.
setCompiled(Class<?>) - Method in class com.whitestein.lsps.lang.type.RecordType
Sets class of the compiled record.
setCompileToJava(boolean) - Method in interface com.whitestein.lsps.engine.EngineSettingsPrivate
Sets value that determines whether model is compiled to java.
setCompileToJava(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setCompressedDocumentSavedState(long, CompressedData) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Sets the saved document state.
setCompressedDocumentSavedState(long, CompressedData) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
setCompressedRawModelInstanceXml(long, CompressedData) - Method in interface com.whitestein.lsps.engine.ProcessService
Sets the model instance state.
setCompressedRawModelInstanceXml(long, CompressedData) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
setCompressedTodoSavedState(long, CompressedData) - Method in interface com.whitestein.lsps.human.TodoService
Sets the todo saved state.
setCompressedTodoSavedState(long, CompressedData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
setCondition(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcFor
 
setCondition(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcWhile
 
setConfirmModelUpload(boolean) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets the settings for requiring confirmation prior to uploading a model.
setConfirmModelUpload(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setConstantValue(String, Object) - Method in class com.whitestein.lsps.lang.module.BasicModule
 
setConstantValue(String, Object) - Method in interface com.whitestein.lsps.lang.module.Module
Sets the constant value.
setConstructor(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the constructor flag.
setConsumed(boolean) - Method in class com.whitestein.lsps.engine.state.xml.Signal
Sets consumed.
setContent(byte[]) - Method in class com.whitestein.lsps.human.entity.DocumentContent
Sets the content.
setContent(byte[]) - Method in class com.whitestein.lsps.human.entity.SavedDocument
Sets content.
setContent(byte[]) - Method in class com.whitestein.lsps.human.entity.Todo
Sets the todo content..
setContent(byte[]) - Method in class com.whitestein.lsps.human.entity.TodoContent
Sets the content.
setContentEnd(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the content end text.
setContentStart(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the content start text.
setContext(SContext) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
setContext(Context) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
Sets the expression context.
setContextId(Long) - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
setContextId(Long) - Method in class com.whitestein.lsps.engine.EvaluationResult
 
setContextId(long) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
Sets context id.
setContextId(long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
setContextId(long) - Method in class com.whitestein.lsps.engine.state.ser.STask
 
setContextPath(String) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets path of context in which a problem occurs
setCount(int) - Method in class com.whitestein.lsps.common.query.PagingCriteria
Sets the count of items in the result list.
setCountOfModelInstancesToStart(int) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
Sets the number of model instances to be restarted.
setCountOfModelInstancesToStart(int) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
setCountOfModelInstancesToStart(ExecutionContext, Decimal) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Sets the number of model instances to be restarted.
setCountOfModelInstancesToStart(ExecutionContext, Decimal) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
setCreated(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setCreated(Date) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setCreated(Date) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setCreatedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the created from value.
setCreatedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setCreatedTo(Date) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the created to value.
setCreatedTo(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setCreateFrom(Date) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setCreateProcessLog(CreateProcessLog) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets value that determines creation of process logs.
setCreateProcessLog(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setCreateProcessLog(boolean) - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
setCreateProcessLog(CreateProcessLog) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setCreateTo(Date) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setCurrentException(ErrorException) - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
setCurrentException(ErrorException) - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
setCurrentExpression(Expression) - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
setCurrentExpression(Expression) - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
setCurrentPage(int) - Method in class com.whitestein.lsps.test.web.components.Pager
Forces the table to show given page.
setCurrentProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets current process instance.
setCurrentProperty(String) - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
setCurrentProperty(String) - Method in interface com.whitestein.lsps.lang.InterpreterStackTrace
 
setCurrentToken(Token) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets currently handled token.
setCutLongStrings(boolean) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets settings for cutting of strings longer that defined in database.
setCutLongStrings(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Sets settings for cutting of strings longer that defined in database.
setCutLongStrings(boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
setCutLongStrings(boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
setData(Serializable) - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionReply
 
setData(byte[]) - Method in class com.whitestein.lsps.engine.dto.CompressedData
Compresses the data and stores it internally as byte array.
setData(byte[]) - Method in class com.whitestein.lsps.engine.state.ModelInstanceState
Sets the data.
setData(Object) - Method in class com.whitestein.lsps.lang.module.ConstantInfo
 
setData(Object) - Method in class com.whitestein.lsps.lang.module.ConstraintTypeInfo
 
setData(Object) - Method in class com.whitestein.lsps.lang.module.VariableInfo
Sets the data.
setData(Object) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Sets the data.
setData(Object) - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Sets the given data.
setData(Object) - Method in class com.whitestein.lsps.lang.type.NamedClassType
Sets the given data.
setData(Object) - Method in class com.whitestein.lsps.lang.type.RecordField
Sets the data.
setData(byte[]) - Method in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
 
setDatasource(String) - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
setDatasourceJndi(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setDatasourceJndi(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
setDate(ExecutionContext, Date, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the year, month, and dayOfMonth fields updated.
setDayOfMonth(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the dayOfMonth field updated.
setDayOfWeek(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the dayOfWeek field updated.
setDayOfYear(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the dayOfYear field updated.
setDays(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the days property.
setDays(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the days property.
setDebugger(Debugger) - Static method in class com.whitestein.lsps.common.DebuggerInstance
Set debugger.
setDebugLine(int) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
setDebugLineOffset(int) - Method in class com.whitestein.lsps.lang.parser.Parser
Sets the debug line offset that will be applied to parsed expressions.
setDecisionTableId(String) - Method in class com.whitestein.lsps.stdlib.entity.DecisionTableEntity
 
setDeclaredConstructors(Collection<FunctionSignature>) - Method in class com.whitestein.lsps.lang.type.RecordType
Sets the record constructors (declared by user).
setDefaultFlow(boolean) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the indicator whether this connection is default flow or not.
setDefaultFullDetail(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to use full detail when the caller doesn't specify.
setDefaultStyle(ToStringStyle) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Sets the default ToStringStyle to use.
setDeleted(boolean) - Method in class com.whitestein.lsps.human.entity.SavedDocument
Sets deleted.
setDelimiter(String) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Sets the delimiter string for the script.
setDelimiterChar(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets the field delimiter character.
setDelimiterMatcher(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets the field delimiter matcher.
setDelimiterString(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets the field delimiter string.
setDeprecated(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets deprecated modifier.
setDescription(String) - Method in class com.whitestein.lsps.engine.state.BinaryData
 
setDescription(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the description.
setDescription(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
setDescription(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
setDescriptionPattern(String) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the log description pattern.
setDescriptionPattern(String) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
setDescriptionPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets whether the description pattern is case insensitive.
setDetachingTaskId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setDetachmentId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setDetail(String, String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Adds or updates the detail identified by given detailName.
setDetail(String, String) - Method in class com.whitestein.lsps.os.dto.Person
Sets the detail of the person.
setDetailPattern(String, String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the string pattern of a person detail identified by given detail name.
setDetails(Map<String, String>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the details of this person.
setDirectionEnum(DirectionType) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the direction type value.
setDirectlySubstituted(Collection<Person>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the directly substituted persons of this person.
setDirectSubstitutes(Collection<Person>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the direct substitutes of this person.
setDirty(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets isDirty.
setDirty(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets isDirty.
setDirty(ExecutionContext, Boolean) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Sets is dirty to model instance.
setDirty(ExecutionContext, Boolean) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
setDocumentContextId(long) - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Sets id of the document context.
setDocumentDescription(String) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the description of a document for this model instance.
setDocumentDescription(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the description of a document for this model instance.
setDocumentIdPattern(String) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the documentId pattern.
setDocumentIdPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the flag indicating that documentId pattern is case insensitive.
setDumpModelInstanceOnException(boolean) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets settings for dumping of model instance state if exception occurs.
setDumpModelInstanceOnException(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Sets settings for dumping of model instance state if exception occurs.
setDumpModelInstanceOnException(boolean) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
setDumpModelInstanceOnException(boolean) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
setDynamicOrdering(String, boolean) - Method in class com.whitestein.lsps.common.query.PagingCriteria
 
setElementClass(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setElementId(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
setElementId(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
setElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SContext
Sets element id.
setElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
setElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setElementName(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setElseExpression(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThenElse
 
setEmail(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the email.
setEmail(String) - Method in class com.whitestein.lsps.os.dto.Person
Sets the email of the person.
setEmailPattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the email pattern.
setEmptyTokenAsNull(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets whether the tokenizer should return empty tokens as null.
setEnabled(Boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
setEnd(long) - Method in class com.whitestein.lsps.activeuser.ActiveUserRecord
Sets end time.
setEnd(Date) - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
setEndpointAddress(String) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field endpointAddress
setEntities(Collection<RecordHolder>) - Method in class com.whitestein.lsps.engine.lang.AssociationEnd
Sets entities.
setEntity(T) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
Sets entity.
setEntityFieldName(String) - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Sets entity field name.
setEntityInternal(Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Sets entity.
setEntityVersion(Long) - Method in class com.whitestein.lsps.os.dto.Person
Sets the entity version.
setEquals(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Sets the isEquals value.
setError(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setError(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setError(Exception) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
setError(Exception) - Method in class com.whitestein.lsps.wsclient.WsResponseObject
Setter for field error
setError(boolean) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setErrorMessage(String) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets error message
setErrorMsg(String) - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Set error info
setEscalationCode(String) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
setEscalationTimeout(Date) - Method in class com.whitestein.lsps.engine.state.ser.STask
Sets the escalation timeout.
setEscalationTimeout(Date) - Method in class com.whitestein.lsps.engine.state.xml.Task
Sets the escalation timeout.
setEvalMode(boolean) - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Sets mode of evaluation of expressions.
setEvaluationLevel(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setEvaluationLevel(String) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setEvaluationLevel(String) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setEvaluationLevelsOnDetach(Set<String>) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setEvaluationState(byte[]) - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Sets the state of the evaluation performed during todo handling.
setEvaluationState(byte[]) - Method in class com.whitestein.lsps.human.TodoEvaluationContent
Sets the state of the evaluation performed during todo handling.
setEvent(LogEvent) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setException(ErrorException) - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
setExceptionPattern(String) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the exception pattern.
setExceptionPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the exception pattern case insensitive flag.
setExcludeFieldNames(String...) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Sets the field names to exclude.
setExcludeFields(String...) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Set field names to be excluded by reflection tests.
setExcludeIds(Collection<Long>) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the id exclude list.
setExcludeLoginNames(Collection<String>) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the exclude person ids collection.
setExcludeNullValues(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Sets whether or not to append fields whose values are null.
setExecutable(Boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
setExecutable(boolean) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the executable flag.
setExecutedScript(String) - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
setExecutionData(Serializable) - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
setExecutionId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setExecutionId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setExecutionId(Long) - Method in class com.whitestein.lsps.engine.state.xml.Token
Sets the execution id.
setExp(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
setExp(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcCatch
 
setExp(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
setExpression(String) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets expression string
setExpression(String) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
SetExpression - Class in com.whitestein.lsps.lang.ast
Expression representing a set.
setExpression(Expression) - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
setExpression(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.AllowedValue
 
setExpression(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
setExpression(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
setExpression(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
setExpressionLocal(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Sets the flag that the the variable is defined in an expression
setExpressionLocalJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Setter for JAXB.
setExpressionType(SExpressionValue.Type) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
setExtension(RecordAssociationExtension) - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Returns extension of the specified type.
setExtension(RecordFieldExtension) - Method in class com.whitestein.lsps.lang.type.RecordField
Sets the record field extension.
setExtension(RecordTypeExtension) - Method in class com.whitestein.lsps.lang.type.RecordType
Sets extension.
setExtensionMethod(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the extension modifier.
setFailedCount(long) - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Sets the failedCount count.
setField(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
setField(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Sets field.
setField(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoExternalRecordEntityAdapter
 
setField(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
setField(RecordProperty, Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
 
setFieldNameValueSeparator(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the field name value separator text.
setFields(Collection<RecordField>) - Method in class com.whitestein.lsps.lang.type.RecordType
sets the fields of the record.
setFields(RecordField...) - Method in class com.whitestein.lsps.lang.type.RecordType
Sets fields.
setFieldsAndNotNullAssociations(Map<?, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Sets not null properties on this entity.
setFieldSeparator(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the field separator text.
setFieldSeparatorAtEnd(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether the field separator should be added at the end of each buffer.
setFieldSeparatorAtStart(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether the field separator should be added at the start of each buffer.
setFilename(String) - Method in class com.whitestein.lsps.engine.state.BinaryData
 
setFillColor(String) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the fill color of this node
setFilterExpression(String) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the filter expression.
setFilters(List<Filter>) - Method in class com.whitestein.lsps.common.query.PagingCriteria
Sets filters that are applied to result list.
setFinally(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
setFinishDate(Date) - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Set finish date
setFinished(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setFinished(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setFinished(Date) - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Sets finish date.
setFinished(Date) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setFinishedDate(Date) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets the finished date.
setFinishedDate(Date) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the finished date.
setFinishedDate(Date) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the finished date.
setFinishedDate(Date) - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Sets the finishedDate date.
setFinishedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setFinishedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setFinishedFrom(Date) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setFinishedTo(Date) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setFinishedTo(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setFinishedTo(Date) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setFirstName(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the first name.
setFirstName(String) - Method in class com.whitestein.lsps.os.dto.Person
Sets the first name of the person.
setFirstNamePattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the first name pattern.
setFirstNamePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Specifies whether the first name pattern filtering is case insensitive.
setFlagValue(boolean, byte) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
setFlagValue(boolean, byte) - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
setFlowId(String) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setFormat(boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Sets whether the script is formatted or not.
setFreeTypes(Set<String>) - Method in class com.whitestein.lsps.lang.parser.Parser
 
setFullNameAndLoginPattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
setFullNameAndLoginPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
setFullText(String) - Method in class com.whitestein.lsps.lang.parser.ParserBase
Sets the source text of the parsed expression.
setGoalType(GoalType) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
setGuard(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Set the guard expression of this connection
setHaltOnError(boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Sets the halt-on-error flag.
setHandlerId(Long) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setHash(String) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets the module hash
setHash(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the module hash.
setHeaders(Map<String, String>) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
setHealthCheckNumberOfEngineLoops(long) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setHeight(int) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the height of this node
setHitPolicy(EnumerationImpl) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setHitPolicy(HitPolicy) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setHolder(ComplexValue, HolderImpl<? extends ComplexValue>) - Static method in class com.whitestein.lsps.engine.state.xml.HolderAccessor
 
SetHolder - Interface in com.whitestein.lsps.lang.exec
All objects of the type SetType must implement this interface.
setHolderInternal(RecordHolderBase<? extends ComplexValue>) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Sets value of holder field.
setHour(int) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the hour property.
setHour(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the hour (meaning hour of day) field updated.
setHours(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the hours property.
setHours(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the hours property.
setHours(int) - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Sets the hours property.
setId(Long) - Method in class com.whitestein.lsps.common.dto.License
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setId(Long) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setId(String) - Method in class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
setId(Long) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
setId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the id.
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.STask
 
setId(long) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setId(String) - Method in class com.whitestein.lsps.engine.state.Setting
Must be one of ServerSettingIds
setId(Long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the id.
setId(long) - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
setId(long) - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
setId(long) - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
setId(long) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
setId(long) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
setId(Long) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets id of saved document.
setId(Long) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setId(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
setId(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
setIdAllocator(ModelInstanceResourceAllocator) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets allocator.
setIdSeq(long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setIfExpression(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThen
 
setIgnoredChar(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Set the character to ignore.
setIgnoredMatcher(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Set the matcher for characters to ignore.
setIgnoreEmptyTokens(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets whether the tokenizer should ignore and not return empty tokens.
setIncludeAllocatedByOthers(boolean) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets whether to include todos that are allocated by others.
setIncludeContent(boolean) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets whether the content should be included, default false.
setIncludeContent(boolean) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets whether the todo content should be included, default false.
setIncludeContent(boolean) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets whether to include todo content, default false.
setIncludeEntries(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets whether the module entries are to be included (default false).
setIncludeExecutableOnly(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets whether only the executable modules are to be included (default false).
setIncludeIds(Collection<Long>) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the id include list.
setIncludeImports(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets whether the imported modules are to be included (default false).
setIncludeLatestOnly(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets including of only the latest uploaded modules (default false).
setIncludePerformers(boolean) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets whether the todo performers should be included, default false.
setIncludePerformers(boolean) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets whether to include todo performers, default false.
setIncludePersonIds(Collection<String>) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the include person ids collection.
setIncludeProperties(boolean) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets whether process properties should be included.
setIncludeSubstituted(boolean) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets whether to include todos of substituted persons, default true.
setIncludeSubstitution(boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets whether to include substitution information (default false).
setIncludeSystem(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets whether the system modules are to be included (default false).
setIncludeUnloaded(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets whether the unloaded modules are to be included (default false).
setIndex(int) - Method in class com.whitestein.lsps.common.query.PagingCriteria
Sets the index of the first item in the result list (starting from 0).
setIndex(long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setInit(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcFor
 
setInitialValueChanged(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
setInlined(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
setInputEntries(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
setInputEntries(HolderFactory, List<Entry>) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
Sets the input entries.
setInputEntries(List<XmlEntry>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
setInputs(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setInputs(HolderFactory, List<Parameter>) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
Sets the new inputs.
setInputs(List<XmlParameter>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setInRole(RoleUnitName) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the in role constraint.
setInserted(boolean) - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Sets the inserted flag.
setInserted(boolean) - Method in class com.whitestein.lsps.engine.state.xml.Signal
Sets inserted.
setInterfaces(ClassPool, CtClass, InterfaceType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Sets interfaces.
setInterfaces(ClassPool, CtClass, InterfaceType) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
setIntern(boolean) - Method in class com.whitestein.lsps.lang.parser.Parser
Sets the intern flag.
setInternal(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Sets the internal flag of this variable.
setInternal(boolean) - Method in class com.whitestein.lsps.engine.state.xml.Variable
Sets the internal flag of this variable.
setInternalJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
Setter for JAXB.
setInternalVersionSeq(long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setInterruptionReason(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets interruption reason for filtering interrupted to-dos by reason.
setInterruptionReasonCaseInsensitive(boolean) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the value of interruption reason case insensitive flag.
setIntProperty(String, int) - Method in class com.whitestein.lsps.lang.RecordWrapper
 
setIntValue(Integer) - Method in class com.whitestein.lsps.engine.state.ApplicationRestartValue
 
setIsExpressionLocal(boolean) - Method in class com.whitestein.lsps.engine.state.xml.Variable
Sets the flag that the the variable is defined in an expression
setIsInlined(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Sets property isIlined.
setIsMonitoringChange(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the "monitoring changed" flag.
setIssuedFrom(Date) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setIssuedTo(Date) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setIsTrackingDirty(ExecutionContext, Boolean) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Sets is tracking dirty in model instance.
setIsTrackingDirty(ExecutionContext, Boolean) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
setIsTrackingVersions(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets tracking of the shared entities version to the provided value, and cleans version string of all shared values and sets renewVersion of all shared values to the provided value.
setIsUserActivityTracked(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setItemsPerPage(int) - Method in class com.whitestein.lsps.test.web.components.Pager
Shows given number of items per page.
setIterator(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcForEach
 
setIteratorValue(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setIteratorValue(String) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
setJsonOutData(String) - Method in class com.whitestein.lsps.human.TodoSubmitData
 
setKey(String) - Method in class com.whitestein.lsps.common.StringProperty
Sets the key.
setLabel(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setLabel(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setLanguage(EnumerationImpl) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setLanguage(ExpressionLanguage) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setLastName(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the last name.
setLastName(String) - Method in class com.whitestein.lsps.os.dto.Person
Sets the last name of the person.
setLastNamePattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the last name pattern.
setLastNamePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Specifies whether the last name pattern filtering is case insensitive.
setLastUpdate(Date) - Method in class com.whitestein.lsps.activeuser.UserActivityTrack
 
setLazySpreading(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setLeft(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcAssignment
 
setLength(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Updates the length of the builder by either dropping the last characters or adding filler of Unicode zero.
setLength(Integer) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets the length of error region (in expression).
setLicenseReloadIntervalMinutes(long) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setLifecycleState(ModelInstanceState) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets life-cycle state.
setLine(int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
setLineOfExpressionLoggedAtException(int) - Method in interface com.whitestein.lsps.lang.LangSettings
Sets number of lines of an expression before and after a problem logged in exception.
setLineOfExpressionLoggedAtException(int) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
Sets number of lines of an expression before and after a problem logged in exception.
setLockDate(Date) - Method in class com.whitestein.lsps.stdlib.entity.Lock
Updates timestamp of the lock to the current
setLocked(boolean) - Method in class com.whitestein.lsps.stdlib.entity.Lock
Sets the lock state.
setLogDate(Date) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setLogDateFrom(Date) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the log date from.
setLogDateTo(Date) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the log date to.
setLogin(String) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field login
setLoginName(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the login of the user.
setLoginName(String) - Method in class com.whitestein.lsps.os.dto.Person
 
setLoginNamePattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the string pattern used to filter persons by their login name.
setLoginNamePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Specifies whether the login pattern filtering is case insensitive.
setLoginTimeOutInSeconds(long) - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
 
setLowerLevelEntity(ComplexValue) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Sets the lower level value.
setLowerLevelEntity(ComplexValue) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Sets lower level entity.
setLowerLevelEntity(Context) - Method in class com.whitestein.lsps.engine.state.xml.Context
Sets lower level entity.
setLowerLevelEntityId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setLowerLevelEntityId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setMainExpression(T) - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
setMaxAllocatedId(long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setMaxNumberOfEngineLoops(long) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setMessage(String) - Method in class com.whitestein.lsps.engine.state.ProcessLog
Sets the log message.
setMessage(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setMessage(String) - Method in class com.whitestein.lsps.stdlib.entity.Lock
Sets a message to the lock.
setMethod(String) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setMethod(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the method flag.
setMethod(String) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setMethodName(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
setMethodPattern(String) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the method pattern.
setMethodPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the method pattern case insensitive flag.
setMethods(Collection<FunctionSignature>) - Method in class com.whitestein.lsps.lang.type.NamedClassType
Sets methods.
setMillis(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the millis property.
setMillis(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the millis property.
setMillis(int) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the millis property.
setMillis(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the millis (meaning millisecond of second) field updated.
setMime(String) - Method in class com.whitestein.lsps.engine.state.BinaryData
 
setMinLevel(Integer) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the minimum log level criterion.
setMinute(int) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the minute property.
setMinute(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the minute (meaning minute of hour) field updated.
setMinutes(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the minutes property.
setMinutes(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the minutes property.
setMinutes(int) - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Sets the minutes property.
setModelHash(String) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the model hash.
setModelHash(String) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
setModelHash(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the model hash.
setModelId(Long) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the model id.
setModelId(long) - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
setModelId(long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the model id.
setModelId(long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setModelId(long) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
setModelId(long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the model id.
setModelInstance(byte[]) - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
setModelInstance(byte[]) - Method in class com.whitestein.lsps.engine.EvaluationResult
Sets model instance.
setModelInstance(Module, ModelInstance, boolean) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets model instance.
setModelInstance(ModelInstance) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
Sets the model instance.
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the process id.
setModelInstanceId(long) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets model instance id.
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the model instance id (overrides the id include list).
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the model instance id.
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setModelInstanceId(long) - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
setModelInstanceId(long) - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
setModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.TimerNotification
 
setModelInstanceId(Long) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the process id.
setModelInstanceId(Long) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets the model instance if, may be null.
setModelInstanceId(Long) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setModelInstanceId(Long) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setModelInstanceMigration(ModelUpdate) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets the model instance migration.
setModelInstanceMigrationId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the model instance migration id.
setModelInstanceMigrationId(Long) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the model instance migration id.
setModelInstanceStates(Map<Long, String>) - Method in interface com.whitestein.lsps.common.ILspsException
Sets the map of model instance id -> model instance states.
setModelInstanceStates(Map<Long, String>) - Method in exception com.whitestein.lsps.common.LspsException
 
setModelInstanceStates(Map<Long, String>) - Method in exception com.whitestein.lsps.common.LspsRuntimeException
 
setModelName(String) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the model name.
setModelName(String) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
setModelName(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the model name.
setModelNamePattern(String) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the model name pattern.
setModelVersion(String) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the model version.
setModelVersion(String) - Method in class com.whitestein.lsps.engine.state.ser.SValueContent
 
setModelVersion(String) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the model version.
setModelVersionPattern(String) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the model version pattern.
setModule(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setModule(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setModuleInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setModuleList(ModuleList) - Method in class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
setModuleList(ModuleList) - Method in class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
setModuleVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
setMonth(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the month field updated.
setMonths(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the months property.
setMonths(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the months property.
setMultiAllowedValues(boolean) - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
setMultiAllowedValues(boolean) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
setName(String) - Method in class com.whitestein.lsps.engine.BinaryDataMetadata
 
setName(String) - Method in class com.whitestein.lsps.engine.state.BinaryDataMetadata
Sets name.
setName(String) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setName(String) - Method in class com.whitestein.lsps.engine.state.ser.SGOElement
 
setName(String) - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
setName(String) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityA
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityB
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
setName(String) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
setName(String) - Method in class com.whitestein.lsps.human.entity.VaadinTheme
 
setName(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
setName(String) - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
Sets the name of the security role.
setName(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
setName(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
setName(String) - Method in class com.whitestein.lsps.test.web.NamedScreenshotOnFailure
Set the browser name to be attached to screenshot filename.
setName(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the name of this connection.
setName(String) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the name of this node
setNamePattern(String) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
set name pattern
setNamePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets the value of a flag specifying whether the name pattern is case insensitive.
setNamespace(Namespace) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
Sets underlying namespace directly.
setNamespaceModel(NamespaceModel) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Sets the owner namespace model.
setNamespacePath(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
setNamespacePath(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
setNewLineText(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Sets the text to be appended when a new line is added.
setNewModuleList(ModuleList) - Method in class com.whitestein.lsps.engine.dto.ModulesProcessingResult
 
setNewState(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setNotes(String) - Method in class com.whitestein.lsps.human.entity.Todo
Sets notes attached to the todo.
setNotes(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Sets notes to the todo
setNotes(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
setNotificationDate(Date) - Method in class com.whitestein.lsps.engine.state.TimerNotification
 
setNotifications(Collection<String>) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets the notifications set to the given notification collection.
setNullableAssociations(Map<?, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Set all nullable properties on this entity.
setNullableSerializedAssociations(Map<?, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Sets values to nullable associations.
setNullText(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the text to output when null found.
setNullText(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Sets the text to be appended when null is added.
setNumber(Float) - Method in class com.whitestein.lsps.engine.tester.entities.EntityC
 
setNumber(Long) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
setNumber(Long) - Method in class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
setObject(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
setObjectIdentification(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setObjectIdentification(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
setObjectIdentification(String) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setObjectIdentification(String) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Sets the object identification.
setObjectInfoJaxb(String) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setOffset(Integer) - Method in class com.whitestein.lsps.engine.dto.MigrationIncompatibility
Sets the offset of the error region (in expression).
setOldState(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setOperation(Operation) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
Sets the operation that executes this method.
setOperationURI(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setOperationURI(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setOperationURI(String) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setOrderBy(Map<String, Boolean>) - Method in class com.whitestein.lsps.common.query.OrderingAndPagingCriteria
 
setOrdering(LogOrdering) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the ordering.
setOrdering(LogColumn) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the ascending ordering using the given column.
setOrdering(LogColumn, OrderDirection) - Method in class com.whitestein.lsps.engine.dto.LogCriteria
Sets the ordering using the given column and direction.
setOrdering(ModelInstanceOrdering) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the ordering.
setOrdering(ModelInstanceColumn) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the ascending ordering using the given column.
setOrdering(ModelInstanceColumn, OrderDirection) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the ordering using the given column and direction.
setOrdering(ModuleColumn, OrderDirection) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets the ordering using the given column and direction.
setOrdering(RollbackInfoColumn, OrderDirection) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the ordering using the given column and direction.
setOrdering(WsRequestHandlerOrdering) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Sets the ordering.
setOrdering(WsRequestHandlerColumn) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Sets the ascending ordering using the given column.
setOrdering(WsRequestHandlerColumn, OrderDirection) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Sets the ordering using the given column and direction.
setOrdering(SavedDocumentOrdering) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the ordering.
setOrdering(SavedDocumentColumn) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the ascending ordering using the given column.
setOrdering(SavedDocumentColumn, OrderDirection) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the ordering using the given column and direction.
setOrdering(TodoOrdering) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the ordering.
setOrdering(TodoColumn) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the ascending ordering using the given column.
setOrdering(TodoColumn, OrderDirection) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the ordering using the given column and direction.
setOrdering(PersonOrdering) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the ordering.
setOrdering(PersonColumn) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the ascending ordering for the given column.
setOrdering(PersonColumn, OrderDirection) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the ordering using the given column and direction.
setOrgStructureModule(OrgStructModule) - Method in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
Sets org structure module for the generated role or unit
setOriginElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
setOriginOffset(int) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
setOriginProperty(String) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
setOrphaned(boolean) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets flag for requesting orphaned todos.
setOrphaned(boolean) - Method in class com.whitestein.lsps.human.entity.Todo
Sets todo orphaned property.
setOut(PrintWriter) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Sets the print writer where the script should be printed
setOutlineColor(String) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the outline color of this node
setOutputEntries(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
 
setOutputEntries(HolderFactory, List<Entry>) - Method in class com.whitestein.lsps.stdlib.dmn.model.Rule
Sets the output entries.
setOutputEntries(List<XmlEntry>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
setOutputs(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setOutputs(HolderFactory, List<Parameter>) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
Sets the new outputs.
setOutputs(List<XmlParameter>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
setOwnContextId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setPackage(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
setParameterPattern(String, String) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the string pattern of a process parameter identified by given parameter name.
setParentId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setParentModelElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
setParentModelElementId(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setParentModelElementId(String) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Sets the identifier of a model element the execution of which produced this process instance.
setParentModelInstanceId(Long) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
 
setParentProcessInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setParentProxySet(SValueRef) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
setPassword(String) - Method in class com.whitestein.lsps.test.Person
Update persons password.
setPassword(String) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field password
setPasswordHash(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
setPasswordSalt(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
setPath(String) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setPathTemplate(String) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setPathTemplate(String) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Sets the path template for this handler.
setPathVariables(Map<String, String>) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setPayload(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
setPayload(String) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
setPersonId(String) - Method in class com.whitestein.lsps.orgstructure.entity.Role
Sets the owning personId.
setPersonPicture(ExecutionContext, RecordHolder, RecordHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
Sets file with photo to the person.
setPersonPicture(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.orgstructure.function.OrgStructureFunctionsImpl
 
setPersonPicture(String, PersonPicture) - Method in interface com.whitestein.lsps.os.PersonService
Sets picture for person.
setPersonPicture(String, PersonPicture) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
setPhone(String) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the phone
setPhone(String) - Method in class com.whitestein.lsps.os.dto.Person
Sets the phone of the person.
setPhonePattern(String) - Method in class com.whitestein.lsps.os.dto.PersonCriteria
Sets the phone pattern.
setPlanProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.state.xml.Plan
Sets the plan context.
setPlanState(PlanState) - Method in class com.whitestein.lsps.engine.PlanHandler
Sets plan state of the handled plan.
setPriority(Integer) - Method in class com.whitestein.lsps.human.entity.Todo
Sets priority of the todo in personal todo list.
setPriority(long, Integer) - Method in interface com.whitestein.lsps.human.TodoService
Sets priority of the todo in personal todo list
setPriority(long, Integer) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
setProblems(List<String>) - Method in class com.whitestein.lsps.engine.dto.SchemaOperationResult
 
setProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
Sets the process instance.
setProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceAdapter
Sets process instance data.
setProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceRemoteMIAdapter
 
setProcessInstance(ProcessInstance) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceThisMIAdapter
 
setProcessInstanceId(long) - Method in class com.whitestein.lsps.engine.state.ser.SEscalation
 
setProcessInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setProcessInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
setProcessInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setProcessInstanceId(Long) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Deprecated.
information about process instance id is stored in the objectIdentificationSegments
setProcessInstanceIds(List<Long>) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setProcessModel(ProcessModel) - Method in class com.whitestein.lsps.engine.tester.MockExecutionContext
Sets the process model
setProcessPath(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElement
 
setProcessPath(String) - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
setProperties(Map<?, ?>) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Sets all properties on this entity.
setProperties(Map<String, String>) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setPropertiesToCreateProxy(Set<String>) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.dto.val.ExternalRecordValue
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
setProperty(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Sets value of the property.
setProperty(String, Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
setProperty(String, Value) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Sets record property.
setProperty(String, Object) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
setProperty(String, Object) - Method in interface com.whitestein.lsps.lang.exec.RecordHolder
Sets the property given the property name.
setProperty(String) - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
setProperty(String, Object) - Method in class com.whitestein.lsps.lang.RecordWrapper
Sets the property value.
setProperty(String, Object) - Method in class com.whitestein.lsps.orgstructure.context.AnyPerformerHolder
 
setProperty(String, Object) - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
 
setProperty(String, Object) - Method in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
 
setProperty(String, Object) - Method in class com.whitestein.lsps.stdlib.type.ProcessInstanceHolder
 
setPropertyInternal(RecordProperty, Object, boolean) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
 
setPropertyInternal(RecordProperty, Object, boolean) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
setPropertyInternal(RecordProperty, Object, boolean) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
Sets property.
setPropertyInternal(RecordProperty, Object, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
setPropertyName(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setPropertyName(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
setPropertyPathValue(ExecutionContext, RecordHolder, PropertyPath, Object) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Sets the value of the given property path of the given record object.
setPropertyValue(ExecutionContext, RecordHolder, Property, Object) - Method in class com.whitestein.lsps.stdlib.function.PropertyFunctions
Sets the value of the given property of the given record object.
setProxiedRecord(CommonRecordValue) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Sets proxied record.
setProxiedRecordId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setProxy(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
setProxy(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setProxyJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
setProxyJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setProxyLevel(int) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setProxySet(RecordProxySetValue) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
setProxySetId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setQuoteChar(char) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets the quote character to use.
setQuoteMatcher(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Set the quote matcher to use.
setR1(ExternalRecordEntity) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
setR1(ExternalRecordEntity) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
setR2(EntityR2) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR3
 
setR3(EntityR3) - Method in class com.whitestein.lsps.engine.tester.entities.EntityR2
 
setRawModelInstanceXml(long, ByteData) - Method in interface com.whitestein.lsps.engine.ProcessService
Sets the model instance state.
setRawModelInstanceXml(long, ByteData) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
setReadOnlyJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
setReadTimeout(Integer) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field readTimeout
setRecordId(long) - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
setRecordType(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setRecordType(String) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
setRecordValueId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
setReflectUpToClass(Class<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Set the superclass to reflect up to at reflective tests.
setRegisterWaitingFor(boolean) - Method in class com.whitestein.lsps.engine.CommonRuntimeData
Changes setting for registration of waiting for values.
setRegisterWaitingFor(Boolean) - Static method in class com.whitestein.lsps.engine.lang.SharedRecordNotifierState
Changes setting for registration of waiting for values.
setRegisterWaitingForSharedRecordChange(boolean) - Static method in class com.whitestein.lsps.engine.CurrentState
Sets a value that says if a waiting for shared record change should be registered by a model instance
setRejectedBy(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets person's id for filtering rejected to-dos.
setRemoved(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setRemoved(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setRemovedJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setRemovedJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setRenewVersion(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setRenewVersion(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Sets renewVersion value.
setRenewVersionJaxb(Boolean) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setReplaceUnsupportedXMLCharacters(boolean) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets settings for replacing of unsupported xml characters.
setReplaceUnsupportedXMLCharacters(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setReplyIdentifier(Identifier) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field replyIdentifier
setRequest(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setRequest(String) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field request
setRequest(String) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setRequestHeaders(byte[]) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setRequestHeaders(Map<String, String>) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
 
setRequestHeaders(byte[]) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setRequestId(Long) - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
setRequestPattern(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setRequestReceived(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setRequestReceived(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setRequestReceived(Date) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setRequestReceived(Date) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setRequestReceivedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setRequestReceivedTo(Date) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setResendDate(Date) - Method in class com.whitestein.lsps.engine.state.RollbackItem
Last date the message was re-sent.
setResendFrom(Date) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
setResendTo(Date) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
setResent(Boolean) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
 
setResponse(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setResponse(String) - Method in class com.whitestein.lsps.wsclient.WsResponseObject
Setter for field response
setResponse(String) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setResponseCode(int) - Method in class com.whitestein.lsps.wsclient.function.HttpCallFunctions.HttpResponse
 
setResponseContent(String) - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
setResponseContentType(String) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setResponseHeaders(byte[]) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setResponseHeaders(Map<String, String>) - Method in class com.whitestein.lsps.engine.WsProcessResponse
 
setResponseHeaders(Map<String, String>) - Method in class com.whitestein.lsps.wsclient.WsResponseObject
 
setResponseHeaders(byte[]) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setResponsePattern(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setReturnType(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
setRight(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcAssignment
 
setRights(Set<String>) - Method in class com.whitestein.lsps.os.dto.Person
Sets rights.
setRoleUnitLabel(String, String) - Method in class com.whitestein.lsps.orgstructure.model.OrgStructModule
Sets the roleUnit label.
setRoleUnitNames(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.os.dto.Person
Sets the person roles.
setRoleUnitNames(Collection<RoleUnitName>) - Method in class com.whitestein.lsps.test.Person
Sets roles to this person.
setRollbackItem(RollbackItem) - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceState
Sets rollback item.
setRounded(boolean) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the flag indicating whether the line should be rounded at bend points
setRules(ListHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
 
setRules(HolderFactory, List<Rule>) - Method in class com.whitestein.lsps.stdlib.dmn.model.DecisionTable
Sets the new rules.
setRules(List<XmlRule>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
Sets - Class in com.whitestein.lsps.common
Helper class, set related utilities.
setSavedBy(String) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets id of person for which saved document should be selected.
setSavedDocumentState(long, ByteData) - Method in interface com.whitestein.lsps.human.GenericDocumentService
Sets the saved document state.
setSavedDocumentState(long, ByteData) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
setSavedFrom(Date) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets saved from.
setSavedTo(Date) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets saved to.
setScale(int, RoundingMode) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this Decimal's unscaled value by the appropriate power of ten to maintain its overall value.
setSchemaOperationsResult(List<SchemaOperationResult>) - Method in class com.whitestein.lsps.engine.dto.ModulesUploadResult
 
setSecond(int) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the second property.
setSecond(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the second (meaning second of minute) field updated.
setSeconds(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the seconds property.
setSeconds(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the seconds property.
setSeconds(int) - Method in class com.whitestein.lsps.lang.ZoneOffsetRecord
Sets the seconds property.
setSecurityRoles(Collection<SecurityRole>) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets security roles.
setSelected(String...) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Select all tokens identified by values.
setSelectedValues(SetHolder) - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
setSelectedValues(HolderFactory, List<AllowedValue>) - Method in class com.whitestein.lsps.stdlib.dmn.model.Entry
 
setSelectedValues(List<XmlAllowedValue>) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
setSendNotifications(boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Sets vale of creation of the shared record notifications.
setSerializedValue(byte[]) - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
setSerializedXml(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
setServiceName(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setServiceName(String) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setServiceName(String) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setServicePattern(String) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the service pattern.
setServicePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.RollbackInfoCriteria
Sets the service pattern case insensitive flag.
setSetting(String, byte[]) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Adds or updates the setting identified by given settingName.
setSetting(String, String, ByteData) - Method in interface com.whitestein.lsps.os.PersonService
Sets the given personal setting.
setSetting(String, String, ByteData) - Method in class com.whitestein.lsps.pm.PersonServiceBase
 
setSettings(CommonSettings) - Method in enum com.whitestein.lsps.common.SettingsCache
Set settings.
setSideEffect(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets side-effect modifier.
setSize(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcNewArray
 
setSizeEndText(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the end text to output when a Collection, Map or array size is output.
setSizeStartText(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the start text to output when a Collection, Map or array size is output.
setSkipLicenseCheck(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setSoapAction(String) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for the field soapAction
setSource(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the identifier of the source node
setSourceAnchor(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
 
setSourceDescription(String) - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
setSourceDescription(String) - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
setSslConfig(SslConfig) - Method in class com.whitestein.lsps.wsclient.WsRequestObject
Setter for ssl configugation
setSsoEnabled(boolean) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setStartedDate(Date) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets the started date.
setStartedDate(Date) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Sets the started date.
setStartedDate(Date) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets the started date.
setStartedDate(Date) - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Sets the startedDate date.
setState(GoalState) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
setState(ModelInstanceState) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setState(ModuleInstanceState) - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
setState(PlanState) - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
setState(ProcessInstanceState) - Method in class com.whitestein.lsps.engine.state.ser.SProcessInstance
 
setState(GoalState) - Method in class com.whitestein.lsps.engine.state.xml.Goal
Sets new goal state.
setState(ModelInstanceState) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Sets life-cycle state.
setState(ModuleInstanceState) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Sets the module instance state.
setState(PlanState) - Method in class com.whitestein.lsps.engine.state.xml.Plan
Sets new plan state
setState(ProcessInstanceState) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Sets the state.
setState(ModelInstanceState) - Method in class com.whitestein.lsps.modulemanager.migration.entity.ModelUpdate
Sets the migration state.
setStateData(byte[]) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets the state data.
setStates(Set<ModelInstanceState>) - Method in class com.whitestein.lsps.engine.dto.ModelInstanceCriteria
Sets the states.
setStatic(boolean) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets the static flag.
setStaticMethods(Collection<FunctionSignature>) - Method in class com.whitestein.lsps.lang.type.RecordType
Sets static methods.
setStatus(ModelInstanceStartStatus) - Method in class com.whitestein.lsps.engine.state.ApplicationRestartInfo
Sets the restart status
setStatuses(Set<TodoStatus>) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the todo statuses.
setString(String) - Method in class com.whitestein.lsps.engine.dto.CompressedString
Compresses the string and stores it internally as byte array.
setStringVar(ExecutionContext, String, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Sets string variable.
setStringVar(ExecutionContext, String, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
setStyle(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the line style.
setSubprocessInstanceId(Long) - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
Sets the identifier of a subprocess instance.
setSubstitutes(Collection<Person>) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets a new set of substitutes for this Person.
setSubstitutes(Person) - Method in class com.whitestein.lsps.test.Person
Sets one substitute to the person.
setSubstitutionActive(boolean) - Method in class com.whitestein.lsps.orgstructure.entity.Person
Sets the substitution active flag.
setSubstitutionActive(boolean) - Method in class com.whitestein.lsps.os.dto.Person
Sets the substitution active flag.
setSuccessfulCount(long) - Method in class com.whitestein.lsps.modulemanager.migration.entity.Migration
Sets the successfulCount count.
setSummaryObjectEndText(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the end text to output when an Object is output in summary mode.
setSummaryObjectStartText(String) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets the start text to output when an Object is output in summary mode.
setSuperclassAndInterfaces(ClassPool, CtClass, RecordType, Map<ProcessModel, String>, Map<ClassType, String>, Map<FunctionSignature, String>, QID, boolean, boolean, SrcClass, Map<CtConstructor, SrcMethod>) - Static method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
Sets superclass and interfaces.
setSuperclassAndInterfaces(ClassPool, CtClass, RecordType, Map<CtConstructor, SrcMethod>) - Method in class com.whitestein.lsps.engine.lang.compiled.RecordCompiler
 
setSuperClassName(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
setSystem(boolean) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the system flag.
setTarget(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the identifier of the target node.
setTargetAnchor(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
 
setTargetEntityFieldName(String) - Method in class com.whitestein.lsps.lang.type.RecordAssociation
Sets target entity field name.
setTask(STask) - Method in class com.whitestein.lsps.engine.state.ser.SToken
 
setTask(Task) - Method in class com.whitestein.lsps.engine.state.xml.Token
Sets the task.
setTaskClass(Class<? extends AsynchronousExecutionTask>) - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
setTaskId(Long) - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
setTaskId(Long) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setTaskId(Long) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
setTaskId(Long) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
Sets the task id.
setTaskNamespace(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
 
setTerminated(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setTerminated(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setTerminated(boolean) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setTerminatedByNoExit(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Sets value whether process was terminated by no exit event
setTerminationReason(String) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setTestRecursive(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Set whether to include transient fields when reflectively comparing objects.
setTestTransients(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
Set whether to include transient fields when reflectively comparing objects.
setTextColor(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the text color.
setTextColor(String) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the text color.
setTextFont(String) - Method in class com.whitestein.lsps.visualization.DiagramConnection
sets the text font
setTextFont(String) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the fond name.
setThenExpression(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThen
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordEntityAdapter
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.InternalRecordHolder
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.ReadOnlyRecordHolder
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.RecordEntityAdapter
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.RecordHolderBase
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
 
setThisSideOfAssociation(RecordProperty, Object) - Method in interface com.whitestein.lsps.lang.exec.AssociationHandler
Sets value only this side of the association.
setThisSideOfAssociation(RecordProperty, Object) - Method in class com.whitestein.lsps.lang.exec.MockRecordHolder
 
setTime(ExecutionContext, Date, Decimal, Decimal, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the hour (meaning hour of day), minute (meaning minute of hour), second (meaning second of minute), and millis (meaning millisecond of second) fields updated.
setTimedOut(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandler
 
setTimedOut(Boolean) - Method in class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
 
setTimedOut(boolean) - Method in class com.whitestein.lsps.wsserver.entity.WsRequestHandler
 
setTimerInterval(int) - Method in interface com.whitestein.lsps.engine.EngineSettings
Sets minimal interval for time events.
setTimerInterval(int) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setTimeZoneOffset(ZoneOffsetRecord) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the time-zone offset.
setTimeZoneOffset(RecordHolder) - Method in class com.whitestein.lsps.lang.TimeRecord
Sets the time-zone offset.
Setting - Class in com.whitestein.lsps.engine.dto
A value object for transferring engine settings to the client.
Setting() - Constructor for class com.whitestein.lsps.engine.dto.Setting
no-args constructor
Setting(String, String) - Constructor for class com.whitestein.lsps.engine.dto.Setting
Creates a new instance of this value object representing an engine setting.
Setting - Class in com.whitestein.lsps.engine.state
Setting entity for LSPS.
Setting() - Constructor for class com.whitestein.lsps.engine.state.Setting
 
SettingDao - Interface in com.whitestein.lsps.engine.dao
Dao for settings.
SettingManagementService - Interface in com.whitestein.lsps.engine
Engine settings management interface.
SettingManagementServiceBean - Class in com.whitestein.lsps.engine.state
Implementation of the settings service.
SettingManagementServiceBean() - Constructor for class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
SettingManagementServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Local interface for SettingManagementService
SettingManagementServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for SettingManagementService
Settings - Class in com.whitestein.lsps.engine
Settings of the LSPS engine.
SettingsCache - Enum in com.whitestein.lsps.common
Allows to obtain cached settings.
SettingsMXBean - Interface in com.whitestein.lsps.tools
MXBean for settings.
setTitle(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the title.
setTitle(String) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets the title.
setTitlePattern(String) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the title pattern.
setTitlePattern(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the todo title pattern.
setTitlePattern(String) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets todo title pattern.
setTitlePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.human.dto.SavedDocumentCriteria
Sets the flag indicating that title pattern is case insensitive.
setTitlePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the flag indicating that title pattern is case insensitive.
setTitlePatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.human.dto.TodoListCriteria
Sets the flag indicating that title pattern is case insensitive.
setTodoFinished(boolean) - Method in class com.whitestein.lsps.human.entity.TodoPerformer
Sets todo finished,
setTodoId(long) - Method in class com.whitestein.lsps.human.TodoSubmitData
 
setTodoSavedState(long, ByteData) - Method in interface com.whitestein.lsps.human.TodoService
Sets the todo saved state.
setTodoSavedState(long, ByteData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
setToEntity(Object, RecordProperty, Object) - Method in interface com.whitestein.lsps.engine.sharedrecord.EntityReader
 
setToEntity(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.PojoSharedRecordEntityAdapter
 
setToEntity(RecordProperty, Object) - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Sets value to a property in entity.
setTokenId(Long) - Method in class com.whitestein.lsps.engine.state.ser.SProcessLog
 
setToReference(Reference, Object) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
setToReferences(long, Long, List<String>, List<Object>) - Method in interface com.whitestein.lsps.engine.ModelProviderService
Sets values to referenced value holders in the model instance.
setToReferences(ReferenceAndValue...) - Method in class com.whitestein.lsps.human.CustomUIServiceBean
 
setToReferences(long, Long, List<String>, List<Object>) - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
setTrackingDirty(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
Switch on/off checking of dirtiness.
setTrackingDirty(boolean) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Switch on/off checking of dirtiness.
setTrimmerMatcher(StrMatcher) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Sets the matcher for characters to trim.
setType(StateType) - Method in class com.whitestein.lsps.engine.state.ModelInstanceState
Sets the type.
setType(String) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
setType(ModelInstanceType) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setType(String) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
setType(String) - Method in class com.whitestein.lsps.human.dto.TodoCriteria
Sets the todo type.
SetType - Class in com.whitestein.lsps.lang.type
Type representing set container.
SetType(Type) - Constructor for class com.whitestein.lsps.lang.type.SetType
Creates new instance of SetType.
setType(String) - Method in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
setType(String) - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
setType(DiagramConnection.Type) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the type of this connection.
setUIState(UIScreenState) - Method in class com.whitestein.lsps.human.DocumentEvaluationContent
Sets the UI state to be saved.
setUIState(Serializable) - Method in class com.whitestein.lsps.human.TodoEvaluationContent
Sets the UI state to be saved.
setUnloadDate(Date) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the unload date.
setup(ModelProvider, ProcessingType, ProcessInterpreterContext) - Method in class com.whitestein.lsps.stdlib.task.Execute
Setup task.
setupAuthentication(HttpPost, WsRequestObject) - Method in class com.whitestein.lsps.engine.WebServiceCaller
Setup authentication for the given method and http client.
setUpdate(boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Sets whether the update will be performed.
setUpdate(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcFor
 
setUploadDate(Date) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the upload date.
setUploadedFrom(Date) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
setUploadedTo(Date) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
 
setUpToClass(Class<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Sets the last super class to stop appending fields for.
SetupUtils - Class in com.whitestein.lsps.test
 
SetupUtils() - Constructor for class com.whitestein.lsps.test.SetupUtils
 
setUseClassName(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to use the class name.
setUsed(boolean) - Method in class com.whitestein.lsps.engine.state.ModelInstanceEntity
Sets isUsed to the value.
setUseFieldNames(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to use the field names passed in.
setUseIdentityHashCode(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to use the identity hash code.
setUserActivityTrackingTimeout(long) - Method in class com.whitestein.lsps.tools.CommonSettingsImpl
 
setUsersAmount(Long) - Method in class com.whitestein.lsps.common.dto.License
 
setUseShortClassName(boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Sets whether to output short or long class names.
setUsingEvaluationLevels(boolean) - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
setValidFrom(Date) - Method in class com.whitestein.lsps.common.dto.License
 
setValidTo(Date) - Method in class com.whitestein.lsps.common.dto.License
 
setValue(T) - Method in interface com.whitestein.lsps.common.hack.lang3.mutable.Mutable
Sets the value of this mutable.
setValue(int) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Sets the value.
setValue(Number) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Sets the value from any Number instance.
setValue(T) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Sets the value.
setValue(R) - Method in class com.whitestein.lsps.common.hack.lang3.tuple.ImmutablePair
Throws UnsupportedOperationException.
setValue(String) - Method in class com.whitestein.lsps.common.StringProperty
Sets the value.
setValue(String) - Method in class com.whitestein.lsps.engine.BinaryDataMetadata
 
setValue(Object) - Method in class com.whitestein.lsps.engine.dto.val.RecordValueItem
Sets the value.
setValue(Object, InterpreterStackTrace) - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
SetValue - Class in com.whitestein.lsps.engine.dto.val
A set value.
SetValue() - Constructor for class com.whitestein.lsps.engine.dto.val.SetValue
Creates new instance.
SetValue(Collection<?>) - Constructor for class com.whitestein.lsps.engine.dto.val.SetValue
Creates new instance from the given items.
setValue(String) - Method in class com.whitestein.lsps.engine.state.BinaryDataMetadata
Sets value
setValue(byte[]) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
setValue(byte[]) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
setValue(Long) - Method in class com.whitestein.lsps.engine.state.ser.SHandledBoundaryEvent
Sets value
setValue(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
setValue(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
setValue(SSimpleValue) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
setValue(String) - Method in class com.whitestein.lsps.engine.state.Setting
 
setValue(Long) - Method in class com.whitestein.lsps.engine.state.xml.HandledBoundaryEvent
Sets value
setValue(Value, ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Sets the new value.
SetValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing set of variable values.
SetValue(SetValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates new copy instance of SetValue.
SetValue(SSetValue, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates a new instance from the serialized companion.
SetValue(long, ModelInstance, String, Collection<? extends Value>, String, long, SetValue) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates new instance of SetValue.
SetValue(long, ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates new instance of SetValue.
SetValue(ModelInstance, String, Collection<? extends Value>, String, long, SetValue) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates new instance of SetValue.
SetValue(ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.SetValue
Creates new instance of SetValue.
setValue(Object, Namespace, InterpreterStackTrace, ExpressionOrigin) - Method in class com.whitestein.lsps.lang.ast.AssignableExpression
Assign a value into the assignable (e.g.
setValue(Object, Namespace, InterpreterStackTrace, ExpressionOrigin) - Method in class com.whitestein.lsps.lang.ast.DereferenceExpression
 
setValue(Object, Namespace, InterpreterStackTrace, ExpressionOrigin) - Method in class com.whitestein.lsps.lang.ast.PropertyExpression
 
setValue(Object, Namespace, InterpreterStackTrace, ExpressionOrigin) - Method in class com.whitestein.lsps.lang.ast.VariableExpression
 
setValue(SrcExpression) - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
setValue(RecordHolder, Object) - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Sets the value of the given property path of the given record object.
setValue(Object) - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Sets the value of the referenced element.
setValue(Object, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.exec.ReferenceHolder
Sets the value of the referenced element.
setValue(Object, InterpreterStackTrace) - Method in class com.whitestein.lsps.lang.ReferenceExpressionHolder
 
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
Input the given text to ComboBox and click on the suggestion if it matches exactly.
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsDateTextBox
Sets a new TextBox value.
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
Sets a new TextArea value.
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsTextArea
Sets a new TextArea value.
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsTextBox
Sets a new TextBox value.
setValue(String) - Method in class com.whitestein.lsps.test.web.components.LspsUITextArea
Sets a new TextArea value.
setValues(Collection<? extends Value>) - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
Sets the list values.
setValues(List<? extends Value>, List<? extends Value>) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
Sets the values.
SetValueSetAdapter - Class in com.whitestein.lsps.engine.dto.val
Set adapter for the SetValue.
SetValueSetAdapter(SetValue) - Constructor for class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
Constructs a set value set adapter.
setVar(Date) - Method in class com.whitestein.lsps.engine.InlineStartTimerInterpreter
 
setVar(Date) - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
 
setVariables(Collection<? extends Variable>) - Method in class com.whitestein.lsps.engine.state.xml.Context
Sets variables.
setVariableValue(QID, Object) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
Deprecated.
setVariableValue(QID, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
Deprecated.
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.ContextNamespace
 
setVariableValue(QID, Object) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
Resolves variable for given name and sets its value.
setVariableValue(String, Object) - Method in interface com.whitestein.lsps.engine.lang.ExecutionContext
setVariableValue(QID, Object) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.JavaOperationExecutionContext
Deprecated.
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.NoBaseContextNamespace
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.lang.RecordNamespace
 
setVariableValue(String, Value) - Method in class com.whitestein.lsps.engine.state.xml.Context
Sets variable value for given name.
setVariableValue(QID, Object) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.engine.tester.MockTaskContext
Deprecated.
setVariableValue(String, Object) - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
setVariableValue(String, Object) - Method in class com.whitestein.lsps.lang.exec.MockRecordNamespace
 
setVariableValue(String, Object) - Method in interface com.whitestein.lsps.lang.exec.Namespace
Sets value of variable for given name from this namespace.
setVariableValue(String, Object) - Method in class com.whitestein.lsps.test.ModelInstance
Sets the value of the module variable.
setVariableValue(String, Object) - Method in class com.whitestein.lsps.test.Todo
 
setVariableValue(long, long, String, ObjectValue) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
setVariableValue(long, long, String, ObjectValue) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
setVariableValueInternal(String, Type, Object) - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
setVersion(Long) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
setVersion(Long) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
setVersion(Long) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Sets shared entity version.
setVersion(Long) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
setVersion(String) - Method in class com.whitestein.lsps.modulemanager.entity.Module
Sets the module version.
setVersionPattern(String) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
setter for version pattern
setVersionPatternCaseInsensitive(boolean) - Method in class com.whitestein.lsps.engine.dto.ModuleCriteria
Sets the value of a flag specifying whether the version pattern is case insensitive.
setVisibility(Visibility) - Method in class com.whitestein.lsps.lang.signature.FunctionSignature.Builder
Sets private modifier.
setWaiting(boolean) - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
Sets the waiting flat to the request handler.
setWeek(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the week (meaning week of year) field updated.
setWeeks(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the weeks property.
setWeeks(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the weeks property.
setWidth(int) - Method in class com.whitestein.lsps.visualization.DiagramConnection
Sets the connector width.
setWidth(int) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the width of this node.
setX(int) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the X coordinate of this node
setY(int) - Method in class com.whitestein.lsps.visualization.DiagramNode
Sets the Y coordinate of this node
setYear(ExecutionContext, Date, Decimal) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a copy of the date with the year field updated.
setYears(int) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the years property.
setYears(Decimal) - Method in class com.whitestein.lsps.lang.DurationRecord
Sets the years property.
setZip(byte[]) - Method in class com.whitestein.lsps.human.entity.VaadinTheme
 
SExpressionValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing closure.
SExpressionValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SExpressionValue
Creates new instance of SExpressionValue.
SExpressionValue.Type - Enum in com.whitestein.lsps.engine.state.ser
Type of the contained expression.
SExternalValue - Class in com.whitestein.lsps.engine.state.ser
Class used to represent an object that is not defined in the core model types.
SExternalValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SExternalValue
Creates new empty instance of SExternalValue.
SGoal - Class in com.whitestein.lsps.engine.state.ser
Entity representing goal execution state.
SGoal() - Constructor for class com.whitestein.lsps.engine.state.ser.SGoal
Creates new empty instance of SGoal.
SGOElement - Class in com.whitestein.lsps.engine.state.ser
Base class for SGoal and SPlan.
SGOElement() - Constructor for class com.whitestein.lsps.engine.state.ser.SGOElement
Creates new empty instance of SGOElement.
SHandledBoundaryEvent - Class in com.whitestein.lsps.engine.state.ser
This entity represents a handled boundary event in token.
SHandledBoundaryEvent() - Constructor for class com.whitestein.lsps.engine.state.ser.SHandledBoundaryEvent
Creates new instance.
SHandledBoundaryEvent(String, Long) - Constructor for class com.whitestein.lsps.engine.state.ser.SHandledBoundaryEvent
Creates new instance.
SharedEntityLoader - Class in com.whitestein.lsps.engine.sharedrecord
Loader of shared record entities.
SharedRecordAncestorLookup - Class in com.whitestein.lsps.engine
Lookup for a nearest recognized ancestor (including the entity itself) provided given set of the recognized entity names.
SharedRecordAncestorLookup() - Constructor for class com.whitestein.lsps.engine.SharedRecordAncestorLookup
 
SharedRecordComponentTuplizer - Class in com.whitestein.lsps.engine.sharedrecord
Implementation of tuplizer for shared records.
SharedRecordComponentTuplizer(Component) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordComponentTuplizer
Creates new instance.
SharedRecordConfigurationException - Exception in com.whitestein.lsps.engine.sharedrecord
Thrown when shared record configuration conflicts occur
SharedRecordConfigurationException() - Constructor for exception com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationException
 
SharedRecordConfigurationException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationException
 
SharedRecordConfigurationException(String) - Constructor for exception com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationException
 
SharedRecordConfigurationException(Throwable) - Constructor for exception com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationException
 
SharedRecordConfigurationGenerator - Class in com.whitestein.lsps.engine.sharedrecord
Generates Hibernate SessionFactory.
SharedRecordConfigurationGenerator(ComponentService, String, SharedRecordTypes, LspsMetadataCollector) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationGenerator
Creates new instance.
SharedRecordConfigurationService - Interface in com.whitestein.lsps.engine.sharedrecord
This service provides method for manipulation with singleton hibernate configuration
SharedRecordConfigurationServiceBean - Class in com.whitestein.lsps.engine.sharedrecord
Stateless EJB implementation of SharedRecordConfigurationService interface.
SharedRecordConfigurationServiceBean() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationServiceBean
A default constructor.
SharedRecordConfigurationServiceBean(ModelProviderService, ComponentServiceLocal) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationServiceBean
A constructor used by unit tests.
sharedRecordCount(ExecutionContext, Type, String, String) - Method in class com.whitestein.lsps.human.DynamicQueriesBean
 
SharedRecordEnginePlugin - Class in com.whitestein.lsps.engine.sharedrecord
This engine plugins ensures that all shared record hibernate sessions will be flushed after the engine finishes execution.
SharedRecordEnginePlugin() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEnginePlugin
 
SharedRecordEntityAccessor - Enum in com.whitestein.lsps.engine.sharedrecord
Property accessor for ExternalRecordEntity.
SharedRecordEntityAdapter - Class in com.whitestein.lsps.engine.sharedrecord
Common adapter for shared record entity.
SharedRecordEntityAdapter(Object, ExternalValue, SharedRecordConfiguration, RecordType, ModelInstance, ModelProvider, boolean) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAdapter
Creates new instance.
SharedRecordEntityLazyInitializer - Class in com.whitestein.lsps.engine.sharedrecord
Implementation of AbstractLazyInitializer for ExternalRecordEntity
SharedRecordEntityLazyInitializer(String, Serializable, SharedSessionContractImplementor) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityLazyInitializer
Calls AbstractLazyInitializer#AbstractLazyInitializer(String,Serializable,SessionImplementor)
SharedRecordEntityNames - Class in com.whitestein.lsps.engine.sharedrecord
Provides names for regular/audit persistent entities and their properties.
SharedRecordEntityProxy - Class in com.whitestein.lsps.engine.sharedrecord
Implementation of HibernateProxy interface for ExternalRecordEntity
SharedRecordEntityProxy(SharedRecordEntityLazyInitializer) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
Constructs proxy with given lazy initializer
SharedRecordEntityProxyFactory - Class in com.whitestein.lsps.engine.sharedrecord
 
SharedRecordEntityProxyFactory() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxyFactory
 
SharedRecordEntityTuplizer - Class in com.whitestein.lsps.engine.sharedrecord
Hibernate Tuplizer for ExternalRecordEntitys.
SharedRecordEntityTuplizer(EntityMetamodel, PersistentClass) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
Creates new instance.
SharedRecordHqlEntityNameProvider - Class in com.whitestein.lsps.engine.hql
 
SharedRecordHqlEntityNameProvider() - Constructor for class com.whitestein.lsps.engine.hql.SharedRecordHqlEntityNameProvider
 
sharedRecordList(ExecutionContext, Type, Decimal, Decimal, String, String, List<QueryOrderingItem>) - Method in class com.whitestein.lsps.human.DynamicQueriesBean
 
SharedRecordNotifier - Interface in com.whitestein.lsps.engine.ejb
 
SharedRecordNotifierData - Class in com.whitestein.lsps.engine
Shared record notifications transaction data.
SharedRecordNotifierData(ExecutionTransactionData) - Constructor for class com.whitestein.lsps.engine.SharedRecordNotifierData
Creates new instance.
SharedRecordNotifierImpl - Class in com.whitestein.lsps.engine.sharedrecord
Handles model instance notifications for shared records.
SharedRecordNotifierImpl() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierImpl
 
SharedRecordNotifierInterceptor - Class in com.whitestein.lsps.engine.sharedrecord
Intercepts relevant method to determine situation when handling of shared records notifications should be performed.
SharedRecordNotifierInterceptor() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordNotifierInterceptor
 
SharedRecordNotifierState - Class in com.whitestein.lsps.engine.lang
Shared record notifier state.
SharedRecordPluginEntityProxy<T extends EntityWithId> - Class in com.whitestein.lsps.engine.sharedrecord
Proxy for shared record entity.
SharedRecordPluginEntityProxy(String, Serializable, T) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
Creates new instance.
SharedRecordService - Interface in com.whitestein.lsps.engine
Service for shared records schema management.
SharedRecordServiceBean - Class in com.whitestein.lsps.engine
 
SharedRecordServiceBean() - Constructor for class com.whitestein.lsps.engine.SharedRecordServiceBean
 
SharedRecordServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Remote interface for SharedRecordService.
SharedRecordServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for SharedRecordService.
SharedRecordSingleTableEntityPersister - Class in com.whitestein.lsps.engine.sharedrecord
This class extends the functionality provided by the SingleTableEntityPersister.
SharedRecordSingleTableEntityPersister(PersistentClass, EntityRegionAccessStrategy, NaturalIdRegionAccessStrategy, PersisterCreationContext) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordSingleTableEntityPersister
 
SharedRecordTypeFactory - Interface in com.whitestein.lsps.engine
Converter for shared records.
SharedRecordTypeFactoryImpl - Class in com.whitestein.lsps.engine.sharedrecord
 
SharedRecordTypeFactoryImpl() - Constructor for class com.whitestein.lsps.engine.sharedrecord.SharedRecordTypeFactoryImpl
 
shift(Object[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given array.
shift(long[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given long array.
shift(int[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given int array.
shift(short[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given short array.
shift(char[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given char array.
shift(byte[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given byte array.
shift(double[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given double array.
shift(float[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given float array.
shift(boolean[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of the given boolean array.
shift(boolean[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given boolean array.
shift(byte[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given byte array.
shift(char[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given char array.
shift(double[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given double array.
shift(float[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given float array.
shift(int[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given int array.
shift(long[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given long array.
shift(Object[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given array.
shift(short[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Shifts the order of a series of elements in the given short array.
SHORT_MINUS_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Short constant for minus one.
SHORT_ONE - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Short constant for one.
SHORT_PREFIX_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The short prefix toString style.
SHORT_ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Reusable Short constant for zero.
shouldImplicitlyForceDiscriminatorInSelect() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
shouldStop() - Method in interface com.whitestein.lsps.engine.ChangeDebugStepContext
Indicates whether to suspend the process execution at the current step if there is a breakpoint matching the change, or if the change matches the DebuggerAction request and the debugger is active.
showConstraintViolations(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.vaadin.VaadinUtilsCommon
Map constraint violations to visible components.
showInFullText() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the text of this expression enclosed in curly braces in the full text.
showInSurroundingText(int) - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the text of this expression enclosed in curly braces with defined number of lines before and after.
showInText() - Method in class com.whitestein.lsps.lang.ast.Expression
Returns the text of this expression enclosed in curly braces in the full or surrounding text.
shuffle(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(Object[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(boolean[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(byte[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(char[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(short[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(int[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(long[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(float[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
shuffle(double[], Random) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Randomly permutes the elements of the specified array using the Fisher-Yates algorithm.
SIDE_EFFECT_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @SideEffect.
Signal - Class in com.whitestein.lsps.engine.dto
Immutable and serializable entity representing a signal in a model instance signal queue.
Signal() - Constructor for class com.whitestein.lsps.engine.dto.Signal
Creates new instance.
Signal(long, ObjectValue) - Constructor for class com.whitestein.lsps.engine.dto.Signal
Creates new instance.
Signal - Class in com.whitestein.lsps.engine.state.xml
Entity representing an item in the signal queue.
Signal(ModelInstance, Value, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Signal
Creates new instance.
Signal(long, ModelInstance, Value, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Signal
Creates new instance.
SignalChange - Class in com.whitestein.lsps.engine.change
Change representing adding or removing a signal.
SignalChange(Signal, SignalChange.Type) - Constructor for class com.whitestein.lsps.engine.change.SignalChange
Creates new instance.
SignalChange.Type - Enum in com.whitestein.lsps.engine.change
Type of the change event.
SignalIntermediateInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with signal intermediate event without in flow.
SignalIntermediateInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, SignalEventCatcher) - Constructor for class com.whitestein.lsps.engine.SignalIntermediateInterpreter
Creates new instance.
SignalMessage - Class in com.whitestein.lsps.engine.comm
Message containing a signal.
SignalMessage(Identifier, Identifier, ObjectValue) - Constructor for class com.whitestein.lsps.engine.comm.SignalMessage
Creates new instance.
SignalMessage(String, Identifier, Identifier, ObjectValue) - Constructor for class com.whitestein.lsps.engine.comm.SignalMessage
Creates a new instance.
SignalStartInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets BPMN process descriptions with signal start event.
SignalStartInterpreter(ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, SignalStartEvent) - Constructor for class com.whitestein.lsps.engine.SignalStartInterpreter
Creates new instance.
SignatureAst - Class in com.whitestein.lsps.lang.ast
 
SignatureAst(IdentifierAst, List<FunctionParameterAst>, boolean, TypeAst, TypeParametersAst) - Constructor for class com.whitestein.lsps.lang.ast.SignatureAst
 
SignatureExpression - Class in com.whitestein.lsps.lang.ast
A common super class for FunctionExpression and MethodExpression.
SignatureMapping - Class in com.whitestein.lsps.lang.signature
Relation between function signature, and actual provided parameters.
SignatureMappings - Class in com.whitestein.lsps.lang.signature
Helper methods for signature mappings.
SignatureMatcher - Interface in com.whitestein.lsps.lang.signature
 
SignatureParameter - Class in com.whitestein.lsps.lang.signature
Information about a parameter in function or closure signature.
SignatureParameter(Type) - Constructor for class com.whitestein.lsps.lang.signature.SignatureParameter
Creates a new unnamed signature parameter.
SignatureParameter(Type, boolean) - Constructor for class com.whitestein.lsps.lang.signature.SignatureParameter
Creates a new unnamed signature parameter.
SignatureParameter(Type, String) - Constructor for class com.whitestein.lsps.lang.signature.SignatureParameter
Creates a new signature parameter.
SignatureParameter(Type, String, boolean, boolean, String) - Constructor for class com.whitestein.lsps.lang.signature.SignatureParameter
Creates a new signature parameter.
SignatureParameter(SignatureParameter) - Constructor for class com.whitestein.lsps.lang.signature.SignatureParameter
Creates a new signature parameter from a given one.
SignatureParser - Class in com.whitestein.lsps.lang.parser
 
SignatureParser() - Constructor for class com.whitestein.lsps.lang.parser.SignatureParser
 
SignatureParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.SignatureParser
 
signum() - Method in class com.whitestein.lsps.lang.Decimal
Returns the signum function of this Decimal.
SIMPLE_STYLE - Static variable in class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
The simple toString style.
SimpleAnnotation - Enum in com.whitestein.lsps.lang.ast
Simple annotations.
SimpleDataInstantiator - Class in com.whitestein.lsps.lang.parser
 
SimpleDataInstantiator() - Constructor for class com.whitestein.lsps.lang.parser.SimpleDataInstantiator
 
SimpleIdAllocator - Class in com.whitestein.lsps.engine.state
Simple implementation of the ModelInstanceResourceAllocator.
SimpleIdAllocator() - Constructor for class com.whitestein.lsps.engine.state.SimpleIdAllocator
Creates new instances.
SimpleStringFilter - Class in com.whitestein.lsps.common.filter
 
SimpleStringFilter(Serializable, String, boolean, boolean) - Constructor for class com.whitestein.lsps.common.filter.SimpleStringFilter
 
SimpleTerminationReason - Class in com.whitestein.lsps.engine
Implementation of termination reason.
SimpleTerminationReason(TerminationReasonEnum, String, Object) - Constructor for class com.whitestein.lsps.engine.SimpleTerminationReason
Creates new instance.
SimpleTerminationReason(TerminationReasonEnum, String) - Constructor for class com.whitestein.lsps.engine.SimpleTerminationReason
Creates new instance.
SimpleTerminationReason(TerminationReasonEnum) - Constructor for class com.whitestein.lsps.engine.SimpleTerminationReason
Creates new instance.
SimpleType - Class in com.whitestein.lsps.lang.type
Data type representing simple types.
SimpleTypeVisitor<T,E extends java.lang.Throwable> - Class in com.whitestein.lsps.lang.type
A simple type visitor calls the method SimpleTypeVisitor.visitType(Type) for each type.
SimpleTypeVisitor() - Constructor for class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
SimpleValue - Interface in com.whitestein.lsps.engine.state.xml
Value representing simple types.
SimpleValueHibernateToRuntimeConverter - Class in com.whitestein.lsps.engine.sharedrecord
Converter for simple values.
SimpleValueHibernateToRuntimeConverter(ModelProvider, ModelInstance, String) - Constructor for class com.whitestein.lsps.engine.sharedrecord.SimpleValueHibernateToRuntimeConverter
Creates new instance.
singleQuoteMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the single quote character.
singleSelectList() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to single select list.
size() - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
size - Variable in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Current size of the buffer.
size() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets the length of the string builder.
size() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the number of tokens found in the String.
size() - Method in class com.whitestein.lsps.common.StringProperties
Returns the number of key-value mappings in this map.
size() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
size() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
size() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
size() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
size() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
size() - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
Returns the element count.
size() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
Returns the element count.
size() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
Returns the element count.
size() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
size() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
size() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
size() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
Returns the size of the property path (the number of path segments).
size() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
size() - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
size() - Method in class com.whitestein.lsps.lang.type.QID
Returns the size of this qualified identifier.
size(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Return size of passed map
size(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Return size of a given collection.
size(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Return size of passed list
size(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Return size of SetHolder
size(ExecutionContext, BinaryHolder) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Returns the size of the binary data in bytes.
size(ExecutionContext, BinaryHolder) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
size() - Method in class com.whitestein.lsps.test.ModelInstanceLogs
Returns the log size.
sleep(long) - Method in class com.whitestein.lsps.test.web.components.UIComponent
Same as Thread.sleep except does not throw checked exception.
SListValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value value representing an immutable list of values.
SListValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SListValue
Creates empty new instance of SListValue.
SLocalDateTimeValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing local date time.
SLocalDateTimeValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
Creates new empty instance of SLocalDateTimeValue.
SLocalDateTimeValue(LocalDateTime) - Constructor for class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
Creates new instance of SLocalDateTimeValue.
SLocalDateValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing local date.
SLocalDateValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SLocalDateValue
Creates new empty instance of SLocalDateValue.
SLocalDateValue(LocalDate) - Constructor for class com.whitestein.lsps.engine.state.ser.SLocalDateValue
Creates new instance of SLocalDateValue.
SMapValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing an immutable map.
SMapValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SMapValue
Creates a new instance of SMapValue.
SModelInstance - Class in com.whitestein.lsps.engine.state.ser
Entity representing a model instance state.
SModelInstance() - Constructor for class com.whitestein.lsps.engine.state.ser.SModelInstance
Creates new empty instance of SModelInstance.
SModelInstanceProperty - Class in com.whitestein.lsps.engine.state.ser
Entity representing a model instance property.
SModelInstanceProperty() - Constructor for class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
Creates new empty instance of SModelInstanceProperty.
SModelInstanceProperty(String, String) - Constructor for class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
Creates new instance of SModelInstanceProperty.
SModuleInstance - Class in com.whitestein.lsps.engine.state.ser
Entity representing a module instance.
SModuleInstance() - Constructor for class com.whitestein.lsps.engine.state.ser.SModuleInstance
Creates new empty instance of SModuleInstance.
SNamedValue - Class in com.whitestein.lsps.engine.state.ser
Entity representing a named value.
SNamedValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SNamedValue
Creates a new empty instance.
SNullAdapter - Class in com.whitestein.lsps.engine.state.ser
Adapter for Decimal.
SNullAdapter() - Constructor for class com.whitestein.lsps.engine.state.ser.SNullAdapter
 
SNullValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing null.
SNullValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SNullValue
Creates empty instance.
SOAP_ACTION_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents value of the SOAPAction http header which should be used in http call during execution of given SoapCall task.
SOAPENV_XML_NAMESPACE - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
XML namespace used for soap:envelope, soap:body and other soap specific elements.
SoapFaultException - Exception in com.whitestein.lsps.engine.exception
Simple exception which signalize that the soap fault was returned in web service response.
SoapFaultException() - Constructor for exception com.whitestein.lsps.engine.exception.SoapFaultException
Constructs new SoapFaultException.
SObjectValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing object.
SObjectValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SObjectValue
Creates new empty instance of SStringValue.
SoftCache<K,V> - Class in com.whitestein.lsps.common.cache
A simple cache using SoftReferences to store values.
SoftCache() - Constructor for class com.whitestein.lsps.common.cache.SoftCache
 
sort(Comparator<? super E>) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
sort(List<V>) - Method in class com.whitestein.lsps.common.collections.MapLikeListAccessor
Sort the underlying list by the key values
sort(List<EvaluationLevelAware>, boolean) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Sort evaluation level aware entities according to number of level segments.
sort(ExecutionContext, ListHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns items of the list ordered according to the comparator.
sort(ExecutionContext, SetHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns items of the set ordered according to the comparator.
sort(ExecutionContext, CollectionHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns items of the collection ordered according to the comparator.
sort(ExecutionContext, ListHolder, Boolean) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list with items sorted in ascending or descending natural order.
sort(ExecutionContext, SetHolder, Boolean) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set with items sorted in ascending or descending natural order.
sort(ExecutionContext, CollectionHolder, Boolean) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list or set with items sorted in ascending or descending natural order.
sortByKey(ExecutionContext, CollectionHolder, ClosureHolder, Boolean, Boolean) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list of elements sorted by keys produced by key extractor.
sortDeletedEntities(List<RecordHolder>) - Static method in class com.whitestein.lsps.engine.DeleteOrderSort
Returns sorted list of records that can be safely deleted.
sortLevels(List<String>) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Sort evaluation levels according to number of level segments.
SPACE - Static variable in class com.whitestein.lsps.common.hack.lang3.StringUtils
A String for a space character.
spaceMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the space character.
special(Decimal, Decimal) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
SPlan - Class in com.whitestein.lsps.engine.state.ser
Entity representing plan execution state.
SPlan() - Constructor for class com.whitestein.lsps.engine.state.ser.SPlan
Creates new empty instance of SPlan.
split(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separators specified.
split(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array with a maximum length, separators specified.
split(ExecutionContext, String, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Splits the string around matches of regular expression given by the regexp parameter.
splitByCharacterType(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByCharacterTypeCamelCase(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits a String by Character type as returned by java.lang.Character.getType(char).
splitByWholeSeparator(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparator(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator string specified.
splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator string specified.
spliterator() - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
splitMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Matches the same characters as StringTokenizer, namely space, tab, newline and formfeed.
splitPathname(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Splits a fully specified element name to names of it components which are separated by the namespace separator (::).
splitPreserveAllTokens(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, using whitespace as the separator, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separator specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
splitPreserveAllTokens(String, String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Splits the provided text into an array with a maximum length, separators specified, preserving all tokens, including empty tokens created by adjacent separators.
SProcessInstance - Class in com.whitestein.lsps.engine.state.ser
Entity representing a process instance.
SProcessInstance() - Constructor for class com.whitestein.lsps.engine.state.ser.SProcessInstance
Creates new empty instance of SProcessInstance.
SProcessLog - Class in com.whitestein.lsps.engine.state.ser
Process log.
SProcessLog() - Constructor for class com.whitestein.lsps.engine.state.ser.SProcessLog
Creates new instance.
SPropertyPathValue - Class in com.whitestein.lsps.engine.state.ser
 
SPropertyPathValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
A constructor required by JAXB.
SPropertyPathValue(String, List<String>) - Constructor for class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
SPropertyValue - Class in com.whitestein.lsps.engine.state.ser
 
SPropertyValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SPropertyValue
A constructor required by JAXB.
SPropertyValue(String, String) - Constructor for class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
SQL_ERROR - Static variable in interface com.whitestein.lsps.stdlib.sql.RunSQL
SQL error code.
sqlCreateString(Dialect, Mapping, String, String) - Method in class com.whitestein.lsps.engine.sharedrecord.UniqueIndex
 
SqlFileExecuter - Interface in com.whitestein.lsps.stdlib.function
Methods invoked from the expression language
SqlFileExecuterImpl - Class in com.whitestein.lsps.stdlib.function
Execute provided SQL file.
SqlFileExecuterImpl() - Constructor for class com.whitestein.lsps.stdlib.function.SqlFileExecuterImpl
 
SqlFileExecuterImpl(DataSource, RunSQL) - Constructor for class com.whitestein.lsps.stdlib.function.SqlFileExecuterImpl
 
SqlFileLinesReader - Class in com.whitestein.lsps.stdlib.function.sqlparser
Sql file can be interpreted either in single line and multiline mode.
SqlFileLinesReader(ExecutionContext, RunSQL, FlywaySqlRunner) - Constructor for class com.whitestein.lsps.stdlib.function.sqlparser.SqlFileLinesReader
 
SqlInitialModelsServiceBean - Class in com.whitestein.lsps.engine
Implementation of the InitialModelsService that returns initial model ids by executing SQL stored in the setting SettingDao under key Setting#INITIAL_MODELS_SQL;
SqlInitialModelsServiceBean() - Constructor for class com.whitestein.lsps.engine.SqlInitialModelsServiceBean
 
sqlStatement() - Method in exception com.whitestein.lsps.stdlib.function.sqlparser.FlywayErrorException
 
sqlStatementLogger - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
SQL statement logger.
SRangeValue - Class in com.whitestein.lsps.engine.state.ser
Range value (e.g.
SRangeValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SRangeValue
 
SRangeValue(long, long) - Constructor for class com.whitestein.lsps.engine.state.ser.SRangeValue
Constructs a new range.
SrcAnnotation - Class in com.whitestein.lsps.lang.compiled.model
 
SrcAnnotation(String, SrcNameStringValue...) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcAnnotation
 
SrcAssignment - Class in com.whitestein.lsps.lang.compiled.model
 
SrcAssignment() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcAssignment
 
SrcBinaryOperation - Class in com.whitestein.lsps.lang.compiled.model
 
SrcBinaryOperation(String, SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcBinaryOperation
 
SrcBlock - Class in com.whitestein.lsps.lang.compiled.model
 
SrcBlock(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
SrcBreak - Class in com.whitestein.lsps.lang.compiled.model
 
SrcBreak() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcBreak
 
SrcCast - Class in com.whitestein.lsps.lang.compiled.model
 
SrcCast(String, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcCast
 
SrcCatch - Class in com.whitestein.lsps.lang.compiled.model
 
SrcCatch(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcCatch
 
SrcChainedExpression - Class in com.whitestein.lsps.lang.compiled.model
 
SrcChainedExpression(SrcExpression...) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcChainedExpression
 
srcClass() - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
srcClass(NamedClassType) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
srcClass(FunctionSignature) - Method in class com.whitestein.lsps.engine.lang.compiled.NamespaceCompiler
 
SrcClass - Class in com.whitestein.lsps.lang.compiled.model
 
SrcClass(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcClass
 
SrcClass(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcClass
 
SrcClassRef - Class in com.whitestein.lsps.lang.compiled.model
 
SrcClassRef(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcClassRef
 
SrcConstant - Class in com.whitestein.lsps.lang.compiled.model
 
SrcConstant(Object) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcConstant
 
SrcContinue - Class in com.whitestein.lsps.lang.compiled.model
 
SrcContinue() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcContinue
 
SrcEmpty - Class in com.whitestein.lsps.lang.compiled.model
 
SrcEmpty() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcEmpty
 
SrcEq - Class in com.whitestein.lsps.lang.compiled.model
 
SrcEq(SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcEq
 
SrcExpression - Class in com.whitestein.lsps.lang.compiled.model
 
SrcExpression() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcExpression
 
SrcFor - Class in com.whitestein.lsps.lang.compiled.model
 
SrcFor() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcFor
 
SrcFor(SrcExpression, SrcExpression, SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcFor
 
SrcForEach - Class in com.whitestein.lsps.lang.compiled.model
 
SrcForEach() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcForEach
 
SrcIfThen - Class in com.whitestein.lsps.lang.compiled.model
 
SrcIfThen() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcIfThen
 
SrcIfThen(SrcExpression, SrcBlock) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcIfThen
 
SrcIfThenElse - Class in com.whitestein.lsps.lang.compiled.model
 
SrcIfThenElse() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcIfThenElse
 
SrcInterface - Class in com.whitestein.lsps.lang.compiled.model
 
SrcInterface(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcInterface
 
SrcInterface(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcInterface
 
SrcMethod - Class in com.whitestein.lsps.lang.compiled.model
 
SrcMethod() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
SrcMethodCall - Class in com.whitestein.lsps.lang.compiled.model
 
SrcMethodCall() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
SrcMethodCall(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
SrcMethodCall(SrcExpression, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
SrcModifier - Enum in com.whitestein.lsps.lang.compiled.model
 
SrcNameStringValue - Class in com.whitestein.lsps.lang.compiled.model
 
SrcNameStringValue(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNameStringValue
 
SrcNewArray - Class in com.whitestein.lsps.lang.compiled.model
 
SrcNewArray(String, SrcExpression...) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNewArray
 
SrcNewArray(String, List<? extends SrcExpression>) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNewArray
 
SrcNewInstance - Class in com.whitestein.lsps.lang.compiled.model
 
SrcNewInstance(String, SrcExpression...) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNewInstance
 
SrcNotEq - Class in com.whitestein.lsps.lang.compiled.model
 
SrcNotEq(SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNotEq
 
SrcNull - Class in com.whitestein.lsps.lang.compiled.model
 
SrcNull() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcNull
 
SrcObject - Class in com.whitestein.lsps.lang.compiled.model
 
SrcObject() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcObject
 
SrcParameter - Class in com.whitestein.lsps.lang.compiled.model
 
SrcParameter(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcParameter
 
SrcResult<T extends SrcExpression> - Class in com.whitestein.lsps.engine.lang.compiled
 
SrcResult() - Constructor for class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
SrcResult(T) - Constructor for class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
SrcResult(T, List<SrcExpression>) - Constructor for class com.whitestein.lsps.engine.lang.compiled.SrcResult
 
SrcReturn - Class in com.whitestein.lsps.lang.compiled.model
 
SrcReturn(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcReturn
 
SrcStringConstant - Class in com.whitestein.lsps.lang.compiled.model
 
SrcStringConstant(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcStringConstant
 
SrcSubstract - Class in com.whitestein.lsps.lang.compiled.model
 
SrcSubstract(SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcSubstract
 
SrcSuper - Class in com.whitestein.lsps.lang.compiled.model
 
SrcSuper() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcSuper
 
SrcThis - Class in com.whitestein.lsps.lang.compiled.model
 
SrcThis() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcThis
 
SrcThrow - Class in com.whitestein.lsps.lang.compiled.model
 
SrcThrow(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcThrow
 
SrcTo_boolean - Class in com.whitestein.lsps.lang.compiled.model
 
SrcTo_boolean(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcTo_boolean
 
SrcToBoolean - Class in com.whitestein.lsps.lang.compiled.model
 
SrcToBoolean(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcToBoolean
 
SrcTryCatch - Class in com.whitestein.lsps.lang.compiled.model
 
SrcTryCatch() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
SrcTryCatch(SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
SrcUnaryOperation - Class in com.whitestein.lsps.lang.compiled.model
 
SrcUnaryOperation(String, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcUnaryOperation
 
SrcVariable - Class in com.whitestein.lsps.lang.compiled.model
 
SrcVariable(String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcVariable
 
SrcVariableDef - Class in com.whitestein.lsps.lang.compiled.model
 
SrcVariableDef(String, String) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
SrcWhile - Class in com.whitestein.lsps.lang.compiled.model
 
SrcWhile() - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcWhile
 
SrcWhile(SrcExpression, SrcExpression) - Constructor for class com.whitestein.lsps.lang.compiled.model.SrcWhile
 
SReadOnlyRecordValue - Class in com.whitestein.lsps.engine.state.ser
Read only record value object.
SReadOnlyRecordValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
Default constructor.
SReadonlyVariable - Class in com.whitestein.lsps.engine.state.ser
Read-only variable.
SReadonlyVariable() - Constructor for class com.whitestein.lsps.engine.state.ser.SReadonlyVariable
 
SRecordProxySet - Class in com.whitestein.lsps.engine.state.ser
 
SRecordProxySet() - Constructor for class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
SRecordValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing a record.
SRecordValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SRecordValue
Creates a new instance of SRecordValue.
SSetValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing set of variable values.
SSetValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SSetValue
Creates new instance of SSetValue.
SSignal - Class in com.whitestein.lsps.engine.state.ser
Entity representing an item in the signal queue.
SSignal() - Constructor for class com.whitestein.lsps.engine.state.ser.SSignal
Creates a new instance.
SSimpleValue - Interface in com.whitestein.lsps.engine.state.ser
Value representing simple types.
SslConfig - Class in com.whitestein.lsps.wsclient
Ssl config.
SslConfig(SslContextProvider) - Constructor for class com.whitestein.lsps.wsclient.SslConfig
 
SslConfig(String, String, String, String) - Constructor for class com.whitestein.lsps.wsclient.SslConfig
 
SslContextProvider - Interface in com.whitestein.lsps.wsclient
Provider of ssl context for https call.
SStringValue - Class in com.whitestein.lsps.engine.state.ser
Persistent value representing string.
SStringValue() - Constructor for class com.whitestein.lsps.engine.state.ser.SStringValue
Creates new empty instance of SStringValue.
SStringValue(String) - Constructor for class com.whitestein.lsps.engine.state.ser.SStringValue
Creates new instance of SStringValue.
StaleObjectException - Exception in com.whitestein.lsps.common
Base class for stale-object exceptions.
StaleObjectException(String, String) - Constructor for exception com.whitestein.lsps.common.StaleObjectException
Creates new instance.
start() - Static method in class com.whitestein.lsps.common.StopWatch
Starts a new stop watch and returns instance to it.
start(String) - Static method in class com.whitestein.lsps.common.StopWatch
Starts a new stop watch and returns instance to it.
start(TaskContext) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
start(TaskContext) - Method in interface com.whitestein.lsps.engine.ExecutableTask
An initial method that is called when the task execution starts.
start() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
start() - Method in class com.whitestein.lsps.engine.state.xml.Token
Starts this token execution.
start(TaskContext) - Method in class com.whitestein.lsps.engine.TaskProxy
 
start(TaskContext) - Method in class com.whitestein.lsps.engine.tester.TestRollbackExceptionTask
 
start(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
start(TaskContext) - Method in class com.whitestein.lsps.human.task.HumanInteractionTask
Deprecated.
 
start(TaskContext) - Method in class com.whitestein.lsps.human.task.SendEmail
 
start() - Method in interface com.whitestein.lsps.lang.timer.RecordingElement
 
start(TaskContext) - Method in class com.whitestein.lsps.orgstructure.task.AddPersonToRole
 
start(TaskContext) - Method in class com.whitestein.lsps.orgstructure.task.RemovePersonFromRole
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.AddProcessLog
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.Assign
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.CreateModelInstance
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.DeactivateGoal
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.DeleteModelInstanceLogs
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.DeleteSharedRecords
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.Execute
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.Lock
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.NoOperationTask
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.ReactivateGoal
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.RemoveBinaryData
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.RepeatGoals
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.RunSQLTask
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.TerminateModelInstance
 
start(TaskContext) - Method in class com.whitestein.lsps.stdlib.task.Unlock
 
start(TaskContext) - Method in class com.whitestein.lsps.wsserver.task.RestRequestWaitpointTask
 
start(TaskContext) - Method in class com.whitestein.lsps.wsserver.task.RestResponseTask
 
start(TaskContext) - Method in class com.whitestein.lsps.wsserver.task.WsRequestWaitPointTask
This method starts the task - it only register the WsRequestWaitPoint (i.e.
start(TaskContext) - Method in class com.whitestein.lsps.wsserver.task.WsResponseTask
 
start(TaskContext) - Method in class com.whitestein.lsps.xml.task.ConvertToXmlTask
 
start(TaskContext) - Method in class com.whitestein.lsps.xml.task.ParseXmlTask
 
startGoal(Goal) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Starts the goal execution.
StartInterpretMessage - Class in com.whitestein.lsps.engine.comm
Message to start interpret a model instance.
StartInterpretMessage(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.StartInterpretMessage
Creates new instance.
startInterpretModelInstance(long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Starts the interpretation of an existing model instance for given model instance id.
startInterpretModelInstance(long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
startInterpretModelInstance(long, boolean) - Method in interface com.whitestein.lsps.human.HumanActionsService
Starts the interpretation of an existing model instance for given model instance id.
startInterpretModelInstance(long, boolean) - Method in class com.whitestein.lsps.human.HumanActionsServiceBean
 
startInterpretModelInstance(long) - Method in interface com.whitestein.lsps.human.TodoService
Starts the interpretation of an existing process for given process ID.
startInterpretModelInstance(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
startInterpretModelInstanceInNewTransaction(long) - Method in interface com.whitestein.lsps.human.TodoService
Starts the interpretation of an existing process for given process ID.
startInterpretModelInstanceInNewTransaction(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
startInterpretModelInstanceSimple(long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Starts the interpretation of an existing model instance for given model instance id.
startInterpretModelInstanceSimple(long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
startInterpretModelInstanceWithDeadlockRetry(long) - Method in interface com.whitestein.lsps.human.TodoService
Starts the interpretation of an existing process for given process ID.
startInterpretModelInstanceWithDeadlockRetry(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
startModelInstance() - Method in class com.whitestein.lsps.test.Module
Starts model instance as a user connected via associated remote.
startModelInstance(String) - Method in class com.whitestein.lsps.test.Module
Starts a model instance as a specific user.
startModelInstance(Map<String, String>) - Method in class com.whitestein.lsps.test.Module
Starts a model instance using given properties.
startPostprocessing() - Method in class com.whitestein.lsps.engine.MigrationEngine
Starts migration of model instance state by executing post-processing model.
startPreprocessing() - Method in class com.whitestein.lsps.engine.MigrationEngine
Starts migration of model instance state by executing pre-processing model.
startsWith(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Check if a CharSequence starts with a specified prefix.
startsWith(String) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Checks whether this builder starts with the specified string.
startsWithAny(CharSequence, CharSequence...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Check if a CharSequence starts with any of the provided case-sensitive prefixes.
startsWithIgnoreCase(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix.
STask - Class in com.whitestein.lsps.engine.state.ser
Entity representing a running task.
STask() - Constructor for class com.whitestein.lsps.engine.state.ser.STask
Creates new instance.
STATE - Static variable in class com.whitestein.lsps.stdlib.type.GoalPlanHolder
Property name.
StateJAXBContext - Class in com.whitestein.lsps.engine.state
The class provides JAXB context for the model instance state.
StateMarshaller - Class in com.whitestein.lsps.engine.state
Saves and restores a model instance state to a byte array.
StateMarshaller(StateType) - Constructor for class com.whitestein.lsps.engine.state.StateMarshaller
Creates new instance.
StateType - Enum in com.whitestein.lsps.engine.state
Type of the model instance state representation.
STATUS_ANNOTATION - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
Annotation @Status.
STimeoutFlow - Class in com.whitestein.lsps.engine.state.ser
 
STimeoutFlow() - Constructor for class com.whitestein.lsps.engine.state.ser.STimeoutFlow
 
STimeoutFlow(String, Long) - Constructor for class com.whitestein.lsps.engine.state.ser.STimeoutFlow
 
SToken - Class in com.whitestein.lsps.engine.state.ser
This entity represents a token in a BPMN process.
SToken() - Constructor for class com.whitestein.lsps.engine.state.ser.SToken
Creates empty instance.
stop() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
stop() - Method in interface com.whitestein.lsps.lang.timer.RecordingElement
 
stop() - Method in class com.whitestein.lsps.test.ModelInstance
Deprecated.
stopOnBreakpoint(Change) - Method in interface com.whitestein.lsps.engine.ChangeDebugger
Suspends the execution of a process if a breakpoint matching the Change is hit or if the change conforms to the DebuggerAction request.
stopOnBreakpointOrStep(Expression, Interpreter, InterpreterStackTrace) - Method in interface com.whitestein.lsps.lang.ExpressionDebugger
Suspends the execution of a process if a breakpoint matching the expression is hit or if the current step conforms to the DebuggerAction request.
stopOnPropertyBreakpoint(ComplexValue, String) - Method in interface com.whitestein.lsps.engine.AspectDebugger
Suspends the execution of a process if a breakpoint is set on the assignment of a record property.
stopOnRecordConstruction(ModelInstance, String) - Method in interface com.whitestein.lsps.engine.AspectDebugger
Suspends the execution of a process if a breakpoint is set on the record creation.
stopOnVariableBreakpoint(Context, Variable) - Method in interface com.whitestein.lsps.engine.AspectDebugger
Suspends the execution of a process if a breakpoint is set on the assignment of this variable.
StopWatch - Class in com.whitestein.lsps.common
A utility class to measure elapsed time since a specific point in time.
storeState(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ErrorModelInstanceMarshaller
Filter a model instance and store it as array of bytes.
storeState(ModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.ModelInstanceMarshaller
Filter a model instance and store it as array of bytes.
storeValue(ComplexValue) - Static method in class com.whitestein.lsps.engine.state.xml.ValueSerializer
Stores a complex value with all referenced values to a ValueContent.
StrBuilder - Class in com.whitestein.lsps.common.hack.lang3.text
Deprecated.
as of 3.6, use commons-text TextStringBuilder instead
StrBuilder() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Constructor that creates an empty builder initial capacity 32 characters.
StrBuilder(int) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Constructor that creates an empty builder the specified initial capacity.
StrBuilder(String) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Constructor that creates a builder from the string, allocating 32 extra characters for growth.
strConstant(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
StrictRolesResolver - Class in com.whitestein.lsps.orgstructure.model.resolver
Implements simple (or strict) resolver of roles.
StrictRolesResolver() - Constructor for class com.whitestein.lsps.orgstructure.model.resolver.StrictRolesResolver
 
STRING - Static variable in class com.whitestein.lsps.lang.type.SimpleType
StringType instance.
StringComparisonOperation - Enum in com.whitestein.lsps.lang.operation
 
StringEscapeUtils - Class in com.whitestein.lsps.common.hack.lang3
Deprecated.
as of 3.6, use commons-text StringEscapeUtils instead
StringEscapeUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
StringEscapeUtils instances should NOT be constructed in standard programming.
StringFunctions - Class in com.whitestein.lsps.stdlib.function
String related utility methods
StringFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.StringFunctions
 
StringLikeOperation - Enum in com.whitestein.lsps.lang.operation
 
stringMatcher(String) - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Constructor that creates a matcher from a string.
StringOperation - Enum in com.whitestein.lsps.lang.operation
 
StringProperties - Class in com.whitestein.lsps.common
Class representing a set of string key-value properties.
StringProperties() - Constructor for class com.whitestein.lsps.common.StringProperties
Creates new instance.
StringProperties(Map<String, String>) - Constructor for class com.whitestein.lsps.common.StringProperties
Creates new instance.
StringProperty - Class in com.whitestein.lsps.common
A string key-value pair.
StringProperty() - Constructor for class com.whitestein.lsps.common.StringProperty
Creates new instance.
StringProperty(String, String) - Constructor for class com.whitestein.lsps.common.StringProperty
Creates new instance.
Strings - Class in com.whitestein.lsps.common
The helper class with String-related utilities.
StringType - Class in com.whitestein.lsps.lang.type
Simple type representing string.
StringUtils - Class in com.whitestein.lsps.common.hack.lang3
Operations on String that are null safe.
StringUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.StringUtils
StringUtils instances should NOT be constructed in standard programming.
StringValue - Class in com.whitestein.lsps.engine.dto.val
A string value.
StringValue() - Constructor for class com.whitestein.lsps.engine.dto.val.StringValue
Creates new instance.
StringValue - Class in com.whitestein.lsps.engine.state.xml
Persistent value representing string.
StringValue(String) - Constructor for class com.whitestein.lsps.engine.state.xml.StringValue
Creates new instance of StringValue.
strip(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips whitespace from the start and end of a String.
strip(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips any of a set of characters from the start and end of a String.
stripAccents(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes diacritics (~= accents) from a string.
stripAll(String...) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips whitespace from the start and end of every String in an array.
stripAll(String[], String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips any of a set of characters from the start and end of every String in an array.
stripEnd(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips any of a set of characters from the end of a String.
stripStart(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips any of a set of characters from the start of a String.
stripToEmpty(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips whitespace from the start and end of a String returning an empty String if null input.
stripToNull(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Strips whitespace from the start and end of a String returning null if the String is empty ("") after the strip.
StrMatcher - Class in com.whitestein.lsps.common.hack.lang3.text
Deprecated.
as of 3.6, use commons-text StringMatcherFactory instead
StrMatcher() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Constructor.
StrTokenizer - Class in com.whitestein.lsps.common.hack.lang3.text
Deprecated.
as of 3.6, use commons-text StringTokenizer instead
StrTokenizer() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer, but with no text to tokenize.
StrTokenizer(String) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
StrTokenizer(String, char) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified delimiter character.
StrTokenizer(String, String) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified delimiter string.
StrTokenizer(String, StrMatcher) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher.
StrTokenizer(String, char, char) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
StrTokenizer(String, StrMatcher, StrMatcher) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
StrTokenizer(char[]) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on space, tab, newline and formfeed as per StringTokenizer.
StrTokenizer(char[], char) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified character.
StrTokenizer(char[], String) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified string.
StrTokenizer(char[], StrMatcher) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher.
StrTokenizer(char[], char, char) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting on the specified delimiter character and handling quotes using the specified quote character.
StrTokenizer(char[], StrMatcher, StrMatcher) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Constructs a tokenizer splitting using the specified delimiter matcher and handling quotes using the specified quote matcher.
STypeValue - Class in com.whitestein.lsps.engine.state.ser
Simple value representing a type.
STypeValue() - Constructor for class com.whitestein.lsps.engine.state.ser.STypeValue
Creates empty instance.
STypeValue(String) - Constructor for class com.whitestein.lsps.engine.state.ser.STypeValue
 
subarray(T[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new array containing the elements between the start and end indices.
subarray(long[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new long array containing the elements between the start and end indices.
subarray(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new int array containing the elements between the start and end indices.
subarray(short[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new short array containing the elements between the start and end indices.
subarray(char[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new char array containing the elements between the start and end indices.
subarray(byte[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new byte array containing the elements between the start and end indices.
subarray(double[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new double array containing the elements between the start and end indices.
subarray(float[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new float array containing the elements between the start and end indices.
subarray(boolean[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Produces a new boolean array containing the elements between the start and end indices.
subCollection(ExecutionContext, CollectionHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a collection representing such a portion of the collection, which starts from the specified fromIndex (inclusive) to the toIndex (exclusive).
subgraph(DirectedGraph<V>, Set<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns new instance of DirectedGraph induced by given set of vertices on given graph.
subList(int, int) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
subList(int, int) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
subList(int, int) - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
subList(ExecutionContext, ListHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list which represents the portion of the list between the specified fromIndex, inclusive, and toIndex, exclusive.
submit(ExecutionContext) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Submits a form that do not use evaluation levels: Todo Form: Submits todos that do not use evaluation levels.
submit(ExecutionContext) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
submit(long, ModelInstance) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submit() - Method in class com.whitestein.lsps.test.Todo
 
SUBMIT_DOCUMENTS - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows submit documents
submitSavedDocument(long) - Method in class com.whitestein.lsps.human.GenericDocumentServiceBean
 
submitTodo(long, ByteData) - Method in interface com.whitestein.lsps.human.TodoService
Submits the to-do and returns the next to-do group.
submitTodo(long, ByteData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submitTodo(long, ModelInstance) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submitTodo(String) - Method in class com.whitestein.lsps.test.ModelInstance
Asserts that there is a single alive todo with a given title and submits it.
submitTodo(long, long) - Method in interface com.whitestein.lsps.tools.TestSupportService
Submits the given Todo.
submitTodo(long, long) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
submitTodoInNewTransaction(long, ByteData) - Method in interface com.whitestein.lsps.human.TodoService
Submits the to-do and returns the next to-do group.
submitTodoInNewTransaction(long, ByteData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submitTodoInNewTransaction(long, ModelInstance) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submitTodoWithDeadlockRetry(long, ByteData) - Method in interface com.whitestein.lsps.human.TodoService
Submits the to-do and returns the next to-do group.
submitTodoWithDeadlockRetry(long, ByteData) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
submitTodoWithDeadlockRetry(long, ModelInstance) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
subSequence(CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.CharSequenceUtils
Returns a new CharSequence that is a subsequence of this sequence starting with the char value at the specified index.
subSequence(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
subSet(ExecutionContext, SetHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set which represents the portion of the set between the specified fromIndex, inclusive, and toIndex, exclusive.
SUBSTITUTE - Static variable in class com.whitestein.lsps.engine.state.EscapingOutputStreamWriter
A character that is used to replace illegal characters.
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.AbstractType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.ClosureType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.CollectionType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.FreeType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.ListType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.MapType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.ReferenceType
 
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.SetType
 
substituteFreeTypes(FreeTypeMapping) - Method in interface com.whitestein.lsps.lang.type.Type
Returns a type where free types are substituted by provided mapping.
substituteFreeTypes(FreeTypeMapping) - Method in class com.whitestein.lsps.lang.type.TypeType
 
substring(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Extracts a portion of this string builder as a string.
substring(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Extracts a portion of this string builder as a string.
substring(int, int) - Method in class com.whitestein.lsps.lang.parser.ParserStringStream
 
substring(ExecutionContext, String, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns a substring of the string
substringAfter(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the substring after the first occurrence of a separator.
substringAfterLast(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the substring after the last occurrence of a separator.
substringBefore(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the substring before the first occurrence of a separator.
substringBeforeLast(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the substring before the last occurrence of a separator.
substringBetween(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the String that is nested in between two instances of the same String.
substringBetween(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Gets the String that is nested in between two Strings.
substringsBetween(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Searches a String for substrings delimited by a start and end tag, returning all matching substrings in an array.
subtract(Fraction) - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
subtract(int) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Subtracts a value from the value of this instance.
subtract(Number) - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Subtracts a value from the value of this instance.
subtract(Decimal) - Method in class com.whitestein.lsps.lang.Decimal
Returns a Decimal whose value is (this - subtrahend).
subtractDates(ExecutionContext, Date, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration obtained by subtracting the date2 from the date1.
subtractDurationFromDate(ExecutionContext, Date, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a date obtained by subtracting the duration from the date.
subtractDurationFromLocalDate(ExecutionContext, LocalDate, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a date equal to date - duration.
subtractDurationFromLocalDateTime(ExecutionContext, LocalDateTime, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
subtractDurations(ExecutionContext, RecordHolder, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration obtained by subtracting each field of duration2 from the corresponding field of duration1.
subtractFrom(Date) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date - duration.
subtractFrom(LocalDate) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date - duration.
subtractFrom(LocalDateTime) - Method in class com.whitestein.lsps.lang.DurationRecord
Returns a date equal to date - duration.
subtractLocalDates(ExecutionContext, LocalDate, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Returns a duration representing a duration between two dates.
subType(FreeType, Type) - Method in class com.whitestein.lsps.lang.type.TypeMapping
Marks that FreeType should be subtype of other.
sum(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a sum of decimals in the given collection.
SUPER - Static variable in class com.whitestein.lsps.lang.parser.ParserUtil
"super" keyword
SuperConstructorExpression - Class in com.whitestein.lsps.lang.ast
 
SuperConstructorExpression(ASTInfo, FunctionSignature) - Constructor for class com.whitestein.lsps.lang.ast.SuperConstructorExpression
Constructs a new super record constructor invocation expression with no arguments.
SuperConstructorExpression(ASTInfo, FunctionSignature, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.SuperConstructorExpression
Constructs a new super record constructor invocation expression.
superType(FreeType, Type) - Method in class com.whitestein.lsps.lang.type.TypeMapping
Marks that FreeType should be supertype of other.
suspend(ModelInstanceEntity, ModelInstanceUtilsService) - Method in class com.whitestein.lsps.engine.ProcessUtils
Suspends the execution.
suspend(TaskContext) - Method in interface com.whitestein.lsps.engine.SuspendableTask
Called when the model instance is suspended.
suspend() - Method in class com.whitestein.lsps.human.entity.Todo
Sets status to TodoStatus.SUSPENDED.
suspend(TaskContext) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
suspend() - Method in class com.whitestein.lsps.test.ModelInstance
Suspends the model execution.
SUSPEND_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to suspend, resume and invoke model instance execution.
SUSPENDABLE_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of suspendable states.
SuspendableTask - Interface in com.whitestein.lsps.engine
An executable task can implement this interface to be notified about suspend and resume.
SUSPENDED_STATES - Static variable in enum com.whitestein.lsps.engine.dto.ModelInstanceState
The set of suspended states.
SuspendMessage - Class in com.whitestein.lsps.engine.comm
Message to suspend a model instance.
SuspendMessage(Identifier, Identifier) - Constructor for class com.whitestein.lsps.engine.comm.SuspendMessage
Creates new instance.
suspendModelInstance(long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Suspends model instance execution.
suspendModelInstance(long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
SValue - Interface in com.whitestein.lsps.engine.state.ser
Base interface for all values.
SValueContent - Class in com.whitestein.lsps.engine.state.ser
Class used as a root for storing a complex value with all referenced values.
SValueContent() - Constructor for class com.whitestein.lsps.engine.state.ser.SValueContent
Creates new instance.
SValueContent(long, String, String, String, LinkedHashSet<SComplexValue>) - Constructor for class com.whitestein.lsps.engine.state.ser.SValueContent
Creates new instance.
SValueRef - Class in com.whitestein.lsps.engine.state.ser
Value referencing another value by id.
SValueRef() - Constructor for class com.whitestein.lsps.engine.state.ser.SValueRef
Creates an empty instance.
SValueRef(long) - Constructor for class com.whitestein.lsps.engine.state.ser.SValueRef
Creates new instance.
SVariable - Class in com.whitestein.lsps.engine.state.ser
Entity representing instance of a variable.
SVariable() - Constructor for class com.whitestein.lsps.engine.state.ser.SVariable
Creates new empty instance of SVariable.
swap(Object[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given array.
swap(long[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given long array.
swap(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given int array.
swap(short[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given short array.
swap(char[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given char array.
swap(byte[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given byte array.
swap(double[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given double array.
swap(float[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given float array.
swap(boolean[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps two elements in the given boolean array.
swap(boolean[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given boolean array.
swap(byte[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given byte array.
swap(char[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given char array.
swap(double[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given double array.
swap(float[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given float array.
swap(int[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given int array.
swap(long[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given long array.
swap(Object[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given array.
swap(short[], int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Swaps a series of elements in the given short array.
swap(ExecutionContext, ListHolder, Decimal, Decimal) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a new list of elements of original list with elements at given indexes swapped.
swapCase(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case.
SwitchExpression - Class in com.whitestein.lsps.lang.ast
A switch expression.
SwitchExpression.Case - Class in com.whitestein.lsps.lang.ast
Case clause.
SWritableVariable - Class in com.whitestein.lsps.engine.state.ser
Writable variable.
SWritableVariable() - Constructor for class com.whitestein.lsps.engine.state.ser.SWritableVariable
A default constructor.
SXmlEntity - Interface in com.whitestein.lsps.engine.state.ser
 
SYMBOL - Static variable in enum com.whitestein.lsps.lang.operation.ComparisonOperation
A comparison symbol operator.
synchronize(ModelInstance, ModelInstance) - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Synchronize model instance with original.
synchronize(byte[]) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
synchronize(byte[]) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
synchronizeCache() - Method in interface com.whitestein.lsps.engine.ModelProviderClientService
Synchronize cache.
synchronizeCache() - Method in class com.whitestein.lsps.modulemanager.ModelProviderServiceBean
 
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.whitestein.lsps.vaadin.util.requesthandlers.PatchedServletUIInitHandler
 
synchronizeIdSeq(ModelInstance) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Synchronize value id counter and max allocated value id.
SyntheticExpression - Class in com.whitestein.lsps.lang.ast
 
SyntheticExpression(Object) - Constructor for class com.whitestein.lsps.lang.ast.SyntheticExpression
Constructs a new synthetic expression with a given value.
SYSTEM_RECORD_DELETE_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
System record delete error

T

tabbedLayout() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a tabbed layout.
table - Variable in class com.whitestein.lsps.test.web.components.LspsTableColumn
Owner table, not null.
table - Variable in class com.whitestein.lsps.test.web.components.Pager
The owner table.
table() - Method in class com.whitestein.lsps.test.web.components.UICast
Deprecated.
TableMetadata - Class in com.whitestein.lsps.common.ddl
JDBC table metadata
TableMetadata(ResultSet, DatabaseMetaData) - Constructor for class com.whitestein.lsps.common.ddl.TableMetadata
 
TableMetadata(ResultSet, DatabaseMetaData, boolean) - Constructor for class com.whitestein.lsps.common.ddl.TableMetadata
Creates new instance.
tabMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Returns a matcher which matches the tab character.
tabSheet() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a tab sheet.
Task - Class in com.whitestein.lsps.engine.state.xml
Entity representing a running task.
Task(Token, Date, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.Task
Creates new instance.
Task(long, Token, Date, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.Task
Creates new instance.
Task(STask, Token, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Task
Creates a new instance from the serialized companion.
TaskContext - Interface in com.whitestein.lsps.engine.lang
 
TaskContextImpl - Class in com.whitestein.lsps.engine.lang
 
TaskContextImpl(Task, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.TaskContextImpl
Creates new instance.
TaskParametersAst - Class in com.whitestein.lsps.lang.ast
 
TaskParametersAst(ASTNode, List<ParameterAst>) - Constructor for class com.whitestein.lsps.lang.ast.TaskParametersAst
Creates a constraint instance.
TaskParametersParser - Class in com.whitestein.lsps.lang.parser
Parser for task parameters.
TaskParametersParser() - Constructor for class com.whitestein.lsps.lang.parser.TaskParametersParser
 
TaskParametersParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.TaskParametersParser
 
TaskProxy - Class in com.whitestein.lsps.engine
Proxy for ExecutableTask with logging and exception handling.
TaskProxy(ExecutableTask) - Constructor for class com.whitestein.lsps.engine.TaskProxy
Creates new instance.
TEMP_BINARY_VALS - Static variable in class com.whitestein.lsps.engine.state.xml.ValueContent
 
TEMP_ID - Static variable in class com.whitestein.lsps.engine.state.xml.ValueContent
 
temporaryEvaluationLevel() - Static method in class com.whitestein.lsps.engine.state.xml.EvaluationLevelUtils
Returns debug level.
TempTable - Class in com.whitestein.lsps.engine.sharedrecord
Table subclass used for temporary tables.
TempTable(String) - Constructor for class com.whitestein.lsps.engine.sharedrecord.TempTable
Creates new instances.
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.engine.AbstractAsynchronousExecutionTask
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.BPMNInterpreter
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
 
terminate(TaskContext, TerminationReason) - Method in interface com.whitestein.lsps.engine.ExecutableTask
Called when this task is to be terminated.
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.GOInterpreter
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.InlineStartSignalInterpreter
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.ModuleInterpreter
 
terminate(TerminationReason) - Method in interface com.whitestein.lsps.engine.ProcessInterpreter
Terminates the process with the given reason.
terminate(ProcessInstance, ProcessInterpreterContext, TerminationReason) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Terminates the process with the given reason.
terminate(ProcessInstance, ProcessDescription, ProcessInterpreterContext, TerminationReason) - Static method in class com.whitestein.lsps.engine.ProcessInterpreters
Terminates the process with the given reason.
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.SignalIntermediateInterpreter
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.SignalStartInterpreter
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.engine.TaskProxy
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.engine.tester.TestRollbackExceptionTask
 
terminate(TerminationReason) - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.human.task.BaseTodoTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.human.task.HumanInteractionTask
Deprecated.
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.human.task.SendEmail
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.orgstructure.task.AddPersonToRole
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.orgstructure.task.RemovePersonFromRole
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.AddProcessLog
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.Assign
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.CreateModelInstance
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.DeactivateGoal
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.DeleteModelInstanceLogs
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.DeleteSharedRecords
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.Execute
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.Lock
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.NoOperationTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.ReactivateGoal
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.RemoveBinaryData
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.RepeatGoals
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.RunSQLTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.TerminateModelInstance
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.stdlib.task.Unlock
 
terminate() - Method in class com.whitestein.lsps.test.ModelInstance
Terminates this model instance, if it is not already finished.
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.wsserver.task.RestRequestWaitpointTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.wsserver.task.RestResponseTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.wsserver.task.WsRequestWaitPointTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.wsserver.task.WsResponseTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.xml.task.ConvertToXmlTask
 
terminate(TaskContext, TerminationReason) - Method in class com.whitestein.lsps.xml.task.ParseXmlTask
 
TERMINATE_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to terminate a model instance.
terminateModelInstance(long, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Terminates model instance for given model instance id.
terminateModelInstance(long, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
terminateModelInstance(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Terminates given model instance
terminateModelInstance(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
TerminateModelInstance - Class in com.whitestein.lsps.stdlib.task
This task terminates a model instance.
TerminateModelInstance() - Constructor for class com.whitestein.lsps.stdlib.task.TerminateModelInstance
Creates new instance.
TerminateModelInstance(CommunicationService) - Constructor for class com.whitestein.lsps.stdlib.task.TerminateModelInstance
Creates new instance.
terminateOnModelChange(ModelInstance) - Method in interface com.whitestein.lsps.engine.ProcessAgent
 
terminateOnModelChange(ModelInstance) - Method in class com.whitestein.lsps.engine.ProcessAgentImpl
 
TerminationReason - Interface in com.whitestein.lsps.engine
Reason of termination of a task.
TerminationReasonEnum - Enum in com.whitestein.lsps.engine
Enumeration of reasons of a task termination
TEST_DIRECTORY - Static variable in class com.whitestein.lsps.test.TestModelRepository
The directory where default tests are
TestConfig - Class in com.whitestein.lsps.test
Loads the environment.properties from the filesystem (from the current working directory), initializes OpenEJB config etc.
TestConfig(String) - Constructor for class com.whitestein.lsps.test.TestConfig
Initializes the runtime configuration.
TestConfig() - Constructor for class com.whitestein.lsps.test.TestConfig
 
testFailure(Failure) - Method in class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
testFinished(Description) - Method in class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
TestFunctions - Interface in com.whitestein.lsps.engine.tester
Functions used in tests.
TestFunctionsImpl - Class in com.whitestein.lsps.engine.tester
Test functions implementation.
TestFunctionsImpl() - Constructor for class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
testIgnored(Description) - Method in class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
TESTING - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right allows to execute testing.
TestModelRepository - Class in com.whitestein.lsps.test
The test model repository.
testName(FrameworkMethod) - Method in class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
TestOnlyVaadin7 - Annotation Type in com.whitestein.lsps.test.annotations
The test method marked by this interface wont be run on vaadin 8 version of the component.
TestOnlyVaadin8 - Annotation Type in com.whitestein.lsps.test.annotations
The test method marked by this interface wont be run on vaadin 7 version of the component.
TestRecordC - Class in com.whitestein.lsps.engine.tester.entities
 
TestRecordC() - Constructor for class com.whitestein.lsps.engine.tester.entities.TestRecordC
 
TestRecordCC - Class in com.whitestein.lsps.engine.tester.entities
 
TestRecordCC() - Constructor for class com.whitestein.lsps.engine.tester.entities.TestRecordCC
 
TestRecordD - Class in com.whitestein.lsps.engine.tester.entities
 
TestRecordD() - Constructor for class com.whitestein.lsps.engine.tester.entities.TestRecordD
 
TestRecordDD - Class in com.whitestein.lsps.engine.tester.entities
 
TestRecordDD() - Constructor for class com.whitestein.lsps.engine.tester.entities.TestRecordDD
 
TestRevisionListener - Class in com.whitestein.lsps.engine.tester
 
TestRevisionListener() - Constructor for class com.whitestein.lsps.engine.tester.TestRevisionListener
 
TestRollbackExceptionTask - Class in com.whitestein.lsps.engine.tester
 
TestRollbackExceptionTask() - Constructor for class com.whitestein.lsps.engine.tester.TestRollbackExceptionTask
 
testRunFinished(Result) - Method in class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
testRunStarted(Description) - Method in class com.whitestein.lsps.test.PrintOutCurrentTestRunListener
 
TestSupportService - Interface in com.whitestein.lsps.tools
Service for execution of expressions in integration tests.
TestSupportServiceBean - Class in com.whitestein.lsps.tools
Test support service.
TestSupportServiceBean() - Constructor for class com.whitestein.lsps.tools.TestSupportServiceBean
 
TestSupportServiceLocal - Interface in com.whitestein.lsps.tools.ejb
Local interface for Test service bean.
TestSupportServiceRemote - Interface in com.whitestein.lsps.tools.ejb
Remote interface for Test service bean.
text - Variable in class com.whitestein.lsps.lang.doc.DocPlainTextElement
The plain text.
textArea() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a text area.
textBox() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a text box.
TextDocument - Class in com.whitestein.lsps.common.text
 
TextDocument(String) - Constructor for class com.whitestein.lsps.common.text.TextDocument
 
ThisConstructorExpression - Class in com.whitestein.lsps.lang.ast
 
ThisConstructorExpression(ASTInfo, FunctionSignature, List<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.ThisConstructorExpression
Constructs a new "this" record constructor invocation expression.
ThisExpression - Class in com.whitestein.lsps.lang.ast
This expression.
ThisExpression(ASTInfo, Type) - Constructor for class com.whitestein.lsps.lang.ast.ThisExpression
Creates new instance.
thisModel(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
 
thisModel(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
thisModelInstance(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
 
thisModelInstance(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
thisModelInstanceProperties(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a map of initialization properties of the model instance that executed this function.
thisModelInstanceProperties(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
thisModelInstanceProperty(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
Returns a value of the initialization property of the given name of the model instance that executed this function.
thisModelInstanceProperty(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
thisProcessInstance(ExecutionContext) - Method in interface com.whitestein.lsps.stdlib.function.ReflectionFunctions
 
thisProcessInstance(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.ReflectionFunctionsImpl
 
THREE_FIFTHS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 3/5.
THREE_QUARTERS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 3/4.
throwEscalation(ExecutionContext, String, Object) - Method in interface com.whitestein.lsps.stdlib.function.ActionFunctions
Throws an escalation event with the escalation code and optional payload.
throwEscalation(ExecutionContext, String, Object) - Method in class com.whitestein.lsps.stdlib.function.ActionFunctionsImpl
 
throwEscalation(String, Object) - Method in class com.whitestein.lsps.test.Todo
 
throwEscalation(long, String, ObjectValue) - Method in interface com.whitestein.lsps.tools.TestSupportService
 
throwEscalation(long, String, ObjectValue) - Method in class com.whitestein.lsps.tools.TestSupportServiceBean
 
throwIfUnchecked(Throwable) - Static method in class com.whitestein.lsps.common.Exceptions
Throws given throwable if it is unchecked.
throwNoSuchMethodException(Class<?>, String, Class<?>[]) - Static method in class com.whitestein.lsps.common.JavaReflectionUtils
 
throwWithInterceptor(ExecutionContext) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Throws a runtime error end do not not catch it by interceptor.
throwWithInterceptor(ExecutionContext) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
throwWithoutInterceptor(ExecutionContext) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Throws a runtime error end do not catch it by interceptor.
throwWithoutInterceptor(ExecutionContext) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
TIME_TYPE - Static variable in class com.whitestein.lsps.lang.TimeRecord
A full type name of core::Time.
TIME_ZONE_OFFSET - Static variable in class com.whitestein.lsps.lang.TimeRecord
Property name of timeZoneOffset field.
TimeoutFlow - Class in com.whitestein.lsps.engine.state.xml
A timeout flow.
TimeoutFlow(String, Long) - Constructor for class com.whitestein.lsps.engine.state.xml.TimeoutFlow
Creates a new instance.
TIMER_EVENT__DATE - Static variable in class com.whitestein.lsps.engine.TimerEventInterpreter
 
TIMER_EVENT__DURATION - Static variable in class com.whitestein.lsps.engine.TimerEventInterpreter
 
TimeRecord - Class in com.whitestein.lsps.lang
A wrapper class for core::Time record.
TimeRecord() - Constructor for class com.whitestein.lsps.lang.TimeRecord
Creates a new record wrapper instance with no record holder.
TimeRecord(RecordHolder) - Constructor for class com.whitestein.lsps.lang.TimeRecord
Creates a new record wrapper instance.
TimeRecord(long, ZoneOffsetRecord) - Constructor for class com.whitestein.lsps.lang.TimeRecord
Creates a new record wrapper instance.
TimerEventInterpreter - Class in com.whitestein.lsps.engine
Interpreter of time event.
TimerEventInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, TimerInEvent) - Constructor for class com.whitestein.lsps.engine.TimerEventInterpreter
Creates new instance.
TimerIntermediateInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets process descriptions with timer intermediate event without in flows.
TimerIntermediateInterpreter(ProcessInstance, ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, TimerEventCatcher) - Constructor for class com.whitestein.lsps.engine.TimerIntermediateInterpreter
Creates new instance.
TimerInterpreterStackTrace - Class in com.whitestein.lsps.lang.timer
Usage:
TimerInterpreterStackTrace(InterpreterStackTraceElement) - Constructor for class com.whitestein.lsps.lang.timer.TimerInterpreterStackTrace
Creates a new instance.
TimerInterpreterStackTraceFactory - Class in com.whitestein.lsps.lang
A factory that creates TimerInterpreterStackTrace instances.
TimerInterpreterStackTraceFactory() - Constructor for class com.whitestein.lsps.lang.TimerInterpreterStackTraceFactory
 
TimerNotification - Class in com.whitestein.lsps.engine.state
Entity that holds information about particular process (model instance) waiting for notification from timer.
TimerNotification() - Constructor for class com.whitestein.lsps.engine.state.TimerNotification
 
TimerNotification(Long, Date) - Constructor for class com.whitestein.lsps.engine.state.TimerNotification
 
TimerNotificationDao - Interface in com.whitestein.lsps.engine.dao
Dao for accessing TimerNotification entities in database
TimerStartInterpreter - Class in com.whitestein.lsps.engine
Interpreter which interprets process descriptions with timer start event.
TimerStartInterpreter(ModuleInstance, ProcessInterpreterContext, BPMNProcessDescription, TimerStartEvent) - Constructor for class com.whitestein.lsps.engine.TimerStartInterpreter
Creates new instance.
toArray() - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
toArray(T[]) - Method in class com.whitestein.lsps.common.collections.ImmutableArrayList
 
toArray(T...) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Create a type-safe generic array.
toArray() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
toArray(T[]) - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
toArray() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
toArray(T[]) - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
toArray() - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
toArray(T[]) - Method in class com.whitestein.lsps.lang.exec.MockListHolder
 
toArray() - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
toArray(T[]) - Method in class com.whitestein.lsps.lang.exec.MockSetHolder
 
toBigDecimal() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a BigDecimal.
toBigInteger() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a BigInteger.
toBigIntegerExact() - Method in class com.whitestein.lsps.lang.Decimal
Converts this Decimal to a BigInteger, checking for lost information.
toBinary(ExecutionContext, String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Converts a string to binary holder.
toBinary(ExecutionContext, String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
toBinary(ExecutionContext, String) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Converts the specified string to binary.
toBinary(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
toBlock() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
toBlock() - Method in class com.whitestein.lsps.lang.compiled.model.SrcExpression
 
toBoolean(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a boolean handling null by returning false.
toBoolean(int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an int to a boolean using the convention that zero is false.
toBoolean(int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an int to a boolean specifying the conversion values.
toBoolean(Integer, Integer, Integer) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an Integer to a boolean specifying the conversion values.
toBoolean(String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a String to a boolean (optimised for performance).
toBoolean(String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a String to a Boolean throwing an exception if no match found.
toBoolean(boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toBoolean(Object) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toboolean(boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toboolean(Boolean) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toBooleanDefaultIfNull(Boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a boolean handling null.
toBooleanObject(int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an int to a Boolean using the convention that zero is false.
toBooleanObject(Integer) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an Integer to a Boolean using the convention that zero is false.
toBooleanObject(int, int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an int to a Boolean specifying the conversion values.
toBooleanObject(Integer, Integer, Integer, Integer) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts an Integer to a Boolean specifying the conversion values.
toBooleanObject(String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a String to a Boolean.
toBooleanObject(String, String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a String to a Boolean throwing an exception if no match.
toBundle() - Method in class com.whitestein.lsps.engine.dto.ModuleResourceBundle
Converts this class to LocalizationResourceBundle.Bundle.
toByte(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a byte, returning zero if the conversion fails.
toByte(String, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a byte, returning a default value if the conversion fails.
toByteArray(InputStream) - Static method in class com.whitestein.lsps.common.IO
 
toChar(Character) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the Character to a char throwing an exception for null.
toChar(Character, char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the Character to a char handling null.
toChar(String) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the String to a char using the first character, throwing an exception on empty Strings.
toChar(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the String to a char using the first character, defaulting the value on empty Strings.
toCharacterObject(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Deprecated.
Java 5 introduced Character.valueOf(char) which caches chars 0 through 127.
toCharacterObject(String) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the String to a Character using the first character, returning null for empty Strings.
toCharArray() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Copies the builder's character array into a new character array.
toCharArray(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Copies part of the builder's character array into a new character array.
toClass(Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Converts an array of Object in to an array of Class objects.
toClass(XClass) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
toCodePoints(CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a CharSequence into an array of code points.
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcAnnotation
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcAssignment
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBinaryOperation
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBlock
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcBreak
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcCast
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcCatch
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcChainedExpression
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClassRef
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcConstant
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcContinue
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcFor
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcForEach
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThen
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcIfThenElse
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcInterface
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethodCall
 
toCodeString() - Method in enum com.whitestein.lsps.lang.compiled.model.SrcModifier
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcNameStringValue
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcNewArray
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcNewInstance
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcObject
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcParameter
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcReturn
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcStringConstant
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcThrow
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcTryCatch
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcUnaryOperation
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariable
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcVariableDef
 
toCodeString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcWhile
 
toCollection(CollectionHolder, Class<E>, RecordWrapperFactory) - Method in class com.whitestein.lsps.lang.RecordWrapper
Converts a given collection of LSPS records to record wrappers using a given factory.
toComparison() - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
Returns a negative integer, a positive integer, or zero as the builder has judged the "left-hand" side as less than, greater than, or equal to the "right-hand" side.
toCompiled(Namespace, RecordHolder) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toCompiled(RecordHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toCompiled(RecordProxySetHolder) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toCompiledObject(Namespace, Object) - Static method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toCompiledObject(Object) - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledNamespace
 
toDate(LocalDate) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of Date from the LocalDate instance (at start of day).
toDate(LocalDateTime) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of Date from the LocalDateTime instance.
toDate(OffsetDateTime) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of Date from the ZonedDateTime instance.
toDate(ZonedDateTime) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of Date from the ZonedDateTime instance.
toDate(ExecutionContext, LocalDate) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Create an instance of Date from the LocalDate instance (at start of day).
toDate(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
today() - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Computes current date without time Method will use default time zone of VM
toDecimal(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
If possible, converts the string parameter to a decimal value.
Todo - Class in com.whitestein.lsps.human.dto
Data transfer object representing a todo.
Todo() - Constructor for class com.whitestein.lsps.human.dto.Todo
Creates new instance.
Todo(long, long, String, String, TodoStatus, String, Date, Date, Person, Collection<? extends Performer>, int, String, long, String, byte[], Integer, String, TodoAuthorization) - Constructor for class com.whitestein.lsps.human.dto.Todo
Creates new instance of Todo.
Todo - Class in com.whitestein.lsps.human.entity
Persistent domain object representing a todo.
Todo() - Constructor for class com.whitestein.lsps.human.entity.Todo
Default constructor.
Todo(Long, Long, Long, String, String, Date, String, String, byte[], Date, String) - Constructor for class com.whitestein.lsps.human.entity.Todo
Creates new instance of Todo.
TODO - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the Todo type.
Todo - Class in com.whitestein.lsps.test
Represents a to-do.
TODO_ESCALATION - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the TodoEscalation type.
TODO_ID - Static variable in class com.whitestein.lsps.common.ApplicationDataConstants
Key used in application data.
TODO_ID - Static variable in class com.whitestein.lsps.human.Constants
TODO_PERFORMER - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the TodoPerformer type.
TODO_REJECTION - Static variable in class com.whitestein.lsps.human.HumanTypes
Full name of the TodoRejection type.
TodoAllocatedException - Exception in com.whitestein.lsps.human.exception
Thrown if a todo is allocated.
TodoAllocatedException(long, String) - Constructor for exception com.whitestein.lsps.human.exception.TodoAllocatedException
Creates new instance.
TodoAuthorization - Enum in com.whitestein.lsps.human.dto
Enumeration of the possible todo authorizations for a person and a todo.
TodoColumn - Enum in com.whitestein.lsps.human.dto
Todo columns that can be used in queries.
TodoContent - Class in com.whitestein.lsps.human.entity
Todo content.
TodoContent() - Constructor for class com.whitestein.lsps.human.entity.TodoContent
Creates new empty instance of TodoContent.
TodoContent(byte[]) - Constructor for class com.whitestein.lsps.human.entity.TodoContent
Creates new instance of TodoContent.
TodoCriteria - Class in com.whitestein.lsps.human.dto
Criteria object for searching of Todo-s.
TodoCriteria() - Constructor for class com.whitestein.lsps.human.dto.TodoCriteria
Default constructor.
TodoCriteria(int) - Constructor for class com.whitestein.lsps.human.dto.TodoCriteria
Constructor with paging ON and given result count.
TodoCriteria(int, int) - Constructor for class com.whitestein.lsps.human.dto.TodoCriteria
Constructor with paging ON and given index and result count.
TodoCriteria(TodoCriteria) - Constructor for class com.whitestein.lsps.human.dto.TodoCriteria
Copy constructor.
TodoDao - Interface in com.whitestein.lsps.human.dao
Data access object for storing and retrieving Todo.
TodoEscalation - Class in com.whitestein.lsps.human.dto
Dto representing a todo escalation.
TodoEscalation() - Constructor for class com.whitestein.lsps.human.dto.TodoEscalation
Creates new instance.
TodoEscalation(long, long, String, TodoStatus, String, Date) - Constructor for class com.whitestein.lsps.human.dto.TodoEscalation
Creates new todo escalation.
TodoEscalation - Class in com.whitestein.lsps.human.entity
Entity representing a todo escalation.
TodoEscalation() - Constructor for class com.whitestein.lsps.human.entity.TodoEscalation
Creates new instance.
TodoEscalation(String, Date, Todo) - Constructor for class com.whitestein.lsps.human.entity.TodoEscalation
Creates new todo escalation.
TodoEscalationDao - Interface in com.whitestein.lsps.human.dao
Data access object for storing and retrieving TodoEscalation.
TodoEscalationNotFoundException - Exception in com.whitestein.lsps.human.exception
Class TodoDoesNotExistException
TodoEscalationNotFoundException(long) - Constructor for exception com.whitestein.lsps.human.exception.TodoEscalationNotFoundException
Creates new instance.
TodoEvaluationContent - Class in com.whitestein.lsps.human
Todo content used to store state of the todo evaluation in the database.
TodoEvaluationContent(long) - Constructor for class com.whitestein.lsps.human.TodoEvaluationContent
Creates a new instance.
TodoExecutionTraceElement - Class in com.whitestein.lsps.engine
Presence of TodoExecutionTraceElement in the ExecutionTrace indicates that new todo was created.
TodoExecutionTraceElement() - Constructor for class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
TodoExecutionTraceElement(long) - Constructor for class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
TodoIncludes - Interface in com.whitestein.lsps.human.dto
This interface specifies whether to include different parts of a todo.
TodoList - Class in com.whitestein.lsps.human.dto
Class representing a list of to-dos.
TodoList() - Constructor for class com.whitestein.lsps.human.dto.TodoList
Creates new instance.
TodoList(QueryResult<Todo>) - Constructor for class com.whitestein.lsps.human.dto.TodoList
Creates new instance.
TodoList(Collection<Todo>) - Constructor for class com.whitestein.lsps.human.dto.TodoList
Creates new instance.
TodoList(Collection<Todo>, long) - Constructor for class com.whitestein.lsps.human.dto.TodoList
Creates new instance.
TodoListCriteria - Class in com.whitestein.lsps.human.dto
Criteria for getting the todo-list.
TodoListCriteria() - Constructor for class com.whitestein.lsps.human.dto.TodoListCriteria
Default constructor with paging OFF.
TodoListCriteria(int) - Constructor for class com.whitestein.lsps.human.dto.TodoListCriteria
Constructor with paging ON and given result count.
TodoListCriteria(int, int) - Constructor for class com.whitestein.lsps.human.dto.TodoListCriteria
Constructor with paging ON and given index and result count.
TodoMessage - Class in com.whitestein.lsps.human.task
 
TodoMessage(Identifier, Identifier, byte[]) - Constructor for class com.whitestein.lsps.human.task.TodoMessage
Creates new instance.
TodoMessage(Identifier, Identifier, ModelInstance) - Constructor for class com.whitestein.lsps.human.task.TodoMessage
Creates new instance.
TodoNotAllocatedException - Exception in com.whitestein.lsps.human.exception
 
TodoNotAllocatedException(long) - Constructor for exception com.whitestein.lsps.human.exception.TodoNotAllocatedException
Creates new instance.
TodoNotFoundException - Exception in com.whitestein.lsps.human.exception
Class TodoDoesNotExistException
TodoNotFoundException(long) - Constructor for exception com.whitestein.lsps.human.exception.TodoNotFoundException
Creates new instance.
TodoOrdering - Class in com.whitestein.lsps.human.dto
Todo ordering.
TodoOrdering() - Constructor for class com.whitestein.lsps.human.dto.TodoOrdering
Creates new instance.
TodoOrdering(TodoColumn, OrderDirection) - Constructor for class com.whitestein.lsps.human.dto.TodoOrdering
Creates new instance.
TodoPerformer - Class in com.whitestein.lsps.human.entity
An entity representing a performer for a todo.
TodoPerformer() - Constructor for class com.whitestein.lsps.human.entity.TodoPerformer
Creates new instance of TodoPerformer.
TodoPerformer.Source - Enum in com.whitestein.lsps.human.entity
Source of a todo performer.
todoPerformerIterator - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
todoPerformerType - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
TodoPersonChangePlugin - Class in com.whitestein.lsps.human
Plugin checks orphaned todos on person change.
TodoPersonChangePlugin() - Constructor for class com.whitestein.lsps.human.TodoPersonChangePlugin
 
TodoRejection - Class in com.whitestein.lsps.human.dto
Data transfer object representing a todo rejection
TodoRejection() - Constructor for class com.whitestein.lsps.human.dto.TodoRejection
Creates new instance.
TodoRejection(String, long, String) - Constructor for class com.whitestein.lsps.human.dto.TodoRejection
Creates new instance.
TodoRejection - Class in com.whitestein.lsps.human.entity
Entity representing rejection between a todo and a person
TodoRejection() - Constructor for class com.whitestein.lsps.human.entity.TodoRejection
Creates new instance.
TodoRejection(String, String) - Constructor for class com.whitestein.lsps.human.entity.TodoRejection
Creates new instance.
todoRejectionIterator - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
todoRejectionType - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
TodoService - Interface in com.whitestein.lsps.human
Service for accessing the functionality related to to-dos.
TodoServiceBean - Class in com.whitestein.lsps.human
Implementation of TodoService.
TodoServiceBean() - Constructor for class com.whitestein.lsps.human.TodoServiceBean
Creates new instance.
TodoServiceBean(TodoDao, PersonServiceLocal, ProcessServiceLocal, SecurityManagerServiceLocal, CommunicationService) - Constructor for class com.whitestein.lsps.human.TodoServiceBean
Creates new instance.
TodoServiceRemote - Interface in com.whitestein.lsps.human.ejb
Remote interface for TodoService.
TodoStatus - Enum in com.whitestein.lsps.human.dto
Todo status.
TodoSubmitData - Class in com.whitestein.lsps.human
 
TodoSubmitData() - Constructor for class com.whitestein.lsps.human.TodoSubmitData
 
TodoSubmitData(long, String) - Constructor for class com.whitestein.lsps.human.TodoSubmitData
 
todoType - Variable in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
toDouble(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a double, returning 0.0d if the conversion fails.
toDouble(String, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a double, returning a default value if the conversion fails.
toDouble(BigDecimal) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a BigDecimal to a double.
toDouble(BigDecimal, double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a BigDecimal to a double.
toEncodedString(byte[], Charset) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a byte[] to a String using the specified character encoding.
toEnumeration(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.EnumerationFunctions
Parses a given enumeration full name into enumeration object.
toExpressions(List<?>) - Method in class com.whitestein.lsps.lang.ast.Expression
 
toFile(URL) - Static method in class com.whitestein.lsps.common.IO
Convert from an URL to a File object.
toFloat(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a float, returning 0.0f if the conversion fails.
toFloat(String, float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a float, returning a default value if the conversion fails.
toGoalElement(Goal, ProcessInstance, ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SGoal
 
toGoalElement(Goal, ProcessInstance, ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SGOElement
 
toGoalElement(Goal, ProcessInstance, ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SPlan
 
toHashCode() - Method in class com.whitestein.lsps.common.hack.lang3.builder.HashCodeBuilder
Return the computed hashCode.
toHTML() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Returns this component as a HTML.
toInnerHTML() - Method in class com.whitestein.lsps.test.web.components.UIComponent
Content of this element as html.
toInt(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to an int, returning zero if the conversion fails.
toInt(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to an int, returning a default value if the conversion fails.
toInteger(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to an int using the convention that zero is false.
toInteger(boolean, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to an int specifying the conversion values.
toInteger(Boolean, int, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to an int specifying the conversion values.
toInteger() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Gets this mutable as an instance of Integer.
toInteger(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts String value using 10 radix to long
toInteger(ExecutionContext, String, Decimal) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts a given string value to integer using a given radix.
toIntegerObject(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to an Integer using the convention that zero is false.
toIntegerObject(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a Integer using the convention that zero is false.
toIntegerObject(boolean, Integer, Integer) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to an Integer specifying the conversion values.
toIntegerObject(Boolean, Integer, Integer, Integer) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to an Integer specifying the conversion values.
toIntValue(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(char, int) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(Character) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
toIntValue(Character, int) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to the Integer it represents, throwing an exception if the character is not numeric.
ToJavaCompiler - Class in com.whitestein.lsps.engine.lang.compiled
Compiler of lsps model to java.
ToJavaCompiler(boolean, boolean, String, boolean) - Constructor for class com.whitestein.lsps.engine.lang.compiled.ToJavaCompiler
 
toJavaString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
toJavaString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcInterface
 
toJavaString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcMethod
 
toJavaString() - Method in class com.whitestein.lsps.lang.compiled.model.SrcObject
 
ToJoinTodoListQuery - Class in com.whitestein.lsps.human.context
Class that joins todo list to a query.
ToJoinTodoListQuery(NamespaceModel, String, String, RecordType, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.human.context.ToJoinTodoListQuery
Creates new instance.
ToJoinTodoListQueryCommon - Class in com.whitestein.lsps.human.context
 
ToJoinTodoListQueryCommon(NamespaceModel, String, String, RecordType, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
ToJoinTodoListQueryDifferentDB - Class in com.whitestein.lsps.human.context
Class that joins todo list to a query.
ToJoinTodoListQueryDifferentDB(NamespaceModel, String, String, RecordType, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.human.context.ToJoinTodoListQueryDifferentDB
Creates new instance.
ToJoinTodoListQuerySameDB - Class in com.whitestein.lsps.human.context
Class that joins todo list to a query.
ToJoinTodoListQuerySameDB(NamespaceModel, String, String, RecordType, Expression, ExpressionOrigin) - Constructor for class com.whitestein.lsps.human.context.ToJoinTodoListQuerySameDB
Creates new instance.
toJsonSchema(ExecutionContext, Boolean, Type) - Method in interface com.whitestein.lsps.json.function.JsonFunctions
 
toJsonSchema(ExecutionContext, Boolean, Type) - Method in class com.whitestein.lsps.json.function.JsonFunctionsBean
 
Token - Class in com.whitestein.lsps.engine.state.xml
This entity represents a token in a BPMN process.
Token(ProcessInstance, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Token
Creates new instance.
Token(long, ProcessInstance, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Token
Creates new instance.
Token(SToken, ProcessInstance, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Token
Creates a new instance from the serialized companion.
TokenAddedChange - Class in com.whitestein.lsps.engine.change
Class representing token change.
TokenAddedChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenAddedChange
Creates new instance.
TokenAfterMovedChange - Class in com.whitestein.lsps.engine.change
Class representing token change.
TokenAfterMovedChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenAfterMovedChange
Creates new instance.
TokenBeforeMovedChange - Class in com.whitestein.lsps.engine.change
This change event indicates that a token is about to be moved from one node to another.
TokenBeforeMovedChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenBeforeMovedChange
Creates new instance.
TokenChange - Class in com.whitestein.lsps.engine.change
Class representing token change.
TokenChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenChange
Creates new instance.
tokenField() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to tokenfield.
TokenFinishedChange - Class in com.whitestein.lsps.engine.change
Token finished change.
TokenFinishedChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenFinishedChange
Creates new instance.
TokenInterruptedChange - Class in com.whitestein.lsps.engine.change
Token finished change.
TokenInterruptedChange(Token, TerminationReason) - Constructor for class com.whitestein.lsps.engine.change.TokenInterruptedChange
Creates new instance.
tokenize(char[], int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Internal method to performs the tokenization.
TokenMovementChange - Class in com.whitestein.lsps.engine.change
This change event indicates that a token is being moved from one node to another.
TokenMovementChange(Token, String, String) - Constructor for class com.whitestein.lsps.engine.change.TokenMovementChange
Creates a new instance of this change event.
TokenRemovedChange - Class in com.whitestein.lsps.engine.change
Class representing token change.
TokenRemovedChange(Token, boolean) - Constructor for class com.whitestein.lsps.engine.change.TokenRemovedChange
Creates new instance.
TokenStartedChange - Class in com.whitestein.lsps.engine.change
Token started change.
TokenStartedChange(Token) - Constructor for class com.whitestein.lsps.engine.change.TokenStartedChange
Creates new instance.
toList(ListHolder, Class<E>, RecordWrapperFactory) - Method in class com.whitestein.lsps.lang.RecordWrapper
Converts a given list of LSPS records to record wrappers using a given factory.
toList(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list of values contained in the set.
toList(ExecutionContext, SetHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
toList() - Method in class com.whitestein.lsps.test.ModelInstanceLogs
 
toLocalDate(Date) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of LocalDate from the Date instance.
toLocalDate(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Create an instance of LocalDate from the Date instance.
toLocalDate(ExecutionContext, LocalDateTime) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
Gets the LocalDate part of this date-time.
toLocalDateTime(Date) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of LocalDateTime from the Date instance.
toLocalDateTime(ExecutionContext, Date) - Method in class com.whitestein.lsps.stdlib.function.DateFunctions
 
toLocale(String) - Static method in class com.whitestein.lsps.common.Locales
Converts a String to a Locale.
toLocale() - Method in class com.whitestein.lsps.engine.dto.LocaleValue
Converts this class to a Locale.
toLong(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a long, returning zero if the conversion fails.
toLong(String, long) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a long, returning a default value if the conversion fails.
toLongString(TypeVariable<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Format a TypeVariable including its GenericDeclaration.
toLowerCase(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts all characters of the specified string to lower case.
toLString(String, String, String...) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Deprecated.
usage of this function was replaced by LocalizationOperation
toMap(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts the given array into a Map.
toMapEntry() - Method in class com.whitestein.lsps.engine.dto.val.MapValueItem
Returns this object as a map entry.
toMapEntry() - Method in class com.whitestein.lsps.engine.dto.val.RecordValueItem
Returns this object as a map entry.
ToMergeRelation - Class in com.whitestein.lsps.engine.lang
Relation to be set at the end of evaluation merge.
ToMergeRelation(String, ExternalValue, Value) - Constructor for class com.whitestein.lsps.engine.lang.ToMergeRelation
Creates new instance.
toMethod(XMethod) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
toMillisOfDay() - Method in class com.whitestein.lsps.lang.TimeRecord
Extracts the time as millis of day.
toNode(Object, WriteContext, boolean) - Method in class com.whitestein.lsps.json.impl.JsonGenericParser
 
toNode(Object, WriteContext, boolean) - Method in class com.whitestein.lsps.json.impl.MapStringObjectValueConverter
 
toNode(Object, WriteContext, boolean) - Method in class com.whitestein.lsps.json.impl.ObjectValueConverter
 
toNode(Object, WriteContext, boolean) - Method in interface com.whitestein.lsps.json.impl.ValueConverter
Converts an LSPS object to a JsonNode.
toNullAwareString(String) - Static method in class com.whitestein.lsps.common.Strings
Returns given string with enclosing apostrophes (e.g. 'manager') if the string argument is not null, otherwise it returns null (string).
toObject(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive chars to objects.
toObject(long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive longs to objects.
toObject(int[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive ints to objects.
toObject(short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive shorts to objects.
toObject(byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive bytes to objects.
toObject(double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive doubles to objects.
toObject(float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive floats to objects.
toObject(boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of primitive booleans to objects.
toObject() - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.EnumerationValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
toObject() - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
toObject() - Method in interface com.whitestein.lsps.engine.dto.val.Value
Converts this value to an appropriate object.
toObject() - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
toObject(JsonNode, ParseContext) - Method in class com.whitestein.lsps.json.impl.JsonGenericParser
 
toObject(JsonNode, ParseContext) - Method in class com.whitestein.lsps.json.impl.MapStringObjectValueConverter
 
toObject(JsonNode, ParseContext) - Method in class com.whitestein.lsps.json.impl.ObjectValueConverter
 
toObject(JsonNode, ParseContext) - Method in interface com.whitestein.lsps.json.impl.ValueConverter
Creates an object from JsonNode.
ToOneRelationMetadataGenerator - Class in com.whitestein.lsps.hibernate.envers.internal
Generates metadata for to-one relations (reference-valued properties).
toPlainString() - Method in class com.whitestein.lsps.lang.Decimal
Returns a string representation of this Decimal without an exponent field.
TopLevelPublishedFileHandler - Class in com.whitestein.lsps.vaadin.util.requesthandlers
Almost the same thing as vaadin PublishedFileHandler.
TopLevelPublishedFileHandler() - Constructor for class com.whitestein.lsps.vaadin.util.requesthandlers.TopLevelPublishedFileHandler
 
topologicalSort(DirectedGraph<V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns topological sort of given acyclic directed graph.
toPrimitive(Character[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Characters to primitives.
toPrimitive(Character[], char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Character to primitives handling null.
toPrimitive(Long[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Longs to primitives.
toPrimitive(Long[], long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Long to primitives handling null.
toPrimitive(Integer[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Integers to primitives.
toPrimitive(Integer[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Integer to primitives handling null.
toPrimitive(Short[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Shorts to primitives.
toPrimitive(Short[], short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Short to primitives handling null.
toPrimitive(Byte[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Bytes to primitives.
toPrimitive(Byte[], byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Bytes to primitives handling null.
toPrimitive(Double[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Doubles to primitives.
toPrimitive(Double[], double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Doubles to primitives handling null.
toPrimitive(Float[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Floats to primitives.
toPrimitive(Float[], float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Floats to primitives handling null.
toPrimitive(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Create an array of primitive type from an array of wrapper types.
toPrimitive(Boolean[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Booleans to primitives.
toPrimitive(Boolean[], boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Converts an array of object Booleans to primitives handling null.
toProperString() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as a proper String in the format X Y/Z.
ToReadOnlyRecordConverter - Class in com.whitestein.lsps.engine.lang
Converts records to the read only records.
ToReadOnlyRecordConverter(ModelProvider, ModelInstance) - Constructor for class com.whitestein.lsps.engine.lang.ToReadOnlyRecordConverter
Creates new instance.
toScaledBigDecimal(BigDecimal) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a BigDecimal to a BigDecimal with a scale of two that has been rounded using RoundingMode.HALF_EVEN.
toScaledBigDecimal(BigDecimal, int, RoundingMode) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a BigDecimal to a BigDecimal whose scale is the specified value with a RoundingMode applied.
toScaledBigDecimal(Float) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a Float to a BigDecimal with a scale of two that has been rounded using RoundingMode.HALF_EVEN.
toScaledBigDecimal(Float, int, RoundingMode) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a Float to a BigDecimal whose scale is the specified value with a RoundingMode applied.
toScaledBigDecimal(Double) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a Double to a BigDecimal with a scale of two that has been rounded using RoundingMode.HALF_EVEN.
toScaledBigDecimal(Double, int, RoundingMode) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a Double to a BigDecimal whose scale is the specified value with a RoundingMode applied.
toScaledBigDecimal(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a BigDecimal with a scale of two that has been rounded using RoundingMode.HALF_EVEN.
toScaledBigDecimal(String, int, RoundingMode) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a BigDecimal whose scale is the specified value with a RoundingMode applied.
toSchema(Type, WriteContext, boolean) - Method in class com.whitestein.lsps.json.impl.ObjectValueConverter
 
toSchema(Type, WriteContext, boolean) - Method in interface com.whitestein.lsps.json.impl.TypeToSchemaConverter
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ComplexValueWithEvalLevels
Creates a serializable object.
toSerializable(SContext, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Context
Creates a serializable object.
toSerializable(SContext, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ContextWithFreeTypes
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Escalation
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Goal
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.GOElement
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ListValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
toSerializable(MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Plan
 
toSerializable(SProcessInstance, SModuleInstance, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ProcessLog
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ReadonlyVariable
 
toSerializable(SContext, SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.RecordContext
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.SetValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Signal
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in interface com.whitestein.lsps.engine.state.xml.SimpleValue
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Task
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Token
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
toSerializable(SModelInstance, MarshallerConfig) - Method in interface com.whitestein.lsps.engine.state.xml.Value
Creates a serializable object.
toSerializable(MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ValueContent
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.Variable
Creates a serializable object.
toSerializable(SModelInstance, MarshallerConfig) - Method in class com.whitestein.lsps.engine.state.xml.WritableVariable
 
toSet(SetHolder, Class<E>, RecordWrapperFactory) - Method in class com.whitestein.lsps.lang.RecordWrapper
Converts a given set of LSPS records to record wrappers using a given factory.
toSet(ExecutionContext, CollectionHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a set of values contained in the collection.
toSet(ExecutionContext, ListHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Deprecated.
This method was used in LSPS 2.6
toShort(String) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to a short, returning zero if the conversion fails.
toShort(String, short) - Static method in class com.whitestein.lsps.common.hack.lang3.math.NumberUtils
Convert a String to an short, returning a default value if the conversion fails.
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
toSimpleValue() - Method in interface com.whitestein.lsps.engine.state.xml.Value
If this is SimpleValue this method returns this, otherwise it returns a ValueRef to this.
toSimpleValue() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
toString() - Method in class com.whitestein.lsps.common.ddl.ColumnMetadata
 
toString() - Method in class com.whitestein.lsps.common.ddl.ForeignKeyMetadata
 
toString() - Method in class com.whitestein.lsps.common.ddl.IndexMetadata
 
toString() - Method in class com.whitestein.lsps.common.ddl.PrimaryKeyMetadata
 
toString() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
 
toString() - Method in class com.whitestein.lsps.common.dto.License
 
toString() - Method in class com.whitestein.lsps.common.ExternalReference
 
toString() - Method in class com.whitestein.lsps.common.filter.SimpleStringFilter
 
toString() - Method in class com.whitestein.lsps.common.graph.DirectedGraph
 
toString() - Method in class com.whitestein.lsps.common.graph.Edge
 
toString(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Outputs an array as a String, treating null as an empty array.
toString(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Outputs an array as a String handling nulls.
toString(Boolean, String, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a String returning one of the input Strings.
toString(boolean, String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to a String returning one of the input Strings.
toString(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value using the default ToStringStyle through reflection.
toString(Object, ToStringStyle) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(Object, ToStringStyle, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(Object, ToStringStyle, boolean, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(T, ToStringStyle, boolean, boolean, Class<? super T>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString(T, ToStringStyle, boolean, boolean, boolean, Class<? super T>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a toString value through reflection.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Gets the String built by this builder.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Returns the built toString.
toString(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to a String that contains the one character.
toString(Character) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the character to a String that contains the one character.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Gets the fraction as a String.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableInt
Returns the String value of this mutable.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.mutable.MutableObject
Returns the String value of this mutable.
toString(Object) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.toString(Object) in Java 7 and will be removed in future releases. Note however that said method will return "null" for null references, while this method returns an empty String. To preserve behavior use java.util.Objects.toString(myObject, "")
toString(Object, String) - Static method in class com.whitestein.lsps.common.hack.lang3.ObjectUtils
Deprecated.
this method has been replaced by java.util.Objects.toString(Object, String) in Java 7 and will be removed in future releases.
toString(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Present a given type as a Java-esque String.
toString(byte[], String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Deprecated.
use StringUtils.toEncodedString(byte[], Charset) instead of String constants in your code
toString() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets a String version of the string builder, creating a new instance each time the method is called.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrTokenizer
Deprecated.
Gets the String content that the tokenizer is parsing.
toString() - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Returns a String representation of this pair using the format ($left,$right).
toString(String) - Method in class com.whitestein.lsps.common.hack.lang3.tuple.Pair
Formats the receiver using the given format.
toString() - Method in class com.whitestein.lsps.common.StopWatch
 
toString() - Method in class com.whitestein.lsps.common.util.Pair
 
toString() - Method in class com.whitestein.lsps.engine.change.EscalationChange
 
toString() - Method in class com.whitestein.lsps.engine.change.TokenMovementChange
 
toString() - Method in class com.whitestein.lsps.engine.comm.AsynchronousExecutionMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.CreateCommand
 
toString() - Method in class com.whitestein.lsps.engine.comm.CreateCommandReplyMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.DeleteCommand
 
toString() - Method in class com.whitestein.lsps.engine.comm.EscalationMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.EscalationRequestMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.NotificationMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.RemoveSignalMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.ResumeMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.SignalMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.StartInterpretMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.SuspendMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.UpdateModelMessage
 
toString() - Method in class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
 
toString() - Method in class com.whitestein.lsps.engine.CreateModelInstanceExecutionTraceElement
 
toString() - Method in class com.whitestein.lsps.engine.dto.CompressedData
 
toString() - Method in class com.whitestein.lsps.engine.dto.CompressedModelInstance
 
toString() - Method in class com.whitestein.lsps.engine.dto.CompressedString
 
toString() - Method in class com.whitestein.lsps.engine.dto.Context
 
toString() - Method in class com.whitestein.lsps.engine.dto.DiagnosticResult
 
toString() - Method in class com.whitestein.lsps.engine.dto.ExternalRecord
 
toString() - Method in class com.whitestein.lsps.engine.dto.Handle
 
toString() - Method in class com.whitestein.lsps.engine.dto.ModelInstanceRestartInfo
 
toString() - Method in class com.whitestein.lsps.engine.dto.Module
 
toString() - Method in class com.whitestein.lsps.engine.dto.ModuleEntry
 
toString() - Method in class com.whitestein.lsps.engine.dto.ModuleInstance
 
toString() - Method in class com.whitestein.lsps.engine.dto.ProcessInstance
 
toString() - Method in class com.whitestein.lsps.engine.dto.ProcessLog
 
toString() - Method in class com.whitestein.lsps.engine.dto.Reference
 
toString() - Method in class com.whitestein.lsps.engine.dto.RestRequestHandlingInfo
 
toString() - Method in class com.whitestein.lsps.engine.dto.Setting
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.BinaryValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.BooleanValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ClosureValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.DateValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.DecimalValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.EnumerationValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.EnumTypeValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.EvaluationResultValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ListValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ListValueListAdapter
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateTimeValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.LocalDateValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.MapValueItem
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.MapValueMapAdapter
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.NullValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ObjectValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.PropertyPathValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.PropertyValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.RecordValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.RecordValueItem
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ReferenceValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.SetValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.SetValueSetAdapter
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.StringValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.TypeValue
 
toString() - Method in class com.whitestein.lsps.engine.dto.val.ValueRef
 
toString() - Method in class com.whitestein.lsps.engine.ExecutionTrace
 
toString() - Method in class com.whitestein.lsps.engine.ExecutionTraceElementImpl
 
toString() - Method in class com.whitestein.lsps.engine.Identifier
Returns a string representation of this identifier.
toString() - Method in class com.whitestein.lsps.engine.lang.AbstractContextNamespace
 
toString() - Method in class com.whitestein.lsps.engine.lang.AbstractExecutionContext
 
toString() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledRecord
 
toString() - Method in class com.whitestein.lsps.engine.lang.compiled.LocalParameter
 
toString() - Method in class com.whitestein.lsps.engine.lang.HolderImpl
 
toString() - Method in class com.whitestein.lsps.engine.lang.RecordProxySetHolder
 
toString() - Method in class com.whitestein.lsps.engine.LocalizationKey
 
toString() - Method in class com.whitestein.lsps.engine.PlanHandler
 
toString() - Method in class com.whitestein.lsps.engine.profiler.ProfilerNode
 
toString() - Method in class com.whitestein.lsps.engine.sharedrecord.ddl.DatabaseMetadata
 
toString() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordPluginEntityProxy
 
toString() - Method in class com.whitestein.lsps.engine.SimpleTerminationReason
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SActivationCommand
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SCollectionValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SContext
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SContextFreeType
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SDateValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SDecimalValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SGOElement
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstance
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SModelInstanceProperty
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SModuleInstance
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SNamedValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SNullValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SSignal
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SStringValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.STypeValue
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SValueRef
 
toString() - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ActivationCommand
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.Context
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ContextFreeType
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ExpressionValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.GOElement
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.MapValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ModuleInstance
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.NamedValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ProcessInstance
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.Signal
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
toString() - Method in class com.whitestein.lsps.engine.state.xml.Variable
 
toString() - Method in class com.whitestein.lsps.engine.TodoExecutionTraceElement
 
toString() - Method in class com.whitestein.lsps.hibernate.envers.LspsXClass
 
toString() - Method in class com.whitestein.lsps.hibernate.envers.LspsXProperty
 
toString() - Method in enum com.whitestein.lsps.human.dto.TodoStatus
 
toString() - Method in class com.whitestein.lsps.human.entity.TodoPerformer
 
toString() - Method in class com.whitestein.lsps.human.task.TodoMessage
 
toString() - Method in class com.whitestein.lsps.lang.AbstractMockNamespace
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrClosureType
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrDecimalType
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrIntersectionType
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrNamedType
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrParametrizedType
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrSignatureArg
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameter
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrTypeParameters
 
toString() - Method in class com.whitestein.lsps.lang.antlr.AntlrVoidType
 
toString() - Method in class com.whitestein.lsps.lang.ast.ASTNodeImpl
 
toString() - Method in class com.whitestein.lsps.lang.ast.ASTRangeImpl
 
toString() - Method in class com.whitestein.lsps.lang.ast.LocalVarRange
 
toString() - Method in class com.whitestein.lsps.lang.ast.SyntheticExpression
 
toString() - Method in class com.whitestein.lsps.lang.ClosureExpressionHolder
 
toString() - Method in class com.whitestein.lsps.lang.ClosureOrigin
 
toString() - Method in class com.whitestein.lsps.lang.Decimal
This method is identical to BigDecimal.toString(); only in the case when the scale is in the range [-1, -20], the scale is extended to 0 by adding zeros and only after then the BigDecimal.toString() method is performed.
toString() - Method in class com.whitestein.lsps.lang.DefaultInterpreterStackTrace
 
toString() - Method in class com.whitestein.lsps.lang.doc.Doc
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocCodeTextElement
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocError
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocLinkTextElement
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocParam
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocPlainTextElement
 
toString() - Method in class com.whitestein.lsps.lang.doc.DocText
 
toString() - Method in class com.whitestein.lsps.lang.exec.EnumerationImpl
 
toString() - Method in class com.whitestein.lsps.lang.exec.MockValueHolder
 
toString() - Method in class com.whitestein.lsps.lang.exec.Path
 
toString() - Method in class com.whitestein.lsps.lang.exec.PropertyPath
 
toString() - Method in class com.whitestein.lsps.lang.exec.RangeHolder
 
toString(Object, boolean) - Static method in class com.whitestein.lsps.lang.exec.ToStringBuilder
Returns a string representation for given object.
toString(Object, boolean, Namespace) - Static method in class com.whitestein.lsps.lang.exec.ToStringBuilder
Returns a string representation for given object.
toString(Object, Namespace, String) - Static method in class com.whitestein.lsps.lang.exec.ToStringBuilder
Returns a string representation for given object.
toString() - Method in class com.whitestein.lsps.lang.ExpressionOrigin
 
toString() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement.ComplexSignature
 
toString() - Method in class com.whitestein.lsps.lang.InterpreterStackTraceElement
 
toString() - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
 
toString() - Method in class com.whitestein.lsps.lang.module.BasicModulePart
 
toString() - Method in class com.whitestein.lsps.lang.module.VariableInfo
 
toString() - Method in class com.whitestein.lsps.lang.operation.ExpressionOperation
 
toString() - Method in class com.whitestein.lsps.lang.OperationExpressionHolder
 
toString() - Method in class com.whitestein.lsps.lang.OriginSignature
 
toString(Object) - Method in class com.whitestein.lsps.lang.parser.DataParser
Prints the given data object as an expression.
toString() - Method in class com.whitestein.lsps.lang.parser.Errors
 
toString() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
toString() - Method in class com.whitestein.lsps.lang.RecordWrapper
Returns a string representation of the wrapped holder.
toString() - Method in class com.whitestein.lsps.lang.signature.FunctionSignature
 
toString() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
 
toString() - Method in class com.whitestein.lsps.lang.signature.SignatureParameter
Returns string representation of this signature parameter in the form #paramType #paramName?.
toString() - Method in class com.whitestein.lsps.lang.type.AbstractNamedType
Returns full class name of this defined type (the same as AbstractNamedType.getFullName() returns).
toString() - Method in class com.whitestein.lsps.lang.type.ClassNamespaceModel
 
toString() - Method in class com.whitestein.lsps.lang.type.ClosureType
Returns string representation of this closure type in the form {#paramType #paramName? (, #paramType #paramName?)* : #returnType}.
toString() - Method in class com.whitestein.lsps.lang.type.ContainerType
 
toString() - Method in class com.whitestein.lsps.lang.type.DecimalType
Returns the string representation of this type in the format Decimal(#scale, #roundingMode).
toString() - Method in class com.whitestein.lsps.lang.type.ExternalRecordType
 
toString() - Method in class com.whitestein.lsps.lang.type.Field
 
toString() - Method in class com.whitestein.lsps.lang.type.FreeType
Returns string representation of this free type in the form #name.
toString() - Method in class com.whitestein.lsps.lang.type.IntersectionType
 
toString() - Method in class com.whitestein.lsps.lang.type.NamedClassType
Returns full class name of this defined type (the same as NamedClassType.getFullName() returns).
toString() - Method in class com.whitestein.lsps.lang.type.QID
Returns the full name of this qualified identifier.
toString() - Method in class com.whitestein.lsps.lang.type.RecordAssociation
 
toString() - Method in class com.whitestein.lsps.lang.type.ReferenceType
Returns string representation of this reference type in the form Reference<#type>.
toString() - Method in class com.whitestein.lsps.lang.type.SimpleType
Returns the name of this simple type.
toString() - Method in class com.whitestein.lsps.lang.type.TypeMapping
 
toString() - Method in class com.whitestein.lsps.lang.type.TypeType
Returns string representation of this type type in the form Type<#type>.
toString() - Method in class com.whitestein.lsps.lang.type.xml.NodeBinding
 
toString() - Method in class com.whitestein.lsps.lang.type.xml.RootElementBinding
 
toString() - Method in class com.whitestein.lsps.modulemanager.entity.Module
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.Person
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.PersonDetail
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.PersonSetting
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.Right
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.Role
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.RoleName
 
toString() - Method in class com.whitestein.lsps.orgstructure.entity.SecurityRole
 
toString() - Method in class com.whitestein.lsps.orgstructure.model.OrgStructModule
 
toString() - Method in class com.whitestein.lsps.orgstructure.model.RoleUnit
 
toString() - Method in class com.whitestein.lsps.os.dto.Performer
 
toString() - Method in class com.whitestein.lsps.os.dto.Person
 
toString() - Method in class com.whitestein.lsps.os.dto.PersonCriteria
 
toString() - Method in class com.whitestein.lsps.os.dto.RoleUnitName
 
toString() - Method in class com.whitestein.lsps.os.dto.RoleUnitParameter
 
toString(String, String) - Static method in class com.whitestein.lsps.os.dto.RoleUnitParameter
Returns a string representation of this parameter.
toString() - Method in class com.whitestein.lsps.os.dto.SecurityRole
 
toString() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
toString() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
toString() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
toString() - Method in class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
toString(ExecutionContext, BinaryHolder, String) - Method in interface com.whitestein.lsps.stdlib.function.DataFunctions
Converts binary to string.
toString(ExecutionContext, BinaryHolder, String) - Method in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
 
toString(ExecutionContext, Object) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts object to String using Object.toString() method
toString(ExecutionContext, Object, Boolean) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts object to String using Object.toString() method.
toString() - Method in class com.whitestein.lsps.test.ArchiveModuleDescriptor
 
toString() - Method in class com.whitestein.lsps.test.FileModuleDescriptor
 
toString() - Method in class com.whitestein.lsps.test.LspsRemote
 
toString() - Method in class com.whitestein.lsps.test.ModelInstance
 
toString() - Method in class com.whitestein.lsps.test.Module
 
toString() - Method in class com.whitestein.lsps.test.Person
 
toString() - Method in class com.whitestein.lsps.test.Todo
 
toString() - Method in class com.whitestein.lsps.test.web.components.AbstractOrderedLayout
 
toString() - Method in class com.whitestein.lsps.test.web.components.InputComponent
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsActionLink
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsButton
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsCheckBox
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsCheckboxList
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsComboBox
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsDateTextBox
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsFormLayout
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsHorizontalLayout
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsMultiSelectList
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsNavigationLink
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsOutputText
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsPopup
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsRadioButtonList
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsRepeater
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsRichTextArea
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsSingleSelectList
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsTableColumn
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsTextArea
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsTextBox
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsTree
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsTreeV7
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsUITable
Deprecated.
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsUITextArea
 
toString() - Method in class com.whitestein.lsps.test.web.components.LspsVerticalLayout
 
toString() - Method in class com.whitestein.lsps.test.web.components.Pager
 
toString() - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
toString() - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
toString() - Method in class com.whitestein.lsps.visualization.Assignment
 
toString() - Method in class com.whitestein.lsps.visualization.Diagram
 
toString() - Method in class com.whitestein.lsps.visualization.DiagramPoint
 
toString() - Method in class com.whitestein.lsps.visualization.dto.DiagramInfo
 
toString() - Method in class com.whitestein.lsps.visualization.dto.ModuleResource
 
toString() - Method in class com.whitestein.lsps.visualization.dto.ModuleResources
 
toString() - Method in class com.whitestein.lsps.visualization.dto.ProcessElement
 
toString() - Method in class com.whitestein.lsps.visualization.dto.ProcessModel
 
toString() - Method in class com.whitestein.lsps.visualization.ElementRuntimeData
 
toString() - Method in class com.whitestein.lsps.wsserver.entity.RestRequestHandler
 
toString() - Method in class com.whitestein.lsps.wsserver.task.WsRequestMessage
 
toStringArray(Object[]) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Returns an array containing the string representation of each element in the argument array.
toStringArray(Object[], String) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
Returns an array containing the string representation of each element in the argument array handling null elements.
toStringBuffer() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets a StringBuffer version of the string builder, creating a new instance each time the method is called.
ToStringBuilder - Class in com.whitestein.lsps.common.hack.lang3.builder
Assists in implementing Object.toString() methods.
ToStringBuilder(Object) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Constructs a builder for the specified object using the default output style.
ToStringBuilder(Object, ToStringStyle) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Constructs a builder for the specified object using the defined output style.
ToStringBuilder(Object, ToStringStyle, StringBuffer) - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ToStringBuilder
Constructs a builder for the specified object.
toStringBuilder() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Gets a StringBuilder version of the string builder, creating a new instance each time the method is called.
ToStringBuilder - Class in com.whitestein.lsps.lang.exec
Helper class which builds string representation for the language objects.
toStringExclude(Object, Collection<String>) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a String for a toString method excluding the given field names.
toStringExclude(Object, String...) - Static method in class com.whitestein.lsps.common.hack.lang3.builder.ReflectionToStringBuilder
Builds a String for a toString method excluding the given field names.
ToStringExclude - Annotation Type in com.whitestein.lsps.common.hack.lang3.builder
Use this annotation to exclude a field from being used by the ReflectionToStringBuilder.
toStringOnOff(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a String returning 'on', 'off', or null.
toStringOnOff(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to a String returning 'on' or 'off'.
ToStringStyle - Class in com.whitestein.lsps.common.hack.lang3.builder
Controls String formatting for ToStringBuilder.
ToStringStyle() - Constructor for class com.whitestein.lsps.common.hack.lang3.builder.ToStringStyle
Constructor.
ToStringSummary - Annotation Type in com.whitestein.lsps.common.hack.lang3.builder
Use this annotation on the fields to get the summary instead of the detailed information when using ReflectionToStringBuilder.
toStringTrueFalse(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a String returning 'true', 'false', or null.
toStringTrueFalse(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to a String returning 'true' or 'false'.
toStringYesNo(Boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a Boolean to a String returning 'yes', 'no', or null.
toStringYesNo(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Converts a boolean to a String returning 'yes' or 'no'.
toType(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.TypeFunctions
Parses a given string into a type object.
toUnicode(String) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
 
toUnicode(String) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
toUniqueKey() - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
Returns unique key for this instance.
toUniqueKey() - Method in class com.whitestein.lsps.engine.state.xml.ExternalValue
Returns unique key for this instance.
toUpperCase(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Converts all characters of the string to upper case.
toUtf16Escape(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.JavaUnicodeEscaper
Deprecated.
Converts the given codepoint to a hex string of the form "\\uXXXX\\uXXXX"
toUtf16Escape(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Converts the given codepoint to a hex string of the form "\\uXXXX"
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SBinarySimpleValue
Deprecated.
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SBinaryValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SComplexValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SDateValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SDecimalValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SEnumerationValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SExpressionValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SExternalValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SListValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateTimeValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SLocalDateValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SMapValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SNullValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SObjectValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyPathValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SPropertyValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SRangeValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SReadOnlyRecordValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SRecordProxySet
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SRecordValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SSetValue
 
toValue(ModelInstance) - Method in interface com.whitestein.lsps.engine.state.ser.SSimpleValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SStringValue
 
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.STypeValue
 
toValue(ModelInstance) - Method in interface com.whitestein.lsps.engine.state.ser.SValue
Creates a real value.
toValue(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SValueRef
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.BinaryValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.BooleanValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.ComplexValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.DateValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.DecimalValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.EnumerationValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateTimeValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.LocalDateValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.NullValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.ObjectValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyPathValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.PropertyValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.RangeValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.ReadOnlyRecordValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.RecordProxySetValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.StringValue
 
toValue() - Method in class com.whitestein.lsps.engine.state.xml.TypeValue
 
toValue() - Method in interface com.whitestein.lsps.engine.state.xml.Value
If this is a ValueRef this method returns the referenced value, otherwise it returns this.
toValue() - Method in class com.whitestein.lsps.engine.state.xml.ValueRef
 
toVariable(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SReadonlyVariable
 
toVariable(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SVariable
 
toVariable(ModelInstance) - Method in class com.whitestein.lsps.engine.state.ser.SWritableVariable
 
toXClass(PersistentClass) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
toXClass(Class<T>) - Method in class com.whitestein.lsps.hibernate.envers.LspsReflectionManager
 
toZonedDateTime(Date) - Static method in class com.whitestein.lsps.common.Dates
Create an instance of ZonedDateTime from the Date instance.
TraceableExecution - Interface in com.whitestein.lsps.engine.lang
Interface for tracing of execution.
TransactionRollbackErrorException - Exception in com.whitestein.lsps.common
Exception thrown when there is detected a transaction roll-back during execution.
TransactionRollbackErrorException(Throwable, IErrorException) - Constructor for exception com.whitestein.lsps.common.TransactionRollbackErrorException
Creates new instance.
transform(boolean) - Method in class com.whitestein.lsps.engine.hql.HqlTransformer
Transform the source, replacing entity names and property names.
transform() - Method in class com.whitestein.lsps.engine.MigrationEngine
Transforms state according to the migration configuration
transform(CommonTree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Prepares an expression tree to be parsed.
transform(Module, boolean, boolean) - Static method in class com.whitestein.lsps.modulemanager.EntityTransformer
Transforms Module to Module.
transform(ModuleEntry) - Static method in class com.whitestein.lsps.modulemanager.EntityTransformer
Transforms ModuleEntry to ModuleEntry.
transformDocument(Document) - Method in class com.whitestein.lsps.xml.util.XmlBuilder
 
transformModules(Collection<Module>, boolean, boolean) - Static method in class com.whitestein.lsps.modulemanager.EntityTransformer
Transforms collection of Modules to collection of Module s.
transformToCount() - Method in class com.whitestein.lsps.engine.hql.HqlTransformer
Transform the source to count query, replacing entity names and property names.
transitiveClosure(DirectedGraph<V>, Set<? extends V>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Returns transitive closure of given vertices on given graph.
transitiveClosure(DirectedGraph<?>) - Static method in class com.whitestein.lsps.common.graph.GraphUtils
Adds edges to a given graph to create a transitive closure.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.AggregateTranslator
Deprecated.
The first translator to consume codepoints from the input is the 'winner'.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
Helper for non-Writer usage.
translate(CharSequence, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
Translate an input onto a Writer.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CodePointTranslator
Deprecated.
Implementation of translate that maps onto the abstract translate(int, Writer) method.
translate(int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CodePointTranslator
Deprecated.
Translate the specified codepoint into another.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.LookupTranslator
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityEscaper
Deprecated.
Translate the specified codepoint into another.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityUnescaper
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.OctalUnescaper
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Translate the specified codepoint into another.
translate(CharSequence, int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeUnescaper
Deprecated.
Translate a set of codepoints, represented by an int index into a CharSequence, into another set of codepoints.
translate(int, Writer) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeUnpairedSurrogateRemover
Deprecated.
Implementation of translate that throws out unpaired surrogates.
TraversingExpressionVisitor - Class in com.whitestein.lsps.lang.ast
 
TraversingExpressionVisitor(ExpressionVisitor<Boolean, RuntimeException>) - Constructor for class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
Creates a new traversing visitor with a given delegate.
TraversingTypeVisitor - Class in com.whitestein.lsps.lang.type
Visitor which is traversing the type structure.
TraversingTypeVisitor() - Constructor for class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
tree() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a vaadin 8 tree (not a tree table).
treeV7() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a vaadin 7 tree (not a tree table).
trim(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.
trim() - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Trims the builder by removing characters less than or equal to a space from the beginning and end.
trim(ExecutionContext, String) - Method in class com.whitestein.lsps.stdlib.function.StringFunctions
Returns a copy of the string, with leading and trailing white space omitted.
trimMatcher() - Static method in class com.whitestein.lsps.common.hack.lang3.text.StrMatcher
Deprecated.
Matches the String trim() whitespace characters.
trimToEmpty(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String returning an empty String ("") if the String is empty ("") after the trim or if it is null.
trimToNull(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Removes control characters (char <= 32) from both ends of this String returning null if the String is empty ("") after the trim or if it is null.
TRUE - Static variable in class com.whitestein.lsps.engine.state.ser.SBooleanValue
True value.
TRUE - Static variable in class com.whitestein.lsps.engine.state.xml.BooleanValue
True value.
TRUE - Static variable in class com.whitestein.lsps.lang.ast.ConstantExpression
Predefined constant with true values.
truncate(String, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Truncates a String.
truncate(String, int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Truncates a String.
trWithProperty(String) - Method in class com.whitestein.lsps.human.context.ToJoinTodoListQueryCommon
 
TryCatchExpression - Class in com.whitestein.lsps.lang.ast
 
TryCatchExpression(ASTInfo, Expression, Collection<TryCatchExpression.Catch>) - Constructor for class com.whitestein.lsps.lang.ast.TryCatchExpression
Creates new instance.
TryCatchExpression.Catch - Class in com.whitestein.lsps.lang.ast
Catch clause.
TWO_FIFTHS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 2/5.
TWO_QUARTERS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 2/4.
TWO_THIRDS - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 2/3.
type - Variable in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
Type - Interface in com.whitestein.lsps.lang.type
Type of the expression language.
TYPE - Static variable in class com.whitestein.lsps.stdlib.dmn.model.Parameter
 
TYPE_TABLE - Static variable in class com.whitestein.lsps.common.ddl.TableMetadata
String representation of type TABLE
TYPE_VIEW - Static variable in class com.whitestein.lsps.common.ddl.TableMetadata
String representation of type VIEW
TypeAst - Class in com.whitestein.lsps.lang.ast
 
TypeAst(ASTNode, Type) - Constructor for class com.whitestein.lsps.lang.ast.TypeAst
 
TypeBasedRecordMapView - Class in com.whitestein.lsps.lang.exec
Map view of a RecordHolder implemented using the properties of the record-type.
TypeBasedRecordMapView(RecordHolder) - Constructor for class com.whitestein.lsps.lang.exec.TypeBasedRecordMapView
Creates new instance.
Typed<T> - Interface in com.whitestein.lsps.common.hack.lang3.reflect
Generalization of "has a type."
TypeExpression - Class in com.whitestein.lsps.lang.ast
 
TypeExpression(ASTInfo, Type, int, int) - Constructor for class com.whitestein.lsps.lang.ast.TypeExpression
 
TypeExpressionVisitor - Class in com.whitestein.lsps.lang.ast
Expression visitor that processes types in expressions.
TypeExpressionVisitor(Consumer<ASTNode>) - Constructor for class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
Creates a new visitor.
typeForRuntimeObject(Object) - Static method in class com.whitestein.lsps.lang.type.TypeHelper
Returns type for corresponding java object.
TypeFunctions - Class in com.whitestein.lsps.stdlib.function
 
TypeFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.TypeFunctions
 
TypeHelper - Class in com.whitestein.lsps.lang.type
Helper class with convenience methods to get common (super|sub)types of given objects and to get the type of given object.
TypeMapping - Class in com.whitestein.lsps.lang.type
 
TypeMapping() - Constructor for class com.whitestein.lsps.lang.type.TypeMapping
 
typeOf(Object) - Method in class com.whitestein.lsps.stdlib.function.ObjectFunctions
Returns the type of object.
TypeParameterAst - Class in com.whitestein.lsps.lang.ast
 
TypeParameterAst(ASTNode, IdentifierAst, TypeAst) - Constructor for class com.whitestein.lsps.lang.ast.TypeParameterAst
 
TypeParametersAst - Class in com.whitestein.lsps.lang.ast
 
TypeParametersAst(ASTNode, List<TypeParameterAst>) - Constructor for class com.whitestein.lsps.lang.ast.TypeParametersAst
 
TypeParametersAst(ASTNode) - Constructor for class com.whitestein.lsps.lang.ast.TypeParametersAst
 
TypeParser - Class in com.whitestein.lsps.lang.parser
 
TypeParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.TypeParser
Constructs a new type parser with a given namespace.
TypeParser(NamespaceModel, boolean) - Constructor for class com.whitestein.lsps.lang.parser.TypeParser
Constructs a new type parser with a given namespace.
TypeParser(NamespaceModel, Collection<String>) - Constructor for class com.whitestein.lsps.lang.parser.TypeParser
Constructs a new type parser with a given namespace and a collection of free types.
TypeParser(NamespaceModel, boolean, Collection<String>) - Constructor for class com.whitestein.lsps.lang.parser.TypeParser
Constructs a new type parser with a given namespace and a collection of free types.
TypeParser(NamespaceModel, boolean, Collection<String>, FreeTypeMapping) - Constructor for class com.whitestein.lsps.lang.parser.TypeParser
Constructs a new type parser with a given namespace, a collection of free types and a given free type mapping.
typesSatisfyVariables(Map<TypeVariable<?>, Type>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Determines whether or not specified types satisfy the bounds of their mapped type variables.
TypeToSchemaConverter - Interface in com.whitestein.lsps.json.impl
 
TypeType - Class in com.whitestein.lsps.lang.type
Type representing a type.
TypeType(Type) - Constructor for class com.whitestein.lsps.lang.type.TypeType
Creates new instance of TypeType.
TypeUtils - Class in com.whitestein.lsps.common.hack.lang3.reflect
Utility methods focusing on type inspection, particularly with regard to generics.
TypeUtils() - Constructor for class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
TypeUtils instances should NOT be constructed in standard programming.
TypeUtils.WildcardTypeBuilder - Class in com.whitestein.lsps.common.hack.lang3.reflect
WildcardType builder.
TypeValue - Class in com.whitestein.lsps.engine.dto.val
Class representing a type as a string.
TypeValue() - Constructor for class com.whitestein.lsps.engine.dto.val.TypeValue
Creates new instance.
TypeValue(Type) - Constructor for class com.whitestein.lsps.engine.dto.val.TypeValue
Creates new instance.
TypeValue - Class in com.whitestein.lsps.engine.state.xml
Simple value representing a type.
TypeValue(ModelInstance, String) - Constructor for class com.whitestein.lsps.engine.state.xml.TypeValue
Creates new instance of TypeValue.
TypeValue(ModelInstance, String, Type) - Constructor for class com.whitestein.lsps.engine.state.xml.TypeValue
Creates new instance of TypeValue.
TypeVisitor<T,E extends java.lang.Throwable> - Interface in com.whitestein.lsps.lang.type
Type visitor

U

UI_CLOSURE_VAR_NAME - Static variable in class com.whitestein.lsps.human.Constants
 
UI_COMPONENT_TYPE - Static variable in class com.whitestein.lsps.human.HumanTypes
 
UI_DEFINITION_TYPE - Static variable in class com.whitestein.lsps.human.HumanTypes
 
UIActions - Class in com.whitestein.lsps.test.web.components
Collects frequently used actions.
UIActions(UIFinder) - Constructor for class com.whitestein.lsps.test.web.components.UIActions
 
UICast - Class in com.whitestein.lsps.test.web.components
Used to cast UIComponent to other, more specific component, e.g.
UIComponent - Class in com.whitestein.lsps.test.web.components
Client-side UIComponent image.
UIComponent(WebElement, WebDriver) - Constructor for class com.whitestein.lsps.test.web.components.UIComponent
 
UIDefaultAppTester - Class in com.whitestein.lsps.test.web
Adds support for the "Default application" UI items (menus, todo list, Document list, etc).
UIDefaultAppTester(WebDriver) - Constructor for class com.whitestein.lsps.test.web.UIDefaultAppTester
 
UIDefaultAppTester(WebDriver, String) - Constructor for class com.whitestein.lsps.test.web.UIDefaultAppTester
 
UIDefaultAppTester(WebDriver, String, int, int, int) - Constructor for class com.whitestein.lsps.test.web.UIDefaultAppTester
 
UIFinder - Class in com.whitestein.lsps.test.web.components
Finds components by ID.
UIFinder(SearchContext, WebDriver, boolean) - Constructor for class com.whitestein.lsps.test.web.components.UIFinder
 
UiFunctions - Class in com.whitestein.lsps.human.function
 
UiFunctions() - Constructor for class com.whitestein.lsps.human.function.UiFunctions
Creates a new instance.
UIScreenState - Class in com.whitestein.lsps.human.ui
Object used to store the state of a UI screen in the content of a saved to-do or document.
UIScreenState(String, String, Serializable) - Constructor for class com.whitestein.lsps.human.ui.UIScreenState
Creates a new instance.
UITester - Class in com.whitestein.lsps.test.web
Helper for testing of the LSPS application.
UITester(WebDriver) - Constructor for class com.whitestein.lsps.test.web.UITester
UITester(WebDriver, String) - Constructor for class com.whitestein.lsps.test.web.UITester
 
UITester(WebDriver, String, int, int, int) - Constructor for class com.whitestein.lsps.test.web.UITester
 
uiTextArea() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a text area.
UNABLE_TO_CONVERT_TO_XML_ERROR - Static variable in exception com.whitestein.lsps.xml.util.XmlProcessingException
 
UNABLE_TO_PARSE_XML_ERROR - Static variable in exception com.whitestein.lsps.xml.util.XmlParsingException
 
unallocateTodo(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.human.function.HumanFunctions
Unallocates todo.
unallocateTodo(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.human.function.HumanFunctionsImpl
 
UnauthorizedException - Exception in com.whitestein.lsps.ws
Thrown if the user is not authorized to the server.
UnauthorizedException(String) - Constructor for exception com.whitestein.lsps.ws.UnauthorizedException
Creates new instance.
uncapitalize(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Uncapitalizes a String, changing the first character to lower case as per Character.toLowerCase(int).
unchanged() - Method in class com.whitestein.lsps.common.collections.Diff
Returns the set of elements that exist in both sets being compared.
UNDO_REJECT_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows admin to undo-reject a to-do.
undoDelegation(long) - Method in interface com.whitestein.lsps.human.TodoService
Undo the to-do delegation for a to-do specified by its ID.
undoDelegation(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
undoRejectTodo(long, String) - Method in interface com.whitestein.lsps.human.TodoService
Undo the rejection of a to-do specified by its ID, by a person specified by its id.
undoRejectTodo(long, String) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
UNESCAPE_CSV - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped Comma Separated Value entries.
UNESCAPE_ECMASCRIPT - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped EcmaScript.
UNESCAPE_HTML3 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped HTML 3.0.
UNESCAPE_HTML4 - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped HTML 4.0.
UNESCAPE_JAVA - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped Java.
UNESCAPE_JSON - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped Json.
UNESCAPE_XML - Static variable in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Translator object for unescaping escaped XML.
unescapeCsv(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Returns a String value for an unescaped CSV column.
unescapeEcmaScript(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes any EcmaScript literals found in the String.
unescapeHtml3(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeHtml4(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes a string containing entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
unescapeJava(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes any Java literals found in the String.
unescapeJson(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes any Json literals found in the String.
unescapeXml(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringEscapeUtils
Deprecated.
Unescapes a string containing XML entity escapes to a string containing the actual Unicode characters corresponding to the escapes.
UnexpectedTokenException - Exception in com.whitestein.lsps.lang.parser.antlr
 
UnexpectedTokenException(BitSet, IntStream) - Constructor for exception com.whitestein.lsps.lang.parser.antlr.UnexpectedTokenException
 
unicodeEscaped(char) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the string to the Unicode format ' '.
unicodeEscaped(Character) - Static method in class com.whitestein.lsps.common.hack.lang3.CharUtils
Converts the string to the Unicode format ' '.
UnicodeEscaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text UnicodeEscaper instead
UnicodeEscaper() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper for all characters.
UnicodeEscaper(int, int, boolean) - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeEscaper
Deprecated.
Constructs a UnicodeEscaper for the specified range.
UnicodeUnescaper - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text UnicodeUnescaper instead
UnicodeUnescaper() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeUnescaper
Deprecated.
 
UnicodeUnpairedSurrogateRemover - Class in com.whitestein.lsps.common.hack.lang3.text.translate
Deprecated.
as of 3.6, use commons-text UnicodeUnpairedSurrogateRemover instead
UnicodeUnpairedSurrogateRemover() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.UnicodeUnpairedSurrogateRemover
Deprecated.
 
UniqueIndex - Class in com.whitestein.lsps.engine.sharedrecord
Special subclass of Index which is creating unique index instead of standard ones
UniqueIndex() - Constructor for class com.whitestein.lsps.engine.sharedrecord.UniqueIndex
 
UNKNOWN - Static variable in class com.whitestein.lsps.lang.ClosureOrigin
 
UNKNOWN - Static variable in class com.whitestein.lsps.lang.ExpressionOrigin
The place of expression is unknown.
UnknownExpression - Class in com.whitestein.lsps.lang.ast
This expression is used internally by the parser to denote expression which is not valid or it could not be parsed completely, e.g.
UnknownExpression(ASTInfo, Type, Expression...) - Constructor for class com.whitestein.lsps.lang.ast.UnknownExpression
 
UnknownExpression(ASTInfo, Type, Collection<Expression>) - Constructor for class com.whitestein.lsps.lang.ast.UnknownExpression
 
unload() - Method in class com.whitestein.lsps.test.Module
Unloads this module.
unloadAllModules() - Method in class com.whitestein.lsps.test.LspsRemote
Unloads all modules from the server.
unloadModule(long) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Removes the module from the system.
unloadModule(long) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
unloadModules(List<Module>) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Unloads modules.
unloadModules(List<Module>) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
unloadModuleWithDependentModules(long) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Removes the module from the system.
unloadModuleWithDependentModules(long) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
unloadWithDependentModules() - Method in class com.whitestein.lsps.test.Module
Unloads this module with it's dependent modules.
Unlock - Class in com.whitestein.lsps.stdlib.task
Task that unlocks specified lock.
Unlock() - Constructor for class com.whitestein.lsps.stdlib.task.Unlock
Creates new instance.
Unlock(LockServiceLocal) - Constructor for class com.whitestein.lsps.stdlib.task.Unlock
Creates new instance.
unlock() - Method in class com.whitestein.lsps.test.Todo
 
unlockTodo(long) - Method in interface com.whitestein.lsps.human.TodoService
Unlocks to-do.
unlockTodo(long) - Method in class com.whitestein.lsps.human.TodoServiceBean
 
UNMAPPED_RECORD_TYPE_ERROR - Static variable in class com.whitestein.lsps.stdlib.function.DataFunctionsImpl
Error thrown when a record is not mapped.
unmarshal(SBooleanValue) - Method in class com.whitestein.lsps.engine.state.ser.SBooleanAdapter
 
unmarshal(String) - Method in class com.whitestein.lsps.engine.state.ser.SDateAdapter
 
unmarshal(String) - Method in class com.whitestein.lsps.engine.state.ser.SDecimalAdapter
 
unmarshal(SNullValue) - Method in class com.whitestein.lsps.engine.state.ser.SNullAdapter
 
UnmarshalCallback - Interface in com.whitestein.lsps.common.jaxb
Custom unmarshal callback interface mimicking JAXB class based unmarshal callbacks Some JAXB implementations (e.g.
UnmarshalCallbacksListener - Class in com.whitestein.lsps.common.jaxb
Unmarshal listener delegating unmarshaling events to UnmarshalCallback interface implementing nodes Some JAXB implementations (e.g.
UnmarshalCallbacksListener(Unmarshaller) - Constructor for class com.whitestein.lsps.common.jaxb.UnmarshalCallbacksListener
 
unmarshall(byte[]) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Restores a model instance state from a byte array.
unmarshall(byte[]) - Method in class com.whitestein.lsps.os.OsMarshaller
Restores a model instance state from a byte array.
unmarshall(byte[]) - Method in class com.whitestein.lsps.stdlib.dmn.xml.DmnMarshaller
 
unmarshallValue(byte[]) - Method in class com.whitestein.lsps.engine.state.StateMarshaller
Restores a model instance state from a byte array.
UnprocessedInput - Class in com.whitestein.lsps.engine.state
Stores input to an agent that was not processed due to the agent suspension.
UnprocessedInput() - Constructor for class com.whitestein.lsps.engine.state.UnprocessedInput
Creates new instance.
UnprocessedInput(CommunicationUnit, Date) - Constructor for class com.whitestein.lsps.engine.state.UnprocessedInput
Creates new instance.
UnprocessedInputDao - Interface in com.whitestein.lsps.engine.dao
 
UnprocessedInputsService - Interface in com.whitestein.lsps.engine
Handles unprocessed inputs.
UnprocessedInputsServiceBean - Class in com.whitestein.lsps.engine
Implementation of UnprocessedInputsService.
UnprocessedInputsServiceBean() - Constructor for class com.whitestein.lsps.engine.UnprocessedInputsServiceBean
 
unregisterFromJMX() - Method in class com.whitestein.lsps.engine.HealthCheck
 
unrollVariables(Map<TypeVariable<?>, Type>, Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Get a type representing type with variable assignments "unrolled."
unscaledValue() - Method in class com.whitestein.lsps.lang.Decimal
Returns a BigInteger whose value is the unscaled value of this Decimal.
unwrap(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Unwraps a given string from anther string.
unwrap(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Unwraps a given string from a character.
unwrap(Collection<? extends IRecordWrapper>) - Static method in class com.whitestein.lsps.lang.RecordWrapper
Unwraps a given collection of record wrappers.
unzip(File, File) - Static method in class com.whitestein.lsps.common.ZipUtils
Unpacks the given file to the given output directory.
unzip(InputStream, File) - Static method in class com.whitestein.lsps.common.ZipUtils
Unpacks the given input stream to the given output directory.
update(T) - Method in interface com.whitestein.lsps.engine.ExternalTypeProvider
 
update(String, String) - Method in interface com.whitestein.lsps.engine.SettingManagementService
Updates an engine setting with the given value.
update(Collection<? extends PersistentClass>, Collection<? extends Table>, Collection<? extends Collection>) - Method in class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
 
update - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaUpdatingOperation
Update flag.
update(String, String) - Method in class com.whitestein.lsps.engine.state.SettingManagementServiceBean
 
update(T) - Method in class com.whitestein.lsps.engine.tester.CustomEntityProvider
 
update(String, byte[]) - Method in class com.whitestein.lsps.human.dao.jpa.JpaVaadinThemeDao
 
update(String, byte[]) - Method in interface com.whitestein.lsps.human.dao.VaadinThemeDao
Updates the theme, creating it if it does not exist.
UPDATE_CONTEXT_VARIABLE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to change value of a context variable or a record field in a process.
UPDATE_GOAL_STATE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to change state of a goal.
UPDATE_MODEL_IN_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to change model in a running model instance.
UPDATE_SCHEMA - Static variable in class com.whitestein.lsps.engine.EngineRights
Right for performing a schema update.
updateContextVariable(long, long, String, ObjectValue, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Updates the value of a given variable.
updateContextVariable(long, long, String, ObjectValue, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
UpdateContextVariableMessage - Class in com.whitestein.lsps.engine.comm
Update context variable message.
UpdateContextVariableMessage(Identifier, Identifier, long, String, ObjectValue) - Constructor for class com.whitestein.lsps.engine.comm.UpdateContextVariableMessage
Creates new instance.
updateGoal(String, boolean) - Method in class com.whitestein.lsps.test.ModelInstance
 
updateGoalState(long, long, String, boolean, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Changes the state of the given goal.
updateGoalState(long, long, String, boolean, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
UpdateGoalStateMessage - Class in com.whitestein.lsps.engine.comm
Update goal state message.
UpdateGoalStateMessage(Identifier, Identifier, long, String, boolean) - Constructor for class com.whitestein.lsps.engine.comm.UpdateGoalStateMessage
Creates new instance.
updateModel(long, long) - Method in interface com.whitestein.lsps.engine.MigrationService
Changes the model for a running model instance.
updateModel(long, long) - Method in class com.whitestein.lsps.modulemanager.migration.MigrationServiceBean
 
updateModel(String, ByteData) - Method in class com.whitestein.lsps.test.ModelInstance
Updates a model.
UpdateModelMessage - Class in com.whitestein.lsps.engine.comm
Model update message.
UpdateModelMessage(Identifier, Identifier, UpdateModelMessage.Command) - Constructor for class com.whitestein.lsps.engine.comm.UpdateModelMessage
Creates new instance
UpdateModelMessage.Command - Enum in com.whitestein.lsps.engine.comm
Commands to control model update.
updateModules(Collection<Long>, SchemaUpdateStrategy, boolean) - Method in interface com.whitestein.lsps.engine.sharedrecord.SchemaUpdateService
Performs a schema update after a successful model upload.
updateModules(Collection<Long>, SchemaUpdateStrategy, boolean) - Method in class com.whitestein.lsps.engine.sharedrecord.SchemaUpdateServiceBean
 
updatePerson(Person) - Method in interface com.whitestein.lsps.os.PersonManagementService
Updates the person.
updatePerson(Person) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
updatePersonLogin(String, String) - Method in interface com.whitestein.lsps.os.PersonManagementService
Updates current login of the user identified by given personId with the content of newLogin argument.
updatePersonLogin(String, String) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
updatePersonPassword(String, String) - Method in interface com.whitestein.lsps.os.PersonManagementService
Updates current password of the user identified by given personId with the content of newPassword argument.
updatePersonPassword(String, String) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
updatePersonWithData(PersonData) - Method in interface com.whitestein.lsps.os.PersonManagementService
Updates the person.
updatePersonWithData(PersonData) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
updateRecordField(long, String, String, String, ObjectValue, boolean) - Method in interface com.whitestein.lsps.engine.ProcessService
Updates the value of a given record field.
updateRecordField(long, String, String, String, ObjectValue, boolean) - Method in class com.whitestein.lsps.engine.ProcessServiceBean
 
UpdateRecordFieldMessage - Class in com.whitestein.lsps.engine.comm
Update record field message.
UpdateRecordFieldMessage(Identifier, Identifier, String, String, String, ObjectValue) - Constructor for class com.whitestein.lsps.engine.comm.UpdateRecordFieldMessage
Creates new instance.
updateRoleName(RoleUnitName) - Method in class com.whitestein.lsps.orgstructure.RoleServiceBean
 
updateRoleName(RoleUnitName) - Method in interface com.whitestein.lsps.os.RoleService
Updates a role name in the application.
updateSchema(long, boolean) - Method in interface com.whitestein.lsps.engine.SharedRecordService
Updates the database schema for the given model.
updateSchema(long, boolean) - Method in class com.whitestein.lsps.engine.SharedRecordServiceBean
 
updateSecurityRole(SecurityRole) - Method in class com.whitestein.lsps.orgstructure.SecurityServiceBean
 
updateSecurityRole(SecurityRole) - Method in interface com.whitestein.lsps.os.SecurityService
Updates a security role by its id.
updateTodoAllocatedTo(Todo, Person) - Method in class com.whitestein.lsps.human.dao.jpa.JpaTodoDao
 
updateTodoAllocatedTo(Todo, Person) - Method in interface com.whitestein.lsps.human.dao.TodoDao
Updates todo's allocated-to field according to given allocatedTo person parameter.
updateTokenRanges(CommonTree) - Static method in class com.whitestein.lsps.lang.parser.ParserUtil
Updates the token ranges (start, stop, line) recursively.
updateVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordEntityAdapter
Updates version string.
updateVersion() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
Update version.
UPLOAD_DATE_PROPERTY - Static variable in class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
Name of property for max upload date of all modules from which configuration is generated.
uploadLicense(byte[]) - Method in interface com.whitestein.lsps.common.LicenseService
Store license into the DB
uploadLicense(byte[]) - Method in class com.whitestein.lsps.license.LicenseServiceBean
 
uploadModule(String, String, File) - Method in class com.whitestein.lsps.test.LspsRemote
Uploads a model to the server.
uploadModule(String, String, File, SchemaUpdateStrategy) - Method in class com.whitestein.lsps.test.LspsRemote
Uploads a model to the server.
uploadModuleFromRepository(String, String) - Method in class com.whitestein.lsps.test.LspsRemote
Uploads a model to the server.
uploadModuleFromRepository(String, String, SchemaUpdateStrategy) - Method in class com.whitestein.lsps.test.LspsRemote
Uploads a model to the server.
uploadModules(ByteData, StringProperties) - Method in interface com.whitestein.lsps.engine.ModelManagementService
Process archive represented by byte array.
uploadModules(ByteData, StringProperties) - Method in class com.whitestein.lsps.modulemanager.ModelManagementServiceBean
 
upperCase(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a String to upper case as per String.toUpperCase().
upperCase(String, Locale) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Converts a String to upper case as per String.toUpperCase(Locale).
urlWs - Static variable in class com.whitestein.lsps.test.LspsRemote
 
urlWsHuman - Static variable in class com.whitestein.lsps.test.LspsRemote
 
useNationalizedCharacterData() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataBuildingOptions
 
USER - Static variable in class com.whitestein.lsps.common.ApplicationDataConstants
Key used in application data.
USER - Static variable in class com.whitestein.lsps.human.Constants
UserActivityTrack - Class in com.whitestein.lsps.activeuser
 
UserActivityTrack() - Constructor for class com.whitestein.lsps.activeuser.UserActivityTrack
 
UserActivityTrack(String, Date) - Constructor for class com.whitestein.lsps.activeuser.UserActivityTrack
 
UserActivityTrackDao - Interface in com.whitestein.lsps.activeuser
Dao for UserActivityTrack
UserActivityTracking - Enum in com.whitestein.lsps.activeuser
 
UserTask - Class in com.whitestein.lsps.human.task
Generic user task for presenting information to users and to collecting their input.
UserTask() - Constructor for class com.whitestein.lsps.human.task.UserTask
 
UtilFunctions - Class in com.whitestein.lsps.stdlib.function
 
UtilFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.UtilFunctions
 
uuid(ExecutionContext) - Method in class com.whitestein.lsps.stdlib.function.UtilFunctions
 

V

V7V8_JUnitRunner - Class in com.whitestein.lsps.test.annotations
FIXME: v8 remove this from all classes that don't create components to speed up tests.
V7V8_JUnitRunner(Class<?>) - Constructor for class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner
 
V7V8_JUnitRunner.VersionAwareFrameworkMethod - Class in com.whitestein.lsps.test.annotations
 
VaadinServletWithTransaction - Class in com.whitestein.lsps.vaadin.util
Vaadin servlet that commits DB transactions (if any was created during request processing) that access application logic.
VaadinServletWithTransaction() - Constructor for class com.whitestein.lsps.vaadin.util.VaadinServletWithTransaction
 
VaadinTheme - Class in com.whitestein.lsps.human.entity
 
VaadinTheme() - Constructor for class com.whitestein.lsps.human.entity.VaadinTheme
 
VaadinThemeCacheBean - Class in com.whitestein.lsps.human
Caches dynamic themes.
VaadinThemeCacheBean() - Constructor for class com.whitestein.lsps.human.VaadinThemeCacheBean
 
VaadinThemeDao - Interface in com.whitestein.lsps.human.dao
Provides access to Vaadin dynamic themes, stored in the database.
VaadinUtilsCommon - Class in com.whitestein.lsps.vaadin
Common vaadin utils functionality shared between v7 and v8 versions.
VaadinUtilsCommon() - Constructor for class com.whitestein.lsps.vaadin.VaadinUtilsCommon
 
Validate - Class in com.whitestein.lsps.common.hack.lang3
This class assists in validating arguments.
Validate() - Constructor for class com.whitestein.lsps.common.hack.lang3.Validate
Constructor.
validate() - Method in class com.whitestein.lsps.engine.lang.compiled.CompiledClosureHolder
 
validate() - Method in class com.whitestein.lsps.engine.lang.ExpressionHolder
 
validate(Object, Type) - Method in class com.whitestein.lsps.engine.lang.RuntimeToPersistentConverter
Throws IllegalArgumentException if value is not assignable to type.
validate() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsHibernateMetadata
 
validate() - Method in class com.whitestein.lsps.engine.sharedrecord.LspsMetadataCollector
 
validate(RecordHolder, Property, CollectionHolder, MapHolder) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Validates a given record.
validate() - Method in class com.whitestein.lsps.lang.parser.Errors
 
validate() - Method in class com.whitestein.lsps.lang.parser.Parsed
 
validate(ExecutionContext, RecordHolder, Property, CollectionHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ValidationFunctions
Validates a given record.
validate(ExecutionContext, CollectionHolder, Property, CollectionHolder, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.ValidationFunctions
Validates a given collection of records.
validate(InputStream) - Method in class com.whitestein.lsps.test.ModelValidator
 
validate() - Method in class com.whitestein.lsps.ws.ClientCommunication
This method validates the connection.
VALIDATE_SCHEMA - Static variable in class com.whitestein.lsps.engine.EngineRights
Right for performing a schema validation.
validateConstraint(ConstraintModel, RecordHolder, MapHolder, CollectionHolder) - Method in class com.whitestein.lsps.engine.validation.RecordValidator
Validates a given record against a given constraint.
validateControlExpressions(Expression) - Method in class com.whitestein.lsps.lang.parser.Parser
 
validateIdentifier(String) - Method in class com.whitestein.lsps.lang.module.AbstractNamespace
Returns true if name is valid identifier according the used language.
validateIdentifier(String) - Method in interface com.whitestein.lsps.lang.module.NamespaceModel
Returns true if given identifier name is valid.
validateIndex(int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Validates parameters defining a single index in the builder.
validateOrConvert(ParsedExpression, Type) - Method in class com.whitestein.lsps.lang.parser.AbstractParser
Provides some validation and conversion
validateOrConvert(ParsedExpression, Type) - Method in class com.whitestein.lsps.lang.parser.Parser
 
validatePassword(String) - Method in interface com.whitestein.lsps.os.PersonManagementService
Validates the given password candidate to the actual password policy.
validatePassword(String) - Method in class com.whitestein.lsps.pm.PersonManagementServiceBean
 
validateRange(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.text.StrBuilder
Deprecated.
Validates parameters defining a range of the builder.
validateSchema(long) - Method in interface com.whitestein.lsps.engine.SharedRecordService
Validates the database schema for the given model.
validateSchema(long) - Method in class com.whitestein.lsps.engine.SharedRecordServiceBean
 
validateServerRoot() - Method in class com.whitestein.lsps.ws.ClientCommunication
This method validates if the server HTTP root is available.
ValidationException - Exception in com.whitestein.lsps.lang.exception
Exception representing validation error containing a message, a cause and a position in the validating resource.
ValidationException(String) - Constructor for exception com.whitestein.lsps.lang.exception.ValidationException
Creates new instance.
ValidationException(String, Throwable) - Constructor for exception com.whitestein.lsps.lang.exception.ValidationException
Creates new instance.
ValidationException(String, Integer, Integer, Integer) - Constructor for exception com.whitestein.lsps.lang.exception.ValidationException
Creates new instance.
ValidationException(String, ASTNode) - Constructor for exception com.whitestein.lsps.lang.exception.ValidationException
Creates new instance.
ValidationException(String, Throwable, Integer, Integer, Integer) - Constructor for exception com.whitestein.lsps.lang.exception.ValidationException
Creates new instance.
validationExceptionString(ExecutionContext, Type) - Method in interface com.whitestein.lsps.engine.tester.TestFunctions
Returns type validation exception string.
validationExceptionString(ExecutionContext, Type) - Method in class com.whitestein.lsps.engine.tester.TestFunctionsImpl
 
ValidationFunctions - Class in com.whitestein.lsps.stdlib.function
 
ValidationFunctions() - Constructor for class com.whitestein.lsps.stdlib.function.ValidationFunctions
 
ValidationTag - Class in com.whitestein.lsps.lang.ast
 
ValidationTag(ASTNode, QID) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTag
 
ValidationTagAndExpression - Class in com.whitestein.lsps.lang.ast
 
ValidationTagAndExpression(ASTNode, List<ValidationTagExpression>) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTagAndExpression
 
ValidationTagExpression - Class in com.whitestein.lsps.lang.ast
 
ValidationTagExpression(ASTNode) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTagExpression
 
ValidationTagExpressionVisitor<T,E extends java.lang.Throwable> - Interface in com.whitestein.lsps.lang.ast
Generic validation tag expression visitor.
ValidationTagNotExpression - Class in com.whitestein.lsps.lang.ast
 
ValidationTagNotExpression(ASTNode, ValidationTagExpression) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTagNotExpression
 
ValidationTagOrExpression - Class in com.whitestein.lsps.lang.ast
 
ValidationTagOrExpression(ASTNode, List<ValidationTagExpression>) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTagOrExpression
 
ValidationTagParser - Class in com.whitestein.lsps.lang.parser
 
ValidationTagParser() - Constructor for class com.whitestein.lsps.lang.parser.ValidationTagParser
 
ValidationTargetAst - Class in com.whitestein.lsps.lang.ast
 
ValidationTargetAst(ASTNode, RecordType, QIDAst, IdentifierAst) - Constructor for class com.whitestein.lsps.lang.ast.ValidationTargetAst
Constructs a validation target.
ValidationTargetParser - Class in com.whitestein.lsps.lang.parser
 
ValidationTargetParser(NamespaceModel) - Constructor for class com.whitestein.lsps.lang.parser.ValidationTargetParser
Creates an instance of a parser.
validExpression(Expression) - Static method in class com.whitestein.lsps.lang.ast.ReferenceExpression
Returns true if given expression can be referenced.
validIndex(T[], int, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception with the specified message.
validIndex(T[], int) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument array; otherwise throwing an exception.
validIndex(T, int, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception with the specified message.
validIndex(T, int) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument collection; otherwise throwing an exception.
validIndex(T, int, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception with the specified message.
validIndex(T, int) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validates that the index is within the bounds of the argument character sequence; otherwise throwing an exception.
validScale(int) - Static method in class com.whitestein.lsps.lang.type.DecimalType
Returns true if given scale is valid.
validState(boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception.
validState(boolean, String, Object...) - Static method in class com.whitestein.lsps.common.hack.lang3.Validate
Validate that the stateful condition is true; otherwise throwing an exception with the specified message.
value() - Method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns name of the enumeration.
Value - Interface in com.whitestein.lsps.engine.dto.val
Value interface.
value(boolean) - Static method in class com.whitestein.lsps.engine.state.ser.SBooleanValue
Returns boolean value.
value(boolean) - Static method in class com.whitestein.lsps.engine.state.xml.BooleanValue
Returns boolean value.
Value - Interface in com.whitestein.lsps.engine.state.xml
Base interface for all values.
value - Variable in class com.whitestein.lsps.engine.state.xml.Variable
 
value() - Method in class com.whitestein.lsps.hibernate.envers.LspsAnnotationsMetadataReader.PCAuditTable
 
ValueContent - Class in com.whitestein.lsps.engine.state.xml
Class used as a root for storing a complex value with all referenced values.
ValueContent(long, String, String, String, LinkedHashSet<ComplexValue>) - Constructor for class com.whitestein.lsps.engine.state.xml.ValueContent
Creates new instance.
ValueContent(SValueContent) - Constructor for class com.whitestein.lsps.engine.state.xml.ValueContent
Creates a new instance from the serialized companion.
ValueConverter - Interface in com.whitestein.lsps.json.impl
A value converter converts an LSPS object to a JsonNode and .
ValueConverterProvider - Interface in com.whitestein.lsps.json.impl
This type visitor provides value converters for supported types.
ValueHolder - Interface in com.whitestein.lsps.lang.exec
Base interface for all complex type holder interfaces.
valueInLevel(String, Value) - Method in class com.whitestein.lsps.engine.lang.EvaluationLevelConverter
Returns an evaluation value for an original value.
valueOf(String) - Static method in enum com.whitestein.lsps.activeuser.UserActivityTracking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.DebuggerAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.filter.Compare.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.hack.lang3.ClassUtils.Interfaces
Returns the enum constant of this type with the specified name.
valueOf(char[]) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Returns the string representation of the char array or null.
valueOf(String) - Static method in enum com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityUnescaper.OPTION
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.JavaReflectionCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.JEEServer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.query.OrderDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.common.SettingsCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.change.EscalationChange.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.change.SignalChange.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.comm.UpdateModelMessage.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.CreateProcessLog
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ApplicationRestartStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.GoalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.GoalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.LogColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.LogEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceStartStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModuleColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ModuleInstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.PlanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.ProcessInstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.RollbackInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.RollbackInfoColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.SchemaUpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.dto.WsRequestHandlerColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.EscalationReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.ExecutableTask.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.InterpretationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.ModelCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.ProcessingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.ServerSettingIds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.state.ser.SActivationCommand.ActivationCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.state.ser.SExpressionValue.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.state.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.state.xml.ActivationCommand.ActivationCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.state.xml.ExpressionValue.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.engine.TerminationReasonEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.DocumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.dto.SavedDocumentColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.dto.TodoAuthorization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.dto.TodoColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.dto.TodoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.human.entity.TodoPerformer.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.antlr.AntlrFunctionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.ast.SimpleAnnotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.compiled.model.SrcModifier
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.whitestein.lsps.lang.Decimal
Translates a int value into a Decimal with a scale of zero.
valueOf(long) - Static method in class com.whitestein.lsps.lang.Decimal
Translates a long value into a Decimal with a scale of zero.
valueOf(Number) - Static method in class com.whitestein.lsps.lang.Decimal
Attempts to construct the decimal using a best-fit algorithm: Long, Integer, Short, Byte uses the Decimal.valueOf(long) method Float uses Decimal.valueOf(float) Double uses Decimal.valueOf(double) BigInteger uses Decimal.Decimal(java.math.BigInteger) BigDecimal uses Decimal.Decimal(java.math.BigDecimal) Decimal just return the number All other numbers are rejected to avoid precision loss.
valueOf(double) - Static method in class com.whitestein.lsps.lang.Decimal
Translates a double into a Decimal, using the double's canonical string representation provided by the Double.toString(double) method.
valueOf(float) - Static method in class com.whitestein.lsps.lang.Decimal
Translates a float into a Decimal, using the float's canonical string representation provided by the Float.toString(float) method.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.BooleanOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.CollectionOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.ComparisonOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.DateOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.DecimalBinaryArithmeticOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.DecimalBinaryComparisonOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.DecimalUnaryOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.EnumerationOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.ErrorOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.IntegerBinaryArithmeticOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.IntegerUnaryOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.LocalDateOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.LocalDateTimeOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.MapOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.ObjectOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.RangeOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.StringComparisonOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.StringLikeOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.operation.StringOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.signature.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.type.RecordAssociation.Multiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.type.RecordFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.type.xml.NodeXMLKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.lang.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.os.dto.PerformerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.os.dto.PersonColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Constructs a RoleUnit name using given raw string.
valueOf(String, RoleUnitParameter...) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Constructs a RoleUnit name using the full name of a role or an organization unit (i.e.
valueOf(String, Collection<RoleUnitParameter>) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Constructs a RoleUnit name using the full name of a role or an organization unit (i.e.
valueOf(String, String, RoleUnitParameter...) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Constructs a RoleUnit name using the module name and the local name of a role or an organization unit.
valueOf(String, String, Collection<RoleUnitParameter>) - Static method in class com.whitestein.lsps.os.dto.RoleUnitName
Constructs a RoleUnit name using the module name and the local name of a role or an organization unit.
valueOf(String) - Static method in enum com.whitestein.lsps.os.PersonAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.pm.PersonLoginToIdCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.stdlib.dmn.DmnCache
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.stdlib.dmn.model.DecisionTableRights
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.stdlib.dmn.model.ExpressionLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.stdlib.dmn.model.HitPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.visualization.DiagramConnection.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.whitestein.lsps.visualization.dto.ProcessElementType
Returns the enum constant of this type with the specified name.
ValueRef - Class in com.whitestein.lsps.engine.dto.val
Value reference, used to avoid cycles.
ValueRef() - Constructor for class com.whitestein.lsps.engine.dto.val.ValueRef
Creates new instance.
ValueRef - Class in com.whitestein.lsps.engine.state.xml
Value referencing another value by id.
ValueRef(ModelInstance, long) - Constructor for class com.whitestein.lsps.engine.state.xml.ValueRef
Creates new instance.
values() - Static method in enum com.whitestein.lsps.activeuser.UserActivityTracking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.CompatibilityVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.DebuggerAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.filter.Compare.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.hack.lang3.ClassUtils.Interfaces
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.hack.lang3.text.translate.NumericEntityUnescaper.OPTION
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.JavaReflectionCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.JEEServer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.query.OrderDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.common.SettingsCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.whitestein.lsps.common.StringProperties
Returns a Collection view of the values contained in this map.
values() - Static method in enum com.whitestein.lsps.engine.change.EscalationChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.change.SignalChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.comm.UpdateModelMessage.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.CreateProcessLog
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ApplicationRestartStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.GoalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.GoalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.LogColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.LogEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceStartStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModelInstanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModuleColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ModuleInstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.PlanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.ProcessInstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.RollbackInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.RollbackInfoColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.dto.SchemaUpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.whitestein.lsps.engine.dto.val.MapValue
 
values() - Static method in enum com.whitestein.lsps.engine.dto.WsRequestHandlerColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.EscalationReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.ExecutableTask.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.InterpretationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.ModelCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.ProcessingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.ServerSettingIds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.sharedrecord.ddl.DialectExt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.state.ser.SActivationCommand.ActivationCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.state.ser.SExpressionValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.state.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.engine.state.xml.ActivationCommand.ActivationCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.whitestein.lsps.engine.state.xml.CollectionValue
Returns collection of values.
values() - Static method in enum com.whitestein.lsps.engine.state.xml.ExpressionValue.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.whitestein.lsps.engine.state.xml.RecordValue
Returns the contained values.
values() - Static method in enum com.whitestein.lsps.engine.TerminationReasonEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.DocumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.dto.SavedDocumentColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.dto.TodoAuthorization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.dto.TodoColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.dto.TodoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.human.entity.TodoPerformer.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.antlr.AntlrFunctionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.ast.SimpleAnnotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.compiled.model.SrcModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.whitestein.lsps.lang.exec.MockMapHolder
 
values() - Static method in enum com.whitestein.lsps.lang.operation.BooleanOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.CollectionOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.ComparisonOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.DateOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.DecimalBinaryArithmeticOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.DecimalBinaryComparisonOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.DecimalUnaryOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.EnumerationOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.ErrorOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.IntegerBinaryArithmeticOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.IntegerUnaryOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.LocalDateOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.LocalDateTimeOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.MapOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.ObjectOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.RangeOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.StringComparisonOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.StringLikeOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.operation.StringOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.signature.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.type.RecordAssociation.Multiplicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.type.RecordFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.type.xml.BaseXSDType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.type.xml.NodeXMLKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.lang.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.os.dto.PerformerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.os.dto.PersonColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.os.PersonAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.pm.PersonLoginToIdCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.stdlib.dmn.DmnCache
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.stdlib.dmn.model.DecisionTableRights
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.stdlib.dmn.model.ExpressionLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.stdlib.dmn.model.HitPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values(ExecutionContext, MapHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
Returns a list of values contained in the map.
values() - Static method in enum com.whitestein.lsps.visualization.DiagramConnection.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.whitestein.lsps.visualization.dto.ProcessElementType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSerializer - Class in com.whitestein.lsps.engine.state.xml
Serializes values of the type ObjectValue.
ValueSerializer(ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.ValueSerializer
Creates new instance.
ValueVisitor<T,E extends java.lang.Throwable> - Interface in com.whitestein.lsps.engine.state.xml
Visitor visiting all non-abstract Value classes.
var(String) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
varDef(String, String, SrcExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.CommonCompiler
 
Variable - Class in com.whitestein.lsps.engine.dto
Object representing variable.
Variable() - Constructor for class com.whitestein.lsps.engine.dto.Variable
Creates new instance.
Variable(String, ObjectValue, Type, long) - Constructor for class com.whitestein.lsps.engine.dto.Variable
Creates new instance.
Variable(String, ObjectValue, Type, long, boolean) - Constructor for class com.whitestein.lsps.engine.dto.Variable
Creates new instance.
Variable - Class in com.whitestein.lsps.engine.state.xml
Entity representing instance of a variable.
Variable(String, String, byte, Value) - Constructor for class com.whitestein.lsps.engine.state.xml.Variable
 
Variable(String, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Variable
Creates new instance of Variable.
Variable(String, String, Value) - Constructor for class com.whitestein.lsps.engine.state.xml.Variable
Creates new instance of Variable.
Variable(SVariable, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.Variable
 
VARIABLE_NOT_FOUND_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Error thrown when a variabled is not found in the context.
VariableChange - Class in com.whitestein.lsps.engine.change
Change of a variable value.
VariableChange(Context, Variable, Object) - Constructor for class com.whitestein.lsps.engine.change.VariableChange
Constructor.
VariableExpression - Class in com.whitestein.lsps.lang.ast
Expression representing fully qualified variable.
VariableExpression(ASTInfo, VariableInfo) - Constructor for class com.whitestein.lsps.lang.ast.VariableExpression
 
VariableInfo - Class in com.whitestein.lsps.lang.module
Information about variable; its name and access.
VariableInfo(NamespaceModel, String, Type) - Constructor for class com.whitestein.lsps.lang.module.VariableInfo
Creates a new public variable information.
VariableInfo(NamespaceModel, String, Type, boolean, boolean) - Constructor for class com.whitestein.lsps.lang.module.VariableInfo
Creates a new variable information.
VariableInfo(NamespaceModel, String, Type, boolean, boolean, Map<String, String>) - Constructor for class com.whitestein.lsps.lang.module.VariableInfo
Creates a new variable information.
VariableInitializator - Class in com.whitestein.lsps.engine
 
VariableInitializator(ModelProvider) - Constructor for class com.whitestein.lsps.engine.VariableInitializator
Creates new instance.
varName() - Method in class com.whitestein.lsps.engine.ConditionEventInterpreter
 
varName() - Method in class com.whitestein.lsps.engine.InlineStartEventInterpreter
 
varName() - Method in class com.whitestein.lsps.engine.TimerEventInterpreter
Returns name of an auxiliary date variable.
VersionAwareFrameworkMethod(Method, boolean) - Constructor for class com.whitestein.lsps.test.annotations.V7V8_JUnitRunner.VersionAwareFrameworkMethod
 
verticalLayout() - Method in class com.whitestein.lsps.test.web.components.UICast
Casts this component to a vertical layout.
Visibility - Enum in com.whitestein.lsps.lang
Visibility, used for functions, methods, constructors and fields.
visit(JEEServer.JEEServerVisitor<T>) - Method in enum com.whitestein.lsps.common.JEEServer
Answer a visitor evaluation
visit(ConstantExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(SyntheticExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(VariableExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(MethodCallExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ClosureInvocationExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ListExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(SetExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(MapExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(RecordExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ThisConstructorExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(SuperConstructorExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ReferenceExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(PropertyExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(MethodExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(FunctionExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(TryCatchExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(SwitchExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(AssignmentExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(CompoundAssignmentExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ChainedExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(DereferenceExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(DefExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ConditionalExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(EnumerationExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(CustomConstantExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(WhileExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(UnknownExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ForExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(CastExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(InstanceofExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(IfnullExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(TypeExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(FunctionCallWithNamedArgs) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(IncDecExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(DebugExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(BlockExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(BreakExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ContinueExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(ThisExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.ExpressionCompiler
 
visit(NullValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(ObjectValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(BooleanValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(DecimalValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(StringValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(DateValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(LocalDateValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(LocalDateTimeValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(ListValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(SetValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(MapValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(RecordValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(ExpressionValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(ExternalValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(TypeValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(EnumerationValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(BinaryValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(PropertyPathValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(PropertyValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(ReadOnlyRecordValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(RangeValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(RecordProxySetValue) - Method in interface com.whitestein.lsps.engine.state.xml.ValueVisitor
Visits value.
visit(MapType) - Method in class com.whitestein.lsps.json.impl.GenericConversionValueConverterProvider
 
visit(ObjectType) - Method in class com.whitestein.lsps.json.impl.GenericConversionValueConverterProvider
 
visit(BooleanType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(IntegerType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(DecimalType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(DateType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(LocalDateType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(LocalDateTimeType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(StringType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(ObjectType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(NullType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(SetType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(ListType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(MapType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(RecordType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(ClosureType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(ReferenceType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(TypeType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(FreeType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(CollectionType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(EnumerationType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(EnumerationBaseType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(BinaryType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(RecordBaseType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(PropertyPathType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(PropertyType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(InterfaceType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(IntersectionType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(VoidType) - Method in class com.whitestein.lsps.json.impl.RecordValueConverterProvider
 
visit(AntlrNamedType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AntlrDecimalType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AntlrParametrizedType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AntlrClosureType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AntlrIntersectionType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AntlrVoidType) - Method in interface com.whitestein.lsps.lang.antlr.AntlrTypeVisitor
 
visit(AstType) - Method in interface com.whitestein.lsps.lang.ast.AstTypeVisitor
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(MethodCallExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ClosureInvocationExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ConstantExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(SyntheticExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ListExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(MapExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(FunctionExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(PropertyExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(RecordExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ThisConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(SuperConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ReferenceExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(SetExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(TryCatchExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(SwitchExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(VariableExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(AssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ChainedExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(DereferenceExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(DefExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ConditionalExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(IfnullExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(EnumerationExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(CustomConstantExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(WhileExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ForExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(CastExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(InstanceofExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(TypeExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(FunctionCallWithNamedArgs) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ThisExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(IncDecExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(DebugExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(BlockExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(BreakExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ContinueExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(MethodExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(UnknownExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(CompoundAssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
 
visit(ConstantExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(SyntheticExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(VariableExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(MethodCallExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ClosureInvocationExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ListExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(SetExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(MapExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(RecordExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ThisConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(SuperConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ReferenceExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(PropertyExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(FunctionExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(TryCatchExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(SwitchExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(AssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ChainedExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(DereferenceExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(DefExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ConditionalExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(IfnullExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(EnumerationExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(CustomConstantExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(WhileExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ForExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(CastExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(TypeExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(FunctionCallWithNamedArgs) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(IncDecExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(DebugExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(BlockExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(BreakExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ContinueExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ThisExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(MethodExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(UnknownExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(InstanceofExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(CompoundAssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.CopyExpressionVisitor
 
visit(ConstantExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(SyntheticExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(VariableExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(MethodCallExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ClosureInvocationExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ListExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(SetExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(MapExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(RecordExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ThisConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(SuperConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ReferenceExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(PropertyExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(FunctionExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(TryCatchExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(SwitchExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(AssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ChainedExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(DereferenceExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(DefExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ConditionalExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(EnumerationExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(CustomConstantExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(WhileExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ForExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(CastExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(IfnullExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(TypeExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(FunctionCallWithNamedArgs) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ThisExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(IncDecExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(DebugExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(BlockExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(BreakExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ContinueExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(MethodExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(UnknownExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(InstanceofExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(CompoundAssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
visit(ConstantExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a constant.
visit(VariableExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a variable.
visit(FunctionCallExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a function call.
visit(MethodCallExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a method call.
visit(ClosureInvocationExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a closure invocation expression.
visit(ClosureExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a closure.
visit(ListExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a list expression.
visit(SetExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a set expression.
visit(MapExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a map expression.
visit(RecordExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a record expression.
visit(RecordConstructorExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a record constructor expression.
visit(ThisConstructorExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a this constructor expression.
visit(SuperConstructorExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a super constructor expression.
visit(ReferenceExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a reference expression.
visit(PropertyExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a property expression.
visit(FunctionExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a function expression.
visit(TryCatchExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a try-catch expression.
visit(SwitchExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a switch expression.
visit(AssignmentExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an assignment expression.
visit(ChainedExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a chained expression.
visit(DereferenceExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a dereference expression.
visit(DefExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a define expression.
visit(ConditionalExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a conditional expression.
visit(EnumerationExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an enumeration expression.
visit(CustomConstantExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a custom constant expression (a constant defined by user).
visit(WhileExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a while expresion.
visit(ForExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a for expression.
visit(ForeachExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a foreach expression.
visit(CastExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a cast expression.
visit(IfnullExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an ifnull expression.
visit(PropertyLiteralExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a property literal expression.
visit(TypeExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a type literal expression.
visit(FunctionCallWithNamedArgs) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a function call with named args expression.
visit(ThisExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits this.
visit(IncDecExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a increment/decrement expression.
visit(DebugExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a debug expression.
visit(BlockExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a block expression.
visit(BreakExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a break expression.
visit(ContinueExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a continue expression.
visit(MethodExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits a method expression.
visit(UnknownExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an unknown expression.
visit(SyntheticExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an synthetic expression.
visit(InstanceofExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an instanceof expression.
visit(CompoundAssignmentExpression) - Method in interface com.whitestein.lsps.lang.ast.ExpressionVisitor
Visits an compound assignment expression.
visit(AssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(BlockExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(BreakExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(CastExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ChainedExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ClosureInvocationExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(CompoundAssignmentExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ConditionalExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ConstantExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ContinueExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(CustomConstantExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(DebugExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(DefExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(DereferenceExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(EnumerationExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ForExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(FunctionCallWithNamedArgs) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(FunctionExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(IfnullExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(IncDecExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(InstanceofExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ListExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(MapExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(MethodCallExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(MethodExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(PropertyExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(RecordExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ReferenceExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(SetExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(SuperConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(SwitchExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(SyntheticExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ThisConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(ThisExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(TryCatchExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(TypeExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(UnknownExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(VariableExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(WhileExpression) - Method in class com.whitestein.lsps.lang.ast.TraversingExpressionVisitor
 
visit(RecordExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(RecordConstructorExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(DefExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(CastExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(InstanceofExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(TypeExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(FunctionExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(PropertyLiteralExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(EnumerationExpression) - Method in class com.whitestein.lsps.lang.ast.TypeExpressionVisitor
 
visit(ValidationTagAndExpression) - Method in interface com.whitestein.lsps.lang.ast.ValidationTagExpressionVisitor
Visits and expression.
visit(ValidationTagOrExpression) - Method in interface com.whitestein.lsps.lang.ast.ValidationTagExpressionVisitor
Visits or expression.
visit(ValidationTagNotExpression) - Method in interface com.whitestein.lsps.lang.ast.ValidationTagExpressionVisitor
Visits not expression.
visit(ValidationTag) - Method in interface com.whitestein.lsps.lang.ast.ValidationTagExpressionVisitor
Visits validation tag expression.
visit(BreakExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(ContinueExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(WhileExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(ForExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(ForeachExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(ClosureExpression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visit(ConstantExpression) - Method in class com.whitestein.lsps.lang.parser.SimpleDataInstantiator
 
visit(FunctionCallExpression) - Method in class com.whitestein.lsps.lang.parser.SimpleDataInstantiator
 
visit(BooleanType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(IntegerType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(DecimalType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(DateType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(LocalDateType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(LocalDateTimeType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(StringType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(ObjectType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(NullType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(SetType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(ListType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(MapType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(RecordType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(InterfaceType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(IntersectionType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(ClosureType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(ReferenceType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(TypeType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(FreeType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(CollectionType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(EnumerationType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(EnumerationBaseType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(BinaryType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(RecordBaseType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(PropertyPathType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(PropertyType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(VoidType) - Method in class com.whitestein.lsps.lang.type.CopyTypeVisitor
 
visit(BooleanType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(IntegerType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(DecimalType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(DateType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(LocalDateType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(LocalDateTimeType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(StringType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(ObjectType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(NullType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(SetType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(ListType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(MapType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(RecordType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(InterfaceType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(IntersectionType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(ClosureType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(ReferenceType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(TypeType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(FreeType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(CollectionType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(EnumerationType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(EnumerationBaseType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(BinaryType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(RecordBaseType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(PropertyPathType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(PropertyType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(VoidType) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
 
visit(BooleanType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(IntegerType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(DecimalType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(DateType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(LocalDateType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(LocalDateTimeType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(StringType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(ObjectType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(NullType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(CollectionType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(SetType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(ListType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(MapType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(RecordType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(InterfaceType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(IntersectionType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(ClosureType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(ReferenceType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(FreeType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(TypeType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(EnumerationType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(EnumerationBaseType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(BinaryType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(RecordBaseType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(PropertyPathType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(PropertyType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(VoidType) - Method in class com.whitestein.lsps.lang.type.TraversingTypeVisitor
 
visit(BooleanType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the boolean type.
visit(IntegerType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the integer type.
visit(DecimalType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the decimal type.
visit(DateType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the date type.
visit(LocalDateType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the LocalDate type.
visit(LocalDateTimeType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the LocalDateTime type.
visit(StringType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the string type.
visit(ObjectType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the object type.
visit(NullType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the null type.
visit(SetType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the set type.
visit(ListType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the list type.
visit(MapType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the map type.
visit(RecordType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the record type.
visit(InterfaceType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the interface type.
visit(IntersectionType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the intersection type.
visit(ClosureType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the closure type.
visit(ReferenceType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the (typed) reference type.
visit(TypeType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the type type.
visit(FreeType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the free type.
visit(CollectionType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the collection type.
visit(EnumerationType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the enumeration type.
visit(EnumerationBaseType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the enumeration base type.
visit(BinaryType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the binary base type.
visit(RecordBaseType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the record base type.
visit(PropertyPathType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the property path type.
visit(PropertyType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the property type.
visit(VoidType) - Method in interface com.whitestein.lsps.lang.type.TypeVisitor
Visits the void type.
visitChild(Expression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
Called for each child of the given node.
visitChild(Expression) - Method in class com.whitestein.lsps.lang.parser.ControlExpressionValidator
 
visitDefault() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visited - Variable in class com.whitestein.lsps.lang.exec.ToStringBuilder
 
visitEnter(Expression) - Method in class com.whitestein.lsps.lang.AllChildrenExpressionCollector
 
visitEnter(Expression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
Notifies the visitor that the visiting process is entering a node.
visitEnter(Expression) - Method in class com.whitestein.lsps.lang.DirectChildrenExpressionCollector
 
visitExpression(Expression) - Method in class com.whitestein.lsps.lang.ast.DefaultExpressionVisitor
Returns null.
visitExpression(Expression) - Method in class com.whitestein.lsps.lang.parser.SimpleDataInstantiator
 
visitGlassfish() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visitGlassfish() - Method in interface com.whitestein.lsps.common.JEEServer.JEEServerVisitor
 
visitJBoss() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visitJBoss() - Method in interface com.whitestein.lsps.common.JEEServer.JEEServerVisitor
 
visitLeave(Expression) - Method in class com.whitestein.lsps.lang.ast.ChildrenExpressionVisitor
Notifies the visitor that the visiting process is leaving a node.
visitOpenEjb() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visitOpenEjb() - Method in interface com.whitestein.lsps.common.JEEServer.JEEServerVisitor
 
visitType(Type) - Method in class com.whitestein.lsps.lang.type.SimpleTypeVisitor
This method is called from each individual visit method for each type.
visitWeblogic() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visitWeblogic() - Method in interface com.whitestein.lsps.common.JEEServer.JEEServerVisitor
 
visitWebsphere() - Method in class com.whitestein.lsps.common.JEEServer.JEEServerVisitor.JEEServerVisitorAdapter
 
visitWebsphere() - Method in interface com.whitestein.lsps.common.JEEServer.JEEServerVisitor
 
VisualizationServiceBean - Class in com.whitestein.lsps.visualization
This bean implements service interface for obtaining process diagram visualization data.
VisualizationServiceBean() - Constructor for class com.whitestein.lsps.visualization.VisualizationServiceBean
 
VisualizationServiceLocal - Interface in com.whitestein.lsps.visualization
This service defines methods which give access to visualization data of diagrams.
VOID - Static variable in class com.whitestein.lsps.lang.type.SimpleType
VoidType instance.
VoidType - Class in com.whitestein.lsps.lang.type
 

W

waitForAttributeToBe(By, String, String) - Method in class com.whitestein.lsps.test.web.UITester
Waits till the attribute gets given value.
waitForElementNotPresent(By, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementNotPresent(By, int, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(String) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(String, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(String, int, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(By) - Method in class com.whitestein.lsps.test.web.components.UIActions
Wait till element described by descriptor by appears
waitForElementPresent(By, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(By, int, int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForElementPresent(By) - Method in class com.whitestein.lsps.test.web.UITester
Waits till the elements described by by shows up.
waitForElementPresent(By, long) - Method in class com.whitestein.lsps.test.web.UITester
Waits till the elements described by by shows up.
waitForExceptionPresent() - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForExceptionPresent(long) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForGoalState(String, GoalState) - Method in class com.whitestein.lsps.test.ModelInstance
Awaits for given goal to enter given state, but at most for 60 seconds.
waitForGoalState(String, GoalState, long) - Method in class com.whitestein.lsps.test.ModelInstance
Awaits for given goal to enter given state, but at most for given time duration.
waitForLogPresent(String) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForLogPresent(String, long) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForNoNotification() - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForNoNotification(int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForNotification() - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForNotification(int) - Method in class com.whitestein.lsps.test.web.components.UIActions
 
waitForSignal(Object, long) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForSingleAliveTodo(String) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForSingleAliveTodo(String, long) - Method in class com.whitestein.lsps.test.ModelInstance
 
waitForState(ModelInstanceState) - Method in class com.whitestein.lsps.test.ModelInstance
Waits at most 60 seconds for the model instance to reach given state.
waitForState(ModelInstanceState, long) - Method in class com.whitestein.lsps.test.ModelInstance
Waits for the model instance to reach given state.
waitForVaadin() - Method in class com.whitestein.lsps.test.web.components.UIFinder
Should be invoked after every potential server contact.
waitForVaadin() - Method in class com.whitestein.lsps.test.web.refactoring.LspsCommandExecutor
 
waitForVariableNotNull(String, long) - Method in class com.whitestein.lsps.test.ModelInstance
Awaits for given variable to become assigned with a not-null value.
waitingRestRequestHandlerExists(String) - Method in interface com.whitestein.lsps.engine.ejb.WsServiceLocal
Tells whether or not a rest resource handler exists for the path regardless of the HTTP method.
waitingRestRequestHandlerExists(String) - Method in class com.whitestein.lsps.wsserver.WsServiceBean
 
watchStarting(long) - Method in interface com.whitestein.lsps.engine.ejb.ApplicationRestartServiceLocal
Adds the model instance to a list of started model instances.
watchStarting(long) - Method in class com.whitestein.lsps.modulemanager.ApplicationRestartServiceBean
 
watchStarting(ExecutionContext, RecordHolder) - Method in interface com.whitestein.lsps.stdlib.function.RestartFunctions
Adds the model instance to a list of started model instances.
watchStarting(ExecutionContext, RecordHolder) - Method in class com.whitestein.lsps.stdlib.function.RestartFunctionsImpl
 
webElementsByExactTextContent(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsByFormId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsById(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsByIdPrefix(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsByLspsFormId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsByLspsId(String) - Method in class com.whitestein.lsps.test.web.components.UIComponent
 
webElementsByLspsId(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
Finds all components matching given ID
webElementsByTextContent(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
webElementsByXpath(String) - Method in class com.whitestein.lsps.test.web.components.UIFinder
 
WebServiceCaller - Class in com.whitestein.lsps.engine
Calls a web service.
WebServiceCaller() - Constructor for class com.whitestein.lsps.engine.WebServiceCaller
 
WEEKS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of weeks field.
WhileExpression - Class in com.whitestein.lsps.lang.ast
While construct expression.
WhileExpression(ASTInfo, Expression, Expression) - Constructor for class com.whitestein.lsps.lang.ast.WhileExpression
 
WILDCARD_ALL - Static variable in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
A wildcard instance matching ?.
wildcardType() - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
with(CharSequenceTranslator...) - Method in class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
Deprecated.
Helper method to create a merger of this translator with another set of translators.
withLowerBounds(Type...) - Method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils.WildcardTypeBuilder
Specify lower bounds of the wildcard type to build.
withParameterNames(Collection<String>) - Method in class com.whitestein.lsps.os.dto.RoleUnitName
Returns this role unit name rebased using the specified parameter names.
withUpperBounds(Type...) - Method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils.WildcardTypeBuilder
Specify upper bounds of the wildcard type to build.
wrap(Exception, String, String) - Static method in exception com.whitestein.lsps.common.ErrorException
Wraps the given exception into a proper ErrorException.
wrap(Exception, String, String, String[]) - Static method in exception com.whitestein.lsps.common.ErrorException
Wraps the given exception into a proper ErrorException.
wrap(Exception) - Static method in exception com.whitestein.lsps.common.ErrorException
Wraps the given exception into a proper ErrorException.
wrap(Exception, String[]) - Static method in exception com.whitestein.lsps.common.ErrorException
Wraps the given exception into a proper ErrorException.
wrap(Type) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Wrap the specified Type in a Typed wrapper.
wrap(Class<T>) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
Wrap the specified Class in a Typed wrapper.
wrap(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Wraps a string with a char.
wrap(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Wraps a String with another String.
wrapIfMissing(String, char) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Wraps a string with a char if that char is missing from the start or end of the given string.
wrapIfMissing(String, String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
Wraps a string with a string if that string is missing from the start or end of the given string.
wrappersToPrimitives(Class<?>...) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Converts the specified array of wrapper Class objects to an array of its corresponding primitive Class objects.
wrapperToPrimitive(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
Converts the specified wrapper class to its corresponding primitive class.
WRAPPING_ELEMENT_NODE_NAME_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents node name of element which wrap given RecordType field or RecordType itself in xml representation.
WRAPPING_ELEMENT_XML_NAMESPACE_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents xml namespace of element which wrap given RecordType field or RecordType itself in xml representation.
WrappingErrorException - Exception in com.whitestein.lsps.engine
Error exception used to wrap runtime exceptions to prevent rollback.
WrappingErrorException(String, RuntimeException) - Constructor for exception com.whitestein.lsps.engine.WrappingErrorException
Creates new instance.
WrappingErrorException(String, RuntimeException, String[]) - Constructor for exception com.whitestein.lsps.engine.WrappingErrorException
Creates a new instance.
WritableVariable - Class in com.whitestein.lsps.engine.state.xml
Writable variable.
WritableVariable(SWritableVariable, ModelInstance) - Constructor for class com.whitestein.lsps.engine.state.xml.WritableVariable
Creates a new instance from the serialized companion.
write(int) - Method in class com.whitestein.lsps.engine.state.EscapingOutputStreamWriter
 
write(char[], int, int) - Method in class com.whitestein.lsps.engine.state.EscapingOutputStreamWriter
 
write(String, int, int) - Method in class com.whitestein.lsps.engine.state.EscapingOutputStreamWriter
 
WRITE_ALL_TODO - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows to write all to-do data.
WRITE_DOCUMENTS - Static variable in class com.whitestein.lsps.human.HumanRights
Security right that allows write saved document state
WRITE_MODEL_INSTANCE - Static variable in class com.whitestein.lsps.engine.EngineRights
Security right that allows to write model instance state (XML).
writeIntoFilter(String) - Method in class com.whitestein.lsps.test.web.components.LspsTokenField
Selects a token identified by value.
writeJson(Object) - Method in class com.whitestein.lsps.json.impl.JsonWriter
Creates a JSON representation of the LSPS object.
writeJsonSchema(Type) - Method in class com.whitestein.lsps.json.impl.JsonSchemaWriter
Creates a JSON representation of the LSPS object.
writeReplace() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityProxy
 
writeToFile(SrcClass) - Method in class com.whitestein.lsps.engine.lang.compiled.FileWriter
 
writeToFile(String) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
 
writeUserTrack(String, UserActivityTrack) - Method in class com.whitestein.lsps.activeuser.ActiveUserCache
 
WRONG_SIZE_ERROR - Static variable in class com.whitestein.lsps.lang.exception.Errors
Wrong size error.
WS_STYLE_DOCUMENT_LITERAL - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Value of metadata 'WsStyle' which indicates the document/literal style for given webservice operation

Used in TaskType in constructing SoapCall task definition.
WS_STYLE_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents the webservice style used for given webservice operation in SoapCall task.
WS_STYLE_RPC_LITERAL - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Value of metadata 'WsStyle' which indicates the rpc/literal style for given webservice operation

Used in TaskType in constructing SoapCall task definition.
WsCallException - Exception in com.whitestein.lsps.engine.exception
Simple exception which signalize any error related to processing of web service call.
WsCallException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.WsCallException
Constructs a new exception with the specified detail message and cause.
WsCallException(String) - Constructor for exception com.whitestein.lsps.engine.exception.WsCallException
Constructs a new exception with the specified detail message.
WsCallException(Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.WsCallException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
WsConstants - Interface in com.whitestein.lsps.ws.util
Interface with constants used in web service client implementation
WsProcessResponse - Class in com.whitestein.lsps.engine
This object is sent back from the process engine to jms topic, so that listening mdb can lookup servlet waiting for response and notify it.
WsProcessResponse(Long, String, Map<String, String>) - Constructor for class com.whitestein.lsps.engine.WsProcessResponse
 
WsRequestHandler - Class in com.whitestein.lsps.engine.dto
This object bear information about particular process (modelInstanceId), waiting for specific web service request (operationURI) on given task (identifier).
WsRequestHandler() - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandler
Instantiates a new WsRequestWaitPoint object.
WsRequestHandler(Long, Long, Long, String, String, Date, String, byte[], Date, String, byte[], Date, Boolean, Boolean, Boolean) - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandler
Instantiates a new WsRequestWaitPoint object with given parameters
WsRequestHandler - Class in com.whitestein.lsps.wsserver.entity
Persistent entity for storing information about model instances waiting for web service requests.
WsRequestHandler() - Constructor for class com.whitestein.lsps.wsserver.entity.WsRequestHandler
Creates new instance.
WsRequestHandler(Long, Long, Long, String, String, Date, String, Date, String, Date, boolean, boolean, boolean) - Constructor for class com.whitestein.lsps.wsserver.entity.WsRequestHandler
Creates new instance.
WsRequestHandlerColumn - Enum in com.whitestein.lsps.engine.dto
Columns that can be used in queries.
WsRequestHandlerCriteria - Class in com.whitestein.lsps.engine.dto
Criteria object for searching WsRequestHandler-s.
WsRequestHandlerCriteria() - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Default constructor.
WsRequestHandlerCriteria(int) - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Constructor with paging ON and given result count.
WsRequestHandlerCriteria(int, int) - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerCriteria
Constructor with paging ON and given index and result count.
WsRequestHandlerDao - Interface in com.whitestein.lsps.wsserver.dao
Dao interface.
WsRequestHandlerList - Class in com.whitestein.lsps.engine.dto
Ws request handler list.
WsRequestHandlerList() - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerList
Creates new instance.
WsRequestHandlerList(Collection<WsRequestHandler>, long) - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerList
Creates new instance.
WsRequestHandlerNotFoundException - Exception in com.whitestein.lsps.engine.exception
Thrown if a ws request handler is not found.
WsRequestHandlerNotFoundException(long) - Constructor for exception com.whitestein.lsps.engine.exception.WsRequestHandlerNotFoundException
Creates new instance.
WsRequestHandlerOrdering - Class in com.whitestein.lsps.engine.dto
WsRequestWaitPoint ordering.
WsRequestHandlerOrdering() - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerOrdering
Creates new instance.
WsRequestHandlerOrdering(WsRequestHandlerColumn, OrderDirection) - Constructor for class com.whitestein.lsps.engine.dto.WsRequestHandlerOrdering
Creates new instance.
WsRequestMessage - Class in com.whitestein.lsps.wsserver.task
 
WsRequestMessage(Identifier, Identifier, String, String, Map<String, String>) - Constructor for class com.whitestein.lsps.wsserver.task.WsRequestMessage
Creates new instance.
WsRequestObject - Class in com.whitestein.lsps.wsclient
The object which represents the web service request from engine.
WsRequestObject() - Constructor for class com.whitestein.lsps.wsclient.WsRequestObject
Creates new instance.
WsRequestWaitPointTask - Class in com.whitestein.lsps.wsserver.task
This task implements the behavior of waiting for the web service request.
WsRequestWaitPointTask() - Constructor for class com.whitestein.lsps.wsserver.task.WsRequestWaitPointTask
Creates new instance.
WsRequestWaitPointTask(WsRequestHandlerDao, BinaryDataServiceLocal) - Constructor for class com.whitestein.lsps.wsserver.task.WsRequestWaitPointTask
Creates new instance.
WsResponseMDB - Class in com.whitestein.lsps.engine
Message driven bean which handles web service responses sent by process engine.
WsResponseMDB() - Constructor for class com.whitestein.lsps.engine.WsResponseMDB
 
WsResponseObject - Class in com.whitestein.lsps.wsclient
The object which represents the web service response of particular web service operation invocation .
WsResponseObject() - Constructor for class com.whitestein.lsps.wsclient.WsResponseObject
 
WsResponseTask - Class in com.whitestein.lsps.wsserver.task
Implementation of task which is responsible for processing web service response.
WsResponseTask() - Constructor for class com.whitestein.lsps.wsserver.task.WsResponseTask
Creates new instance.
WsService - Interface in com.whitestein.lsps.engine
This service provides few methods for manipulation with WsRequestHandler objects.
WsServiceBean - Class in com.whitestein.lsps.wsserver
Implementation of WsService interface.
WsServiceBean() - Constructor for class com.whitestein.lsps.wsserver.WsServiceBean
Creates new instance.
WsServiceLocal - Interface in com.whitestein.lsps.engine.ejb
Local interface for WsService.
WsServiceRemote - Interface in com.whitestein.lsps.engine.ejb
Remote interface for WsService.
WsSoapCall - Class in com.whitestein.lsps.wsclient.task
This is the generic implementation of task for web service calls.
WsSoapCall() - Constructor for class com.whitestein.lsps.wsclient.task.WsSoapCall
 
WsSoapCallFunctions - Interface in com.whitestein.lsps.wsclient.function
Webservice functions.
WsSoapCallFunctionsImpl - Class in com.whitestein.lsps.wsclient.function
Implementation of WsSoapCallFunctions
WsSoapCallFunctionsImpl() - Constructor for class com.whitestein.lsps.wsclient.function.WsSoapCallFunctionsImpl
 
WsSoapMessageBuilder - Class in com.whitestein.lsps.ws.util
This class is used for building web service xml messages based on object type and object instance.
WsSoapMessageBuilder(Map<String, String>, Type, String, boolean, BinaryDataService) - Constructor for class com.whitestein.lsps.ws.util.WsSoapMessageBuilder
Construct new instance for given input type
WsSoapMessageParser - Class in com.whitestein.lsps.ws.util
This class is used for parsing web service xml responses based on output type and and soap fault types.
WsSoapMessageParser(ExecutionContext, Type, List<RecordType>, Map<String, String>, String, boolean, BinaryDataService, CoreTypeFactory) - Constructor for class com.whitestein.lsps.ws.util.WsSoapMessageParser
Constructs new instance initialized with given output type and soap fault types.

X

XfaPdfFiller - Class in com.whitestein.lsps.stdlib.function
 
XML_NAMESPACE_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which represents xml namespace which should be used in xml representation of given RecordType field or RecordType itself.
XmlAllowedValue - Class in com.whitestein.lsps.stdlib.dmn.xml
 
XmlAllowedValue() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
XmlAllowedValue(String, String) - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlAllowedValue
 
XmlBuilder - Class in com.whitestein.lsps.xml.util
This class provides functionality for building xml out of lsps objects.
XmlBuilder(XmlTypesConverter) - Constructor for class com.whitestein.lsps.xml.util.XmlBuilder
 
XmlDecisionTable - Class in com.whitestein.lsps.stdlib.dmn.xml
 
XmlDecisionTable() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlDecisionTable
 
XmlEntry - Class in com.whitestein.lsps.stdlib.dmn.xml
 
XmlEntry() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
XmlEntry(String, List<XmlAllowedValue>) - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlEntry
 
XmlFunctions - Interface in com.whitestein.lsps.xml.function
Set of functions for conversion between lsps objects and xml (both directions).
XmlFunctionsImpl - Class in com.whitestein.lsps.xml.function
Xml functions.
XmlFunctionsImpl() - Constructor for class com.whitestein.lsps.xml.function.XmlFunctionsImpl
 
XmlMapping - Class in com.whitestein.lsps.lang.type.xml
Base class for xml mapping of records and record fields
XmlMapping(String, String, String, boolean) - Constructor for class com.whitestein.lsps.lang.type.xml.XmlMapping
 
XmlParameter - Class in com.whitestein.lsps.stdlib.dmn.xml
 
XmlParameter() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlParameter
 
XmlParser - Class in com.whitestein.lsps.xml.util
Parses xml documents into LSPS objects based on mapping defined in metadata or default mapping
XmlParser(Namespace, ModelInstance, XmlTypesParser, CoreTypeFactory) - Constructor for class com.whitestein.lsps.xml.util.XmlParser
 
XmlParserException - Exception in com.whitestein.lsps.engine.exception
Exception is thrown when a problem is detected in xml messages parsing.
XmlParserException() - Constructor for exception com.whitestein.lsps.engine.exception.XmlParserException
 
XmlParserException(String, Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.XmlParserException
 
XmlParserException(String) - Constructor for exception com.whitestein.lsps.engine.exception.XmlParserException
 
XmlParserException(Throwable) - Constructor for exception com.whitestein.lsps.engine.exception.XmlParserException
 
XmlParsingException - Exception in com.whitestein.lsps.xml.util
This exception occurs if any problem with xml processing (parsing, building) is detected.
XmlParsingException() - Constructor for exception com.whitestein.lsps.xml.util.XmlParsingException
 
XmlParsingException(String, Throwable) - Constructor for exception com.whitestein.lsps.xml.util.XmlParsingException
 
XmlParsingException(String) - Constructor for exception com.whitestein.lsps.xml.util.XmlParsingException
 
XmlParsingException(Throwable) - Constructor for exception com.whitestein.lsps.xml.util.XmlParsingException
 
XmlProcessingException - Exception in com.whitestein.lsps.xml.util
This exception occurs if any problem with xml processing (parsing, building) is detected.
XmlProcessingException() - Constructor for exception com.whitestein.lsps.xml.util.XmlProcessingException
 
XmlProcessingException(String, Throwable) - Constructor for exception com.whitestein.lsps.xml.util.XmlProcessingException
 
XmlProcessingException(String) - Constructor for exception com.whitestein.lsps.xml.util.XmlProcessingException
 
XmlProcessingException(Throwable) - Constructor for exception com.whitestein.lsps.xml.util.XmlProcessingException
 
XmlRule - Class in com.whitestein.lsps.stdlib.dmn.xml
 
XmlRule() - Constructor for class com.whitestein.lsps.stdlib.dmn.xml.XmlRule
 
XmlTypesConverter - Class in com.whitestein.lsps.xml.util
Simple utility class which is able to convert Process variables to String representation based on target xsd type and type of given variable.
XmlTypesConverter(BinaryDataService) - Constructor for class com.whitestein.lsps.xml.util.XmlTypesConverter
Creates new instance.
XmlTypesParser - Class in com.whitestein.lsps.xml.util
Simple utility class which is able to convert xsd string to Process variables based on the xsd type and type of given variable.
XmlTypesParser(BinaryDataService, Namespace) - Constructor for class com.whitestein.lsps.xml.util.XmlTypesParser
Creates new instance.
XmlUtil - Class in com.whitestein.lsps.xml.util
Provides several methods for manipulation with xml, especially dom objects.
xor(boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an xor on a set of booleans.
xor(Boolean...) - Static method in class com.whitestein.lsps.common.hack.lang3.BooleanUtils
Performs an xor on an array of Booleans.
XSD_TYPE_METADATA_NAME - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
Name of metadata which indicate that the xsd type to which is mapped given field of RecordType or RecordType itself.
XsdUtil - Class in com.whitestein.lsps.xml.util
Provides several useful methods related to xsd.
XSI_PREFIX - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
XSI prefix
XSI_XML_NAMESPACE - Static variable in interface com.whitestein.lsps.ws.util.WsConstants
XML namespace used for xsi specific elements (xsd:schema, xsd:complexType etc.).

Y

YEARS - Static variable in class com.whitestein.lsps.lang.DurationRecord
Property name of years field.

Z

ZERO - Static variable in class com.whitestein.lsps.common.hack.lang3.math.Fraction
Fraction representation of 0.
ZERO - Static variable in class com.whitestein.lsps.lang.Decimal
Decimal with value 0.
zip(File, File...) - Static method in class com.whitestein.lsps.common.ZipUtils
Packs the given input directory to the given file.
zip(OutputStream, File...) - Static method in class com.whitestein.lsps.common.ZipUtils
Packs the given input directory to the given output stream.
ZipUtils - Class in com.whitestein.lsps.common
Utility class for unpacking zip files.
ZONE_OFFSET_TYPE - Static variable in class com.whitestein.lsps.lang.ZoneOffsetRecord
A full type name of core::ZoneOffset.
ZoneOffsetRecord - Class in com.whitestein.lsps.lang
A wrapper class for core::ZoneOffset record.
ZoneOffsetRecord() - Constructor for class com.whitestein.lsps.lang.ZoneOffsetRecord
Creates a new record wrapper instance with no record holder.
ZoneOffsetRecord(RecordHolder) - Constructor for class com.whitestein.lsps.lang.ZoneOffsetRecord
Creates a new record wrapper instance.

_

_createChromeDriver() - Method in class com.whitestein.lsps.test.SetupUtils
 
_detectAndCreateDriver() - Method in class com.whitestein.lsps.test.SetupUtils
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links
LSPS 3.6 SDK

Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.