jbpm-form-modeler-common 6.0.0-redhat-3
A B C D E G I L M N O P R S T U V W 

A

AbstractComparatorByCriteria - Class in org.jbpm.formModeler.service.comparator
Base class for the implementation of custom comparators.
AbstractComparatorByCriteria() - Constructor for class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
addSortCriteria(String, int) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
addSortCriteria(String, int) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Specifies a sort criteria for the comparator.
appendIndent(StringBuffer, int) - Static method in class org.jbpm.formModeler.service.error.ErrorReport
 
Application - Class in org.jbpm.formModeler.service
Class that defines some application set-up parameters.
Application() - Constructor for class org.jbpm.formModeler.service.Application
 
ApplicationError - Exception in org.jbpm.formModeler.service.error
An error thrown by a client application.
ApplicationError(String) - Constructor for exception org.jbpm.formModeler.service.error.ApplicationError
 
ApplicationError(String, Throwable) - Constructor for exception org.jbpm.formModeler.service.error.ApplicationError
 

B

baseAppDirectory - Variable in class org.jbpm.formModeler.service.Application
 
baseCfgDirectory - Variable in class org.jbpm.formModeler.service.Application
 
beanManager - Static variable in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
The bean manager.
beansConfigFile - Static variable in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
BusinessError - Exception in org.jbpm.formModeler.service.error
An exception thrown by the client application when it wants to handle an expected business error.
BusinessError(int, String, String) - Constructor for exception org.jbpm.formModeler.service.error.BusinessError
 

C

CDIBeanLocator - Class in org.jbpm.formModeler.service.cdi
 
CDIBeanLocator() - Constructor for class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
ComparatorByCriteria - Interface in org.jbpm.formModeler.service.comparator
Interface addressed to enable the comparison of objects using multiple comparison criteria.
ComparatorUtils - Class in org.jbpm.formModeler.service.comparator
Helper class containing methods for the comparison between different types.
ComparatorUtils() - Constructor for class org.jbpm.formModeler.service.comparator.ComparatorUtils
 
compare(Object, Object) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
To be implemented by subclasses.
compare(Comparable, Comparable, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compares two comparable objects.
compare(Date, Date, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compares two dates.
compare(Boolean, Boolean, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compares two booleans.
compare(Collection, Collection, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compares two collections.
compare(Object, Collection, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compare an element with the collection elements.
compare(Object, Object, int) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Compares two objects.
Config - Annotation Type in org.jbpm.formModeler.service.annotation.config
 
ConfigReader - Class in org.jbpm.formModeler.service.annotation.config
 
ConfigReader() - Constructor for class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
currentLang() - Static method in class org.jbpm.formModeler.service.LocaleManager
Static getter for current lang.
currentLocale() - Static method in class org.jbpm.formModeler.service.LocaleManager
Static getter for current Locale.
currentThreadError - Variable in class org.jbpm.formModeler.service.error.ErrorManager
The error report for the current thread.

D

date - Variable in class org.jbpm.formModeler.service.error.ErrorReport
The error date
dateFormat - Static variable in class org.jbpm.formModeler.service.error.ErrorReport
 
defaultLocaleId - Variable in class org.jbpm.formModeler.service.LocaleManager
The default localeId.

E

equals(Object) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
equals(Collection, Collection) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Check if tow collections contains exactly the same elements.
ERROR - Static variable in exception org.jbpm.formModeler.service.error.BusinessError
 
ErrorManager - Class in org.jbpm.formModeler.service.error
Manages the error handling in the platform.
ErrorManager() - Constructor for class org.jbpm.formModeler.service.error.ErrorManager
 
ErrorReport - Class in org.jbpm.formModeler.service.error
An error report.
ErrorReport() - Constructor for class org.jbpm.formModeler.service.error.ErrorReport
 
exception - Variable in class org.jbpm.formModeler.service.error.ErrorReport
The error itself
existCriteria(String) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
existCriteria(String) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Check if a given criteria is applied in comparator.

G

geLocales() - Method in class org.jbpm.formModeler.service.LocaleManager
Locales supported.
getAllLanguages() - Method in class org.jbpm.formModeler.service.LocaleManager
Get all language identifiers
getAllLocales() - Method in class org.jbpm.formModeler.service.LocaleManager
Locales supported by the VM
getApplicationErrorCause(Throwable) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Get the error cause (if any) thrown by the application logic.
getBaseAppDirectory() - Method in class org.jbpm.formModeler.service.Application
 
getBaseCfgDirectory() - Method in class org.jbpm.formModeler.service.Application
 
getBeanByName(String) - Static method in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
getBeanByNameOrType(String) - Static method in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
getBeanByType(Class) - Static method in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
getBeanByType(String) - Static method in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
getBeanManager() - Static method in class org.jbpm.formModeler.service.cdi.CDIBeanLocator
 
getCriteriaIds() - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
getCriteriaIds() - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Retrieve ids. for all criterias specified.
getCurrentEditLang() - Method in class org.jbpm.formModeler.service.LocaleManager
Get the language in which the system is editing contents.
getCurrentEditLocale() - Method in class org.jbpm.formModeler.service.LocaleManager
Current locale for editing contents
getCurrentLang() - Method in class org.jbpm.formModeler.service.LocaleManager
Get the current language for displaying contents
getCurrentLocale() - Method in class org.jbpm.formModeler.service.LocaleManager
Current locale for viewing contents
getDate() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
getDefaultLang() - Method in class org.jbpm.formModeler.service.LocaleManager
Get the default language for the platform
getDefaultLocale() - Method in class org.jbpm.formModeler.service.LocaleManager
Default locale for the application
getDefaultLocaleId() - Method in class org.jbpm.formModeler.service.LocaleManager
 
getErrorReport() - Method in class org.jbpm.formModeler.service.error.ErrorManager
 
getException() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
getId() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
getInstalledLocaleIds() - Method in class org.jbpm.formModeler.service.LocaleManager
 
getLangs() - Method in class org.jbpm.formModeler.service.LocaleManager
Langs supported.
getLevel() - Method in exception org.jbpm.formModeler.service.error.BusinessError
 
getLocale() - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
getLocale() - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
The criteria always belongs to a locale.
getLocaleById(String) - Method in class org.jbpm.formModeler.service.LocaleManager
Get a Locale by its id.
getPlatformAvailableLangs() - Method in class org.jbpm.formModeler.service.LocaleManager
Langs supported.
getPlatformAvailableLocales() - Method in class org.jbpm.formModeler.service.LocaleManager
Locales supported by the platform
getPriority() - Method in interface org.jbpm.formModeler.service.annotation.Startable
 
getRootCause(Throwable) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Get the root exception.
getSortCriteria(String) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
getSortCriteriaOrdering(String) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
getSortCriteriaOrdering(String) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Retrieves the ordering specified for a given criteria.
getSortCriteriaPriority(String) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
getSortCriteriaPriority(String) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Retrieves the current priority for a given criteria.
getTitle() - Method in exception org.jbpm.formModeler.service.error.BusinessError
 
getUnexpectedErrorMessage() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
getUnexpectedErrorTitle() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 

I

id - Variable in class org.jbpm.formModeler.service.error.ErrorReport
The error unique identifier
INFO - Static variable in exception org.jbpm.formModeler.service.error.BusinessError
 
init() - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
init() - Method in class org.jbpm.formModeler.service.LocaleManager
 
Install - Annotation Type in org.jbpm.formModeler.service.annotation
 
installedLocaleIds - Variable in class org.jbpm.formModeler.service.LocaleManager
The list of locales supported.
isBusinessAppError() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
isLogErrorReportEnabled() - Method in class org.jbpm.formModeler.service.error.ErrorManager
 
isTechnicalAppError() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
isUpAndRunning() - Method in class org.jbpm.formModeler.service.Application
 

L

level - Variable in exception org.jbpm.formModeler.service.error.BusinessError
 
locale - Variable in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
The criteria locale.
LocaleManager - Class in org.jbpm.formModeler.service
 
LocaleManager() - Constructor for class org.jbpm.formModeler.service.LocaleManager
 
localeToString(Locale[]) - Method in class org.jbpm.formModeler.service.LocaleManager
 
localize(Map) - Method in class org.jbpm.formModeler.service.LocaleManager
Given a map of locale->value or language->value, it returns the appropiate value for the current locale.
log - Variable in class org.jbpm.formModeler.service.annotation.StartableProcessor
 
log - Variable in class org.jbpm.formModeler.service.error.ErrorManager
 
log - Variable in class org.jbpm.formModeler.service.LocaleManager
 
logDBInterlockThreadsEnabled - Variable in class org.jbpm.formModeler.service.error.ErrorManager
 
logError(ErrorReport) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Log the specified error report.
logErrorReportEnabled - Variable in class org.jbpm.formModeler.service.error.ErrorManager
 
lookup() - Static method in class org.jbpm.formModeler.service.Application
 
lookup() - Static method in class org.jbpm.formModeler.service.error.ErrorManager
 
lookup() - Static method in class org.jbpm.formModeler.service.LocaleManager
 

M

main(String[]) - Static method in class org.jbpm.formModeler.service.comparator.ComparatorUtils
Test compare methods.
main(String[]) - Static method in class org.jbpm.formModeler.service.error.ErrorReport
 
message - Variable in exception org.jbpm.formModeler.service.error.BusinessError
 

N

notifyError(Throwable, boolean) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Generate an error report and log the error if requested.

O

ORDER_ASCENDING - Static variable in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
 
ORDER_DESCENDING - Static variable in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
 
ORDER_UNSPECIFIED - Static variable in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
 
org.jbpm.formModeler.service - package org.jbpm.formModeler.service
 
org.jbpm.formModeler.service.annotation - package org.jbpm.formModeler.service.annotation
 
org.jbpm.formModeler.service.annotation.config - package org.jbpm.formModeler.service.annotation.config
 
org.jbpm.formModeler.service.cdi - package org.jbpm.formModeler.service.cdi
 
org.jbpm.formModeler.service.comparator - package org.jbpm.formModeler.service.comparator
 
org.jbpm.formModeler.service.error - package org.jbpm.formModeler.service.error
 

P

printContext(int) - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
printErrorMessage() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
printErrorTitle() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
printExceptionTrace() - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
Priority - Enum in org.jbpm.formModeler.service.annotation
 

R

readConfig(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readPrimitiveBoolean(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readPrimitiveDouble(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readPrimitiveFloat(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readPrimitiveInt(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readPrimitiveLong(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readProperties(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readStringArray(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
readStringMap(InjectionPoint) - Method in class org.jbpm.formModeler.service.annotation.config.ConfigReader
 
removeAllSortCriteria() - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
removeAllSortCriteria() - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Removes all sort criterias.
removeSortCriteria(String) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
removeSortCriteria(String) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
Removes a sort criteria.

S

setBaseAppDirectory(String) - Method in class org.jbpm.formModeler.service.Application
 
setBaseCfgDirectory(String) - Method in class org.jbpm.formModeler.service.Application
 
setCurrentEditLang(String) - Method in class org.jbpm.formModeler.service.LocaleManager
Set the language in which the system is editing contents.
setCurrentEditLocale(Locale) - Method in class org.jbpm.formModeler.service.LocaleManager
 
setCurrentLang(String) - Method in class org.jbpm.formModeler.service.LocaleManager
Set the current language for displaying contents
setCurrentLocale(Locale) - Method in class org.jbpm.formModeler.service.LocaleManager
 
setDate(Date) - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
setDefaultLocaleId(String) - Method in class org.jbpm.formModeler.service.LocaleManager
 
setException(Throwable) - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
setId(String) - Method in class org.jbpm.formModeler.service.error.ErrorReport
 
setInstalledLocaleIds(String[]) - Method in class org.jbpm.formModeler.service.LocaleManager
 
setLevel(int) - Method in exception org.jbpm.formModeler.service.error.BusinessError
 
setLocale(Locale) - Method in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
 
setLocale(Locale) - Method in interface org.jbpm.formModeler.service.comparator.ComparatorByCriteria
 
setLogErrorReportEnabled(boolean) - Method in class org.jbpm.formModeler.service.error.ErrorManager
 
setTitle(String) - Method in exception org.jbpm.formModeler.service.error.BusinessError
 
setUpAndRunning(boolean) - Method in class org.jbpm.formModeler.service.Application
 
shutdown() - Method in class org.jbpm.formModeler.service.Application
 
sortCriterias - Variable in class org.jbpm.formModeler.service.comparator.AbstractComparatorByCriteria
Sort criteria list.
start() - Method in interface org.jbpm.formModeler.service.annotation.Startable
 
start() - Method in class org.jbpm.formModeler.service.Application
 
Startable - Interface in org.jbpm.formModeler.service.annotation
 
startableComparator - Variable in class org.jbpm.formModeler.service.annotation.StartableProcessor
 
StartableProcessor - Class in org.jbpm.formModeler.service.annotation
 
StartableProcessor() - Constructor for class org.jbpm.formModeler.service.annotation.StartableProcessor
 
startables - Variable in class org.jbpm.formModeler.service.annotation.StartableProcessor
 
startupProcessor - Variable in class org.jbpm.formModeler.service.Application
 

T

TechnicalError - Exception in org.jbpm.formModeler.service.error
An exception thrown by the client application when it wants to handle an unexpected technical situation.
TechnicalError(String, Throwable) - Constructor for exception org.jbpm.formModeler.service.error.TechnicalError
 
throwBusinessError(String, String) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as an error.
throwBusinessInfo(String, String) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as extra information.
throwBusinessWarning(String, String) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the given message string is displayed as a warning.
throwTechnicalError(String, Throwable) - Method in class org.jbpm.formModeler.service.error.ErrorManager
Force the given error to be thrown. the current transaction is aborted and the give message string is displayed in a error report.
title - Variable in exception org.jbpm.formModeler.service.error.BusinessError
 

U

upAndRunning - Variable in class org.jbpm.formModeler.service.Application
 

V

valueOf(String) - Static method in enum org.jbpm.formModeler.service.annotation.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.formModeler.service.annotation.Priority
Returns an array containing the constants of this enum type, in the order they are declared.

W

wakeUpStartableBeans() - Method in class org.jbpm.formModeler.service.annotation.StartableProcessor
 
WARN - Static variable in exception org.jbpm.formModeler.service.error.BusinessError
 
A B C D E G I L M N O P R S T U V W 
jbpm-form-modeler-common 6.0.0-redhat-3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.