- 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
-
- 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.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.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
-
- 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
-
- 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
-
- 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
-
- add(boolean[], int, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(char[], int, char) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(byte[], int, byte) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(short[], int, short) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(int[], int, int) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(long[], int, long) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(float[], int, float) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- add(double[], int, double) - Static method in class com.whitestein.lsps.common.hack.lang3.ArrayUtils
-
- 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.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
-
- addAll(ExecutionContext, ListHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
-
- addAll(ExecutionContext, ListHolder, Decimal, ListHolder...) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
-
- 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
-
- 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.
- addAuxExpression(SrcExpression) - Method in class com.whitestein.lsps.engine.lang.compiled.SrcResult
-
- 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
-
- 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(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
-
- 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.
- 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
.
- 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
-
- addEntityHolder(Object, ExternalRecordHolder) - Method in class com.whitestein.lsps.engine.state.xml.ModelInstance
-
Adds entity - holder pair
- 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.
- addField(SrcVariableDef) - Method in class com.whitestein.lsps.lang.compiled.model.SrcClass
-
- 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
-
- 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) - 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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.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
-
- 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 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.
- 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 Object
s.
- append(Object, Object, Comparator<?>) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two Object
s.
- append(long, long) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two long
s.
- append(int, int) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two int
s.
- append(short, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two short
s.
- append(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two char
s.
- append(byte, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two byte
s.
- append(double, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two double
s.
- append(float, float) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two float
s.
- append(boolean, boolean) - Method in class com.whitestein.lsps.common.hack.lang3.builder.CompareToBuilder
-
Appends to the builder
the comparison of
two booleans
s.
- 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
-
- 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 int
s are equal.
- append(short, short) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
-
Test if two short
s are equal.
- append(char, char) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
-
Test if two char
s are equal.
- append(byte, byte) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
-
Test if two byte
s are equal.
- append(double, double) - Method in class com.whitestein.lsps.common.hack.lang3.builder.EqualsBuilder
-
Test if two double
s 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 float
s 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 booleans
s 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AuditSharedRecordEntityAccessor - Class in com.whitestein.lsps.hibernate.envers
-
Audit shared record entity accessor.
- AuditSharedRecordEntityAccessor() - Constructor for class com.whitestein.lsps.hibernate.envers.AuditSharedRecordEntityAccessor
-
- awaitFullyLoggedIn() - Method in class com.whitestein.lsps.test.web.UIDefaultAppTester
-
- 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
-
- 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
Change
s 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
-
- CharSequenceTranslator() - Constructor for class com.whitestein.lsps.common.hack.lang3.text.translate.CharSequenceTranslator
-
Deprecated.
- CharSequenceUtils - Class in com.whitestein.lsps.common.hack.lang3
-
- 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
-
- checkArgument(boolean, String) - Static method in class com.whitestein.lsps.common.Assert
-
- checkAudited(XProperty, PropertyAuditingData, Audited) - 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
-
- checkState(boolean, String) - Static method in class com.whitestein.lsps.common.Assert
-
- 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
-
- chop(String) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
-
Remove the last character from a String.
- classForName(String, Class<T>) - 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
-
- 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
-
- 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
-
- 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
-
- 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
Collectible
s 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
Collectible
s 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
-
- 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
-
- CollectionValue(long, ModelInstance, String, Collection<? extends Value>) - Constructor for class com.whitestein.lsps.engine.state.xml.CollectionValue
-
- collectMap(ExecutionContext, MapHolder, ClosureHolder) - Method in class com.whitestein.lsps.stdlib.function.CollectionsFunctions
-
Collects over map entries.
- 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
-
- 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.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.
- 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(String, String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
-
- 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
-
- compareIgnoreCase(String, String, boolean) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- ComplexValueWithEvalLevels(long, ModelInstance, String, boolean) - Constructor for class com.whitestein.lsps.engine.state.xml.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.
- 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.
- componentService - Variable in class com.whitestein.lsps.engine.sharedrecord.HibernateConfigurationFactoryImpl
-
- 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.
- configuration - Variable in class com.whitestein.lsps.engine.sharedrecord.ddl.SchemaOperation
-
The configuration.
- 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(Configuration, LspsReflectionManager, GlobalConfiguration, AuditEntitiesConfiguration, AuditStrategy, Document, Element) - Method in class com.whitestein.lsps.hibernate.envers.LspsEntitiesConfigurator
-
- configure(ComponentService, Configuration, LspsReflectionManager) - Method in class com.whitestein.lsps.hibernate.envers.LspsRevisionInfoConfiguration
-
- 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
-
- ConstantExpression(ASTInfo, Object, Type) - Constructor for class com.whitestein.lsps.lang.ast.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
-
- Context(ModelInstance, Context, String, String, long, Context) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
-
- Context(long, ModelInstance, Context, String) - Constructor for class com.whitestein.lsps.engine.state.xml.Context
-
- Context(ModelInstance, Context, String) - Constructor for class com.whitestein.lsps.engine.state.xml.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
-
- 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
-
- 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.
- 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
-
- create(ASTInfo, MapType, List<Expression>, List<Expression>) - Static method in class com.whitestein.lsps.lang.ast.MapExpression
-
- create(ASTInfo, SetType, List<Expression>) - Static method in class com.whitestein.lsps.lang.ast.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.
- createConfiguration(String, DataSource, Properties) - Method in interface com.whitestein.lsps.engine.sharedrecord.HibernateConfigurationFactory
-
- createConfiguration(String, DataSource, Properties) - Method in class com.whitestein.lsps.engine.sharedrecord.HibernateConfigurationFactoryImpl
-
- 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.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.
- 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
-
- createInstanceFromVersionsEntity(String, Map, Number) - Method in class com.whitestein.lsps.hibernate.envers.LspsAuditEntityInstantiator
-
Creates an entity instance based on an entry from the versions table.
- 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 (
ListHolder
s 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.
- 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 (
MapHolder
s are immutable).
- createMap(Map<?, ?>) - Method in interface com.whitestein.lsps.lang.HolderFactory
-
Creates new map with given values (
MapHolder
s 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
-
- 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
-
- 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 (
SetHolder
s 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
-
- 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
-
- 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
-
- generateConfiguration() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordConfigurationGenerator
-
Generates the configuration.
- generatedProvider - Variable in class com.whitestein.lsps.orgstructure.generation.RoleUnitGenerator
-
provider of generated models
- 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.
- 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
-
- GenericDocumentServiceBean() - Constructor for class com.whitestein.lsps.human.GenericDocumentServiceBean
-
- GenericDocumentServiceRemote - Interface in com.whitestein.lsps.human.ejb
-
- 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(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.
- 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
-
- 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
-
- 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
-
- getAuxiliaryDatabaseObjects() - Method in class com.whitestein.lsps.engine.sharedrecord.ConfigurationExt
-
Returns the list of all auxiliary database objects.
- 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.
- 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
-
- 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
-
- 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.
- 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
-
- 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(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.
- 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.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.EngineSettings
-
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
-
- 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 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
-
- 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.
- 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.
- 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.
- 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
-
- 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
-
- getDocumentDefinition(String, Module) - Method in interface com.whitestein.lsps.human.DocumentDefinitionService
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- getField(Class<?>, String) - Method in enum com.whitestein.lsps.common.JavaReflectionCache
-
returns field from class or super-classes.
- 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.
- 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
-
- 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.
- getFor(Map<Module, ProcessModel>, Configuration, ClassLoaderService, ModelProviderService) - Static method in class com.whitestein.lsps.hibernate.envers.LspsAuditConfiguration
-
- 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.
- getForIfExists(Configuration) - Static method in class com.whitestein.lsps.hibernate.envers.LspsAuditConfiguration
-
- 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
-
- 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
-
- 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
-
- 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(Class, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
-
- getGetter(Class, String) - Method in class com.whitestein.lsps.hibernate.envers.AuditSharedRecordEntityAccessor
-
- 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
-
- 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
-
- 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.
- 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.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 enum com.whitestein.lsps.engine.ServerSettingIds
-
- 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
-
- 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.
- getIdFromCache(String, PersonDao) - Method in enum com.whitestein.lsps.pm.PersonLoginToIdCache
-
Returns person id for person login.
- 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
-
- getImplicitLowerBounds(WildcardType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
-
- getImplicitUpperBounds(WildcardType) - Static method in class com.whitestein.lsps.common.hack.lang3.reflect.TypeUtils
-
- 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.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
-
- 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
-
- 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.
- getInterceptor() - Method in class com.whitestein.lsps.engine.sharedrecord.HibernateConfigurationFactoryImpl
-
- 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
-
- 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
-
- getJaroWinklerDistance(CharSequence, CharSequence) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
-
- 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
-
- 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
-
- getLevenshteinDistance(CharSequence, CharSequence, int) - Static method in class com.whitestein.lsps.common.hack.lang3.StringUtils
-
- getLicense(Long) - Method in class com.whitestein.lsps.license.JpaLicenseDao
-
- getLicense(Long) - Method in interface com.whitestein.lsps.license.LicenseDao
-
- 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
-
- 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.
- getMappedType() - Method in class com.whitestein.lsps.lang.signature.SignatureMapping
-
Returns the type of the signature when applied this mapping.
- 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.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
-
- 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.
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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.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.
- 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
-
- 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
-
- 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
-
- 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.
- 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, SessionImplementor) - 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
-
- 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
-
- getQuotedName(Dialect) - Method in class com.whitestein.lsps.engine.sharedrecord.TempTable
-
- 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
-
- 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.
- 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.
- 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
-
- getRoleUnitByName(ExecutionContext, String, String, MapHolder) - Method in interface com.whitestein.lsps.orgstructure.function.OrgStructureFunctions
-
- 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
-
- 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
-
- getRoleUnitName() - Method in class com.whitestein.lsps.orgstructure.context.RoleUnitHolder
-
- 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.
- getSchema() - Method in class com.whitestein.lsps.common.ddl.TableMetadata
-
Returns the schema name.
- 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.
- 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.
- 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.
- 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.
- 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(Class, String) - Method in enum com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityAccessor
-
- getSetter(Class, String) - Method in class com.whitestein.lsps.hibernate.envers.AuditSharedRecordEntityAccessor
-
- getSetting(String) - Method in class com.whitestein.lsps.engine.dao.jpa.JpaSettingDao
-
- getSetting(String) - 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.
- 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
-
- 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.
- 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.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.
- 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.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.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.
- 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
-
- 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.
- getVal() - Method in class com.whitestein.lsps.engine.lang.ExternalRecordHolder
-
- 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.LicenseServiceBean
-
- 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.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.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
-
- 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
-
- 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.
- 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
-
- 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
-
- GOElement(ProcessInstance, Goal, String) - Constructor for class com.whitestein.lsps.engine.state.xml.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".
- 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
-
- 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.
- 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
-
- 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.
- IHashDataProvider - Interface in com.whitestein.lsps.common.hash
-
- ILspsException - Interface in com.whitestein.lsps.common
-
- 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.
- 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.
- 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
-
- 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
-
- 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.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
-
- 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(Configuration, 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
-
- InternalRecordHolder(RecordValue, ModelProvider) - Constructor for class com.whitestein.lsps.engine.lang.InternalRecordHolder
-
- InternalRecordHolder(RecordValue, ModelProvider, Map<RecordProperty, ? extends Object>) - Constructor for class com.whitestein.lsps.engine.lang.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
-
- Interpreter(Namespace, ExpressionOrigin) - Constructor for class com.whitestein.lsps.lang.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
-
- 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, 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
-
- 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
-
- 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
-
- 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.
- 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
-
- isInstrumented() - Method in class com.whitestein.lsps.engine.sharedrecord.SharedRecordEntityTuplizer
-
- 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
-
- 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
-
- 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.
- 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
-
- isPrimitiveWrapper(Class<?>) - Static method in class com.whitestein.lsps.common.hack.lang3.ClassUtils
-
- 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
-
- 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.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
-
- 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
-
- 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.
- 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
-
- 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 id.
- 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
-
- 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
-