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

A

accept(File) - Method in class org.bonitasoft.engine.DeepRegexFileFilter
 
addJarEntry(byte[], String, byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
addTime(long, TemporalUnit) - Method in class org.bonitasoft.engine.commons.time.FixedEngineClock
 

B

badStateIfNull(Object, String) - Static method in class org.bonitasoft.engine.commons.NullCheckingUtil
This method throw an IllegalStateException if the given parameter is null
badStateIfTrue(boolean, String) - Static method in class org.bonitasoft.engine.commons.NullCheckingUtil
This method throw an IllegalStateException if the given parameter is true
bind(MeterRegistry, ThreadPoolExecutor, String, long) - Method in class org.bonitasoft.engine.monitoring.DefaultExecutorServiceMetricsProvider
 
bind(MeterRegistry, ThreadPoolExecutor, String, long) - Method in interface org.bonitasoft.engine.monitoring.ExecutorServiceMetricsProvider
bind the executor service to the registry, only support ThreadPool right now, see DefaultExecutorServiceMetricsProvider.unbind(MeterRegistry, String, long)
bind(MeterRegistry, ThreadPoolExecutor, String, long) - Method in class org.bonitasoft.engine.monitoring.NoOpExecutorServiceMetricsProvider
 
bindMetricsOnly(MeterRegistry, ThreadPoolExecutor, String, long) - Method in class org.bonitasoft.engine.monitoring.DefaultExecutorServiceMetricsProvider
 
bindMetricsOnly(MeterRegistry, ThreadPoolExecutor, String, long) - Method in interface org.bonitasoft.engine.monitoring.ExecutorServiceMetricsProvider
bind the executor service to the registry, only support ThreadPool right now, see DefaultExecutorServiceMetricsProvider.unbind(MeterRegistry, String, long) This will only bind statisctics of the Threadpool, and not time taks.
bindMetricsOnly(MeterRegistry, ThreadPoolExecutor, String, long) - Method in class org.bonitasoft.engine.monitoring.NoOpExecutorServiceMetricsProvider
 
BonitaTaskExecutor - Class in org.bonitasoft.engine.service
simply hold a cached thread pool executor to handle common asynchronous tasks
BonitaTaskExecutor() - Constructor for class org.bonitasoft.engine.service.BonitaTaskExecutor
 
BooleanProperty - Class in org.bonitasoft.engine.properties
 
BooleanProperty(String, String, boolean) - Constructor for class org.bonitasoft.engine.properties.BooleanProperty
 
BroadcastService - Interface in org.bonitasoft.engine.service
Service allowing to broadcast a call made on services to the other nodes of a Cluster
buildSimpleMap(String, Object) - Static method in class org.bonitasoft.engine.commons.CollectionUtil
 

C

canConvert(Class) - Method in class org.bonitasoft.engine.data.instance.model.impl.OffsetDateTimeXStreamConverter
 
checkArgsNotNull(Object...) - Static method in class org.bonitasoft.engine.commons.NullCheckingUtil
Check that the given parameters are not null.
checkMD5(File, byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
ClassDataUtil - Class in org.bonitasoft.engine.commons
 
ClassDataUtil() - Constructor for class org.bonitasoft.engine.commons.ClassDataUtil
 
ClassReflector - Class in org.bonitasoft.engine.commons
 
ClassReflector() - Constructor for class org.bonitasoft.engine.commons.ClassReflector
 
clearCache() - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
CLUSTER - Static variable in class org.bonitasoft.engine.Profiles
 
CollectionUtil - Class in org.bonitasoft.engine.commons
 
CollectionUtil() - Constructor for class org.bonitasoft.engine.commons.CollectionUtil
 
CONNECTOR_ACTIVATION_EVENT - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the event which activates the connector
CONNECTOR_DEFINITION_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the connector definition
CONNECTOR_DEFINITION_VERSION - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the version of the connector definition
CONNECTOR_IMPLEMENTATION_CLASS_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the class name of the implementation of the connector definition
CONNECTOR_INSTANCE_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the connector instance
Container - Class in org.bonitasoft.engine.commons
 
Container(long, String) - Constructor for class org.bonitasoft.engine.commons.Container
 
convertToType(Class<? extends Serializable>, Serializable) - Method in class org.bonitasoft.engine.commons.TypeConverterUtil
 
copyTo(Folder) - Method in class org.bonitasoft.engine.home.Folder
 
create() - Method in class org.bonitasoft.engine.home.Folder
 
createAsTemporaryFolder() - Method in class org.bonitasoft.engine.home.Folder
 
createIfNotExists() - Method in class org.bonitasoft.engine.home.Folder
 
createTempDirectory(URI) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 

D

DeepRegexFileFilter - Class in org.bonitasoft.engine
Identical to RegexFileFilter, but accept files based on the complete file path and name, not only its name.
DeepRegexFileFilter(File, String) - Constructor for class org.bonitasoft.engine.DeepRegexFileFilter
 
DeepRegexFileFilter(String) - Constructor for class org.bonitasoft.engine.DeepRegexFileFilter
 
DefaultEngineClock - Class in org.bonitasoft.engine.commons.time
This is the default engine clock that return the real system time
DefaultEngineClock() - Constructor for class org.bonitasoft.engine.commons.time.DefaultEngineClock
 
DefaultExecutorServiceMetricsProvider - Class in org.bonitasoft.engine.monitoring
 
DefaultExecutorServiceMetricsProvider() - Constructor for class org.bonitasoft.engine.monitoring.DefaultExecutorServiceMetricsProvider
 
delete() - Method in class org.bonitasoft.engine.home.Folder
 
deleteDir(File) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
deleteDir(File, int, long) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
deleteFile(File, int, long) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
DOCUMENT_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the document

E

emptyOrUnmodifiable(List<T>) - Static method in class org.bonitasoft.engine.commons.CollectionUtil
 
EngineClock - Interface in org.bonitasoft.engine.commons.time
The EngineClock give the current time to the engine.
EnumToObjectConvertible - Interface in org.bonitasoft.engine.commons
Represent an enum which enum values can be convertible to other types.
equals(Object) - Method in class org.bonitasoft.engine.commons.Container
 
equals(Object) - Method in class org.bonitasoft.engine.commons.Pair
 
equals(Object) - Method in class org.bonitasoft.engine.service.TaskResult
 
error(Throwable) - Static method in class org.bonitasoft.engine.service.TaskResult
 
ExceptionUtils - Class in org.bonitasoft.engine.commons
 
ExceptionUtils() - Constructor for class org.bonitasoft.engine.commons.ExceptionUtils
 
execute() - Method in interface org.bonitasoft.engine.commons.PlatformRestartHandler
 
execute() - Method in interface org.bonitasoft.engine.commons.transaction.TransactionContent
 
execute(Callable<T>) - Method in class org.bonitasoft.engine.service.BonitaTaskExecutor
 
execute(RunnableWithException) - Method in class org.bonitasoft.engine.service.BonitaTaskExecutor
 
executeOnOthers(Callable<T>) - Method in interface org.bonitasoft.engine.service.BroadcastService
Broadcast the execution of a callable on other nodes and returns immediately a future holding the execution result on each node (once available).
executeOnOthers(Callable<T>, Long) - Method in interface org.bonitasoft.engine.service.BroadcastService
Broadcast the execution of a callable on other nodes and returns immediately a future holding the execution result on each node (once available).
executeOnOthersAndWait(Callable<T>, Long) - Method in interface org.bonitasoft.engine.service.BroadcastService
 
ExecutorServiceMetricsProvider - Interface in org.bonitasoft.engine.monitoring
 
exists() - Method in class org.bonitasoft.engine.home.Folder
 
Experimental - Annotation Type in org.bonitasoft.engine
An experimental SPI that can be used but might change in any version of Bonita.

F

FILE_ENCODING - Static variable in class org.bonitasoft.engine.commons.io.IOUtil
 
findNull(Object...) - Static method in class org.bonitasoft.engine.commons.NullCheckingUtil
Find null parameters in the given list.
FixedEngineClock - Class in org.bonitasoft.engine.commons.time
This is a fixed clock with some methods to change this fixed time Only used for testing purpose
FixedEngineClock(Instant) - Constructor for class org.bonitasoft.engine.commons.time.FixedEngineClock
 
FLOW_NODE_DEFINITION_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the flow node definition
FLOW_NODE_INSTANCE_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the flow node instance
FLOW_NODE_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the name of the flow node
Folder - Class in org.bonitasoft.engine.home
 
Folder(File) - Constructor for class org.bonitasoft.engine.home.Folder
 
Folder(Folder, String) - Constructor for class org.bonitasoft.engine.home.Folder
 
FolderMgr - Class in org.bonitasoft.engine.home
 
FolderMgr() - Constructor for class org.bonitasoft.engine.home.FolderMgr
 
fromEnum() - Method in interface org.bonitasoft.engine.commons.EnumToObjectConvertible
Convert this enum to an Object value
fromString(String) - Method in class org.bonitasoft.engine.data.instance.model.impl.OffsetDateTimeXStreamConverter
 

G

generateJar(Class<?>...) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
generateJar(Map<String, byte[]>) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
generateZip(Map<String, byte[]>) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getAccessibleGetters(Class<?>) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getAllContentFrom(File) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
getAllContentFrom(InputStream) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
Return the whole underlying stream content into a single String.
getAllContentFrom(URL) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
Return the whole underlying stream content into a single String.
getBytes(ZipInputStream) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getCacheSize() - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getCaller(int) - Static method in class org.bonitasoft.engine.commons.NullCheckingUtil
Return the StackTraceElement at the given offset from this method invocation.
getCause() - Method in exception org.bonitasoft.engine.commons.exceptions.SRetryableException
 
getClass(Class<T>, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getClassData(Class<?>) - Static method in class org.bonitasoft.engine.commons.ClassDataUtil
 
getClassNameList(byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getClassOrPrimitiveClass(String) - Method in class org.bonitasoft.engine.commons.JavaMethodInvoker
 
getCompatibleMethod(Class<?>, String, Class<?>...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getConstructor(Class<T>, Class<?>...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getConstructor(Class<T>, String, Class<?>...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getContentTypeForIcon(String) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getContext() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
getContext() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
getDeclaredGetters(Class<?>) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getDeclaredSetters(Class<?>) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getExceptionId() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
This exception id is used to find potential causes
getFieldName(String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getFile() - Method in class org.bonitasoft.engine.home.Folder
 
getFile(String) - Method in class org.bonitasoft.engine.home.Folder
 
getFileContent(File) - Method in class org.bonitasoft.engine.home.Folder
 
getFileContent(String) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
return the content of the file from the classpath, the file must be at the root of the classpath
getFirstMethodWithName(Class<?>, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getGetterName(String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getGetterName(String, Class<?>) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getGetterReturnType(Class<?>, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getId() - Method in class org.bonitasoft.engine.commons.Container
 
getInstance(Constructor<T>, Object...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getKey() - Method in class org.bonitasoft.engine.commons.Pair
 
getLeft() - Method in class org.bonitasoft.engine.commons.Pair
 
getLicensesFolder() - Static method in class org.bonitasoft.engine.home.FolderMgr
 
getLogAfterMethod(Object, String) - Static method in class org.bonitasoft.engine.commons.LogUtil
Get the log message before quitting the method
getLogBeforeMethod(Object, String) - Static method in class org.bonitasoft.engine.commons.LogUtil
Get the log message on enter of the method
getLogOnExceptionMethod(Object, String, Exception) - Static method in class org.bonitasoft.engine.commons.LogUtil
Get the log message in each catch block
getLogOnExceptionMethod(Object, String, String) - Static method in class org.bonitasoft.engine.commons.LogUtil
Get the log message in each catch block
getMessage() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
getMessage() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getMethodByName(Class<?>, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getObject(Class<T>, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
getParameters() - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
getProperties(File) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
getProperties(String) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
getProperties(URL) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
getPropertiesFromXML(File) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
getPropertyAsString(Properties, String) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getResources(Class<?>...) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getResult() - Method in interface org.bonitasoft.engine.commons.transaction.TransactionContentWithResult
 
getResult() - Method in class org.bonitasoft.engine.service.TaskResult
 
getRight() - Method in class org.bonitasoft.engine.commons.Pair
 
getSize() - Method in class org.bonitasoft.engine.commons.NullCheckingUtil.NullCheckResult
Returns the number of parameters given to NullCheckingUtil.findNull(Object...)
getThrowable() - Method in class org.bonitasoft.engine.service.TaskResult
 
getTimeout() - Method in class org.bonitasoft.engine.service.TaskResult
 
getTimeunit() - Method in class org.bonitasoft.engine.service.TaskResult
 
getType() - Method in class org.bonitasoft.engine.commons.Container
 
getValue() - Method in class org.bonitasoft.engine.commons.Pair
 
getXStream() - Static method in class org.bonitasoft.engine.data.instance.model.impl.XStreamFactory
 
getZipEntryContent(String, byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
getZipEntryContent(String, InputStream) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
GROUP_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the group

H

hashCode() - Method in class org.bonitasoft.engine.commons.Container
 
hashCode() - Method in class org.bonitasoft.engine.commons.Pair
 
hashCode() - Method in class org.bonitasoft.engine.service.TaskResult
 
hasNull() - Method in class org.bonitasoft.engine.commons.NullCheckingUtil.NullCheckResult
Returns true if some parameters given to NullCheckingUtil.findNull(Object...) were null.

I

init() - Method in interface org.bonitasoft.engine.commons.TenantLifecycleService
This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.
InjectedService - Annotation Type in org.bonitasoft.engine.service
to tell the engine that a setter is used to inject services
injectServices(Long, Object) - Method in class org.bonitasoft.engine.service.ServicesResolver
 
invokeGetter(Object, String) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
invokeJavaMethod(String, Object, Object, String, String) - Method in class org.bonitasoft.engine.commons.JavaMethodInvoker
 
invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
invokeMethod(Object, String, Class<?>, Object) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
invokeMethodByName(Object, String, Object...) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
invokeSetter(Object, String, Class<?>, Object) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
IOUtil - Class in org.bonitasoft.engine.commons.io
 
isAGetterMethod(Method) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
isASetterMethod(Method) - Static method in class org.bonitasoft.engine.commons.ClassReflector
 
isEnabled() - Method in class org.bonitasoft.engine.properties.BooleanProperty
 
isError() - Method in class org.bonitasoft.engine.service.TaskResult
 
isNull(int) - Method in class org.bonitasoft.engine.commons.NullCheckingUtil.NullCheckResult
Returns true if the i th parameter given to NullCheckingUtil.findNull(Object...) was null.
isOk() - Method in class org.bonitasoft.engine.service.TaskResult
 
isOnWindows() - Static method in class org.bonitasoft.engine.commons.SystemOperationUtil
 
isTimeout() - Method in class org.bonitasoft.engine.service.TaskResult
 

J

JavaMethodInvoker - Class in org.bonitasoft.engine.commons
Invokes a method on a Java Object.
JavaMethodInvoker() - Constructor for class org.bonitasoft.engine.commons.JavaMethodInvoker
 

L

LifecycleService - Interface in org.bonitasoft.engine.commons
 
LINE_SEPARATOR - Static variable in class org.bonitasoft.engine.commons.SystemOperationUtil
The line separator as defined by the property line.separator.
listFilesAsResources() - Method in class org.bonitasoft.engine.home.Folder
 
LOGGER - Static variable in class org.bonitasoft.engine.home.FolderMgr
 
LogUtil - Class in org.bonitasoft.engine.commons
This class is for Add call to techinalLoggerService.log with severity TRACE in all Service Implementation public method
LogUtil() - Constructor for class org.bonitasoft.engine.commons.LogUtil
 
lookupOnPlatform(String) - Method in interface org.bonitasoft.engine.service.ServicesLookup
lookup for a service on the platform
lookupOnTenant(Long, String) - Method in interface org.bonitasoft.engine.service.ServicesLookup
lookup for a service on the tenant

M

mapOf(Pair<L, R>...) - Static method in class org.bonitasoft.engine.commons.Pair
 
md5(byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
MESSAGE_INSTANCE_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the name of the Message Instance
MESSAGE_INSTANCE_TARGET_FLOW_NODE_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the target flow node name of the Message Instance
MESSAGE_INSTANCE_TARGET_PROCESS_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the target process name of the Message Instance
MIMETYPES_FILE_TYPE_MAP - Static variable in class org.bonitasoft.engine.commons.io.IOUtil
 

N

newFile(String) - Method in class org.bonitasoft.engine.home.Folder
 
NoOpExecutorServiceMetricsProvider - Class in org.bonitasoft.engine.monitoring
 
NoOpExecutorServiceMetricsProvider() - Constructor for class org.bonitasoft.engine.monitoring.NoOpExecutorServiceMetricsProvider
 
now() - Method in class org.bonitasoft.engine.commons.time.DefaultEngineClock
 
now() - Method in interface org.bonitasoft.engine.commons.time.EngineClock
 
now() - Method in class org.bonitasoft.engine.commons.time.FixedEngineClock
 
NullCheckingUtil - Class in org.bonitasoft.engine.commons
 
NullCheckingUtil() - Constructor for class org.bonitasoft.engine.commons.NullCheckingUtil
 
NullCheckingUtil.NullCheckResult - Class in org.bonitasoft.engine.commons
Represents null value returned by NullCheckingUtil.findNull(Object...).

O

of(L, R) - Static method in class org.bonitasoft.engine.commons.Pair
 
OffsetDateTimeXStreamConverter - Class in org.bonitasoft.engine.data.instance.model.impl
 
OffsetDateTimeXStreamConverter() - Constructor for class org.bonitasoft.engine.data.instance.model.impl.OffsetDateTimeXStreamConverter
 
ok(T) - Static method in class org.bonitasoft.engine.service.TaskResult
 
org.bonitasoft.engine - package org.bonitasoft.engine
 
org.bonitasoft.engine.commons - package org.bonitasoft.engine.commons
 
org.bonitasoft.engine.commons.exceptions - package org.bonitasoft.engine.commons.exceptions
 
org.bonitasoft.engine.commons.io - package org.bonitasoft.engine.commons.io
 
org.bonitasoft.engine.commons.time - package org.bonitasoft.engine.commons.time
 
org.bonitasoft.engine.commons.transaction - package org.bonitasoft.engine.commons.transaction
 
org.bonitasoft.engine.data.instance.model.impl - package org.bonitasoft.engine.data.instance.model.impl
 
org.bonitasoft.engine.home - package org.bonitasoft.engine.home
 
org.bonitasoft.engine.monitoring - package org.bonitasoft.engine.monitoring
 
org.bonitasoft.engine.properties - package org.bonitasoft.engine.properties
 
org.bonitasoft.engine.service - package org.bonitasoft.engine.service
 

P

pair(L, R) - Static method in class org.bonitasoft.engine.commons.Pair
 
Pair<L,​R> - Class in org.bonitasoft.engine.commons
 
Pair(L, R) - Constructor for class org.bonitasoft.engine.commons.Pair
 
pause() - Method in interface org.bonitasoft.engine.commons.LifecycleService
Temporary halt the execution of this service.
PlatformLifecycleService - Interface in org.bonitasoft.engine.commons
 
PlatformRestartHandler - Interface in org.bonitasoft.engine.commons
 
primitiveTypes - Static variable in class org.bonitasoft.engine.commons.JavaMethodInvoker
 
print(Throwable) - Static method in class org.bonitasoft.engine.commons.ExceptionUtils
 
printLightWeightStacktrace(Throwable) - Static method in class org.bonitasoft.engine.commons.ExceptionUtils
 
printLightWeightStacktrace(Throwable, int) - Static method in class org.bonitasoft.engine.commons.ExceptionUtils
 
printRootCauseOnly(Throwable) - Static method in class org.bonitasoft.engine.commons.ExceptionUtils
 
PROCESS_DEFINITION_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the process definition
PROCESS_INSTANCE_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the process instance
PROCESS_NAME - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the name of the process definition
PROCESS_VERSION - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the version of the process definition
Profiles - Class in org.bonitasoft.engine
 
Profiles() - Constructor for class org.bonitasoft.engine.Profiles
 
PropertiesManager - Class in org.bonitasoft.engine.commons.io
 

R

read(File) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
Read the contents of the given file.
read(InputStream) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
Read the contents from the given FileInputStream.
readResource(String) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
remove(ClassLoader) - Static method in class org.bonitasoft.engine.data.instance.model.impl.XStreamFactory
Removes the XStream object related from given ClassLoader from the cache
resume() - Method in interface org.bonitasoft.engine.commons.LifecycleService
resume the execution the service
ROLE_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the role
ROOT_PROCESS_INSTANCE_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the root process instance
run() - Method in interface org.bonitasoft.engine.service.RunnableWithException
 
RunnableWithException - Interface in org.bonitasoft.engine.service
 

S

SAlreadyExistsException - Exception in org.bonitasoft.engine.commons.exceptions
 
SAlreadyExistsException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SAlreadyExistsException
 
saveProperties(Properties, File) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
saveProperties(Properties, String) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
savePropertiesToXML(Properties, File) - Static method in class org.bonitasoft.engine.commons.io.PropertiesManager
 
SBonitaException - Exception in org.bonitasoft.engine.commons.exceptions
 
SBonitaException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
Default constructor
SBonitaException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
SBonitaException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
SBonitaException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
SBonitaException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
SBonitaException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
SBonitaRuntimeException - Exception in org.bonitasoft.engine.commons.exceptions
 
SBonitaRuntimeException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
SBonitaRuntimeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
SBonitaRuntimeException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
SDeletionException - Exception in org.bonitasoft.engine.commons.exceptions
 
SDeletionException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
SDeletionException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
SDeletionException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
SDeletionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
SDeletionException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
SDeletionException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SDeletionException
 
ServicesLookup - Interface in org.bonitasoft.engine.service
 
ServicesResolver - Class in org.bonitasoft.engine.service
 
ServicesResolver(ServicesLookup) - Constructor for class org.bonitasoft.engine.service.ServicesResolver
 
setConnectorActivationEventOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setConnectorActivationEventOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setConnectorDefinitionIdOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setConnectorDefinitionIdOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setConnectorDefinitionImplementationClassNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setConnectorDefinitionVersionOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setConnectorDefinitionVersionOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setConnectorImplementationClassNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setConnectorInstanceIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setConnectorInstanceIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setDocumentIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setField(Object, String, Object) - Static method in class org.bonitasoft.engine.commons.ClassReflector
call a setter by reflection support pointed notation like pojo.child.name
setFlowNodeDefinitionIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setFlowNodeDefinitionIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setFlowNodeInstanceIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setFlowNodeInstanceIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setFlowNodeNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setFlowNodeNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setGroupIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setKey(L) - Method in class org.bonitasoft.engine.commons.Pair
 
setMessageInstanceNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setMessageInstanceNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setMessageInstanceTargetFlowNodeOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setMessageInstanceTargetFlowNodeOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setMessageInstanceTargetProcessOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setMessageInstanceTargetProcessOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setNow(Instant) - Method in class org.bonitasoft.engine.commons.time.FixedEngineClock
 
setProcessDefinitionIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setProcessDefinitionIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setProcessDefinitionNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setProcessDefinitionNameOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setProcessDefinitionVersionOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setProcessDefinitionVersionOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setProcessInstanceIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setProcessInstanceIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setRoleIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setRootProcessInstanceIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setRootProcessInstanceIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setUserIdOnContext(long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
setUserIdOnContext(Long) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setValue(R) - Method in class org.bonitasoft.engine.commons.Pair
 
setWaitingMessageEventTypeOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaException
 
setWaitingMessageEventTypeOnContext(String) - Method in exception org.bonitasoft.engine.commons.exceptions.SBonitaRuntimeException
 
SExceptionContext - Enum in org.bonitasoft.engine.commons.exceptions
To define the context of an exception in the message.
SExecutionException - Exception in org.bonitasoft.engine.commons.exceptions
when something went wrong during an execution
SExecutionException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SExecutionException
 
SExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SExecutionException
 
SExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SExecutionException
 
SExecutionException(SBonitaException) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SExecutionException
 
SLifecycleException - Exception in org.bonitasoft.engine.commons.exceptions
Exception happening during a life cycle operation such as start/stop of tenant services
SLifecycleException(String, Exception) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SLifecycleException
 
SObjectAlreadyExistsException - Exception in org.bonitasoft.engine.commons.exceptions
 
SObjectAlreadyExistsException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectAlreadyExistsException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectAlreadyExistsException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectAlreadyExistsException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectAlreadyExistsException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectAlreadyExistsException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectAlreadyExistsException
 
SObjectCreationException - Exception in org.bonitasoft.engine.commons.exceptions
 
SObjectCreationException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectCreationException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectCreationException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectCreationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectCreationException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectCreationException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectCreationException
 
SObjectModificationException - Exception in org.bonitasoft.engine.commons.exceptions
 
SObjectModificationException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectModificationException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectModificationException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectModificationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectModificationException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectModificationException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectModificationException
 
SObjectNotFoundException - Exception in org.bonitasoft.engine.commons.exceptions
 
SObjectNotFoundException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectNotFoundException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectNotFoundException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectNotFoundException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
 
SObjectReadException - Exception in org.bonitasoft.engine.commons.exceptions
 
SObjectReadException() - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
SObjectReadException(Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
SObjectReadException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
SObjectReadException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
SObjectReadException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
SObjectReadException(Throwable, Object...) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SObjectReadException
 
split(List<T>, int) - Static method in class org.bonitasoft.engine.commons.CollectionUtil
 
SReflectException - Exception in org.bonitasoft.engine.commons.exceptions
 
SReflectException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SReflectException
 
SReflectException(String, Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SReflectException
 
SReflectException(Throwable) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SReflectException
 
SRetryableException - Exception in org.bonitasoft.engine.commons.exceptions
 
SRetryableException(Exception) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SRetryableException
 
SRetryableException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SRetryableException
 
start() - Method in interface org.bonitasoft.engine.commons.LifecycleService
Start the service
start() - Method in class org.bonitasoft.engine.service.BonitaTaskExecutor
 
stop() - Method in interface org.bonitasoft.engine.commons.LifecycleService
 
stop() - Method in class org.bonitasoft.engine.service.BonitaTaskExecutor
 
StringUtils - Class in org.bonitasoft.engine.commons
String manipulation utilitary class.
StringUtils() - Constructor for class org.bonitasoft.engine.commons.StringUtils
 
SV6FormsDeployException - Exception in org.bonitasoft.engine.commons.exceptions
Thrown when a process fails to deploy because of V6 form presence in the bar to deploy.
SV6FormsDeployException(String) - Constructor for exception org.bonitasoft.engine.commons.exceptions.SV6FormsDeployException
 
SystemOperationUtil - Class in org.bonitasoft.engine.commons
 
SystemOperationUtil() - Constructor for class org.bonitasoft.engine.commons.SystemOperationUtil
 

T

TaskResult<T> - Class in org.bonitasoft.engine.service
result of the execution of a task using the broadcast service
TaskResult(Long, TimeUnit) - Constructor for class org.bonitasoft.engine.service.TaskResult
 
TaskResult(Throwable) - Constructor for class org.bonitasoft.engine.service.TaskResult
 
TaskResult(T) - Constructor for class org.bonitasoft.engine.service.TaskResult
 
TEMP_FOLDER_NAME_PREFIX - Static variable in class org.bonitasoft.engine.home.FolderMgr
 
TenantLifecycleService - Interface in org.bonitasoft.engine.commons
 
timeout(long, TimeUnit) - Static method in class org.bonitasoft.engine.service.TaskResult
 
TMP_DIRECTORY - Static variable in class org.bonitasoft.engine.commons.io.IOUtil
 
toByteArray(Document) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
toString() - Method in class org.bonitasoft.engine.commons.Pair
 
toString() - Method in class org.bonitasoft.engine.home.Folder
 
toString() - Method in class org.bonitasoft.engine.service.TaskResult
 
toString(Object) - Method in class org.bonitasoft.engine.data.instance.model.impl.OffsetDateTimeXStreamConverter
 
toURI() - Method in class org.bonitasoft.engine.home.Folder
 
TransactionContent - Interface in org.bonitasoft.engine.commons.transaction
 
TransactionContentWithResult<T> - Interface in org.bonitasoft.engine.commons.transaction
 
TypeConverterUtil - Class in org.bonitasoft.engine.commons
 
TypeConverterUtil(String[]) - Constructor for class org.bonitasoft.engine.commons.TypeConverterUtil
 

U

unbind(MeterRegistry, String, long) - Method in class org.bonitasoft.engine.monitoring.DefaultExecutorServiceMetricsProvider
 
unbind(MeterRegistry, String, long) - Method in interface org.bonitasoft.engine.monitoring.ExecutorServiceMetricsProvider
unbind all metrics of the named executor service from the meter registry
unbind(MeterRegistry, String, long) - Method in class org.bonitasoft.engine.monitoring.NoOpExecutorServiceMetricsProvider
 
uniformizePathPattern(String) - Static method in class org.bonitasoft.engine.commons.StringUtils
Replaces all "\" character with "/" character, and ensures that there is no double "/".
unzip(byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
updatePropertyValue(File, Map<String, String>) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
USER_ID - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the identifier of the user

V

valueOf(String) - Static method in enum org.bonitasoft.engine.commons.exceptions.SExceptionContext
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bonitasoft.engine.commons.exceptions.SExceptionContext
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAITING_MESSAGE_INSTANCE_TYPE - org.bonitasoft.engine.commons.exceptions.SExceptionContext
Corresponding to the event type of the Waiting Message Instance
write(File, byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
writeFile(File, String) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
writeMD5(File, byte[]) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 

X

XStreamFactory - Class in org.bonitasoft.engine.data.instance.model.impl
 
XStreamFactory() - Constructor for class org.bonitasoft.engine.data.instance.model.impl.XStreamFactory
 

Z

zip(Map<String, byte[]>) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
zip(Pair<String, byte[]>...) - Static method in class org.bonitasoft.engine.commons.io.IOUtil
 
A B C D E F G H I J L M N O P R S T U V W X Z 
All Classes All Packages