Index

A B C D E F G H I J L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addCommand(ICommand) - Method in class org.pipservices3.commons.commands.CommandSet
Adds a ICommand command to this command set.
addCommands(List<ICommand>) - Method in class org.pipservices3.commons.commands.CommandSet
Adds multiple ICommand commands to this command set.
addCommandSet(CommandSet) - Method in class org.pipservices3.commons.commands.CommandSet
Adds all of the commands and events from specified CommandSet command set into this one.
addEvent(IEvent) - Method in class org.pipservices3.commons.commands.CommandSet
Adds an IEvent event to this command set.
addEvents(List<IEvent>) - Method in class org.pipservices3.commons.commands.CommandSet
Adds multiple IEvent events to this command set.
addInterceptor(ICommandInterceptor) - Method in class org.pipservices3.commons.commands.CommandSet
Adds a ICommandInterceptor command interceptor to this command set.
addListener(IEventListener) - Method in class org.pipservices3.commons.commands.CommandSet
Adds a IEventListener listener to receive notifications on fired events.
addListener(IEventListener) - Method in class org.pipservices3.commons.commands.Event
Adds a listener to receive notifications when this event is fired.
addListener(IEventListener) - Method in interface org.pipservices3.commons.commands.IEvent
Adds a listener to receive notifications for this event.
addSection(String, ConfigParams) - Method in class org.pipservices3.commons.config.ConfigParams
Adds parameters into this ConfigParams under specified section.
adjective() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random adjective.
allowUndefined(boolean) - Method in class org.pipservices3.commons.validate.ObjectSchema
Sets flag to allow undefined properties
AndRule - Class in org.pipservices3.commons.validate
Validation rule to combine rules with AND logical operation.
AndRule(IValidationRule...) - Constructor for class org.pipservices3.commons.validate.AndRule
Creates a new validation rule and sets its values.
AnyValue - Class in org.pipservices3.commons.data
Cross-language implementation of dynamic object what can hold value of any type.
AnyValue() - Constructor for class org.pipservices3.commons.data.AnyValue
 
AnyValue(Object) - Constructor for class org.pipservices3.commons.data.AnyValue
Creates a new instance of the object and assigns its value.
AnyValue(AnyValue) - Constructor for class org.pipservices3.commons.data.AnyValue
 
AnyValueArray - Class in org.pipservices3.commons.data
Cross-language implementation of dynamic object array what can hold values of any type.
AnyValueArray() - Constructor for class org.pipservices3.commons.data.AnyValueArray
 
AnyValueArray(Iterable<?>) - Constructor for class org.pipservices3.commons.data.AnyValueArray
Creates a new instance of the array and assigns its value.
AnyValueArray(Object[]) - Constructor for class org.pipservices3.commons.data.AnyValueArray
Creates a new instance of the array and assigns its value.
AnyValueMap - Class in org.pipservices3.commons.data
Cross-language implementation of dynamic object map (dictionary) what can hold values of any type.
AnyValueMap() - Constructor for class org.pipservices3.commons.data.AnyValueMap
 
AnyValueMap(Map<?, ?>) - Constructor for class org.pipservices3.commons.data.AnyValueMap
Creates a new instance of the map and assigns its value.
append(Iterable<?>) - Method in class org.pipservices3.commons.data.AnyValueArray
Appends new elements to this array.
append(Object[]) - Method in class org.pipservices3.commons.data.AnyValueArray
Appends new elements to this array.
append(Map<?, ?>) - Method in class org.pipservices3.commons.data.AnyValueMap
Appends new elements to this map.
append(Map<?, ?>) - Method in class org.pipservices3.commons.data.MultiString
Appends a map with language-translation pairs.
append(Map<?, ?>) - Method in class org.pipservices3.commons.data.StringValueMap
Appends new elements to this map.
ApplicationException - Exception in org.pipservices3.commons.errors
Defines a base class to defive various application exceptions.
ApplicationException() - Constructor for exception org.pipservices3.commons.errors.ApplicationException
Creates a new instance of application exception with unknown error category and assigns its values.
ApplicationException(String, String, String, String) - Constructor for exception org.pipservices3.commons.errors.ApplicationException
Creates a new instance of application exception and assigns its values.
ApplicationExceptionFactory - Class in org.pipservices3.commons.errors
Factory to recreate exceptions from ErrorDescription values passed through the wire.
ApplicationExceptionFactory() - Constructor for class org.pipservices3.commons.errors.ApplicationExceptionFactory
 
areEqual(Object, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Checks if two values are equal.
areNotEqual(Object, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Checks if two values are NOT equal The operation can be performed over values of any type.
Array - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
ArrayConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into array objects.
ArrayConverter() - Constructor for class org.pipservices3.commons.convert.ArrayConverter
 
ArraySchema - Class in org.pipservices3.commons.validate
Schema to validate arrays.
ArraySchema() - Constructor for class org.pipservices3.commons.validate.ArraySchema
Creates a new instance of validation schema.
ArraySchema(Object) - Constructor for class org.pipservices3.commons.validate.ArraySchema
Creates a new instance of validation schema and sets its values.
ArraySchema(Object, boolean, List<IValidationRule>) - Constructor for class org.pipservices3.commons.validate.ArraySchema
Creates a new instance of validation schema and sets its values.
assignTo(Object) - Method in class org.pipservices3.commons.run.Parameters
Assigns (copies over) properties from the specified value to this map.
AtLeastOneExistsRule - Class in org.pipservices3.commons.validate
Validation rule that check that at least one of the object properties is not null.
AtLeastOneExistsRule(String...) - Constructor for class org.pipservices3.commons.validate.AtLeastOneExistsRule
Creates a new validation rule and sets its values

B

BadRequest - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors due to improper user requests, like missing or wrong parameters
BadRequestException - Exception in org.pipservices3.commons.errors
Errors due to improper user requests.
BadRequestException() - Constructor for exception org.pipservices3.commons.errors.BadRequestException
Creates an error instance with bad request error category and assigns its values.
BadRequestException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.BadRequestException
Creates an error instance and assigns its values.
Boolean - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
BooleanConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values to boolean values.
BooleanConverter() - Constructor for class org.pipservices3.commons.convert.BooleanConverter
 

C

chance(float, float) - Static method in class org.pipservices3.commons.random.RandomBoolean
Calculates "chance" out of "max chances".
changeTime() - Method in interface org.pipservices3.commons.data.IChangeable
The UTC time at which the object was last changed (created or updated).
Cleaner - Class in org.pipservices3.commons.run
Helper class that cleans stored object state.
Cleaner() - Constructor for class org.pipservices3.commons.run.Cleaner
 
clear() - Method in class org.pipservices3.commons.refer.References
Clear the references list
clear(String) - Method in interface org.pipservices3.commons.run.ICleanable
Clears component state.
clear(String, Iterable<Object>) - Static method in class org.pipservices3.commons.run.Cleaner
Clears state of multiple components.
clearOne(String, Object) - Static method in class org.pipservices3.commons.run.Cleaner
Clears state of specific component.
clone() - Method in class org.pipservices3.commons.data.AnyValue
Creates a binary clone of this object.
clone() - Method in class org.pipservices3.commons.data.AnyValueArray
Creates a binary clone of this object.
clone() - Method in class org.pipservices3.commons.data.AnyValueMap
Creates a binary clone of this object.
clone() - Method in interface org.pipservices3.commons.data.ICloneable
Creates a binary clone of this object.
clone() - Method in class org.pipservices3.commons.data.StringValueMap
Creates a binary clone of this object.
close(String) - Method in class org.pipservices3.commons.run.FixedRateTimer
Closes the timer.
close(String) - Method in interface org.pipservices3.commons.run.IClosable
Closes component and frees used resources.
close(String, Iterable<Object>) - Static method in class org.pipservices3.commons.run.Closer
Closes multiple components.
closeOne(String, Object) - Static method in class org.pipservices3.commons.run.Closer
Closes specific component.
Closer - Class in org.pipservices3.commons.run
Helper class that closes previously opened components.
Closer() - Constructor for class org.pipservices3.commons.run.Closer
 
color() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random color name.
Command - Class in org.pipservices3.commons.commands
Concrete implementation of ICommand interface.
Command(String, Schema, IExecutable) - Constructor for class org.pipservices3.commons.commands.Command
Creates a new command object and assigns it's parameters.
CommandSet - Class in org.pipservices3.commons.commands
Contains a set of commands and events supported by a ICommandable commandable object.
CommandSet() - Constructor for class org.pipservices3.commons.commands.CommandSet
Creates an empty CommandSet object.
compare(Object, String, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Perform comparison operation over two arguments.
composeMessage(List<ValidationResult>) - Static method in exception org.pipservices3.commons.validate.ValidationException
Composes human readable error message based on validation results.
compressTag(String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Compress a tag by removing special symbols like spaces, '_' and '#' and converting the tag to lower case.
compressTagList(String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Compresses a comma-separated list of tags.
compressTags(List<String>) - Static method in class org.pipservices3.commons.data.TagsProcessor
Compresses a list of tags.
ConfigException - Exception in org.pipservices3.commons.errors
Errors related to mistakes in the microservice's user-defined configurations.
ConfigException() - Constructor for exception org.pipservices3.commons.errors.ConfigException
Creates an error instance with misconfiguration error category and assigns its values.
ConfigException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.ConfigException
Creates an error instance and assigns its values.
ConfigParams - Class in org.pipservices3.commons.config
Contains a key-value map with configuration parameters.
ConfigParams() - Constructor for class org.pipservices3.commons.config.ConfigParams
 
ConfigParams(Map<?, ?>) - Constructor for class org.pipservices3.commons.config.ConfigParams
Creates a new ConfigParams and fills it with values.
configure(ConfigParams) - Method in interface org.pipservices3.commons.config.IConfigurable
Configures object by passing configuration parameters.
configure(ConfigParams) - Method in class org.pipservices3.commons.refer.DependencyResolver
Configures the component with specified parameters.
Conflict - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors raised by conflicts between object versions that were posted by the user and those that are stored on the server.
ConflictException - Exception in org.pipservices3.commons.errors
Errors raised by conflicts between object versions that were posted by the user and those that are stored on the server.
ConflictException() - Constructor for exception org.pipservices3.commons.errors.ConflictException
Creates an error instance with conflict error category and assigns its values.
ConflictException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.ConflictException
Creates an error instance and assigns its values.
ConnectionException - Exception in org.pipservices3.commons.errors
Errors that occur during connections to remote services.
ConnectionException() - Constructor for exception org.pipservices3.commons.errors.ConnectionException
Creates an error instance with noresponse error category and assigns its values.
ConnectionException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.ConnectionException
Creates an error instance and assigns its values.
contains(Object) - Method in class org.pipservices3.commons.data.AnyValueArray
Checks if this array contains a value.
containsAsType(Class<T>, Object) - Method in class org.pipservices3.commons.data.AnyValueArray
Checks if this array contains a value.
containsKey(Object) - Method in class org.pipservices3.commons.run.Parameters
Checks if this map contains an element with specified key.
copyProperties(Object, Object) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectWriter
Copies content of one object to another object by recursively reading all properties from source object and then recursively writing them to destination object.
create(Exception) - Static method in class org.pipservices3.commons.errors.ErrorDescriptionFactory
Creates a serializable ErrorDescription from error object.
create(Throwable, String) - Static method in class org.pipservices3.commons.errors.ErrorDescriptionFactory
Creates a serializable ErrorDescription from throwable object with unknown error category.
create(ErrorDescription) - Static method in class org.pipservices3.commons.errors.ApplicationExceptionFactory
Recreates ApplicationException object from serialized ErrorDescription.
createInstance(String, Object...) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Creates an instance of an object type specified by its name.
createInstance(String, String, Object...) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Creates an instance of an object type specified by its name and library where it is defined.
createInstanceByDescriptor(TypeDescriptor, Object...) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Creates an instance of an object type specified by type descriptor.
createInstanceByType(Class<?>, Object...) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Creates an instance of an object type.

D

data - Variable in class org.pipservices3.commons.data.TokenizedDataPage
The items of the retrieved page.
DataPage<T> - Class in org.pipservices3.commons.data
Data transfer object that is used to pass results of paginated queries.
DataPage() - Constructor for class org.pipservices3.commons.data.DataPage
 
DataPage(List<T>) - Constructor for class org.pipservices3.commons.data.DataPage
Creates a new instance of data page and assigns its values.
DataPage(List<T>, Long) - Constructor for class org.pipservices3.commons.data.DataPage
Creates a new instance of data page and assigns its values.
DateTime - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
DateTimeConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into Date values.
DateTimeConverter() - Constructor for class org.pipservices3.commons.convert.DateTimeConverter
 
DependencyResolver - Class in org.pipservices3.commons.refer
Helper class for resolving component dependencies.
DependencyResolver() - Constructor for class org.pipservices3.commons.refer.DependencyResolver
Creates a new instance of the dependency resolver.
DependencyResolver(ConfigParams) - Constructor for class org.pipservices3.commons.refer.DependencyResolver
Creates a new instance of the dependency resolver.
Descriptor - Class in org.pipservices3.commons.refer
Locator type that most often used in PipServices toolkit.
Descriptor(String, String, String, String, String) - Constructor for class org.pipservices3.commons.refer.Descriptor
Creates a new instance of the descriptor.
distort(String) - Static method in class org.pipservices3.commons.random.RandomString
Distorts a string by randomly replacing characters in it.
Double - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
DoubleConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into double.
DoubleConverter() - Constructor for class org.pipservices3.commons.convert.DoubleConverter
 
Duration - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
DurationConverter - Class in org.pipservices3.commons.convert
 
DurationConverter() - Constructor for class org.pipservices3.commons.convert.DurationConverter
 

E

email() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random email address.
Enum - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
EnumConverter - Class in org.pipservices3.commons.convert
 
EnumConverter() - Constructor for class org.pipservices3.commons.convert.EnumConverter
 
equals(Object) - Method in class org.pipservices3.commons.data.AnyValue
Compares this object value to specified specified value.
equals(Object) - Method in class org.pipservices3.commons.refer.Descriptor
Compares this descriptor to a value.
equals(Object) - Method in class org.pipservices3.commons.reflect.TypeDescriptor
Compares this descriptor to a value.
equalsAsType(Class<T>, Object) - Method in class org.pipservices3.commons.data.AnyValue
Compares this object value to specified specified value.
equalTags(String, String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Compares two tags using their compressed form.
Error - Enum constant in enum org.pipservices3.commons.validate.ValidationResultType
Validation error.
ErrorCategory - Class in org.pipservices3.commons.errors
Defines standard error categories to application exceptions supported by PipServices toolkit.
ErrorCategory() - Constructor for class org.pipservices3.commons.errors.ErrorCategory
 
ErrorDescription - Class in org.pipservices3.commons.errors
Serializeable error description.
ErrorDescription() - Constructor for class org.pipservices3.commons.errors.ErrorDescription
 
ErrorDescriptionFactory - Class in org.pipservices3.commons.errors
Factory to create serializeable ErrorDescription from ApplicationException or from arbitrary errors.
ErrorDescriptionFactory() - Constructor for class org.pipservices3.commons.errors.ErrorDescriptionFactory
 
Event - Class in org.pipservices3.commons.commands
Concrete implementation of IEvent interface.
Event(String) - Constructor for class org.pipservices3.commons.commands.Event
Creates a new event and assigns its name.
exactMatch(Descriptor) - Method in class org.pipservices3.commons.refer.Descriptor
Matches this descriptor to another descriptor by all fields.
ExcludedRule - Class in org.pipservices3.commons.validate
Validation rule to check that value is excluded from the list of constants.
ExcludedRule(Object...) - Constructor for class org.pipservices3.commons.validate.ExcludedRule
Creates a new validation rule and sets its values.
execute(String, Iterable<Object>, Parameters) - Static method in class org.pipservices3.commons.run.Executor
Executes multiple components.
execute(String, String, Parameters) - Method in class org.pipservices3.commons.commands.CommandSet
Executes a ICommand command specified by its name.
execute(String, ICommand, Parameters) - Method in interface org.pipservices3.commons.commands.ICommandInterceptor
Executes the wrapped command with specified arguments.
execute(String, Parameters) - Method in class org.pipservices3.commons.commands.Command
Executes the command.
execute(String, Parameters) - Method in class org.pipservices3.commons.commands.InterceptedCommand
Executes the next command in the execution chain using the given Parameters parameters (arguments).
execute(String, Parameters) - Method in interface org.pipservices3.commons.run.IExecutable
Executes component with arguments and receives execution result.
executeOne(String, Object, Parameters) - Static method in class org.pipservices3.commons.run.Executor
Executes specific component.
Executor - Class in org.pipservices3.commons.run
Helper class that executes components.
Executor() - Constructor for class org.pipservices3.commons.run.Executor
 
extractHashTags(String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Extracts hash tags from a text.
extractHashTagsFromValue(Object, List<String>) - Static method in class org.pipservices3.commons.data.TagsProcessor
Extracts hash tags from selected fields in an object.

F

FailedInvocation - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors returned by remote services or network during call attempts
FileError - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors in read/write file operations
FileException - Exception in org.pipservices3.commons.errors
Errors in read/write file operations
FileException() - Constructor for exception org.pipservices3.commons.errors.FileException
Creates an error instance and assigns its values.
FileException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.FileException
Creates an error instance and assigns its values.
FilterParams - Class in org.pipservices3.commons.data
Data transfer object used to pass filter parameters as simple key-value pairs.
FilterParams() - Constructor for class org.pipservices3.commons.data.FilterParams
 
FilterParams(Map<?, ?>) - Constructor for class org.pipservices3.commons.data.FilterParams
Creates a new instance and initalizes it with elements from the specified map.
FilterParamsSchema - Class in org.pipservices3.commons.validate
Schema to validate FilterParams.
FilterParamsSchema() - Constructor for class org.pipservices3.commons.validate.FilterParamsSchema
Creates a new instance of validation schema.
find(Class<T>, Object, boolean) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator and matching to the specified type.
find(Class<T>, Object, boolean) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator and matching to the specified type.
find(Class<T>, String, boolean) - Method in class org.pipservices3.commons.refer.DependencyResolver
Finds all matching dependencies by their name and matching to the specified type.
find(Object, boolean) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator.
find(Object, boolean) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator.
find(String, boolean) - Method in class org.pipservices3.commons.refer.DependencyResolver
Finds all matching dependencies by their name.
findCommand(String) - Method in class org.pipservices3.commons.commands.CommandSet
Searches for a command by its name.
findEvent(String) - Method in class org.pipservices3.commons.commands.CommandSet
Searches for an event by its name in this command set.
FixedRateTimer - Class in org.pipservices3.commons.run
Timer that is triggered in equal time intervals.
FixedRateTimer() - Constructor for class org.pipservices3.commons.run.FixedRateTimer
Creates new instance of the timer.
FixedRateTimer(INotifiable, long, long) - Constructor for class org.pipservices3.commons.run.FixedRateTimer
Creates new instance of the timer and sets its values.
Float - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
FloatConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into float.
FloatConverter() - Constructor for class org.pipservices3.commons.convert.FloatConverter
 
fromConfig(ConfigParams) - Static method in class org.pipservices3.commons.run.Parameters
Creates new Parameters from ConfigMap object.
fromJson(Class<T>, String) - Static method in class org.pipservices3.commons.convert.JsonConverter
Converts JSON string into a value of type specified by Class type.
fromJson(String) - Static method in class org.pipservices3.commons.run.Parameters
Creates new Parameters from JSON object.
fromMap(Object) - Static method in class org.pipservices3.commons.data.TokenizedPagingParams
Creates a new TokenizedPagingParams and sets it parameters from the specified map
fromMap(AnyValueMap) - Static method in class org.pipservices3.commons.data.PagingParams
Creates a new PagingParams and sets it parameters from the AnyValueMap map
fromMap(StringValueMap) - Static method in class org.pipservices3.commons.data.PagingParams
Creates a new PagingParams and sets it parameters from the StringValueMap map
fromMaps(Map<?, ?>...) - Static method in class org.pipservices3.commons.data.AnyValueMap
Creates a new AnyValueMap by merging two or more maps.
fromMaps(Map<?, ?>...) - Static method in class org.pipservices3.commons.data.StringValueMap
Creates a new AnyValueMap by merging two or more maps.
fromResults(String, List<ValidationResult>, boolean) - Static method in exception org.pipservices3.commons.validate.ValidationException
Creates a new ValidationException based on errors in validation results.
fromString(String) - Static method in class org.pipservices3.commons.config.ConfigParams
Creates a new ConfigParams object filled with key-value pairs serialized as a string.
fromString(String) - Static method in class org.pipservices3.commons.data.FilterParams
Parses semicolon-separated key-value pairs and returns them as a FilterParams.
fromString(String) - Static method in class org.pipservices3.commons.data.StringValueMap
Parses semicolon-separated key-value pairs and returns them as a StringValueMap.
fromString(String) - Static method in class org.pipservices3.commons.refer.Descriptor
Parses colon-separated list of descriptor fields and returns them as a Descriptor.
fromString(String) - Static method in class org.pipservices3.commons.reflect.TypeDescriptor
Parses a string to get descriptor fields and returns them as a Descriptor.
fromString(String, String) - Static method in class org.pipservices3.commons.data.AnyValueArray
Splits specified string into elements using a separator and assigns the elements to a newly created AnyValueArray.
fromString(String, String, boolean) - Static method in class org.pipservices3.commons.data.AnyValueArray
Splits specified string into elements using a separator and assigns the elements to a newly created AnyValueArray.
fromTuples(Object...) - Static method in class org.pipservices3.commons.config.ConfigParams
Creates a new ConfigParams object filled with provided key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.AnyValueMap
Creates a new AnyValueMap from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.FilterParams
Creates a new FilterParams from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.MultiString
Creates a new MultiString object from language-translation pairs (tuples).
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.PagingParams
Creates a new PagingParams from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.StringValueMap
Creates a new StringValueMap from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.data.TokenizedPagingParams
Creates a new TokenizedPagingParams from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.refer.DependencyResolver
Creates a new DependencyResolver from a list of key-value pairs called tuples where key is dependency name and value the depedency locator (descriptor).
fromTuples(Object...) - Static method in class org.pipservices3.commons.refer.References
Creates a new References from a list of key-value pairs called tuples.
fromTuples(Object...) - Static method in class org.pipservices3.commons.run.Parameters
Creates a new Parameters object filled with provided key-value pairs called tuples.
fromTuples(List<Object>...) - Static method in class org.pipservices3.commons.refer.DependencyResolver
Creates a new DependencyResolver from a list of key-value pairs called tuples where key is dependency name and value the depedency locator (descriptor).
fromTuplesArray(Object[]) - Static method in class org.pipservices3.commons.data.AnyValueMap
Creates a new AnyValueMap from a list of key-value pairs called tuples.
fromTuplesArray(Object[]) - Static method in class org.pipservices3.commons.data.MultiString
Creates a new MultiString object from language-translation pairs (tuples) specified as array.
fromTuplesArray(Object[]) - Static method in class org.pipservices3.commons.data.StringValueMap
Creates a new StringValueMap from a list of key-value pairs called tuples.
fromValue(Object) - Static method in class org.pipservices3.commons.config.ConfigParams
Creates a new ConfigParams object filled with key-value pairs from specified object.
fromValue(Object) - Static method in class org.pipservices3.commons.data.AnyValueArray
Converts specified value into AnyValueArray.
fromValue(Object) - Static method in class org.pipservices3.commons.data.AnyValueMap
Converts specified value into AnyValueMap.
fromValue(Object) - Static method in class org.pipservices3.commons.data.FilterParams
Converts specified value into FilterParams.
fromValue(Object) - Static method in class org.pipservices3.commons.data.PagingParams
Converts specified value into PagingParams.
fromValue(Object) - Static method in class org.pipservices3.commons.data.ProjectionParams
Converts specified value into ProjectionParams.
fromValue(Object) - Static method in class org.pipservices3.commons.data.TokenizedPagingParams
Converts specified value into TokenizedPagingParams.
fromValue(Object) - Static method in class org.pipservices3.commons.run.Parameters
Creates a new Parameters object filled with key-value pairs from specified object.
fromValue(Map<?, ?>) - Static method in class org.pipservices3.commons.data.MultiString
Creates a new MultiString object from a value that contains language-translation pairs.
fromValues(char, String...) - Static method in class org.pipservices3.commons.data.ProjectionParams
Parses comma-separated list of projection fields.
fromValues(Object...) - Static method in class org.pipservices3.commons.data.AnyValueArray
Creates a new AnyValueArray from a list of values
fromValues(String...) - Static method in class org.pipservices3.commons.data.ProjectionParams
Parses comma-separated list of projection fields.
fullName() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random person's name which has the following structure optional prefix - first name - second name - optional suffix

G

get(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Gets a map element specified by its key.
get(String) - Method in class org.pipservices3.commons.data.MultiString
Gets a string translation by specified language.
get(String) - Method in class org.pipservices3.commons.data.StringValueMap
Gets a map element specified by its key.
get(String) - Method in class org.pipservices3.commons.run.Parameters
Gets a map element specified by its key.
getActual() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets the actual value found by schema validation.
getAll() - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references registered in this reference map.
getAll() - Method in class org.pipservices3.commons.refer.References
Gets all component references registered in this reference map.
getAllLocators() - Method in interface org.pipservices3.commons.refer.IReferences
Gets locators for all registered component references in this reference map.
getAllLocators() - Method in class org.pipservices3.commons.refer.References
Gets locators for all registered component references in this reference map.
getAsArray() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into an AnyArray or returns empty AnyArray if conversion is not possible.
getAsArray(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueArray or returns empty AnyValueArray if conversion is not possible.
getAsArray(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueArray or returns empty AnyValueArray if conversion is not possible.
getAsArray(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueArray or returns empty AnyValueArray if conversion is not possible.
getAsArrayWithDefault(int, AnyValueArray) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueArray or returns default value if conversion is not possible.
getAsArrayWithDefault(String, AnyValueArray) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueArray or returns default value if conversion is not possible.
getAsArrayWithDefault(String, AnyValueArray) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueArray or returns default value if conversion is not possible.
getAsBoolean() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a boolean or returns false if conversion is not possible.
getAsBoolean(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a boolean or returns false if conversion is not possible.
getAsBoolean(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a boolean or returns false if conversion is not possible.
getAsBoolean(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a boolean or returns false if conversion is not possible.
getAsBooleanWithDefault(boolean) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a boolean or returns default value if conversion is not possible.
getAsBooleanWithDefault(int, boolean) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a boolean or returns default value if conversion is not possible.
getAsBooleanWithDefault(String, boolean) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a boolean or returns default value if conversion is not possible.
getAsBooleanWithDefault(String, boolean) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a boolean or returns default value if conversion is not possible.
getAsDateTime() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a Date or returns current date if conversion is not possible.
getAsDateTime(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a Date or returns the current date if conversion is not possible.
getAsDateTime(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a Date or returns the current date if conversion is not possible.
getAsDateTime(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a Date or returns the current date if conversion is not possible.
getAsDateTimeWithDefault(int, ZonedDateTime) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a Date or returns default value if conversion is not possible.
getAsDateTimeWithDefault(String, ZonedDateTime) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a Date or returns default value if conversion is not possible.
getAsDateTimeWithDefault(String, ZonedDateTime) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a Date or returns default value if conversion is not possible.
getAsDateTimeWithDefault(ZonedDateTime) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a Date or returns default value if conversion is not possible.
getAsDouble() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a double or returns 0 if conversion is not possible.
getAsDouble(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a double or returns 0 if conversion is not possible.
getAsDouble(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a double or returns 0 if conversion is not possible.
getAsDouble(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a double or returns 0 if conversion is not possible.
getAsDoubleWithDefault(double) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a double or returns default value if conversion is not possible.
getAsDoubleWithDefault(int, double) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a double or returns default value if conversion is not possible.
getAsDoubleWithDefault(String, double) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a double or returns default value if conversion is not possible.
getAsDoubleWithDefault(String, double) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a double or returns default value if conversion is not possible.
getAsDuration() - Method in class org.pipservices3.commons.data.AnyValue
 
getAsDuration(int) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsDuration(String) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsDuration(String) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsDurationWithDefault(int, Duration) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsDurationWithDefault(String, Duration) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsDurationWithDefault(String, Duration) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsDurationWithDefault(Duration) - Method in class org.pipservices3.commons.data.AnyValue
 
getAsEnum(Class<T>) - Method in class org.pipservices3.commons.data.AnyValue
 
getAsEnum(Class<T>, int) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsEnum(Class<T>, String) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsEnum(Class<T>, String) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsEnumWithDefault(Class<T>, int, T) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsEnumWithDefault(Class<T>, String, T) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsEnumWithDefault(Class<T>, String, T) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsEnumWithDefault(Class<T>, T) - Method in class org.pipservices3.commons.data.AnyValue
 
getAsFloat() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a float or returns 0 if conversion is not possible.
getAsFloat(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a float or returns 0 if conversion is not possible.
getAsFloat(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a float or returns 0 if conversion is not possible.
getAsFloat(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a float or returns 0 if conversion is not possible.
getAsFloatWithDefault(float) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a float or returns default value if conversion is not possible.
getAsFloatWithDefault(int, float) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a float or returns default value if conversion is not possible.
getAsFloatWithDefault(String, float) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a flot or returns default value if conversion is not possible.
getAsFloatWithDefault(String, float) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a float or returns default value if conversion is not possible.
getAsInteger() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into an integer or returns 0 if conversion is not possible.
getAsInteger(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an integer or returns 0 if conversion is not possible.
getAsInteger(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an integer or returns 0 if conversion is not possible.
getAsInteger(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an integer or returns 0 if conversion is not possible.
getAsIntegerWithDefault(int) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a integer or returns default value if conversion is not possible.
getAsIntegerWithDefault(int, int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an integer or returns default value if conversion is not possible.
getAsIntegerWithDefault(String, int) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an integer or returns default value if conversion is not possible.
getAsIntegerWithDefault(String, int) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an integer or returns default value if conversion is not possible.
getAsLong() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a long or returns 0 if conversion is not possible.
getAsLong(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a long or returns 0 if conversion is not possible.
getAsLong(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a long or returns 0 if conversion is not possible.
getAsLong(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a long or returns 0 if conversion is not possible.
getAsLongWithDefault(int, long) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a long or returns default value if conversion is not possible.
getAsLongWithDefault(long) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a long or returns default value if conversion is not possible.
getAsLongWithDefault(String, long) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a long or returns default value if conversion is not possible.
getAsLongWithDefault(String, long) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a long or returns default value if conversion is not possible.
getAsMap() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into AnyMap or returns empty AnyMap if conversion is not possible.
getAsMap(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueMap or returns empty AnyValueMap if conversion is not possible.
getAsMap(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueMap or returns empty AnyValueMap if conversion is not possible.
getAsMap(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueMap or returns empty AnyValueMap if conversion is not possible.
getAsMapWithDefault(int, AnyValueMap) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueMap or returns default value if conversion is not possible.
getAsMapWithDefault(String, AnyValueMap) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueMap or returns default value if conversion is not possible.
getAsMapWithDefault(String, AnyValueMap) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueMap or returns default value if conversion is not possible.
getAsNullableArray(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueArray or returns null if conversion is not possible.
getAsNullableArray(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueArray or returns null if conversion is not possible.
getAsNullableArray(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueArray or returns null if conversion is not possible.
getAsNullableBoolean() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a boolean or returns null if conversion is not possible.
getAsNullableBoolean(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a boolean or returns null if conversion is not possible.
getAsNullableBoolean(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a boolean or returns null if conversion is not possible.
getAsNullableBoolean(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a boolean or returns null if conversion is not possible.
getAsNullableDateTime() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a Date or returns null if conversion is not possible.
getAsNullableDateTime(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a Date or returns null if conversion is not possible.
getAsNullableDateTime(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a Date or returns null if conversion is not possible.
getAsNullableDateTime(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a Date or returns null if conversion is not possible.
getAsNullableDouble() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a double or returns null if conversion is not possible.
getAsNullableDouble(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a double or returns null if conversion is not possible.
getAsNullableDouble(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a double or returns null if conversion is not possible.
getAsNullableDouble(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a double or returns null if conversion is not possible.
getAsNullableDuration() - Method in class org.pipservices3.commons.data.AnyValue
 
getAsNullableDuration(int) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsNullableDuration(String) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsNullableDuration(String) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsNullableEnum(Class<T>) - Method in class org.pipservices3.commons.data.AnyValue
 
getAsNullableEnum(Class<T>, int) - Method in class org.pipservices3.commons.data.AnyValueArray
 
getAsNullableEnum(Class<T>, String) - Method in class org.pipservices3.commons.data.AnyValueMap
 
getAsNullableEnum(Class<T>, String) - Method in class org.pipservices3.commons.data.StringValueMap
 
getAsNullableFloat() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a float or returns null if conversion is not possible.
getAsNullableFloat(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a float or returns null if conversion is not possible.
getAsNullableFloat(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a float or returns null if conversion is not possible.
getAsNullableFloat(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a float or returns null if conversion is not possible.
getAsNullableInteger() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into an integer or returns null if conversion is not possible.
getAsNullableInteger(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an integer or returns null if conversion is not possible.
getAsNullableInteger(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an integer or returns null if conversion is not possible.
getAsNullableInteger(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an integer or returns null if conversion is not possible.
getAsNullableLong() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a long or returns null if conversion is not possible.
getAsNullableLong(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a long or returns null if conversion is not possible.
getAsNullableLong(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a long or returns null if conversion is not possible.
getAsNullableLong(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a long or returns null if conversion is not possible.
getAsNullableMap(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValueMap or returns null if conversion is not possible.
getAsNullableMap(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValueMap or returns null if conversion is not possible.
getAsNullableMap(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValueMap or returns null if conversion is not possible.
getAsNullableParameters(String) - Method in class org.pipservices3.commons.run.Parameters
Converts map element into an Parameters or returns null if conversion is not possible.
getAsNullableString() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a string or returns null if conversion is not possible.
getAsNullableString(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a string or returns null if conversion is not possible.
getAsNullableString(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a string or returns null if conversion is not possible.
getAsNullableString(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a string or returns null if conversion is not possible.
getAsNullableType(Class<T>) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a value defined by specied typecode.
getAsNullableType(Class<T>, int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a value defined by specied typecode.
getAsNullableType(Class<T>, String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a value defined by specied typecode.
getAsNullableType(Class<T>, String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a value defined by specied typecode.
getAsObject() - Method in class org.pipservices3.commons.data.AnyValue
Gets the value stored in this object without any conversions
getAsObject() - Method in class org.pipservices3.commons.data.AnyValueArray
Gets the value stored in this array element without any conversions
getAsObject() - Method in class org.pipservices3.commons.data.AnyValueMap
Gets the value stored in this map element without any conversions
getAsObject() - Method in class org.pipservices3.commons.data.StringValueMap
Gets the value stored in this map element without any conversions
getAsObject(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Gets an array element specified by its index.
getAsObject(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Gets the value stored in map element without any conversions.
getAsObject(String) - Method in class org.pipservices3.commons.data.StringValueMap
Gets the value stored in map element without any conversions.
getAsParameters(String) - Method in class org.pipservices3.commons.run.Parameters
Converts map element into an Parameters or returns empty Parameters if conversion is not possible.
getAsParametersWithDefault(String, Parameters) - Method in class org.pipservices3.commons.run.Parameters
Converts map element into an Parameters or returns default value if conversion is not possible.
getAsString() - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a string or returns "" if conversion is not possible.
getAsString(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a string or returns "" if conversion is not possible.
getAsString(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a string or returns "" if conversion is not possible.
getAsString(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a string or returns "" if conversion is not possible.
getAsStringWithDefault(int, String) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a string or returns default value if conversion is not possible.
getAsStringWithDefault(String) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a string or returns default value if conversion is not possible.
getAsStringWithDefault(String, String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a string or returns default value if conversion is not possible.
getAsStringWithDefault(String, String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a string or returns default value if conversion is not possible.
getAsType(Class<T>) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a value defined by specied typecode.
getAsType(Class<T>, int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a value defined by specied typecode.
getAsType(Class<T>, String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a value defined by specied typecode.
getAsType(Class<T>, String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a value defined by specied typecode.
getAsTypeWithDefault(Class<T>, int, T) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into a value defined by specied typecode.
getAsTypeWithDefault(Class<T>, String, T) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into a value defined by specied typecode.
getAsTypeWithDefault(Class<T>, String, T) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into a value defined by specied typecode.
getAsTypeWithDefault(Class<T>, T) - Method in class org.pipservices3.commons.data.AnyValue
Converts object value into a value defined by specied typecode.
getAsValue(int) - Method in class org.pipservices3.commons.data.AnyValueArray
Converts array element into an AnyValue or returns an empty AnyValue if conversion is not possible.
getAsValue(String) - Method in class org.pipservices3.commons.data.AnyValueMap
Converts map element into an AnyValue or returns an empty AnyValue if conversion is not possible.
getAsValue(String) - Method in class org.pipservices3.commons.data.StringValueMap
Converts map element into an AnyValue or returns an empty AnyValue if conversion is not possible.
getCategory() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getCategory() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getCause() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getCauseString() - Method in exception org.pipservices3.commons.errors.ApplicationException
Gets original error wrapped by this exception as a string message.
getCode() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getCode() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getCode() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets the error code.
getCommands() - Method in class org.pipservices3.commons.commands.CommandSet
Gets all commands registered in this command set.
getCommandSet() - Method in interface org.pipservices3.commons.commands.ICommandable
Gets a command set with all supported commands and events.
getComponent() - Method in class org.pipservices3.commons.refer.Reference
Gets the stored component reference.
getCorrelationId() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getCorrelationId() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getCreateTime() - Method in interface org.pipservices3.commons.data.ITrackable
Gets the time when the object was created
getData() - Method in class org.pipservices3.commons.data.DataPage
 
getDelay() - Method in class org.pipservices3.commons.run.FixedRateTimer
Gets initial delay before the timer is triggered for the first time.
getDetails() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getDetails() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getEvents() - Method in class org.pipservices3.commons.commands.CommandSet
Gets all events registered in this command set.
getExpected() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets the value expected by schema validation.
getGroup() - Method in class org.pipservices3.commons.refer.Descriptor
Gets the component's logical group.
getId() - Method in interface org.pipservices3.commons.data.IIdentifiable
Gets the object id
getInterval() - Method in class org.pipservices3.commons.run.FixedRateTimer
Gets periodic timer triggering interval.
getKeys() - Method in class org.pipservices3.commons.data.AnyValueMap
Gets keys of all elements stored in this map.
getKeys() - Method in class org.pipservices3.commons.data.StringValueMap
Gets keys of all elements stored in this map.
getKeyType() - Method in class org.pipservices3.commons.validate.MapSchema
Gets the type of map keys.
getKind() - Method in class org.pipservices3.commons.refer.Descriptor
Gets the component's implementation type.
getLanguages() - Method in class org.pipservices3.commons.data.MultiString
Gets all languages stored in this MultiString object,
getLastChangeTime() - Method in interface org.pipservices3.commons.data.ITrackable
Gets the last time when the object was changed (created, updated or deleted)
getLibrary() - Method in class org.pipservices3.commons.reflect.TypeDescriptor
Gets the name of the library or module where the object type is defined.
getListeners() - Method in class org.pipservices3.commons.commands.Event
Gets all listeners registered in this event.
getListeners() - Method in interface org.pipservices3.commons.commands.IEvent
Gets all subscribed listeners.
getLocator() - Method in class org.pipservices3.commons.refer.Reference
Gets the stored component locator.
getMessage() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getMessage() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getMessage() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets the human readable message.
getMethodNames(Object) - Static method in class org.pipservices3.commons.reflect.MethodReflector
Gets names of all methods implemented in specified object.
getName() - Method in class org.pipservices3.commons.commands.Command
Gets the command name.
getName() - Method in class org.pipservices3.commons.commands.Event
Gets the name of the event.
getName() - Method in interface org.pipservices3.commons.commands.ICommand
Gets the command name.
getName() - Method in interface org.pipservices3.commons.commands.IEvent
Gets the event name.
getName() - Method in class org.pipservices3.commons.commands.InterceptedCommand
Gets the command name.
getName() - Method in interface org.pipservices3.commons.data.INamed
Gets the object name
getName() - Method in class org.pipservices3.commons.data.SortField
 
getName() - Method in class org.pipservices3.commons.refer.Descriptor
Gets the unique component's name.
getName() - Method in class org.pipservices3.commons.reflect.TypeDescriptor
Get the name of the object type.
getName() - Method in class org.pipservices3.commons.validate.PropertySchema
Gets the property name.
getName(ICommand) - Method in interface org.pipservices3.commons.commands.ICommandInterceptor
Gets the name of the wrapped command.
getOneOptional(Class<T>, Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets an optional component reference that matches specified locator and matching to the specified type.
getOneOptional(Class<T>, Object) - Method in class org.pipservices3.commons.refer.References
Gets an optional component reference that matches specified locator and matching to the specified type.
getOneOptional(Class<T>, String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets one optional dependency by its name and matching to the specified type.
getOneOptional(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets an optional component reference that matches specified locator.
getOneOptional(Object) - Method in class org.pipservices3.commons.refer.References
Gets an optional component reference that matches specified locator.
getOneOptional(String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets one optional dependency by its name.
getOneRequired(Class<T>, Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets a required component reference that matches specified locator and matching to the specified type.
getOneRequired(Class<T>, Object) - Method in class org.pipservices3.commons.refer.References
Gets a required component reference that matches specified locator and matching to the specified type.
getOneRequired(Class<T>, String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets one required dependency by its name and matching to the specified type.
getOneRequired(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets a required component reference that matches specified locator.
getOneRequired(Object) - Method in class org.pipservices3.commons.refer.References
Gets a required component reference that matches specified locator.
getOneRequired(String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets one required dependency by its name.
getOptional(Class<T>, Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator and matching to the specified type.
getOptional(Class<T>, Object) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator and matching to the specified type.
getOptional(Class<T>, String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets all optional dependencies by their name.
getOptional(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator.
getOptional(Object) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator.
getOptional(String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets all optional dependencies by their name.
getPath() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets dot notation path of the validated element.
getProperties() - Method in class org.pipservices3.commons.validate.ObjectSchema
Gets validation schemas for object properties.
getProperties(Object) - Static method in class org.pipservices3.commons.reflect.ObjectReader
Get values of all properties in specified object and returns them as a map.
getProperties(Object) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Get values of all properties in specified object and returns them as a map.
getProperties(Object) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectReader
Get values of all properties in specified object and its subobjects and returns them as a map.
getProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.ObjectReader
Gets value of object property specified by its name.
getProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Gets value of object property specified by its name.
getProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectReader
Recursively gets value of object or its subobjects property specified by its name.
getProperty(String) - Method in interface org.pipservices3.commons.reflect.IProperties
 
getPropertyNames() - Method in interface org.pipservices3.commons.reflect.IProperties
 
getPropertyNames(Object) - Static method in class org.pipservices3.commons.reflect.ObjectReader
Gets names of all properties implemented in specified object.
getPropertyNames(Object) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Gets names of all properties implemented in specified object.
getPropertyNames(Object) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectReader
Recursively gets names of all properties implemented in specified object and its subobjects.
getRequired(Class<T>, Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator.
getRequired(Class<T>, Object) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator.
getRequired(Class<T>, String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets all required dependencies by their name.
getRequired(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Gets all component references that match specified locator.
getRequired(Object) - Method in class org.pipservices3.commons.refer.References
Gets all component references that match specified locator.
getRequired(String) - Method in class org.pipservices3.commons.refer.DependencyResolver
Gets all required dependencies by their name.
getRules() - Method in class org.pipservices3.commons.validate.Schema
Gets validation rules to check values against.
getSection(String) - Method in class org.pipservices3.commons.config.ConfigParams
Gets parameters from specific section stored in this ConfigMap.
getSectionNames() - Method in class org.pipservices3.commons.config.ConfigParams
Gets a list with all 1st level section names.
getSkip() - Method in class org.pipservices3.commons.data.PagingParams
Gets the number of items to skip.
getSkip(long) - Method in class org.pipservices3.commons.data.PagingParams
Gets the number of items to skip.
getStackTrace() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getStackTraceString() - Method in exception org.pipservices3.commons.errors.ApplicationException
Gets a stack trace where this exception occured.
getStatus() - Method in exception org.pipservices3.commons.errors.ApplicationException
 
getStatus() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getTake() - Method in class org.pipservices3.commons.data.PagingParams
Gets the number of items to return in a page.
getTake(int) - Method in class org.pipservices3.commons.data.TokenizedPagingParams
Gets the number of items to return in a page.
getTake(long) - Method in class org.pipservices3.commons.data.PagingParams
Gets the number of items to return in a page.
getTask() - Method in class org.pipservices3.commons.run.FixedRateTimer
Gets the INotifiable object that receives notifications from this timer.
getTotal() - Method in class org.pipservices3.commons.data.DataPage
 
getType() - Method in class org.pipservices3.commons.errors.ErrorDescription
 
getType() - Method in class org.pipservices3.commons.refer.Descriptor
Gets the component's logical type.
getType() - Method in class org.pipservices3.commons.validate.PropertySchema
Gets the property type.
getType() - Method in class org.pipservices3.commons.validate.ValidationResult
Gets the type of the validation result: Information, Warning, or Error.
getType(String) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Gets object type by its name.
getType(String, String) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Gets object type by its name and library where it is defined.
getTypeByDescriptor(TypeDescriptor) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Gets object type by type descriptor.
getTypeCode() - Method in class org.pipservices3.commons.data.AnyValue
Gets type code for the value stored in this object.
getValue(Object) - Static method in class org.pipservices3.commons.reflect.ObjectReader
Gets a real object value.
getValueType() - Method in class org.pipservices3.commons.validate.ArraySchema
Gets the type of array elements.
getValueType() - Method in class org.pipservices3.commons.validate.MapSchema
Gets the type of map values.
getVersion() - Method in interface org.pipservices3.commons.data.IVersioned
Gets the object version
getVersion() - Method in class org.pipservices3.commons.refer.Descriptor
Gets the component's implementation version.

H

hashCode() - Method in class org.pipservices3.commons.data.AnyValue
Gets an object hash code which can be used to optimize storing and searching.
hasMethod(Object, String) - Static method in class org.pipservices3.commons.reflect.MethodReflector
Checks if object has a method with specified name..
hasProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.ObjectReader
Checks if object has a property with specified name.
hasProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Checks if object has a property with specified name..
hasProperty(Object, String) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectReader
Checks recursively if object or its subobjects has a property with specified name.
hasTotal() - Method in class org.pipservices3.commons.data.PagingParams
 

I

IChangeable - Interface in org.pipservices3.commons.data
Interface for data objects that contain their latest change time.
ICleanable - Interface in org.pipservices3.commons.run
Interface for components that should clean their state.
ICloneable - Interface in org.pipservices3.commons.data
Interface for data objects that are able to create their full binary copy,.
IClosable - Interface in org.pipservices3.commons.run
Interface for components that require explicit closure.
ICommand - Interface in org.pipservices3.commons.commands
An interface for Commands, which are part of the Command design pattern.
ICommandable - Interface in org.pipservices3.commons.commands
An interface for commandable objects, which are part of the command design pattern.
ICommandInterceptor - Interface in org.pipservices3.commons.commands
An interface for stackable command interceptors, which can extend and modify the command call chain.
IConfigurable - Interface in org.pipservices3.commons.config
An interface to set configuration parameters to an object.
IdGenerator - Class in org.pipservices3.commons.data
Helper class to generate unique object IDs.
IdGenerator() - Constructor for class org.pipservices3.commons.data.IdGenerator
 
IEvent - Interface in org.pipservices3.commons.commands
An interface for Events, which are part of the Command design pattern.
IEventListener - Interface in org.pipservices3.commons.commands
An interface for listener objects that receive notifications on fired events.
IExecutable - Interface in org.pipservices3.commons.run
Interface for components that can be called to execute work.
IIdentifiable<K> - Interface in org.pipservices3.commons.data
Generic interface for data objects that can be uniquely identified by an id.
INamed - Interface in org.pipservices3.commons.data
Interface for data objects that have human-readable names.
IncludedRule - Class in org.pipservices3.commons.validate
Validation rule to check that value is included into the list of constants.
IncludedRule(Object...) - Constructor for class org.pipservices3.commons.validate.IncludedRule
Creates a new validation rule and sets its values.
Information - Enum constant in enum org.pipservices3.commons.validate.ValidationResultType
General information (not an error).
INotifiable - Interface in org.pipservices3.commons.run
Interface for components that can be asynchronously notified.
Integer - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
IntegerConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into integer.
IntegerConverter() - Constructor for class org.pipservices3.commons.convert.IntegerConverter
 
InterceptedCommand - Class in org.pipservices3.commons.commands
Implements a ICommand command wrapped by an interceptor.
InterceptedCommand(ICommandInterceptor, ICommand) - Constructor for class org.pipservices3.commons.commands.InterceptedCommand
Creates a new InterceptedCommand, which serves as a link in an execution chain.
Internal - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Internal errors caused by programming mistakes
InternalException - Exception in org.pipservices3.commons.errors
Errors caused by programming mistakes
InternalException() - Constructor for exception org.pipservices3.commons.errors.InternalException
Creates an error instance and assigns its values.
InternalException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.InternalException
Creates an error instance and assigns its values.
InvalidState - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors related to operations called in wrong component state.
InvalidStateException - Exception in org.pipservices3.commons.errors
Errors related to operations called in wrong component state.
InvalidStateException() - Constructor for exception org.pipservices3.commons.errors.InvalidStateException
Creates an error instance and assigns its values.
InvalidStateException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.InvalidStateException
Creates an error instance and assigns its values.
InvocationException - Exception in org.pipservices3.commons.errors
Errors returned by remote services or network during call attempts
InvocationException() - Constructor for exception org.pipservices3.commons.errors.InvocationException
Creates an error instance and assigns its values.
InvocationException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.InvocationException
Creates an error instance and assigns its values.
invokeMethod(Object, String, Object...) - Static method in class org.pipservices3.commons.reflect.MethodReflector
Invokes an object method by its name with specified parameters.
IOpenable - Interface in org.pipservices3.commons.run
Interface for components that require explicit opening and closing.
IParameterized - Interface in org.pipservices3.commons.run
Interface for components that require execution parameters.
IProperties - Interface in org.pipservices3.commons.reflect
 
IReconfigurable - Interface in org.pipservices3.commons.config
An interface to set configuration parameters to an object.
IReferenceable - Interface in org.pipservices3.commons.refer
Interface for components that depends on other components.
IReferences - Interface in org.pipservices3.commons.refer
Interface for a map that holds component references and passes them to components to establish dependencies with each other.
isAscending() - Method in class org.pipservices3.commons.data.SortField
 
isComplete() - Method in class org.pipservices3.commons.refer.Descriptor
Checks whether all descriptor fields are set.
isDeleted() - Method in interface org.pipservices3.commons.data.ITrackable
Gets the logical deletion flag
isOpen() - Method in interface org.pipservices3.commons.run.IOpenable
Checks if the component is opened.
isOpen(Iterable<Object>) - Static method in class org.pipservices3.commons.run.Opener
Checks if all components are opened.
isOpenOne(Object) - Static method in class org.pipservices3.commons.run.Opener
Checks if specified component is opened.
isPrimitive(Object) - Static method in class org.pipservices3.commons.reflect.TypeReflector
Checks if value has primitive type.
isRequired() - Method in class org.pipservices3.commons.validate.Schema
Gets a flag that always requires non-null values.
isStarted() - Method in class org.pipservices3.commons.run.FixedRateTimer
Checks if the timer is started.
IStringIdentifiable - Interface in org.pipservices3.commons.data
Interface for data objects that can be uniquely identifed by a string id.
isUndefinedAllowed() - Method in class org.pipservices3.commons.validate.ObjectSchema
Gets flag to allow undefined properties
ITrackable - Interface in org.pipservices3.commons.data
Interface for data objects that can track their changes, including logical deletion.
IUnreferenceable - Interface in org.pipservices3.commons.refer
Interface for components that require explicit clearing of references to dependent components.
IValidationRule - Interface in org.pipservices3.commons.validate
Interface for validation rules.
IVersioned - Interface in org.pipservices3.commons.data
Interface for data objects that can be versioned.

J

JsonConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values from and to JSON (JavaScript Object Notation) strings.
JsonConverter() - Constructor for class org.pipservices3.commons.convert.JsonConverter
 

L

length() - Method in class org.pipservices3.commons.data.AnyValueMap
Gets a number of elements stored in this map.
length() - Method in class org.pipservices3.commons.data.MultiString
Returns the number of translations stored in this MultiString object.
length() - Method in class org.pipservices3.commons.data.StringValueMap
Gets a number of elements stored in this map.
less(Object, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Checks if first value is less than the second one.
listToArray(Object) - Static method in class org.pipservices3.commons.convert.ArrayConverter
Converts value into array object with empty array as default.
Long - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
LongConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into longs.
LongConverter() - Constructor for class org.pipservices3.commons.convert.LongConverter
 

M

makeOptional() - Method in class org.pipservices3.commons.validate.Schema
Makes validated values optional.
makeRequired() - Method in class org.pipservices3.commons.validate.Schema
Makes validated values always required (non-null).
Map - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
MapConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into map objects.
MapConverter() - Constructor for class org.pipservices3.commons.convert.MapConverter
 
MapSchema - Class in org.pipservices3.commons.validate
Schema to validate maps.
MapSchema() - Constructor for class org.pipservices3.commons.validate.MapSchema
Creates a new instance of validation schema.
MapSchema(Object, Object) - Constructor for class org.pipservices3.commons.validate.MapSchema
Creates a new instance of validation schema and sets its values.
MapSchema(Object, Object, Boolean, List<IValidationRule>) - Constructor for class org.pipservices3.commons.validate.MapSchema
Creates a new instance of validation schema and sets its values.
match(Object) - Method in class org.pipservices3.commons.refer.Reference
Matches locator to this reference locator.
match(Object, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Checks if string matches a regular expression
match(Descriptor) - Method in class org.pipservices3.commons.refer.Descriptor
Partially matches this descriptor to another descriptor.
matchType(Object, TypeCode) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to an actual type.
matchType(Object, TypeCode, Object) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to an actual type.
matchTypeByName(String, TypeCode) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to an actual type.
matchTypeByName(String, TypeCode, Object) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to an actual type.
matchValueType(Object, Object) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to a type of a value.
matchValueTypeByName(String, Object) - Static method in class org.pipservices3.commons.reflect.TypeMatcher
Matches expected type to a type of a value.
mergeConfigs(ConfigParams...) - Static method in class org.pipservices3.commons.config.ConfigParams
Merges two or more ConfigParams into one.
mergeParams(Parameters...) - Static method in class org.pipservices3.commons.run.Parameters
Merges two or more Parameters into one.
MethodReflector - Class in org.pipservices3.commons.reflect
Helper class to perform method introspection and dynamic invocation.
MethodReflector() - Constructor for class org.pipservices3.commons.reflect.MethodReflector
 
Misconfiguration - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors related to mistakes in user-defined configuration
more(Object, Object) - Static method in class org.pipservices3.commons.validate.ObjectComparator
Checks if first value is greater than the second one.
MultiString - Class in org.pipservices3.commons.data
An object that contains string translations for multiple languages.
MultiString() - Constructor for class org.pipservices3.commons.data.MultiString
 
MultiString(Map<?, ?>) - Constructor for class org.pipservices3.commons.data.MultiString
Creates a new MultiString object and initializes it with values.

N

NameResolver - Class in org.pipservices3.commons.config
A helper class that allows to extract component name from configuration parameters.
NameResolver() - Constructor for class org.pipservices3.commons.config.NameResolver
 
nextAlphaChar() - Static method in class org.pipservices3.commons.random.RandomString
Generates random alpha characted [A-Za-z]
nextBoolean() - Static method in class org.pipservices3.commons.random.RandomBoolean
Generates a random boolean value.
nextDate(int, int) - Static method in class org.pipservices3.commons.random.RandomDateTime
Generates a random ZonedDateTime in the range ['minYear', 'maxYear'].
nextDateTime(int, int) - Static method in class org.pipservices3.commons.random.RandomDateTime
Generates a random ZonedDateTime and time in the range ['minYear', 'maxYear'].
nextDouble(double) - Static method in class org.pipservices3.commons.random.RandomDouble
Generates a random double value in the range to "max".
nextDouble(double, double) - Static method in class org.pipservices3.commons.random.RandomDouble
Generates a random double value in the range ["min", "max"].
nextFloat(float, float) - Static method in class org.pipservices3.commons.random.RandomFloat
Generates a float in the range ['min', 'max'].
nextFloat(int) - Static method in class org.pipservices3.commons.random.RandomFloat
Generates a float in the range [0, 'max'].
nextInteger(int) - Static method in class org.pipservices3.commons.random.RandomInteger
Generates a integer in the range [0, 'max'].
nextInteger(int, int) - Static method in class org.pipservices3.commons.random.RandomInteger
Generates a integer in the range ['min', 'max'].
nextLong() - Static method in class org.pipservices3.commons.data.IdGenerator
Generates a globally unique 32-digit object ID.
nextLong(long) - Static method in class org.pipservices3.commons.random.RandomLong
Generates a long in the range [0, 'max'].
nextLong(long, long) - Static method in class org.pipservices3.commons.random.RandomLong
Generates a long in the range ['min', 'max'].
nextShort() - Static method in class org.pipservices3.commons.data.IdGenerator
Generates a random 9-digit random ID (code).
nextString(int, int) - Static method in class org.pipservices3.commons.random.RandomString
Generates a random string, consisting of upper and lower case letters (of the English alphabet), digits (0-9), and symbols.
NoResponse - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors caused by remote calls timeouted and not returning results.
normalizeTag(String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Normalizes a tag by replacing special symbols like '_' and '#' with spaces.
normalizeTagList(String) - Static method in class org.pipservices3.commons.data.TagsProcessor
Normalizes a comma-separated list of tags.
normalizeTags(List<String>) - Static method in class org.pipservices3.commons.data.TagsProcessor
Normalizes a list of tags.
NotFound - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Error caused by attempt to access missing object
NotFoundException - Exception in org.pipservices3.commons.errors
Error caused by attempt to access missing object
NotFoundException() - Constructor for exception org.pipservices3.commons.errors.NotFoundException
Creates an error instance and assigns its values.
NotFoundException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.NotFoundException
Creates an error instance and assigns its values.
Notifier - Class in org.pipservices3.commons.run
Helper class that notifies components.
Notifier() - Constructor for class org.pipservices3.commons.run.Notifier
 
notify(String, Iterable<Object>, Parameters) - Static method in class org.pipservices3.commons.run.Notifier
Notifies multiple components.
notify(String, String, Parameters) - Method in class org.pipservices3.commons.commands.CommandSet
Fires event specified by its name and notifies all registered IEventListener listeners
notify(String, Parameters) - Method in class org.pipservices3.commons.commands.Event
Fires this event and notifies all registered listeners.
notify(String, Parameters) - Method in interface org.pipservices3.commons.run.INotifiable
Notifies the component about occured event.
notifyOne(String, Object, Parameters) - Static method in class org.pipservices3.commons.run.Notifier
Notifies specific component.
NotRule - Class in org.pipservices3.commons.validate
Validation rule negate another rule.
NotRule(IValidationRule) - Constructor for class org.pipservices3.commons.validate.NotRule
Creates a new validation rule and sets its values
noun() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random noun.

O

Object - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
ObjectComparator - Class in org.pipservices3.commons.validate
Helper class to perform comparison operations over arbitrary values.
ObjectComparator() - Constructor for class org.pipservices3.commons.validate.ObjectComparator
 
ObjectReader - Class in org.pipservices3.commons.reflect
Helper class to perform property introspection and dynamic reading.
ObjectReader() - Constructor for class org.pipservices3.commons.reflect.ObjectReader
 
ObjectSchema - Class in org.pipservices3.commons.validate
Schema to validate user defined objects.
ObjectSchema() - Constructor for class org.pipservices3.commons.validate.ObjectSchema
Creates a new validation schema and sets its values.
ObjectWriter - Class in org.pipservices3.commons.reflect
Helper class to perform property introspection and dynamic writing.
ObjectWriter() - Constructor for class org.pipservices3.commons.reflect.ObjectWriter
 
omit(String...) - Method in class org.pipservices3.commons.run.Parameters
Omits selected parameters from this Parameters and returns the rest as a new Parameters object.
onEvent(String, IEvent, Parameters) - Method in interface org.pipservices3.commons.commands.IEventListener
A method called when events this listener is subscrubed to are fired.
OnlyOneExistsRule - Class in org.pipservices3.commons.validate
Validation rule that check that at exactly one of the object properties is not null.
OnlyOneExistsRule(String...) - Constructor for class org.pipservices3.commons.validate.OnlyOneExistsRule
Creates a new validation rule and sets its values
open(String) - Method in interface org.pipservices3.commons.run.IOpenable
Opens the component.
open(String, Iterable<Object>) - Static method in class org.pipservices3.commons.run.Opener
Opens multiple components.
Opener - Class in org.pipservices3.commons.run
Helper class that opens components.
Opener() - Constructor for class org.pipservices3.commons.run.Opener
 
openOne(String, Object) - Static method in class org.pipservices3.commons.run.Opener
Opens specific component.
OptionResolver - Class in org.pipservices3.commons.config
A helper class to parameters from "options" configuration section.
OptionResolver() - Constructor for class org.pipservices3.commons.config.OptionResolver
 
org.pipservices3.commons.commands - package org.pipservices3.commons.commands
 
org.pipservices3.commons.config - package org.pipservices3.commons.config
 
org.pipservices3.commons.convert - package org.pipservices3.commons.convert
 
org.pipservices3.commons.data - package org.pipservices3.commons.data
 
org.pipservices3.commons.errors - package org.pipservices3.commons.errors
 
org.pipservices3.commons.random - package org.pipservices3.commons.random
 
org.pipservices3.commons.refer - package org.pipservices3.commons.refer
 
org.pipservices3.commons.reflect - package org.pipservices3.commons.reflect
 
org.pipservices3.commons.run - package org.pipservices3.commons.run
 
org.pipservices3.commons.validate - package org.pipservices3.commons.validate
 
OrRule - Class in org.pipservices3.commons.validate
Validation rule to combine rules with OR logical operation.
OrRule(IValidationRule...) - Constructor for class org.pipservices3.commons.validate.OrRule
Creates a new validation rule and sets its values.
override(ConfigParams) - Method in class org.pipservices3.commons.config.ConfigParams
Overrides parameters with new values from specified ConfigParams and returns a new ConfigParams object.
override(Parameters) - Method in class org.pipservices3.commons.run.Parameters
Overrides parameters with new values from specified Parameters and returns a new Parameters object.
override(Parameters, boolean) - Method in class org.pipservices3.commons.run.Parameters
Overrides parameters with new values from specified Parameters and returns a new Parameters object.

P

PagingParams - Class in org.pipservices3.commons.data
Data transfer object to pass paging parameters for queries.
PagingParams() - Constructor for class org.pipservices3.commons.data.PagingParams
 
PagingParams(Object, Object, Object) - Constructor for class org.pipservices3.commons.data.PagingParams
Creates a new instance and sets its values.
PagingParamsSchema - Class in org.pipservices3.commons.validate
Schema to validate PagingParams.
PagingParamsSchema() - Constructor for class org.pipservices3.commons.validate.PagingParamsSchema
Creates a new instance of validation schema.
Parameters - Class in org.pipservices3.commons.run
Contains map with execution parameters.
Parameters() - Constructor for class org.pipservices3.commons.run.Parameters
Creates a new instance of the map.
Parameters(Map<?, ?>) - Constructor for class org.pipservices3.commons.run.Parameters
Creates a new instance of the map and assigns its value.
performTypeValidation(String, Object, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.Schema
Validates a given value to match specified type.
performValidation(String, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.ArraySchema
Validates a given value against the schema and configured validation rules.
performValidation(String, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.MapSchema
Validates a given value against the schema and configured validation rules.
performValidation(String, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.ObjectSchema
Validates a given value against the schema and configured validation rules.
performValidation(String, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.PropertySchema
Validates a given value against the schema and configured validation rules.
performValidation(String, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.Schema
Validates a given value against the schema and configured validation rules.
phone() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random phone number.
phrase(int) - Static method in class org.pipservices3.commons.random.RandomText
Generates a random phrase which consists of few words separated by spaces.
phrase(int, int) - Static method in class org.pipservices3.commons.random.RandomText
Generates a random phrase which consists of few words separated by spaces.
pick(String[]) - Static method in class org.pipservices3.commons.random.RandomString
Picks a random string from an array of string.
pick(String...) - Method in class org.pipservices3.commons.run.Parameters
Picks select parameters from this Parameters and returns them as a new Parameters object.
pick(List<T>) - Static method in class org.pipservices3.commons.random.RandomArray
Picks a random element from specified array.
pick(T[]) - Static method in class org.pipservices3.commons.random.RandomArray
Picks a random element from specified array.
pickChar(String) - Static method in class org.pipservices3.commons.random.RandomString
Picks a random character from a string.
ProjectionParams - Class in org.pipservices3.commons.data
Defines projection parameters with list if fields to include into query results.
ProjectionParams() - Constructor for class org.pipservices3.commons.data.ProjectionParams
 
ProjectionParams(String[]) - Constructor for class org.pipservices3.commons.data.ProjectionParams
Creates a new instance of the projection parameters and assigns its value.
ProjectionParams(AnyValueArray) - Constructor for class org.pipservices3.commons.data.ProjectionParams
Creates a new instance of the projection parameters and assigns its value.
ProjectionParamsSchema - Class in org.pipservices3.commons.validate
Schema to validate ProjectionParams.
ProjectionParamsSchema() - Constructor for class org.pipservices3.commons.validate.ProjectionParamsSchema
Creates a new instance of validation schema.
PropertiesComparisonRule - Class in org.pipservices3.commons.validate
Validation rule that compares two object properties.
PropertiesComparisonRule(String, String, String) - Constructor for class org.pipservices3.commons.validate.PropertiesComparisonRule
Creates a new validation rule and sets its arguments.
PropertyReflector - Class in org.pipservices3.commons.reflect
Helper class to perform property introspection and dynamic reading and writing.
PropertyReflector() - Constructor for class org.pipservices3.commons.reflect.PropertyReflector
 
PropertySchema - Class in org.pipservices3.commons.validate
Schema to validate object properties
PropertySchema() - Constructor for class org.pipservices3.commons.validate.PropertySchema
Creates a new validation schema.
PropertySchema(String, Object) - Constructor for class org.pipservices3.commons.validate.PropertySchema
Creates a new validation schema and sets its values.
PropertySchema(String, Object, Boolean, List<IValidationRule>) - Constructor for class org.pipservices3.commons.validate.PropertySchema
Creates a new validation schema and sets its values.
put(int, Object) - Method in class org.pipservices3.commons.data.AnyValueArray
Puts a new value into array element specified by its index.
put(Object, Object) - Method in interface org.pipservices3.commons.refer.IReferences
Puts a new reference into this reference map.
put(Object, Object) - Method in class org.pipservices3.commons.refer.References
Puts a new reference into this reference map.
put(String, Object) - Method in class org.pipservices3.commons.data.MultiString
Puts a new translation for the specified language.
put(String, Object) - Method in class org.pipservices3.commons.data.StringValueMap
Puts a new value into map element specified by its key.
put(String, Object) - Method in class org.pipservices3.commons.refer.DependencyResolver
Adds a new dependency into this resolver.
put(String, Object) - Method in class org.pipservices3.commons.run.Parameters
Puts a new value into map element specified by its key.

R

RandomArray - Class in org.pipservices3.commons.random
Random generator for array objects.
RandomArray() - Constructor for class org.pipservices3.commons.random.RandomArray
 
RandomBoolean - Class in org.pipservices3.commons.random
Random generator for boolean values.
RandomBoolean() - Constructor for class org.pipservices3.commons.random.RandomBoolean
 
RandomDateTime - Class in org.pipservices3.commons.random
Random generator for Date time values.
RandomDateTime() - Constructor for class org.pipservices3.commons.random.RandomDateTime
 
RandomDouble - Class in org.pipservices3.commons.random
Random generator for double values.
RandomDouble() - Constructor for class org.pipservices3.commons.random.RandomDouble
 
RandomFloat - Class in org.pipservices3.commons.random
Random generator for float values.
RandomFloat() - Constructor for class org.pipservices3.commons.random.RandomFloat
 
RandomInteger - Class in org.pipservices3.commons.random
Random generator for integer values.
RandomInteger() - Constructor for class org.pipservices3.commons.random.RandomInteger
 
RandomLong - Class in org.pipservices3.commons.random
Random generator for long values.
RandomLong() - Constructor for class org.pipservices3.commons.random.RandomLong
 
RandomString - Class in org.pipservices3.commons.random
Random generator for string values.
RandomString() - Constructor for class org.pipservices3.commons.random.RandomString
 
RandomText - Class in org.pipservices3.commons.random
Random generator for various text values like names, addresses or phone numbers.
RandomText() - Constructor for class org.pipservices3.commons.random.RandomText
 
RecursiveMapConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into map objects using extended conversion rules.
RecursiveMapConverter() - Constructor for class org.pipservices3.commons.convert.RecursiveMapConverter
 
RecursiveObjectReader - Class in org.pipservices3.commons.reflect
Helper class to perform property introspection and dynamic reading.
RecursiveObjectReader() - Constructor for class org.pipservices3.commons.reflect.RecursiveObjectReader
 
RecursiveObjectWriter - Class in org.pipservices3.commons.reflect
Helper class to perform property introspection and dynamic writing.
RecursiveObjectWriter() - Constructor for class org.pipservices3.commons.reflect.RecursiveObjectWriter
 
Reference - Class in org.pipservices3.commons.refer
Contains a reference to a component and locator to find it.
Reference(Object, Object) - Constructor for class org.pipservices3.commons.refer.Reference
Create a new instance of the reference object and assigns its values.
ReferenceException - Exception in org.pipservices3.commons.refer
Error when required component dependency cannot be found.
ReferenceException() - Constructor for exception org.pipservices3.commons.refer.ReferenceException
Creates an error instance and assigns its values.
ReferenceException(Object) - Constructor for exception org.pipservices3.commons.refer.ReferenceException
Creates an error instance and assigns its values.
ReferenceException(String, Object) - Constructor for exception org.pipservices3.commons.refer.ReferenceException
Creates an error instance and assigns its values.
ReferenceException(String, String) - Constructor for exception org.pipservices3.commons.refer.ReferenceException
 
ReferenceException(String, String, String) - Constructor for exception org.pipservices3.commons.refer.ReferenceException
 
Referencer - Class in org.pipservices3.commons.refer
Helper class that sets and unsets references to components.
Referencer() - Constructor for class org.pipservices3.commons.refer.Referencer
 
References - Class in org.pipservices3.commons.refer
The most basic implementation of IReferences to store and locate component references.
References() - Constructor for class org.pipservices3.commons.refer.References
 
References(Object[]) - Constructor for class org.pipservices3.commons.refer.References
Creates a new instance of references and initializes it with references.
remove(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Removes a previously added reference that matches specified locator.
remove(Object) - Method in class org.pipservices3.commons.refer.References
Removes a previously added reference that matches specified locator.
removeAll(Object) - Method in interface org.pipservices3.commons.refer.IReferences
Removes all component references that match the specified locator.
removeAll(Object) - Method in class org.pipservices3.commons.refer.References
Removes all component references that match the specified locator.
removeListener(IEventListener) - Method in class org.pipservices3.commons.commands.CommandSet
Removes previosly added IEventListener listener.
removeListener(IEventListener) - Method in class org.pipservices3.commons.commands.Event
Removes a listener, so that it no longer receives notifications for this event.
removeListener(IEventListener) - Method in interface org.pipservices3.commons.commands.IEvent
Removes a listener, so that it no longer receives notifications for this event.
resolve(ConfigParams, boolean) - Static method in class org.pipservices3.commons.config.OptionResolver
Resolves an "options" configuration section from component configuration parameters.
resolve(ConfigParams, String) - Static method in class org.pipservices3.commons.config.NameResolver
Resolves a component name from configuration parameters.

S

Schema - Class in org.pipservices3.commons.validate
Basic schema that validates values against a set of validation rules.
Schema() - Constructor for class org.pipservices3.commons.validate.Schema
 
Schema(boolean, List<IValidationRule>) - Constructor for class org.pipservices3.commons.validate.Schema
Creates a new instance of validation schema and sets its values.
sequence(int) - Static method in class org.pipservices3.commons.random.RandomInteger
Generates a random sequence of integers starting from 0 like: [0,1,2,3...??]
sequence(int, int) - Static method in class org.pipservices3.commons.random.RandomInteger
Generates a random sequence of integers starting from 0 like: [0,1,2,3...??]
sequence(long) - Static method in class org.pipservices3.commons.random.RandomLong
Generates a random sequence of longs starting from 0 like: [0,1,2,3...??]
sequence(long, long) - Static method in class org.pipservices3.commons.random.RandomLong
Generates a random sequence of longs starting from 0 like: [0,1,2,3...??]
setActual(Object) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setAscending(boolean) - Method in class org.pipservices3.commons.data.SortField
 
setAsObject(int, Object) - Method in class org.pipservices3.commons.data.AnyValueArray
Sets a new value into array element specified by its index.
setAsObject(Object) - Method in class org.pipservices3.commons.data.AnyValue
Sets a new value for this object
setAsObject(Object) - Method in class org.pipservices3.commons.data.AnyValueMap
Sets a new value for this array element
setAsObject(Object) - Method in class org.pipservices3.commons.data.StringValueMap
Sets a new value for this array element
setAsObject(String, Object) - Method in class org.pipservices3.commons.data.AnyValueMap
Sets a new value to map element specified by its index.
setAsObject(String, Object) - Method in class org.pipservices3.commons.data.StringValueMap
Sets a new value to map element specified by its index.
setCategory(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setCategory(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setCause(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setCauseString(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets original error wrapped by this exception as a string message.
setCode(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setCode(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setCode(String) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setCorrelationId(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setCorrelationId(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setCreateTime(ZonedDateTime) - Method in interface org.pipservices3.commons.data.ITrackable
Sets a time when the object was created
setData(List<T>) - Method in class org.pipservices3.commons.data.DataPage
 
setDefaults(ConfigParams) - Method in class org.pipservices3.commons.config.ConfigParams
Set default values from specified ConfigParams and returns a new ConfigParams object.
setDefaults(Parameters) - Method in class org.pipservices3.commons.run.Parameters
Set default values from specified Parameters and returns a new Parameters object.
setDefaults(Parameters, boolean) - Method in class org.pipservices3.commons.run.Parameters
Set default values from specified Parameters and returns a new Parameters object.
setDelay(long) - Method in class org.pipservices3.commons.run.FixedRateTimer
Sets initial delay before the timer is triggered for the first time.
setDeleted(boolean) - Method in interface org.pipservices3.commons.data.ITrackable
Sets the logical deletion flag
setDetails(StringValueMap) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setDetails(StringValueMap) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setExpected(Object) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setId(K) - Method in interface org.pipservices3.commons.data.IIdentifiable
Sets the object id
setInterval(long) - Method in class org.pipservices3.commons.run.FixedRateTimer
Sets periodic timer triggering interval.
setKeyType(Object) - Method in class org.pipservices3.commons.validate.MapSchema
Sets the type of map keys.
setLastChangeTime(ZonedDateTime) - Method in interface org.pipservices3.commons.data.ITrackable
Sets the last time when the object was changed (created, updated or deleted)
setMessage(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setMessage(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setMessage(String) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setName(String) - Method in interface org.pipservices3.commons.data.INamed
Sets the object name
setName(String) - Method in class org.pipservices3.commons.data.SortField
 
setName(String) - Method in class org.pipservices3.commons.validate.PropertySchema
Sets the property name.
setParameters(Parameters) - Method in interface org.pipservices3.commons.run.IParameterized
Sets execution parameters.
setPath(String) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setProperties(Object, Map<String, Object>) - Static method in class org.pipservices3.commons.reflect.ObjectWriter
Sets values of some (all) object properties.
setProperties(Object, Map<String, Object>) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Sets values of some (all) object properties.
setProperties(Object, Map<String, Object>) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectWriter
Recursively sets values of some (all) object and its subobjects properties.
setProperties(List<PropertySchema>) - Method in class org.pipservices3.commons.validate.ObjectSchema
Sets validation schemas for object properties.
setProperty(Object, String, Object) - Static method in class org.pipservices3.commons.reflect.ObjectWriter
Sets value of object property specified by its name.
setProperty(Object, String, Object) - Static method in class org.pipservices3.commons.reflect.PropertyReflector
Sets value of object property specified by its name.
setProperty(Object, String, Object) - Static method in class org.pipservices3.commons.reflect.RecursiveObjectWriter
Recursively sets value of object and its subobjects property specified by its name.
setProperty(String, Object) - Method in interface org.pipservices3.commons.reflect.IProperties
 
setReferences(IReferences) - Method in class org.pipservices3.commons.refer.DependencyResolver
Sets the component references
setReferences(IReferences) - Method in interface org.pipservices3.commons.refer.IReferenceable
Sets references to dependent components.
setReferences(IReferences, Iterable<Object>) - Static method in class org.pipservices3.commons.refer.Referencer
Sets references to multiple components.
setReferencesForOne(IReferences, Object) - Static method in class org.pipservices3.commons.refer.Referencer
Sets references to specific component.
setRequired(boolean) - Method in class org.pipservices3.commons.validate.Schema
Sets a flag that always requires non-null values.
setRules(List<IValidationRule>) - Method in class org.pipservices3.commons.validate.Schema
Sets validation rules to check values against.
setSkip(long) - Method in class org.pipservices3.commons.data.PagingParams
Sets value to skip
setStackTrace(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setStackTraceString(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a stack trace where this exception occured.
setStatus(int) - Method in exception org.pipservices3.commons.errors.ApplicationException
 
setStatus(int) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setTake(long) - Method in class org.pipservices3.commons.data.PagingParams
Sets value to take
setTask(INotifiable) - Method in class org.pipservices3.commons.run.FixedRateTimer
Sets a new INotifiable object to receive notifications from this timer.
setTotal(boolean) - Method in class org.pipservices3.commons.data.PagingParams
Sets value to total
setTotal(Long) - Method in class org.pipservices3.commons.data.DataPage
 
setType(Object) - Method in class org.pipservices3.commons.validate.PropertySchema
Sets a new property type.
setType(String) - Method in class org.pipservices3.commons.errors.ErrorDescription
 
setType(ValidationResultType) - Method in class org.pipservices3.commons.validate.ValidationResult
 
setUndefinedAllowed(boolean) - Method in class org.pipservices3.commons.validate.ObjectSchema
Sets flag to allow undefined properties
setValueType(Object) - Method in class org.pipservices3.commons.validate.ArraySchema
Sets the type of array elements.
setValueType(Object) - Method in class org.pipservices3.commons.validate.MapSchema
Sets the type of map values.
setVersion(String) - Method in interface org.pipservices3.commons.data.IVersioned
Sets the object version
SortField - Class in org.pipservices3.commons.data
Defines a field name and order used to sort query results.
SortField() - Constructor for class org.pipservices3.commons.data.SortField
 
SortField(String) - Constructor for class org.pipservices3.commons.data.SortField
 
SortField(String, boolean) - Constructor for class org.pipservices3.commons.data.SortField
Creates a new instance and assigns its values.
SortParams - Class in org.pipservices3.commons.data
Defines a field name and order used to sort query results.
SortParams() - Constructor for class org.pipservices3.commons.data.SortParams
 
SortParams(Iterable<SortField>) - Constructor for class org.pipservices3.commons.data.SortParams
Creates a new instance and initializes it with specified sort fields.
start() - Method in class org.pipservices3.commons.run.FixedRateTimer
Starts the timer.
stop() - Method in class org.pipservices3.commons.run.FixedRateTimer
Stops the timer.
String - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
StringConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into strings.
StringConverter() - Constructor for class org.pipservices3.commons.convert.StringConverter
 
StringValueMap - Class in org.pipservices3.commons.data
Cross-language implementation of a map (dictionary) where all keys and values are strings.
StringValueMap() - Constructor for class org.pipservices3.commons.data.StringValueMap
 
StringValueMap(Map<?, ?>) - Constructor for class org.pipservices3.commons.data.StringValueMap
Creates a new instance of the map and assigns its value.

T

TagsProcessor - Class in org.pipservices3.commons.data
Helper class to extract and process search tags from objects.
TagsProcessor() - Constructor for class org.pipservices3.commons.data.TagsProcessor
 
take - Variable in class org.pipservices3.commons.data.TokenizedPagingParams
The number of items to return.
text(int, int) - Static method in class org.pipservices3.commons.random.RandomText
Generates a random text, consisting of first names, last names, colors, stuffs, adjectives, verbs, and punctuation marks.
throwExceptionIfNeeded(String, List<ValidationResult>, boolean) - Static method in exception org.pipservices3.commons.validate.ValidationException
Throws ValidationException based on errors in validation results.
toArray(Object) - Static method in class org.pipservices3.commons.convert.ArrayConverter
Converts value into array object with empty array as default.
toArrayWithDefault(Object, List<Object>) - Static method in class org.pipservices3.commons.convert.ArrayConverter
Converts value into array object with empty array as default.
toBoolean(Object) - Static method in class org.pipservices3.commons.convert.BooleanConverter
Converts value into boolean or returns false when conversion is not possible.
toBooleanWithDefault(Object, boolean) - Static method in class org.pipservices3.commons.convert.BooleanConverter
Converts value into boolean or returns default value when conversion is not possible
toDateTime(Object) - Static method in class org.pipservices3.commons.convert.DateTimeConverter
Converts value into Date or returns current date when conversion is not possible.
toDateTimeWithDefault(Object, ZonedDateTime) - Static method in class org.pipservices3.commons.convert.DateTimeConverter
Converts value into Date or returns default when conversion is not possible.
toDouble(Object) - Static method in class org.pipservices3.commons.convert.DoubleConverter
Converts value into doubles or returns 0 when conversion is not possible.
toDoubleWithDefault(Object, double) - Static method in class org.pipservices3.commons.convert.DoubleConverter
Converts value into doubles or returns default value when conversion is not possible.
toDuration(Object) - Static method in class org.pipservices3.commons.convert.DurationConverter
 
toDurationWithDefault(Object, Duration) - Static method in class org.pipservices3.commons.convert.DurationConverter
 
toEnum(Class<T>, Object) - Static method in class org.pipservices3.commons.convert.EnumConverter
 
toEnumWithDefault(Class<T>, Object, T) - Static method in class org.pipservices3.commons.convert.EnumConverter
 
toFloat(Object) - Static method in class org.pipservices3.commons.convert.FloatConverter
Converts value into float or returns 0 when conversion is not possible.
toFloatWithDefault(Object, float) - Static method in class org.pipservices3.commons.convert.FloatConverter
Converts value into float or returns default when conversion is not possible.
toInteger(Object) - Static method in class org.pipservices3.commons.convert.IntegerConverter
Converts value into integer or returns 0 when conversion is not possible.
toIntegerWithDefault(Object, int) - Static method in class org.pipservices3.commons.convert.IntegerConverter
Converts value into integer or returns default value when conversion is not possible.
toJson() - Method in class org.pipservices3.commons.run.Parameters
Converts this map to JSON object.
toJson(Object) - Static method in class org.pipservices3.commons.convert.JsonConverter
Converts value into JSON string.
token - Variable in class org.pipservices3.commons.data.TokenizedDataPage
The starting point for the next search.
token - Variable in class org.pipservices3.commons.data.TokenizedPagingParams
The start token
TokenizedDataPage<T> - Class in org.pipservices3.commons.data
Data transfer object that is used to pass results of paginated queries.
TokenizedDataPage() - Constructor for class org.pipservices3.commons.data.TokenizedDataPage
 
TokenizedDataPage(List<T>, String, int) - Constructor for class org.pipservices3.commons.data.TokenizedDataPage
Creates a new instance of data page and assigns its values.
TokenizedPagingParams - Class in org.pipservices3.commons.data
Data transfer object to pass tokenized paging parameters for queries.
TokenizedPagingParams() - Constructor for class org.pipservices3.commons.data.TokenizedPagingParams
 
TokenizedPagingParams(String, Integer, Boolean) - Constructor for class org.pipservices3.commons.data.TokenizedPagingParams
Creates a new instance and sets its values.
toLong(Object) - Static method in class org.pipservices3.commons.convert.LongConverter
Converts value into long or returns 0 when conversion is not possible.
toLongWithDefault(Object, long) - Static method in class org.pipservices3.commons.convert.LongConverter
Converts value into integer or returns default when conversion is not possible.
toMap(Object) - Static method in class org.pipservices3.commons.convert.MapConverter
Converts value into map object or returns empty map when conversion is not possible
toMap(Object) - Static method in class org.pipservices3.commons.convert.RecursiveMapConverter
Converts value into map object or returns empty map when conversion is not possible
toMap(String) - Static method in class org.pipservices3.commons.convert.JsonConverter
Converts JSON string into map object or returns empty map when conversion is not possible.
toMapWithDefault(Object, Map<String, Object>) - Static method in class org.pipservices3.commons.convert.MapConverter
Converts value into map object or returns default when conversion is not possible
toMapWithDefault(Object, Map<String, Object>) - Static method in class org.pipservices3.commons.convert.RecursiveMapConverter
Converts value into map object or returns default when conversion is not possible
toMapWithDefault(String, Map<String, Object>) - Static method in class org.pipservices3.commons.convert.JsonConverter
Converts JSON string into map object or returns default value when conversion is not possible.
toNullableArray(Object) - Static method in class org.pipservices3.commons.convert.ArrayConverter
Converts value into array object.
toNullableBoolean(Object) - Static method in class org.pipservices3.commons.convert.BooleanConverter
Converts value into boolean or returns null when conversion is not possible.
toNullableDateTime(Object) - Static method in class org.pipservices3.commons.convert.DateTimeConverter
Converts value into Date or returns null when conversion is not possible.
toNullableDouble(Object) - Static method in class org.pipservices3.commons.convert.DoubleConverter
Converts value into doubles or returns null when conversion is not possible.
toNullableDuration(Object) - Static method in class org.pipservices3.commons.convert.DurationConverter
 
toNullableEnum(Class<T>, Object) - Static method in class org.pipservices3.commons.convert.EnumConverter
 
toNullableFloat(Object) - Static method in class org.pipservices3.commons.convert.FloatConverter
Converts value into float or returns null when conversion is not possible.
toNullableInteger(Object) - Static method in class org.pipservices3.commons.convert.IntegerConverter
Converts value into integer or returns null when conversion is not possible.
toNullableLong(Object) - Static method in class org.pipservices3.commons.convert.LongConverter
Converts value into long or returns null when conversion is not possible.
toNullableMap(Object) - Static method in class org.pipservices3.commons.convert.MapConverter
Converts value into map object or returns null when conversion is not possible.
toNullableMap(Object) - Static method in class org.pipservices3.commons.convert.RecursiveMapConverter
Converts value into map object or returns null when conversion is not possible.
toNullableMap(String) - Static method in class org.pipservices3.commons.convert.JsonConverter
Converts JSON string into map object or returns null when conversion is not possible.
toNullableString(Object) - Static method in class org.pipservices3.commons.convert.StringConverter
Converts value into string or returns null when value is null.
toNullableType(Class<T>, Object) - Static method in class org.pipservices3.commons.convert.TypeConverter
Converts value into an object type specified by Type Code or returns null when conversion is not possible.
toString() - Method in class org.pipservices3.commons.data.AnyValue
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.data.AnyValueArray
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.data.AnyValueMap
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.data.ProjectionParams
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.data.StringValueMap
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.refer.Descriptor
Gets a string representation of the object.
toString() - Method in class org.pipservices3.commons.reflect.TypeDescriptor
Gets a string representation of the object.
toString(Object) - Static method in class org.pipservices3.commons.convert.StringConverter
Converts value into string or returns "" when value is null.
toString(TypeCode) - Static method in class org.pipservices3.commons.convert.TypeConverter
Converts a TypeCode into its string name.
toStringWithDefault(Object, String) - Static method in class org.pipservices3.commons.convert.StringConverter
Converts value into string or returns default when value is null.
total - Variable in class org.pipservices3.commons.data.TokenizedDataPage
The total amount of items in a request.
total - Variable in class org.pipservices3.commons.data.TokenizedPagingParams
The flag to return the total number of items.
toType(Class<T>, Object) - Static method in class org.pipservices3.commons.convert.TypeConverter
Converts value into an object type specified by Type Code or returns type default when conversion is not possible.
toTypeCode(Class<?>) - Static method in class org.pipservices3.commons.convert.TypeConverter
Gets TypeCode for specific type.
toTypeCode(Object) - Static method in class org.pipservices3.commons.convert.TypeConverter
Gets TypeCode for specific value.
toTypeWithDefault(Class<T>, Object, T) - Static method in class org.pipservices3.commons.convert.TypeConverter
Converts value into an object type specified by Type Code or returns default value when conversion is not possible.
TypeCode - Enum in org.pipservices3.commons.convert
Codes for the data types that can be converted using TypeConverter.
TypeConverter - Class in org.pipservices3.commons.convert
Converts arbitrary values into objects specific by TypeCodes.
TypeConverter() - Constructor for class org.pipservices3.commons.convert.TypeConverter
 
TypeDescriptor - Class in org.pipservices3.commons.reflect
Descriptor that points to specific object type by it's name and optional library (or module) where this type is defined.
TypeDescriptor(String, String) - Constructor for class org.pipservices3.commons.reflect.TypeDescriptor
Creates a new instance of the type descriptor and sets its values.
TypeMatcher - Class in org.pipservices3.commons.reflect
Helper class matches value types for equality.
TypeMatcher() - Constructor for class org.pipservices3.commons.reflect.TypeMatcher
 
TypeReflector - Class in org.pipservices3.commons.reflect
Helper class to perform object type introspection and object instantiation.
TypeReflector() - Constructor for class org.pipservices3.commons.reflect.TypeReflector
 

U

Unauthorized - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Access errors caused by missing user identity (authentication error) or incorrect security permissions (authorization error).
UnauthorizedException - Exception in org.pipservices3.commons.errors
Access errors caused by missing user identity (authentication error) or incorrect security permissions (authorization error).
UnauthorizedException() - Constructor for exception org.pipservices3.commons.errors.UnauthorizedException
Creates an error instance and assigns its values.
UnauthorizedException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.UnauthorizedException
Creates an error instance and assigns its values.
Unknown - Enum constant in enum org.pipservices3.commons.convert.TypeCode
 
Unknown - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Unknown or unexpected errors
UnknownException - Exception in org.pipservices3.commons.errors
Unknown or unexpected errors
UnknownException() - Constructor for exception org.pipservices3.commons.errors.UnknownException
Creates an error instance and assigns its values.
UnknownException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.UnknownException
Creates an error instance and assigns its values.
unsetReferences() - Method in interface org.pipservices3.commons.refer.IUnreferenceable
Unsets (clears) previously set references to dependent components.
unsetReferences(Iterable<Object>) - Static method in class org.pipservices3.commons.refer.Referencer
Unsets references in multiple components.
unsetReferencesForOne(Object) - Static method in class org.pipservices3.commons.refer.Referencer
Unsets references in specific component.
Unsupported - Static variable in class org.pipservices3.commons.errors.ErrorCategory
Errors caused by calls to unsupported or not yet implemented functionality
UnsupportedException - Exception in org.pipservices3.commons.errors
Errors caused by calls to unsupported or not yet implemented functionality
UnsupportedException() - Constructor for exception org.pipservices3.commons.errors.UnsupportedException
Creates an error instance and assigns its values.
UnsupportedException(String, String, String) - Constructor for exception org.pipservices3.commons.errors.UnsupportedException
Creates an error instance and assigns its values.
updateDateTime(ZonedDateTime) - Static method in class org.pipservices3.commons.random.RandomDateTime
Updates (drifts) a ZonedDateTime value.
updateDateTime(ZonedDateTime, float) - Static method in class org.pipservices3.commons.random.RandomDateTime
Updates (drifts) a ZonedDateTime value within specified range defined
updateDouble(double) - Static method in class org.pipservices3.commons.random.RandomDouble
Updates (drifts) a double value without specified range defined
updateDouble(double, double) - Static method in class org.pipservices3.commons.random.RandomDouble
Updates (drifts) a double value within specified range defined
updateFloat(float) - Static method in class org.pipservices3.commons.random.RandomFloat
Updates (drifts) a float value without specified range defined
updateFloat(float, float) - Static method in class org.pipservices3.commons.random.RandomFloat
Updates (drifts) a float value within specified range defined
updateInteger(int) - Static method in class org.pipservices3.commons.random.RandomInteger
Updates (drifts) a integer value without specified range defined
updateInteger(int, int) - Static method in class org.pipservices3.commons.random.RandomInteger
Updates (drifts) a integer value within specified range defined
updateLong(long) - Static method in class org.pipservices3.commons.random.RandomLong
Updates (drifts) a long value without specified range defined
updateLong(long, long) - Static method in class org.pipservices3.commons.random.RandomLong
Updates (drifts) a long value within specified range defined

V

validate(Object) - Method in class org.pipservices3.commons.validate.Schema
Validates the given value and results validation results.
validate(String, Parameters) - Method in class org.pipservices3.commons.commands.CommandSet
Validates Parameters args for command specified by its name using defined schema.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.AndRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.AtLeastOneExistsRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.ExcludedRule
Validates the given value.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.IncludedRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in interface org.pipservices3.commons.validate.IValidationRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.NotRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.OnlyOneExistsRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.OrRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.PropertiesComparisonRule
Validates a given value against this rule.
validate(String, Schema, Object, List<ValidationResult>) - Method in class org.pipservices3.commons.validate.ValueComparisonRule
Validates a given value against this rule.
validate(ICommand, Parameters) - Method in interface org.pipservices3.commons.commands.ICommandInterceptor
Validates arguments of the wrapped command before its execution.
validate(Parameters) - Method in class org.pipservices3.commons.commands.Command
Validates the command Parameters args before execution using the defined schema.
validate(Parameters) - Method in interface org.pipservices3.commons.commands.ICommand
Validates command arguments before execution using defined schema.
validate(Parameters) - Method in class org.pipservices3.commons.commands.InterceptedCommand
Validates the Parameters args that are to be passed to the command that is next in the execution chain.
validateAndThrowException(String, Object) - Method in class org.pipservices3.commons.validate.Schema
Validates the given value and throws a ValidationException if errors were found.
validateAndThrowException(String, Object, boolean) - Method in class org.pipservices3.commons.validate.Schema
Validates the given value and returns a ValidationException if errors were found.
ValidationException - Exception in org.pipservices3.commons.validate
Errors in schema validation.
ValidationException(String, String) - Constructor for exception org.pipservices3.commons.validate.ValidationException
Creates a new instance of validation exception and assigns its values.
ValidationException(String, List<ValidationResult>) - Constructor for exception org.pipservices3.commons.validate.ValidationException
Creates a new instance of validation exception and assigns its values.
ValidationResult - Class in org.pipservices3.commons.validate
Result generated by schema validation
ValidationResult() - Constructor for class org.pipservices3.commons.validate.ValidationResult
Creates a new instance of validation result.
ValidationResult(String, ValidationResultType, String, String, Object, Object) - Constructor for class org.pipservices3.commons.validate.ValidationResult
Creates a new instance of validation result and sets its values.
ValidationResultType - Enum in org.pipservices3.commons.validate
Types of validation results generated by validation schemas.
ValueComparisonRule - Class in org.pipservices3.commons.validate
Validation rule that compares value to a constant.
ValueComparisonRule(String, Object) - Constructor for class org.pipservices3.commons.validate.ValueComparisonRule
Creates a new validation rule and sets its values.
valueOf(String) - Static method in enum org.pipservices3.commons.convert.TypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pipservices3.commons.validate.ValidationResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pipservices3.commons.convert.TypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pipservices3.commons.validate.ValidationResultType
Returns an array containing the constants of this enum type, in the order they are declared.
verb() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random verb.

W

Warning - Enum constant in enum org.pipservices3.commons.validate.ValidationResultType
Warning about something suspecious.
withCause(Throwable) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a original error wrapped by this exception
withCode(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a unique error code.
withCorrelationId(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a correlation id which can be used to trace this error through a call chain.
withDetails(String, Object) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a parameter for additional error details.
withOptionalProperty(String, Object, IValidationRule...) - Method in class org.pipservices3.commons.validate.ObjectSchema
Adds a validation schema for an optional object property.
withProperty(PropertySchema) - Method in class org.pipservices3.commons.validate.ObjectSchema
Adds a validation schema for an object property.
withRequiredProperty(String, Object, IValidationRule...) - Method in class org.pipservices3.commons.validate.ObjectSchema
Adds a validation schema for a required object property.
withRule(IValidationRule) - Method in class org.pipservices3.commons.validate.Schema
Adds validation rule to this schema.
withStackTrace(String) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a stack trace for this error.
withStatus(int) - Method in exception org.pipservices3.commons.errors.ApplicationException
Sets a HTTP status code which shall be returned by REST calls.
word() - Static method in class org.pipservices3.commons.random.RandomText
Generates a random word from available first names, last names, colors, stuffs, adjectives, or verbs.
words(int, int) - Static method in class org.pipservices3.commons.random.RandomText
Generates a random text that consists of random number of random words separated by spaces.
wrap(Throwable) - Method in exception org.pipservices3.commons.errors.ApplicationException
Wraps another exception into an application exception object.
wrapException(ApplicationException, Throwable) - Static method in exception org.pipservices3.commons.errors.ApplicationException
Wraps another exception into specified application exception object.

_

_lock - Variable in class org.pipservices3.commons.refer.References
 
_references - Variable in class org.pipservices3.commons.refer.References
 
A B C D E F G H I J L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form