A C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

add(MessageDescriptor) - Method in class org.openehr.utils.message.MessageLogger
Generic add method for adding a message of type debug, info, warning, or error to the cache.
addDebug(String) - Method in class org.openehr.utils.message.MessageLogger
 
addDebugWithLocation(String, String) - Method in class org.openehr.utils.message.MessageLogger
Adds a debug message to cache.
addError(MessageCode, Object...) - Method in class org.openehr.utils.message.MessageLogger
 
addErrorWithLocation(MessageCode, String, Object...) - Method in class org.openehr.utils.message.MessageLogger
Adds an error to this error cache and sets the error flag to true.
addInfo(MessageCode, Object...) - Method in class org.openehr.utils.message.MessageLogger
 
addInfoWithLocation(MessageCode, String, Object...) - Method in class org.openehr.utils.message.MessageLogger
Adds a warning to this error cache and sets the hasInfo flag to true.
addWarning(MessageCode, Object...) - Method in class org.openehr.utils.message.MessageLogger
 
addWarningWithLocation(MessageCode, String, Object...) - Method in class org.openehr.utils.message.MessageLogger
Adds a warning to this error cache and sets the hasWarning flag to true.
APathQuery - Class in com.nedap.archie.query
For now only accepts rather simple xpath-like expressions.
APathQuery(String) - Constructor for class com.nedap.archie.query.APathQuery
 
append(MessageLogger) - Method in class org.openehr.utils.message.MessageLogger
Adds all items in the error cache of other onto this error cache.
attributeNameToGetMethod(String) - Static method in class com.nedap.archie.util.NamingUtil
 
attributeNameToSetMethod(String) - Static method in class com.nedap.archie.util.NamingUtil
 
attributeNameToTypeId(String) - Static method in class com.nedap.archie.util.NamingUtil
 
attributeToField(String) - Static method in class com.nedap.archie.util.NamingUtil
 

C

classNameToTypeId(String) - Static method in class com.nedap.archie.util.NamingUtil
 
clear() - Method in class org.openehr.utils.message.MessageLogger
Clears the error message cache and resets all flags to false.
com.nedap.archie.datetime - package com.nedap.archie.datetime
 
com.nedap.archie.json - package com.nedap.archie.json
 
com.nedap.archie.kryo - package com.nedap.archie.kryo
 
com.nedap.archie.paths - package com.nedap.archie.paths
 
com.nedap.archie.query - package com.nedap.archie.query
 
com.nedap.archie.rminfo - package com.nedap.archie.rminfo
 
com.nedap.archie.util - package com.nedap.archie.util
 
copyDirectoryAndContent(String, String) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
copyFileToDirectory(File, File) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
copyFileToDirectory(File, String) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
copyFileToDirectory(String, String) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
copyStreamToTargetFile(String, String) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
create(MessageCode, MessageSeverity, String, String) - Static method in class org.openehr.utils.message.MessageDescriptor
 
createDebug(MessageCode, String, String) - Static method in class org.openehr.utils.message.MessageDescriptor
 
createError(MessageCode, String, String) - Static method in class org.openehr.utils.message.MessageDescriptor
 
createInfo(MessageCode, String, String) - Static method in class org.openehr.utils.message.MessageDescriptor
 
createWarning(MessageCode, String, String) - Static method in class org.openehr.utils.message.MessageDescriptor
 

D

DateDeserializer - Class in com.nedap.archie.json
Created by pieter.bos on 30/06/16.
DateDeserializer() - Constructor for class com.nedap.archie.json.DateDeserializer
 
DateTimeDeserializer - Class in com.nedap.archie.json
Created by pieter.bos on 30/06/16.
DateTimeDeserializer() - Constructor for class com.nedap.archie.json.DateTimeDeserializer
 
DateTimeFormatters - Class in com.nedap.archie.datetime
 
DateTimeFormatters() - Constructor for class com.nedap.archie.datetime.DateTimeFormatters
 
DateTimeParsers - Class in com.nedap.archie.datetime
ISO date time parsers
DateTimeParsers() - Constructor for class com.nedap.archie.datetime.DateTimeParsers
 
DateTimeSerializer - Class in com.nedap.archie.json
Created by pieter.bos on 30/09/16.
DateTimeSerializer() - Constructor for class com.nedap.archie.json.DateTimeSerializer
 
DateTimeSerializerFormatters - Class in com.nedap.archie.datetime
 
DateTimeSerializerFormatters() - Constructor for class com.nedap.archie.datetime.DateTimeSerializerFormatters
 
DEBUG - org.openehr.utils.message.MessageSeverity
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nedap.archie.json.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nedap.archie.json.DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nedap.archie.json.DurationDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.nedap.archie.json.TimeDeserializer
 
DurationDeserializer - Class in com.nedap.archie.json
Created by pieter.bos on 30/06/16.
DurationDeserializer() - Constructor for class com.nedap.archie.json.DurationDeserializer
 
DurationSerializer - Class in com.nedap.archie.json
 
DurationSerializer() - Constructor for class com.nedap.archie.json.DurationSerializer
 

E

ERROR - org.openehr.utils.message.MessageSeverity
 

F

FAILURE - org.openehr.utils.operation.OperationOutcomeStatus
 
fieldToAttributeName(String) - Static method in class com.nedap.archie.util.NamingUtil
 
FileAndDirUtils - Class in org.openehr.utils.file
File utility class
FileAndDirUtils() - Constructor for class org.openehr.utils.file.FileAndDirUtils
 
filterFilesFromDirectories(List<File>, IOFileFilter, boolean) - Static method in class org.openehr.utils.file.FileAndDirUtils
Method returns the list of files with the desired extension contained within the directories passed as arguments.

G

getAlternativeTypeNames(Class<?>) - Method in interface com.nedap.archie.rminfo.ModelNamingStrategy
Return any alternative names for a given class, used for backwards compatibility with renamed classes
getArchetypeRef() - Method in class com.nedap.archie.paths.PathSegment
 
getAttributeName(Field, Method) - Method in interface com.nedap.archie.rminfo.ModelNamingStrategy
Returns the OpenEHR standards compliant attribute name of the attribute implemenetd by the given java method and/or field.
getCode() - Method in interface org.openehr.utils.message.MessageCode
Get the code that uniquely identifies this within the given context
getCode() - Method in class org.openehr.utils.message.MessageDescriptor
 
getCurrentLocale() - Static method in class org.openehr.utils.message.I18n
 
getErrorCodes() - Method in class org.openehr.utils.message.MessageLogger
Returns all messages of type ERROR_TYPE_ERROR.
getException() - Method in class org.openehr.utils.operation.OperationOutcome
Returns the exception thrown by this operation.
getGlobalLoggingLevel() - Static method in class org.openehr.utils.message.GlobalMessageLoggingLevel
 
getIndex() - Method in class com.nedap.archie.paths.PathSegment
 
getInfoCodes() - Method in class org.openehr.utils.message.MessageLogger
Returns all messages of type ERROR_TYPE_INFO
getLevel() - Method in enum org.openehr.utils.message.MessageSeverity
 
getLocation() - Method in class org.openehr.utils.message.MessageDescriptor
 
getMessage() - Method in class org.openehr.utils.message.MessageDescriptor
 
getMessage(Object...) - Method in interface org.openehr.utils.message.MessageCode
Get the message translated to the current locale.
getMessage(Locale, Object...) - Method in interface org.openehr.utils.message.MessageCode
Get the message translated to the specified locale.
getMessageList() - Method in class org.openehr.utils.message.MessageLogger
 
getMessageTemplate() - Method in interface org.openehr.utils.message.MessageCode
Get the message template, in English
getNodeId() - Method in class com.nedap.archie.paths.PathSegment
 
getNodeName() - Method in class com.nedap.archie.paths.PathSegment
 
getPath(List<PathSegment>) - Static method in class com.nedap.archie.paths.PathUtil
 
getPathSegments() - Method in class com.nedap.archie.query.APathQuery
 
getPool() - Static method in class com.nedap.archie.util.KryoUtil
 
getResourceAsFile(String) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
getResult() - Method in class org.openehr.utils.operation.OperationOutcome
The result of the operation.
getSeverity() - Method in class org.openehr.utils.message.MessageDescriptor
 
getStatus() - Method in class org.openehr.utils.operation.OperationOutcome
Returns the status of the operation.
getTypeName(Class<?>) - Method in interface com.nedap.archie.rminfo.ModelNamingStrategy
Returns the OpenEHR standards compliant name of the given class.
getWarningCodes() - Method in class org.openehr.utils.message.MessageLogger
Returns all messages of type ERROR_TYPE_WARNING
GlobalMessageLoggingLevel - Class in org.openehr.utils.message
 
GlobalMessageLoggingLevel() - Constructor for class org.openehr.utils.message.GlobalMessageLoggingLevel
 

H

hasArchetypeRef() - Method in class com.nedap.archie.paths.PathSegment
 
hasError(MessageCode) - Method in class org.openehr.utils.message.MessageLogger
True if there has been an error recorded with code `a_code'
hasErrors() - Method in class org.openehr.utils.message.MessageLogger
Returns true if this error cache has errors
hasErrorsOrWarnings() - Method in class org.openehr.utils.message.MessageLogger
Returns true if this error cache has either error or warning messages.
hasExpressions() - Method in class com.nedap.archie.paths.PathSegment
 
hasIdCode() - Method in class com.nedap.archie.paths.PathSegment
 
hasInfo() - Method in class org.openehr.utils.message.MessageLogger
Returns true if this error cache has info-level messages.
hasInfo(MessageCode) - Method in class org.openehr.utils.message.MessageLogger
True if there has been an error recorded with code `a_code'
hasMatchingError(MessageCode) - Method in class org.openehr.utils.message.MessageLogger
True if there has been an error whose code starts with code `a_code'
hasMatchingWarning(MessageCode) - Method in class org.openehr.utils.message.MessageLogger
True if there has been a warning whose code starts with code `a_code'
hasNumberIndex() - Method in class com.nedap.archie.paths.PathSegment
 
hasWarning(MessageCode) - Method in class org.openehr.utils.message.MessageLogger
True if there has been an error recorded with code `a_code'
hasWarnings() - Method in class org.openehr.utils.message.MessageLogger
Returns true if this error cache has warnings.

I

I18n - Class in org.openehr.utils.message
 
I18n() - Constructor for class org.openehr.utils.message.I18n
 
INFO - org.openehr.utils.message.MessageSeverity
 
isEmpty() - Method in class org.openehr.utils.message.MessageLogger
Returns true if this error cache is empty.
ISO_8601_DATE - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO_8601_DATE - Static variable in class com.nedap.archie.datetime.DateTimeSerializerFormatters
 
ISO_8601_DATE_COMPACT - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO_8601_DATE_TIME - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO_8601_DATE_TIME - Static variable in class com.nedap.archie.datetime.DateTimeSerializerFormatters
 
ISO_8601_DATE_TIME_COMPACT - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO_8601_TIME - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO_8601_TIME - Static variable in class com.nedap.archie.datetime.DateTimeSerializerFormatters
 
ISO_8601_TIME_COMPACT - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO8601_OPTIONAL_NANOSECONDS - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
ISO8601_TIME_ZONE - Static variable in class com.nedap.archie.datetime.DateTimeFormatters
 
isValidErrorType(int) - Static method in enum org.openehr.utils.message.MessageSeverity
/** Method returns true if a valid error code is passed in as a method argument.

K

KryoUtil - Class in com.nedap.archie.util
Created by pieter.bos on 03/11/15.
KryoUtil() - Constructor for class com.nedap.archie.util.KryoUtil
 

L

lastAdded() - Method in class org.openehr.utils.message.MessageLogger
Returns the last message added to the error cache.
loadDirectories(List<String>) - Static method in class org.openehr.utils.file.FileAndDirUtils
Method loads directories specified by argument.
loadFilesWithExtensionFromDirectories(List<String>, String, boolean) - Static method in class org.openehr.utils.file.FileAndDirUtils
 
loadFilesWithExtensionFromDirectoryPaths(List<File>, String, boolean) - Static method in class org.openehr.utils.file.FileAndDirUtils
 

M

MessageCode - Interface in org.openehr.utils.message
A message code that includes both the code and the template.
MessageDescriptor - Class in org.openehr.utils.message
 
MessageDescriptor() - Constructor for class org.openehr.utils.message.MessageDescriptor
 
MessageDescriptor(MessageCode, MessageSeverity, String, String) - Constructor for class org.openehr.utils.message.MessageDescriptor
 
MessageLogger - Class in org.openehr.utils.message
A cache of debug-, info-, warning-, or error-level messages that are generated by a process such as the validation of an OpenEHR model load and configuration.
MessageLogger() - Constructor for class org.openehr.utils.message.MessageLogger
 
MessageSeverity - Enum in org.openehr.utils.message
enum for error code management
ModelNamingStrategy - Interface in com.nedap.archie.rminfo
Naming strategy for models.

N

NamingUtil - Class in com.nedap.archie.util
Converts java names to openEHR names and vice versa Created by pieter.bos on 10/11/15.
NamingUtil() - Constructor for class com.nedap.archie.util.NamingUtil
 

O

OperationOutcome<T> - Class in org.openehr.utils.operation
Class representing the outcome of an operation including the return value, a flag indicating success or failure, and the exception thrown by the operation if any.
OperationOutcome(T) - Constructor for class org.openehr.utils.operation.OperationOutcome
 
OperationOutcome(T, OperationOutcomeStatus) - Constructor for class org.openehr.utils.operation.OperationOutcome
 
OperationOutcome(T, OperationOutcomeStatus, Exception) - Constructor for class org.openehr.utils.operation.OperationOutcome
 
OperationOutcomeStatus - Enum in org.openehr.utils.operation
Copyright 2017 Cognitive Medical Systems, Inc (http://www.cognitivemedicine.com).
org.openehr.utils.file - package org.openehr.utils.file
 
org.openehr.utils.message - package org.openehr.utils.message
 
org.openehr.utils.operation - package org.openehr.utils.operation
 

P

parseDateTimeValue(String) - Static method in class com.nedap.archie.datetime.DateTimeParsers
 
parseDateValue(String) - Static method in class com.nedap.archie.datetime.DateTimeParsers
 
parseDurationValue(String) - Static method in class com.nedap.archie.datetime.DateTimeParsers
 
parseTimeValue(String) - Static method in class com.nedap.archie.datetime.DateTimeParsers
 
PathSegment - Class in com.nedap.archie.paths
Segment of an apath-query Created by pieter.bos on 19/10/15.
PathSegment() - Constructor for class com.nedap.archie.paths.PathSegment
 
PathSegment(String) - Constructor for class com.nedap.archie.paths.PathSegment
 
PathSegment(String, Integer) - Constructor for class com.nedap.archie.paths.PathSegment
 
PathSegment(String, String) - Constructor for class com.nedap.archie.paths.PathSegment
 
PathSegment(String, String, Integer) - Constructor for class com.nedap.archie.paths.PathSegment
 
PathUtil - Class in com.nedap.archie.paths
Created by pieter.bos on 07/04/16.
PathUtil() - Constructor for class com.nedap.archie.paths.PathUtil
 

R

read(Kryo, Input, Class<? extends URI>) - Method in class com.nedap.archie.kryo.URISerializer
 
register(String) - Static method in class org.openehr.utils.message.I18n
Register a template key and return it.

S

serialize(TemporalAccessor, JsonGenerator, SerializerProvider) - Method in class com.nedap.archie.json.DateTimeSerializer
 
serialize(TemporalAmount, JsonGenerator, SerializerProvider) - Method in class com.nedap.archie.json.DurationSerializer
 
serializeDuration(TemporalAmount) - Static method in class com.nedap.archie.datetime.DateTimeSerializerFormatters
 
setArchetypeRef(String) - Method in class com.nedap.archie.paths.PathSegment
 
setCode(MessageCode) - Method in class org.openehr.utils.message.MessageDescriptor
 
setCurrentLocale(Locale) - Static method in class org.openehr.utils.message.I18n
 
setException(Exception) - Method in class org.openehr.utils.operation.OperationOutcome
Sets the exception thrown by this operation.
setGlobalLoggingLevel(MessageSeverity) - Static method in class org.openehr.utils.message.GlobalMessageLoggingLevel
 
setIndex(Integer) - Method in class com.nedap.archie.paths.PathSegment
 
setLocation(String) - Method in class org.openehr.utils.message.MessageDescriptor
 
setMessage(String) - Method in class org.openehr.utils.message.MessageDescriptor
 
setNodeId(String) - Method in class com.nedap.archie.paths.PathSegment
 
setNodeName(String) - Method in class com.nedap.archie.paths.PathSegment
 
setResult(T) - Method in class org.openehr.utils.operation.OperationOutcome
Sets the result of the operation.
setSeverity(MessageSeverity) - Method in class org.openehr.utils.message.MessageDescriptor
 
setStatus(OperationOutcomeStatus) - Method in class org.openehr.utils.operation.OperationOutcome
Sets the status of the operation.
shouldLog(MessageSeverity) - Static method in class org.openehr.utils.message.GlobalMessageLoggingLevel
 
size() - Method in class org.openehr.utils.message.MessageLogger
Returns the number of messages in this error cache.
SUCCESS - org.openehr.utils.operation.OperationOutcomeStatus
 

T

t(String, Object...) - Static method in class org.openehr.utils.message.I18n
Translate the given string with the given input to the desired language
t(String, Locale, Object...) - Static method in class org.openehr.utils.message.I18n
Translate the given string with the given input to the desired language
TimeDeserializer - Class in com.nedap.archie.json
Created by pieter.bos on 30/06/16.
TimeDeserializer() - Constructor for class com.nedap.archie.json.TimeDeserializer
 
toString() - Method in class com.nedap.archie.paths.PathSegment
 
toString() - Method in class com.nedap.archie.query.APathQuery
 
toString() - Method in class org.openehr.utils.message.MessageDescriptor
 
toString() - Method in class org.openehr.utils.message.MessageLogger
Generate stringified version of contents, with newlines inserted after each entry
toStringFiltered(boolean, boolean, boolean) - Method in class org.openehr.utils.message.MessageLogger
Generate filtered stringified version of contents, with newlines inserted after each entry
typeIdToClassName(String) - Static method in class com.nedap.archie.util.NamingUtil
 

U

URISerializer - Class in com.nedap.archie.kryo
A safe serializer for java.net.URI to better support cloning of a DvUri RMObject.
URISerializer() - Constructor for class com.nedap.archie.kryo.URISerializer
 

V

valueOf(String) - Static method in enum org.openehr.utils.message.MessageSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openehr.utils.operation.OperationOutcomeStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openehr.utils.message.MessageSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openehr.utils.operation.OperationOutcomeStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - org.openehr.utils.message.MessageSeverity
 
write(Kryo, Output, URI) - Method in class com.nedap.archie.kryo.URISerializer
 
A C D E F G H I K L M N O P R S T U V W 
All Classes All Packages