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

A

ABORTED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is aborted.
AbstractConnector - Class in org.bonitasoft.engine.connector
 
AbstractConnector() - Constructor for class org.bonitasoft.engine.connector.AbstractConnector
 
AbstractUserFilter - Class in org.bonitasoft.engine.filter
 
AbstractUserFilter() - Constructor for class org.bonitasoft.engine.filter.AbstractUserFilter
 
ACTION_SCOPE - Static variable in class com.bonitasoft.engine.log.LogSearchDescriptor
 
ACTION_TYPE - Static variable in class com.bonitasoft.engine.log.LogSearchDescriptor
 
activateTenant(long) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Activate a tenant.
ACTIVATION_EVENT - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the event to activate the connector
ACTIVATION_EVENT - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
ACTIVATION_STATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
ActivationState - Enum in org.bonitasoft.engine.bpm.process
Activation state of a process
ACTIVITY_TYPE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
ACTIVITY_TYPE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
ActivityDefinition - Interface in org.bonitasoft.engine.bpm.flownode
An Activity is work that is performed within a Business Process.
ActivityDefinitionNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to find the activity definition.
ActivityDefinitionNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityDefinitionNotFoundException
Constructs a new exception with the specified detail message.
ActivityExecutionException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to execute the activity.
ActivityExecutionException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityExecutionException
Constructs a new exception with the specified detail message.
ActivityExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityExecutionException
Constructs a new exception with the specified detail cause.
ActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
Corresponding to a instance of ActivityDefinition.
ActivityInstanceCriterion - Enum in org.bonitasoft.engine.bpm.flownode
 
ActivityInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
 
ActivityInstanceNotFoundException(long) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException
Constructs a new exception with the specified detail message.
ActivityInstanceNotFoundException(long, Exception) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException
Constructs a new exception with the specified detail message and cause.
ActivityInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ActivityInstanceNotFoundException
Constructs a new exception with the specified detail cause.
ActivityInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
ActivityInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
ActivityStates - Class in org.bonitasoft.engine.bpm.flownode
Temporary class to be substituted by ActivityStateService.
ActivityStates() - Constructor for class org.bonitasoft.engine.bpm.flownode.ActivityStates
 
ActorCriterion - Enum in org.bonitasoft.engine.bpm.actor
Criterion to sort actors
ActorDefinition - Interface in org.bonitasoft.engine.bpm.actor
ActorDefinition forms part of the ProcessDefinition.
ActorInstance - Interface in org.bonitasoft.engine.bpm.actor
Once a process is deployed, the associated actors are instances of class ActorInstance.
ActorMappingExportException - Exception in org.bonitasoft.engine.bpm.actor
Thrown when it's not possible to export the actor mappings.
ActorMappingExportException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.actor.ActorMappingExportException
Constructs a new exception with the specified detail cause.
ActorMappingImportException - Exception in org.bonitasoft.engine.bpm.actor
Thrown when it's not possible to import the actor mappings.
ActorMappingImportException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.actor.ActorMappingImportException
Constructs a new exception with the specified detail message and cause.
ActorMappingImportException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.actor.ActorMappingImportException
Constructs a new exception with the specified detail cause.
ActorMember - Interface in org.bonitasoft.engine.bpm.actor
It is used to map a actorInstance with the organisation.
ActorNotFoundException - Exception in org.bonitasoft.engine.bpm.actor
Thrown when it's not possible to find an actor mapping.
ActorNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.actor.ActorNotFoundException
Constructs a new exception with the specified detail cause.
ActorNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.actor.ActorNotFoundException
Constructs a new exception with the specified detail message.
ActorUpdater - Class in org.bonitasoft.engine.bpm.actor
The descriptor which contains the fields to update an actor.
ActorUpdater() - Constructor for class org.bonitasoft.engine.bpm.actor.ActorUpdater
The default constructor
ActorUpdater.ActorField - Enum in org.bonitasoft.engine.bpm.actor
The fields that can be updated.
addAndFilter() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addBetweenFilter(String, Serializable, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addCategoriesToProcess(long, List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Associates the categories to the process definition.
addComment(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Deprecated.
use ProcessRuntimeAPI.addProcessComment(long, String) instead, that can throw CreationException is case of inexistant Process Instance
addConnector(ConnectorDefinition) - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
addDependency(String, byte[]) - Method in interface org.bonitasoft.engine.api.CommandAPI
Adds a dependency to the tenant scope.
addDependency(String, byte[]) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Adds a dependency to the tenant scope.
addDifferentFromFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addGreaterOrEqualsFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addGreaterThanFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addGroupToActor(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the group to the actor.
addGroupToActor(String, long, ProcessDefinition) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the group to the actor of the process definition.
addLeftParenthesis() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addLessOrEqualsFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addLessThanFilter(String, Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addManualUserTask(ManualTaskCreator) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Add a manual task with given human task id.
addOrFilter() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addProcessComment(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Add a comment on a process instance.
addProcessDefinitionsToCategory(long, List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Associates a list of process definitions with the category.
addProcessDefinitionToCategory(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Associates the process definition with the category.
addResource(String, byte[]) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
Adds a resource to this BusinessArchive
addRightParenthesis() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addRoleAndGroupToActor(long, long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the role and the group to the actor.
addRoleAndGroupToActor(String, ProcessDefinition, long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the role and the group to the actor of the process definition.
addRoleToActor(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the role to the actor.
addRoleToActor(String, ProcessDefinition, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the role to the actor of the process definition.
addSort(String, Order) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
addUserMembership(long, long, long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Associates the user with the group and the role.
addUserMemberships(List<Long>, long, long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Associates the users with the group and the role.
addUserToActor(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps the user to the actor.
addUserToActor(String, ProcessDefinition, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Maps a user to the actor of the process definition.
AlreadyExistsException - Exception in org.bonitasoft.engine.exception
Thrown when it's not possible to create a object, because it already exists.
AlreadyExistsException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.AlreadyExistsException
Constructs a new exception with the specified detail cause.
AlreadyExistsException(String) - Constructor for exception org.bonitasoft.engine.exception.AlreadyExistsException
Constructs a new exception with the specified detail message.
and() - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
APIAccessor - Interface in com.bonitasoft.engine.api
Gives access to Subscription edition specific APIs.
APIAccessor - Interface in org.bonitasoft.engine.api
Gives access to some common APIs.
apiAccessor - Variable in class org.bonitasoft.engine.connector.AbstractConnector
 
ApiAccessType - Enum in org.bonitasoft.engine.api
 
APIImplementationNotFoundException - Exception in org.bonitasoft.engine.exception
Thrown when it's not possible to find a API implementation.
APIImplementationNotFoundException(String) - Constructor for exception org.bonitasoft.engine.exception.APIImplementationNotFoundException
Constructs a new exception with the specified detail message.
APISession - Interface in org.bonitasoft.engine.session
Informations concerning the connected tenant to the APIs
APITypeManager - Class in org.bonitasoft.engine.util
 
APITypeManager() - Constructor for class org.bonitasoft.engine.util.APITypeManager
 
ARCHIVE_DATE - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the date to which the comment was archived.
ARCHIVE_DATE - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the date to which the connector was archived.
ARCHIVE_DATE - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
ARCHIVE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
ARCHIVE_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
ArchiveConnectorInstancesSearchDescriptor - Class in org.bonitasoft.engine.bpm.connector
The fields on which a search can be made for the archived connectors.
ArchiveConnectorInstancesSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
 
ArchivedActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedActivityInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to find the archived activity instance.
ArchivedActivityInstanceNotFoundException(long) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceNotFoundException
Constructs a new exception with the specified detail message.
ArchivedActivityInstanceNotFoundException(Exception) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceNotFoundException
Constructs a new exception with the specified detail cause.
ArchivedActivityInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
ArchivedActivityInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
ArchivedAutomaticTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedCallActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedComment - Interface in org.bonitasoft.engine.bpm.comment
The archived comment associated to a process instance
ArchivedCommentsSearchDescriptor - Class in org.bonitasoft.engine.bpm.comment
The fields on which a search can be made for the archived comments.
ArchivedCommentsSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
 
ArchivedConnectorInstance - Interface in org.bonitasoft.engine.bpm.connector
The archived connector
ArchivedDataInstance - Interface in org.bonitasoft.engine.bpm.data
 
ArchivedDataNotFoundException - Exception in org.bonitasoft.engine.bpm.data
Thrown when it's not possible to find the archived data instance.
ArchivedDataNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.data.ArchivedDataNotFoundException
Constructs a new exception with the specified detail cause.
ArchivedDocument - Interface in org.bonitasoft.engine.bpm.document
 
ArchivedDocumentNotFoundException - Exception in org.bonitasoft.engine.bpm.document
Thrown when it's not possible to find the archived document.
ArchivedDocumentNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.document.ArchivedDocumentNotFoundException
Constructs a new exception with the specified detail cause.
ArchivedDocumentsSearchDescriptor - Class in org.bonitasoft.engine.bpm.document
 
ArchivedDocumentsSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
ArchivedElement - Interface in org.bonitasoft.engine.bpm
 
ArchivedFlowElementInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedFlowNodeInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedFlowNodeInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to find the archived flow node instance.
ArchivedFlowNodeInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceNotFoundException
Constructs a new exception with the specified detail cause.
ArchivedFlowNodeInstanceNotFoundException(long) - Constructor for exception org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceNotFoundException
Constructs a new exception with the specified detail message.
ArchivedFlowNodeInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
ArchivedFlowNodeInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
ArchivedGatewayInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedHumanTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedHumanTaskInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
ArchivedHumanTaskInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
ArchivedLoopActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedManualTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedMultiInstanceActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedProcessInstance - Interface in org.bonitasoft.engine.bpm.process
 
ArchivedProcessInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.process
Thrown when it's not possible to find the archived process instance.
ArchivedProcessInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ArchivedProcessInstanceNotFoundException
Constructs a new exception with the specified detail cause.
ArchivedProcessInstancesSearchDescriptor - Class in com.bonitasoft.engine.bpm.flownode
 
ArchivedProcessInstancesSearchDescriptor() - Constructor for class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
ArchivedProcessInstancesSearchDescriptor - Class in org.bonitasoft.engine.bpm.process
 
ArchivedProcessInstancesSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
ArchivedReceiveTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedSendTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedSubProcessActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedTransitionInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ArchivedUserTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ASSIGNEE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
ASSIGNEE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
ASSIGNEE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
ASSIGNEE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
ASSIGNEE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
assignUserTask(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Assign a task to a user with given user identifier.
attachDocument(long, String, String, String, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Attach a document by reference to the specified process instance.
The document itself does not contain content but is a reference to external content specified by its URL.
attachDocument(long, String, String, String, byte[]) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Attach the given document to the specified process instance.
The content is stored to enable later retrieval.
attachNewDocumentVersion(long, String, String, String, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Attach a new version of a document by reference to the specified process instance.
attachNewDocumentVersion(long, String, String, String, byte[]) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Attach a new document version to the specified process instance.
AutomaticTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
An AutomaticTask is a concrete implementation of a Task.
AutomaticTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 

B

BaseElement - Interface in org.bonitasoft.engine.bpm
Every BaseElement object has an identifier that can be accessed through the BaseElement.getId() method.
between(String, Serializable, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
BONITA_HOME_CLIENT - Static variable in class org.bonitasoft.engine.home.BonitaHomeClient
 
BonitaException - Exception in org.bonitasoft.engine.exception
The class BonitaException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
BonitaException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.BonitaException
Constructs a new exception with the specified detail message and cause.
BonitaException(String) - Constructor for exception org.bonitasoft.engine.exception.BonitaException
Constructs a new exception with the specified detail message.
BonitaException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.BonitaException
Constructs a new exception with the specified detail cause.
BonitaHomeClient - Class in org.bonitasoft.engine.home
 
BonitaObject - Interface in org.bonitasoft.engine.bpm
Every (client) model object of bonita extends this interface
BonitaRuntimeException - Exception in org.bonitasoft.engine.exception
 
BonitaRuntimeException(String) - Constructor for exception org.bonitasoft.engine.exception.BonitaRuntimeException
 
BonitaRuntimeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.BonitaRuntimeException
 
BonitaRuntimeException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.BonitaRuntimeException
 
BoundaryEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
BoundaryEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
BPM_EVENT_TYPE - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
BPMEventType - Enum in org.bonitasoft.engine.bpm.flownode
 
Breakpoint - Interface in com.bonitasoft.engine.bpm.breakpoint
This is used to debug a process instance using the commands AddBreakpointCommand, GetBreakpointsCommand and RemoveBreakpointCommand.
BreakpointCriterion - Enum in com.bonitasoft.engine.bpm.breakpoint
 
BusinessArchive - Class in org.bonitasoft.engine.bpm.bar
 
BusinessArchive() - Constructor for class org.bonitasoft.engine.bpm.bar.BusinessArchive
 

C

CallableElementType - Enum in org.bonitasoft.engine.bpm.flownode
 
CallActivityDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
CallActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
CALLER_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
CALLER_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
CANCELLED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is cancelled.
CANCELLING_SUBTASKS_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when the subtaks of a activity are cancelling.
cancelProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Cancels the process instance and all of its active flownodes.
canExecuteTask(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Check whether a specified task can be executed by a given user.
CatchErrorEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
CatchEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
CatchEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
CatchMessageEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
CatchSignalEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
Category - Interface in org.bonitasoft.engine.bpm.category
Category forms part of the ProcessDefinition.
CATEGORY_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
CategoryCriterion - Enum in org.bonitasoft.engine.bpm.category
Criterion to sort categories
CategoryNotFoundException - Exception in org.bonitasoft.engine.bpm.category
Thrown when it's not possible to find a category.
CategoryNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.category.CategoryNotFoundException
Constructs a new exception with the specified detail cause.
CategoryUpdater - Class in org.bonitasoft.engine.bpm.category
 
CategoryUpdater() - Constructor for class org.bonitasoft.engine.bpm.category.CategoryUpdater
The default constructor
CategoryUpdater.CategoryField - Enum in org.bonitasoft.engine.bpm.category
The fields that can be updated.
ClassLoaderException - Exception in org.bonitasoft.engine.exception
 
ClassLoaderException(String) - Constructor for exception org.bonitasoft.engine.exception.ClassLoaderException
 
ClassLoaderException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.ClassLoaderException
 
ClassLoaderException(String, Exception) - Constructor for exception org.bonitasoft.engine.exception.ClassLoaderException
 
cleanAndDeletePlaftorm() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Clean and delete a platform.
cleanPlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Clean the platform.
com.bonitasoft.engine.api - package com.bonitasoft.engine.api
Main Subscription Edition package to access Subscription APIs.
com.bonitasoft.engine.bpm.breakpoint - package com.bonitasoft.engine.bpm.breakpoint
com.bonitasoft.engine.bpm.flownode - package com.bonitasoft.engine.bpm.flownode
com.bonitasoft.engine.bpm.parameter - package com.bonitasoft.engine.bpm.parameter
com.bonitasoft.engine.bpm.process - package com.bonitasoft.engine.bpm.process
com.bonitasoft.engine.bpm.process.impl - package com.bonitasoft.engine.bpm.process.impl
com.bonitasoft.engine.log - package com.bonitasoft.engine.log
com.bonitasoft.engine.monitoring - package com.bonitasoft.engine.monitoring
com.bonitasoft.engine.platform - package com.bonitasoft.engine.platform
com.bonitasoft.engine.profile - package com.bonitasoft.engine.profile
com.bonitasoft.engine.reporting - package com.bonitasoft.engine.reporting
com.bonitasoft.engine.theme - package com.bonitasoft.engine.theme
com.bonitasoft.engine.theme.exception - package com.bonitasoft.engine.theme.exception
CommandAPI - Interface in org.bonitasoft.engine.api
Manipulate tenant commands.
CommandCriterion - Enum in org.bonitasoft.engine.command
 
CommandDescriptor - Interface in org.bonitasoft.engine.command
Represents the descriptor of a (tenant) command or a platform command.
CommandExecutionException - Exception in org.bonitasoft.engine.command
 
CommandExecutionException(String) - Constructor for exception org.bonitasoft.engine.command.CommandExecutionException
 
CommandExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.command.CommandExecutionException
 
CommandExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.command.CommandExecutionException
 
CommandNotFoundException - Exception in org.bonitasoft.engine.command
 
CommandNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.command.CommandNotFoundException
 
CommandParameterizationException - Exception in org.bonitasoft.engine.command
 
CommandParameterizationException(String) - Constructor for exception org.bonitasoft.engine.command.CommandParameterizationException
 
CommandParameterizationException(Throwable) - Constructor for exception org.bonitasoft.engine.command.CommandParameterizationException
 
CommandParameterizationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.command.CommandParameterizationException
 
CommandSearchDescriptor - Class in org.bonitasoft.engine.command
 
CommandSearchDescriptor() - Constructor for class org.bonitasoft.engine.command.CommandSearchDescriptor
 
CommandUpdater - Class in org.bonitasoft.engine.command
 
CommandUpdater() - Constructor for class org.bonitasoft.engine.command.CommandUpdater
 
CommandUpdater.CommandField - Enum in org.bonitasoft.engine.command
 
Comment - Interface in org.bonitasoft.engine.bpm.comment
The comment associated to a process instance
ComparisonOperator - Enum in org.bonitasoft.engine.expression
 
COMPLETED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is completed.
COMPLETING_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is completing.
CONFIGURATION_STATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
ConfigurationState - Enum in org.bonitasoft.engine.bpm.process
 
connect() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
connect() - Method in interface org.bonitasoft.engine.connector.Connector
Called by the engine before the connector is executed This method can be implemented by connectors to handle here opening of connections like database connection
Connector - Interface in org.bonitasoft.engine.connector
 
CONNECTOR_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the identifier of the definition of the connector
CONNECTOR_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
CONNECTOR_DEFINITION_VERSION - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the version of the definition of the connector
CONNECTOR_DEFINITION_VERSION - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
ConnectorCriterion - Enum in org.bonitasoft.engine.bpm.connector
Criterion to sort connectors
ConnectorDefinition - Interface in org.bonitasoft.engine.bpm.connector
The connector definition associated to a process definition or a flow node definition
ConnectorDefinitionWithInputValues - Interface in org.bonitasoft.engine.bpm.connector
 
ConnectorEvent - Enum in org.bonitasoft.engine.bpm.connector
Events type to activate a connector
ConnectorException - Exception in org.bonitasoft.engine.connector
 
ConnectorException(String) - Constructor for exception org.bonitasoft.engine.connector.ConnectorException
 
ConnectorException(Throwable) - Constructor for exception org.bonitasoft.engine.connector.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception org.bonitasoft.engine.connector.ConnectorException
 
ConnectorExecutionException - Exception in org.bonitasoft.engine.bpm.connector
Thrown when it's not possible to execute correctly the connector.
ConnectorExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorExecutionException
Constructs a new exception with the specified detail cause.
ConnectorExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorExecutionException
Constructs a new exception with the specified detail message and cause.
ConnectorExecutionException(String) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorExecutionException
Constructs a new exception with the specified detail message.
ConnectorImplementationDescriptor - Class in org.bonitasoft.engine.bpm.connector
The fields on which a search can be made for the connector implementation.
ConnectorImplementationDescriptor() - Constructor for class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The default constructor
ConnectorImplementationDescriptor(String, String, String, String, String, List<String>) - Constructor for class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
ConnectorInstance - Interface in org.bonitasoft.engine.bpm.connector
Represents a connector, once instanciated by the containinig activity or process at runtime.
ConnectorInstanceCriterion - Enum in org.bonitasoft.engine.bpm.connector
 
ConnectorInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.connector
Thrown when it's not possible to find the connector instance.
ConnectorInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorInstanceNotFoundException
Constructs a new exception with the specified detail cause.
ConnectorInstanceNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorInstanceNotFoundException
Constructs a new exception with the specified detail message.
ConnectorInstanceNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorInstanceNotFoundException
Constructs a new exception with the specified detail message and cause.
ConnectorInstancesSearchDescriptor - Class in org.bonitasoft.engine.bpm.connector
 
ConnectorInstancesSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
ConnectorInstanceWithFailureInfo - Interface in org.bonitasoft.engine.bpm.connector
 
ConnectorNotFoundException - Exception in org.bonitasoft.engine.bpm.connector
Thrown when a referenced connector cannot be found (generally from its ID + Version).
ConnectorNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.ConnectorNotFoundException
Constructs a new exception with the specified detail cause.
ConnectorState - Enum in org.bonitasoft.engine.bpm.connector
Current state of a connector instance.
ConnectorStateReset - Enum in org.bonitasoft.engine.bpm.connector
 
ConnectorValidationException - Exception in org.bonitasoft.engine.connector
 
ConnectorValidationException(String) - Constructor for exception org.bonitasoft.engine.connector.ConnectorValidationException
 
ConnectorValidationException(Connector, String...) - Constructor for exception org.bonitasoft.engine.connector.ConnectorValidationException
 
ConnectorValidationException(Connector, List<String>) - Constructor for exception org.bonitasoft.engine.connector.ConnectorValidationException
 
ContactData - Interface in org.bonitasoft.engine.identity
 
ContactDataCreator - Class in org.bonitasoft.engine.identity
 
ContactDataCreator() - Constructor for class org.bonitasoft.engine.identity.ContactDataCreator
 
ContactDataCreator.ContactDataField - Enum in org.bonitasoft.engine.identity
 
ContactDataUpdater - Class in org.bonitasoft.engine.identity
 
ContactDataUpdater() - Constructor for class org.bonitasoft.engine.identity.ContactDataUpdater
 
ContactDataUpdater.ContactDataField - Enum in org.bonitasoft.engine.identity
 
CONTAINER_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the identifier of the container of the connector
CONTAINER_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
CONTAINER_TYPE - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the type of the container of the connector
CONTAINER_TYPE - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
CONTENT - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the content of the comment
CONTENT - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the content of the comment
CONTENT_STORAGE_ID - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
CONTENT_STORAGE_ID - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
CorrelationDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
countAttachments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of attachments matching the search conditions.
countComments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of comments matching the search conditions.
createAndInitializePlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
createAPIAccessorExpression() - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createCategory(String, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Adds a category.
createComparisonExpression(String, Expression, ComparisonOperator, Expression) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createComparisonExpression(String, Expression, String, Expression) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantBooleanExpression(boolean) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantDateExpression(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
Build a constant expression with date type and value in ISO-8601 format
createConstantDoubleExpression(double) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantFloatExpression(float) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantIntegerExpression(int) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantLongExpression(long) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createConstantStringExpression(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
The name of the built expression is set to the value of the constant.
CREATED_BY - Static variable in class com.bonitasoft.engine.log.LogSearchDescriptor
 
CREATED_BY - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
createDataExpression(String, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createDataLeftOperand(String, boolean) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
 
createDataLeftOperand(String) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
creates a LeftOperand object to set a data, with a default value of external to false (data will be updated in Bonita system)
createDocumentReferenceExpression(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createEngineConstant(ExpressionConstants) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createExpression(String, String, String, ExpressionType) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createExpression(String, String, String, String, String, List<Expression>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createGroovyScriptExpression(String, String, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createGroovyScriptExpression(String, String, String, List<Expression>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createGroovyScriptExpression(String, String, String, Expression...) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createGroup(String, String) - Method in interface org.bonitasoft.engine.api.GroupAPI
Creates a group from its name and parent path.
createGroup(GroupCreator) - Method in interface org.bonitasoft.engine.api.GroupAPI
Creates a group.
createInputExpression(String, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createJavaMethodCallExpression(String, String, String, Expression) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
Create an expression to call a simple Java method (without parameters)
createJavaMethodOperation(String, String, String, Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
createListExpression(String, List<Expression>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createListOfListExpression(String, List<List<Expression>>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createLogicalComplementExpression(String, Expression) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createNewInstance(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createNewInstance() - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
Initiate the building of a new LeftOperand.
createNewInstance(String) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
 
createNewInstance() - Method in class org.bonitasoft.engine.operation.OperationBuilder
Initiate the building of a new Operation.
createParameterExpression(String, String, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createPatternExpression(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createPatternExpression(String, String, Expression...) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createPlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Create the platform.
createProcessSupervisorForGroup(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Adds the group as a supervisor of the process.
createProcessSupervisorForMembership(long, long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Adds the membership as a supervisor of the process.
createProcessSupervisorForRole(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Adds the role as a supervisor of the process.
createProcessSupervisorForUser(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Adds the user as a supervisor of the process.
createProfile(String, String, String) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Create a new custom profile
createProfile(ProfileCreator) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Create a new custom profile
createProfileEntry(ProfileEntryCreator) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Create a new profile entry
createProfileEntry(String, String, long, String) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Create a new profile entry
createProfileEntry(String, String, long, String, String) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Create a new profile entry
createProfileMember(Long, Long, Long, Long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Creates a profile member.
createProfileMember(ProfileMemberCreator) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Creates a profile member.
createReport(String, String, byte[]) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Creates a new report with no screenshot.
createReport(ReportCreator, byte[]) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Creates a custom report.
createRole(String) - Method in interface org.bonitasoft.engine.api.RoleAPI
Creates a role.
createRole(RoleCreator) - Method in interface org.bonitasoft.engine.api.RoleAPI
Create the role.
createSearchIndexLeftOperand(int) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
 
createSetDataOperation(String, Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
createSetDocument(String, Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
createSetStringIndexOperation(int, Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
Creates a new operation that sets a new value to a String search index.
createTenant(TenantCreator) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Create a new tenant
createUser(String, String) - Method in interface org.bonitasoft.engine.api.UserAPI
Creates a user.
createUser(String, String, String, String) - Method in interface org.bonitasoft.engine.api.UserAPI
Creates a user.
createUser(UserCreator) - Method in interface org.bonitasoft.engine.api.UserAPI
Creates a user.
createXPathExpression(String, String, XPathReturnType, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createXPathExpressionWithDataAsContent(String, String, XPathReturnType, String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
createXPathOperation(String, String, Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
CREATION_DATE - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
CreationException - Exception in org.bonitasoft.engine.exception
 
CreationException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.CreationException
 
CreationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.CreationException
 
CreationException(String) - Constructor for exception org.bonitasoft.engine.exception.CreationException
 

D

DataDefinition - Interface in org.bonitasoft.engine.bpm.data
 
DataInstance - Interface in org.bonitasoft.engine.bpm.data
 
DataInstanceCriterion - Enum in org.bonitasoft.engine.bpm.data
 
DataNotFoundException - Exception in org.bonitasoft.engine.bpm.data
Thrown when it's not possible to find the data.
DataNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.data.DataNotFoundException
Constructs a new exception with the specified detail cause.
deactiveTenant(long) - Method in interface com.bonitasoft.engine.api.PlatformAPI
De-activate a tenant.
DEFAULT_TENANT - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The name of the field corresponding to the identifier of the definition of the connector
DEFINITION_VERSION - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The name of the field corresponding to the version of the definition of the connector
deleteArchivedProcessInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Delete archived process instances of process definition given as input parameter respecting the pagination parameters.
deleteCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes a category and its associations.
deleteGroup(long) - Method in interface org.bonitasoft.engine.api.GroupAPI
Deletes the group.
deleteGroups(List<Long>) - Method in interface org.bonitasoft.engine.api.GroupAPI
Deletes the groups.
deleteManualUserTask(long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Delete a manual task.
deleteOrganization() - Method in interface org.bonitasoft.engine.api.OrganizationAPI
Deletes the organization.
deletePlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Delete the platform
deleteProcess(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deprecated.
deleteProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes a process definition by giving its identifier.
deleteProcessDefinitions(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes process definitions by giving their identifiers.
deleteProcesses(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deprecated.
deleteProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Delete the specified process instance.
deleteProcessInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Deprecated.
As of release 6.1, replaced by ProcessRuntimeAPI.deleteProcessInstances(long, int, int) and ProcessRuntimeAPI.deleteArchivedProcessInstances(long, int, int). As these new methods are paginated, to delete ALL archived and non-archived process instances, use some code like:
 
long nbDeleted = 0; processAPI.disableProcess(processDefinitionId); do { nbDeleted = processAPI.deleteProcessInstances(processDefinitionId, 0, 100); } while (nbDeleted > 0); do { nbDeleted = processAPI.deleteArchivedProcessInstances(processDefinitionId, 0, 100); } while (nbDeleted > 0);
deleteProcessInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Delete active process instances, and their elements, of process definition given as input parameter respecting the pagination parameters.
deleteProfile(long) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Delete a specific custom profile
deleteProfileEntry(long) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Delete a specific profile entry
deleteProfileMember(Long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Deletes the profile member.
deleteReport(long) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Deletes a report identified by its ID.
deleteReports(List<Long>) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Deletes a list of reports, given by their IDs.
deleteRole(long) - Method in interface org.bonitasoft.engine.api.RoleAPI
Deletes the role.
deleteRoles(List<Long>) - Method in interface org.bonitasoft.engine.api.RoleAPI
Deletes the roles.
deleteSupervisor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes a process supervisor.
deleteSupervisor(Long, Long, Long, Long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Delete the ProcessSupervisor object that is identified by this processDefinitionId, userId, roleId and groupId.
deleteTenant(long) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Delete a tenant.
deleteUser(long) - Method in interface org.bonitasoft.engine.api.UserAPI
Deletes the user.
deleteUser(String) - Method in interface org.bonitasoft.engine.api.UserAPI
Deletes the user.
deleteUserMembership(long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Deletes the user membership.
deleteUserMembership(long, long, long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Deletes the user membership.
deleteUserMemberships(List<Long>, long, long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Deletes the user memberships.
deleteUsers(List<Long>) - Method in interface org.bonitasoft.engine.api.UserAPI
Deletes the users.
DeletionException - Exception in org.bonitasoft.engine.exception
 
DeletionException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.DeletionException
 
DeletionException(String) - Constructor for exception org.bonitasoft.engine.exception.DeletionException
 
DependencyNotFoundException - Exception in org.bonitasoft.engine.command
 
DependencyNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.command.DependencyNotFoundException
 
deploy(BusinessArchive) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deploys a BusinessArchive which contains a DesignProcessDefinition and its dependencies.
deploy(DesignProcessDefinition) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deploys a simple DesignProcessDefinition (without any dependencies).
deployAndEnableProcess(DesignProcessDefinition) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deploys, enables and returns a process.
deployAndEnableProcess(BusinessArchive) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deploys and enables a process by giving a BusinessArchive.
DEPLOYED_BY - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
DEPLOYMENT_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
DESCRIPTION - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
description(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
description(String) - Method in class com.bonitasoft.engine.profile.ProfileUpdater
 
DESCRIPTION - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowElementInstanceSearchDescriptor
 
DESCRIPTION - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
 
DescriptionElement - Interface in org.bonitasoft.engine.bpm
 
DesignProcessDefinition - Interface in org.bonitasoft.engine.bpm.process
 
differentFrom(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
disableAndDelete(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deprecated.
disableAndDeleteProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Disables and deletes the process.
disableProcess(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Disables the process definition by giving its identifier.
disconnect() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
disconnect() - Method in interface org.bonitasoft.engine.connector.Connector
Called by the engine after the connector and its output operations are executed This method can be implemented by connectors to close connections here.
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.identity.GroupSearchDescriptor
 
DISPLAY_NAME - Static variable in class org.bonitasoft.engine.identity.RoleSearchDescriptor
 
DISPLAY_NAME_PART1 - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
DISPLAY_NAME_PART1 - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
DISPLAY_NAME_PART2 - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
DISPLAY_NAME_PART2 - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
DISPLAY_NAME_PART3 - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
DISPLAY_NAME_PART3 - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
displayNamePart1(String) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
displayNamePart2(String) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
displayNamePart3(String) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
Document - Interface in org.bonitasoft.engine.bpm.document
 
DOCUMENT_AUTHOR - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_AUTHOR - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_CONTENT_FILENAME - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_CONTENT_FILENAME - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_CONTENT_MIMETYPE - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_CONTENT_MIMETYPE - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_CREATIONDATE - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_CREATIONDATE - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_HAS_CONTENT - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_HAS_CONTENT - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_NAME - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_NAME - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DOCUMENT_URL - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
DOCUMENT_URL - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DocumentAPI - Interface in org.bonitasoft.engine.api
Manipulate documents that are attached to a process instance.
DocumentAttachmentException - Exception in org.bonitasoft.engine.bpm.document
Thrown when it's not possible to attach a document to a process.
DocumentAttachmentException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentAttachmentException
Constructs a new exception with the specified detail cause.
DocumentCriterion - Enum in org.bonitasoft.engine.bpm.document
 
DocumentDefinition - Interface in org.bonitasoft.engine.bpm.document
The definition of a document attached to a process definition
DocumentException - Exception in org.bonitasoft.engine.bpm.document
Thrown when there is an error on the document.
DocumentException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentException
Constructs a new exception with the specified detail cause.
DocumentException(String) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentException
Constructs a new exception with the specified detail message.
DocumentException(String, BonitaException) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentException
Constructs a new exception with the specified detail message and cause.
DocumentNotFoundException - Exception in org.bonitasoft.engine.bpm.document
Thrown when it's not possible to find the document.
DocumentNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentNotFoundException
Constructs a new exception with the specified detail cause.
DocumentNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.document.DocumentNotFoundException
Constructs a new exception with the specified detail message and cause.
DocumentsSearchDescriptor - Class in org.bonitasoft.engine.bpm.document
 
DocumentsSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
DocumentValue - Class in org.bonitasoft.engine.bpm.document
Class that holds a content + mime type and a name OR the url if it's an external document.
DocumentValue(byte[], String, String) - Constructor for class org.bonitasoft.engine.bpm.document.DocumentValue
Represent the value of a document, content, mime type and file name is given
DocumentValue(String) - Constructor for class org.bonitasoft.engine.bpm.document.DocumentValue
Represent the value of an external document, only the url is given
done() - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
Builds a new expression with the specified attributes
done() - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
 
done() - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
done() - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
DUE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 

E

ENABLED - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
enableProcess(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Enables the process definition.
END_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
EndEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
EndEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
EngineExecutionContext - Class in org.bonitasoft.engine.connector
 
EngineExecutionContext() - Constructor for class org.bonitasoft.engine.connector.EngineExecutionContext
 
EntityMember - Interface in org.bonitasoft.engine.entitymember
 
EntityMemberSearchDescriptor - Class in org.bonitasoft.engine.entitymember
 
EntityMemberSearchDescriptor() - Constructor for class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
equals(Object) - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
equals(Object) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
equals(Object) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
equals(Object) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
equals(Object) - Method in class org.bonitasoft.engine.search.Sort
 
EQUALS_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
ErrorEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
evaluateExpressionOnCompletedProcessInstance(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid on a completed process instance scope.
evaluateExpressionOnProcessDefinition(Expression, Map<String, Serializable>, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate an expression in the context of the specified process.
evaluateExpressionsAtProcessInstanciation(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid at process instantiation scope.
evaluateExpressionsOnActivityInstance(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid on an activity instance scope.
evaluateExpressionsOnCompletedActivityInstance(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid on a completed activity instance scope.
evaluateExpressionsOnProcessDefinition(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid on a process definition scope.
evaluateExpressionsOnProcessInstance(long, Map<Expression, Map<String, Serializable>>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Evaluate expressions with values valid on a process instance scope.
EventCriterion - Enum in org.bonitasoft.engine.bpm.flownode
 
EventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
EventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
EventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
execute(String, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.CommandAPI
Execute a command according to its name and a map of parameters.
execute(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.CommandAPI
Execute a command according to its id and a map of parameters.
execute(String, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Execute a command according to its name and a list of parameters.
execute() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
execute() - Method in interface org.bonitasoft.engine.connector.Connector
Execute the connector.
executeBusinessLogic() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
executeConnectorAtProcessInstantiation(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance initialized.
executeConnectorAtProcessInstantiation(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance initialized with operations.
executeConnectorOnActivityInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given activity instance.
executeConnectorOnActivityInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given activity instance.
executeConnectorOnCompletedActivityInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given activity instance finished.
executeConnectorOnCompletedActivityInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given activity instance finished.
executeConnectorOnCompletedProcessInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance finished.
executeConnectorOnCompletedProcessInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance finished with operations.
executeConnectorOnProcessDefinition(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Execute a connector in a specified processDefinition.
executeConnectorOnProcessDefinition(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Execute a connector in a specified processDefinition with operations.
executeConnectorOnProcessInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance.
executeConnectorOnProcessInstance(String, String, Map<String, Expression>, Map<String, Map<String, Serializable>>, List<Operation>, Map<String, Serializable>, long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Execute connector in given process instance with operations
executeFlowNode(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Execute an activity that is in an unstable state.
executeFlowNode(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Start an flow node that is is a non stable state on behalf of a given user Will make the flow node go in the next stable state and then continue the execution of the process If userId equals 0, the logged-in user is declared as the executer of the flow node.
executeWithUserTransactions(String, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.CommandAPI
Execute a command according to its name and a map of parameters.
executeWithUserTransactions(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.CommandAPI
Execute a command according to its id and a map of parameters.
EXECUTING_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is executing.
ExecutionException - Exception in org.bonitasoft.engine.exception
Thrown when a problem occurs: while executing a BPM entity (activity, process, event, ...) while executing an administration operation (startPlatform, activateTenant, etc.) ... The class ExecutionException and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
ExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.ExecutionException
Constructs a new exception with the specified detail cause.
ExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.ExecutionException
Constructs a new exception with the specified detail message and cause.
ExecutionException(String) - Constructor for exception org.bonitasoft.engine.exception.ExecutionException
Constructs a new exception with the specified detail message.
exportActorMapping(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Exports the actor mapping of the process definition.
exportAllProfiles() - Method in interface com.bonitasoft.engine.api.ProfileAPI
Export all profiles from DataBase to XML file
exportBarProcessContentUnderHome(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Export processes of bar under home by a processDefinition id
exportOrganization() - Method in interface org.bonitasoft.engine.api.OrganizationAPI
Exports the organization.
exportProfilesWithIdsSpecified(long[]) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Export specific profiles from DataBase to XML file
Expression - Interface in org.bonitasoft.engine.expression
 
ExpressionBuilder - Class in org.bonitasoft.engine.expression
Builds a new Expression.
ExpressionBuilder() - Constructor for class org.bonitasoft.engine.expression.ExpressionBuilder
 
ExpressionConstants - Enum in org.bonitasoft.engine.expression
 
ExpressionConstantsResolver - Class in org.bonitasoft.engine.expression
 
ExpressionConstantsResolver() - Constructor for class org.bonitasoft.engine.expression.ExpressionConstantsResolver
 
ExpressionEvaluationException - Exception in org.bonitasoft.engine.expression
 
ExpressionEvaluationException(Throwable) - Constructor for exception org.bonitasoft.engine.expression.ExpressionEvaluationException
 
ExpressionException - Exception in org.bonitasoft.engine.expression
Deprecated.
As of 6.0 not thrown anymore
ExpressionException(Throwable) - Constructor for exception org.bonitasoft.engine.expression.ExpressionException
Deprecated.
 
ExpressionImpl - Class in org.bonitasoft.engine.expression.impl
 
ExpressionImpl() - Constructor for class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
ExpressionInterpreter - Enum in org.bonitasoft.engine.expression
Default interpreters supported by the engine
ExpressionType - Enum in org.bonitasoft.engine.expression
Default expression type supported in the engine Other type of expression can be added by adding a new expression executor strategy having an unique kind
EXTERNAL_ID - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 

F

FailAction - Enum in org.bonitasoft.engine.bpm.connector
 
FAILED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity failed.
FailedJob - Interface in org.bonitasoft.engine.job
 
filter(String) - Method in interface org.bonitasoft.engine.filter.UserFilter
Execute the filter.
filter(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
Filter the results to the specific value for the specific field (equality)
FIRST_NAME - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
FLOW_NODE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
FLOW_NODE_TYPE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
FLOW_NODE_TYPE - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowElementInstanceSearchDescriptor
 
FlowElementContainerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
FlowElementContainerDefinition - Interface in org.bonitasoft.engine.bpm.flownode.impl
Deprecated.
since 6.2.3
FlowElementInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
FlowElementInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
FlowElementInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.FlowElementInstanceSearchDescriptor
 
FLOWNODE_TYPE - Static variable in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
Container type : FlowNode
FLOWNODE_TYPE - Static variable in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
FlowNodeDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
FlowNodeExecutionException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when a BPM flow node fails to execute.
FlowNodeExecutionException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.FlowNodeExecutionException
Constructs a new exception with the specified detail message.
FlowNodeExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.FlowNodeExecutionException
Constructs a new exception with the specified detail cause.
FlowNodeInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
FlowNodeInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to find the flow node instance.
FlowNodeInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceNotFoundException
Constructs a new exception with the specified detail cause.
FlowNodeInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
FlowNodeInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
FlowNodeType - Enum in org.bonitasoft.engine.bpm.flownode
 
ForbiddenOperationException - Exception in org.bonitasoft.engine.operation
 
ForbiddenOperationException(String) - Constructor for exception org.bonitasoft.engine.operation.ForbiddenOperationException
 
ForbiddenOperationException(Throwable) - Constructor for exception org.bonitasoft.engine.operation.ForbiddenOperationException
 
ForbiddenOperationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.operation.ForbiddenOperationException
 

G

GatewayDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
GatewayInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
GatewayType - Enum in org.bonitasoft.engine.bpm.flownode
 
GcInfo - Interface in com.bonitasoft.engine.monitoring
 
get(long) - Method in interface org.bonitasoft.engine.api.CommandAPI
Get the command descriptor by its id
get(String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Deprecated.
As of release 6.2.1, replaced by PlatformCommandAPI.getCommand(String) that does not throw CreationException.
getActionScope() - Method in interface com.bonitasoft.engine.log.Log
 
getActionType() - Method in interface com.bonitasoft.engine.log.Log
 
getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getActivationEvent() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getActivationState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getActivities(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Returns all activities (active and finished) of a process instance.
getActivities() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getActivity(String) - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getActivityDataDefinitions(long, String, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paged list of data definitions of the activity of the process definition.
getActivityDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a named data instance from a specified activity instance.
getActivityDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a list of the data instances from a specified activity instance.
getActivityInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the specified activity instance.
getActivityInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.BoundaryEventInstance
 
getActivityInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
Refers to the directly including process instance.
getActivityInstanceState(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the state of a specified activity instance.
getActivityName() - Method in interface org.bonitasoft.engine.bpm.flownode.BoundaryEventInstance
 
getActivityReachedStateDate(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the date when the specified activity instance reached the given state.
getActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the actor.
getActorId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
 
getActorId() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
 
getActorInitiator(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the actor initiator of the process definition.
getActorInitiator() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getActorMembers(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of members of an actor.
getActorName() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskDefinition
 
getActors(long, int, int, ActorCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of actors in a process.
getActors() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
Deprecated.
As of release 6.1, replaced by DesignProcessDefinition.getActorsList()
getActorsFromActorIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the actor instances.
getActorsList() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getAddress() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getAllCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.CommandAPI
Returns the paginated list of command descriptors according to the sort criterion.
getAPIAccessor() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
getAPIAccessor() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
getAPIType() - Static method in class org.bonitasoft.engine.util.APITypeManager
 
getAPITypeParameters() - Static method in class org.bonitasoft.engine.util.APITypeManager
 
getArchivedActivityDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Gets the last archived data instance of the named data of the specified activity instance.
getArchivedActivityDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Lists the last archived instances of data of the specified activity instance.
getArchivedActivityInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get an activity instance that is archived.
getArchivedActivityInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a paged list of archived activity instances for a process instance.
getArchiveDate() - Method in interface org.bonitasoft.engine.bpm.ArchivedElement
 
getArchivedComment(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieve an ArchivedComment specified by its identifier.
getArchivedFlowNodeInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieve an ArchivedFlowNodeInstance specified by its identifier.
getArchivedProcessDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Gets the last archived data instance of the named data of the specified process instance.
getArchivedProcessDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Lists the last archived instances of data of the specified process instance.
getArchivedProcessDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get an ArchivedDocument based on it's id.
getArchivedProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieve an ArchivedProcessInstance specified by its identifier.
getArchivedProcessInstances(int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a paged list of archived process instances.
getArchivedProcessInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
List the archived process instances for the specified process instance.
getArchivedVersionOfProcessDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the original version of the document with the specified identifier.
getAssignedBy() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getAssignedByName() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getAssignedDate() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getAssignedHumanTaskInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the list of human task instances assigned to the specified user.
getAssigneeId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
 
getAssigneeId() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
 
getAuthor() - Method in interface org.bonitasoft.engine.bpm.document.Document
Get the username of the user who attached the document to the process instance.
getAvailableProcessors() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the number of processors available to the Java virtual machine.
getBonitaHomeClientFolder() - Method in class org.bonitasoft.engine.home.BonitaHomeClient
 
getBoundaryEventDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
 
getBuilding() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getCallableElement() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
 
getCallableElementType() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
 
getCallableElementVersion() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
 
getCallerClassName() - Method in interface com.bonitasoft.engine.log.Log
 
getCallerId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getCallerId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getCallerMethodName() - Method in interface com.bonitasoft.engine.log.Log
 
getCategories(int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of categories.
getCategoriesOfProcessDefinition(long, int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Get categories from process definition
getCategoriesUnrelatedToProcessDefinition(long, int, int, CategoryCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of categories that are not associated with the process definition.
getCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the category.
getChildrenInstanceIdsOfProcessInstance(long, int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the children instances (sub process or call activity) of a process instance.
getCity() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getClaimedDate() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
 
getClassName() - Method in interface org.bonitasoft.engine.bpm.data.DataDefinition
 
getClassName() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
getCommand(String) - Method in interface org.bonitasoft.engine.api.CommandAPI
Returns the command descriptor
getCommand(String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Returns the command descriptor corresponding to the command name passed as parameter.
getCommandAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getCommandAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getCommandAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
Gives access to the CommandAPI
getCommandAPI(APISession) - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Returns the paginated list of command descriptors according to the sort criterion.
getComments(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Deprecated.
use paginated version ProcessRuntimeAPI.searchComments(SearchOptions) instead, passing a filter on processInstanceId field.
getCommitted() - Method in interface com.bonitasoft.engine.monitoring.MemoryUsage
Returns the amount of memory in bytes that is committed for the Java virtual machine to use.
getCommittedVirtualMemorySize() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the amount of virtual memory that is guaranteed to be available to the running process in bytes, or -1 if this operation is not supported.
getCondition() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
 
getConfigurationState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getConnectorDefinition() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinitionWithInputValues
 
getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getConnectorId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getConnectorImplementation(long, String, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the implementation of a connector of the process definition.
getConnectorImplementations(long, int, int, ConnectorCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of connector implementation descriptors for the process definition.
getConnectorInstancesOfActivity(long, int, int, ConnectorInstanceCriterion) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Retrieve the list of connector instances on an activity instance
getConnectorInstancesOfProcess(long, int, int, ConnectorInstanceCriterion) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Retrieve the list of connector instances on a process instance
getConnectorInstanceWithFailureInformation(long) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieves a ConnectorInstanceWithFailureInfo specified by its identifier.
getConnectors() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getConnectors() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
getContactData() - Method in interface org.bonitasoft.engine.identity.UserWithContactData
 
getContainerId() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getContainerId() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getContainerId() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
getContainerType() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getContainerType() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getContainerType() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
getContent() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
 
getContent() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
 
getContent() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
getContent() - Method in interface org.bonitasoft.engine.expression.Expression
 
getContent() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getContent() - Method in interface org.bonitasoft.engine.theme.Theme
 
getContentFileName() - Method in interface org.bonitasoft.engine.bpm.document.Document
Get the file name of the document.
getContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.Document
Get the mime type of the document's content.
getContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
 
getContentStorageId() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getContentStorageId() - Method in interface org.bonitasoft.engine.bpm.document.Document
Get the Id to use to retrieve the document's content.
getCorrelations() - Method in interface org.bonitasoft.engine.bpm.flownode.MessageEventTriggerDefinition
 
getCount() - Method in class org.bonitasoft.engine.search.impl.SearchResultImpl
 
getCount() - Method in interface org.bonitasoft.engine.search.SearchResult
Get the total number of matching result in the data base.
getCountry() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getCreated() - Method in interface org.bonitasoft.engine.platform.Platform
 
getCreatedBy() - Method in interface com.bonitasoft.engine.log.Log
 
getCreatedBy() - Method in interface org.bonitasoft.engine.identity.Group
 
getCreatedBy() - Method in interface org.bonitasoft.engine.identity.Role
 
getCreatedBy() - Method in interface org.bonitasoft.engine.identity.User
 
getCreatedBy() - Method in interface org.bonitasoft.engine.platform.Platform
 
getCreatedBy() - Method in interface org.bonitasoft.engine.profile.Profile
 
getCreationDate() - Method in interface com.bonitasoft.engine.log.Log
 
getCreationDate() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getCreationDate() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getCreationDate() - Method in interface org.bonitasoft.engine.bpm.document.Document
Get the date when the document was attached to the process instance.
getCreationDate() - Method in interface org.bonitasoft.engine.identity.Group
 
getCreationDate() - Method in interface org.bonitasoft.engine.identity.Role
 
getCreationDate() - Method in interface org.bonitasoft.engine.identity.User
 
getCreationDate() - Method in interface org.bonitasoft.engine.profile.Profile
 
getCreationDate() - Method in interface org.bonitasoft.engine.session.Session
 
getCreator() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getCssContent() - Method in interface org.bonitasoft.engine.theme.Theme
 
getCurrentMemoryUsage() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the sum of both heap and non-heap memory usage.
getCurrentTheme(ThemeType) - Method in interface org.bonitasoft.engine.api.ThemeAPI
Get the current theme for the specific type.
getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
 
getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getDataDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
 
getDataInputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getDataInputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getDataInputOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
 
getDataName() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
Deprecated.
As of 6.0 replaced by LeftOperandImpl.getName()
getDataName() - Method in interface org.bonitasoft.engine.operation.LeftOperand
Deprecated.
As of 6.0 replaced by LeftOperand.getName()
getDataOutputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getDataOutputItemRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getDataOutputOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CallActivityDefinition
 
getDefaultTenant() - Method in interface com.bonitasoft.engine.api.PlatformAPI
Get default tenant.
getDefaultTheme(ThemeType) - Method in interface org.bonitasoft.engine.api.ThemeAPI
Get the default theme for the specific type.
getDefaultTransition() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
getDefaultValueExpression() - Method in interface org.bonitasoft.engine.bpm.data.DataDefinition
 
getDefinitionId() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
getDefinitionId() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getDefinitionVersion() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getDependencies() - Method in interface org.bonitasoft.engine.expression.Expression
 
getDependencies() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getDeployedBy() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getDeploymentDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getDescription() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getDescription() - Method in interface com.bonitasoft.engine.reporting.Report
Gets the description of this Report.
getDescription() - Method in interface org.bonitasoft.engine.bpm.actor.ActorDefinition
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.DescriptionElement
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.process.Problem
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDefinition
 
getDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getDescription() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
Get the description of the command
getDescription() - Method in interface org.bonitasoft.engine.identity.Group
 
getDescription() - Method in interface org.bonitasoft.engine.identity.Role
 
getDescription() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getDescription() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
 
getDescription() - Method in interface org.bonitasoft.engine.profile.Profile
 
getDescription() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
 
getDesignProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a specific process definition that include informations such as tasks definition, actors...
getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
 
getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getDisplayDescription() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getDisplayDescriptionAfterCompletion() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.actor.ActorInstance
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getDisplayName() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getDisplayName() - Method in interface org.bonitasoft.engine.identity.Group
 
getDisplayName() - Method in interface org.bonitasoft.engine.identity.Role
 
getDisplayNamePart1() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getDisplayNamePart1() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getDisplayNamePart2() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getDisplayNamePart2() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getDisplayNamePart3() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getDisplayNamePart3() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getDocument(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the document with the specified identifier.
getDocumentAtActivityInstanceCompletion(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the version of the named document when the specified activity completed.
getDocumentAtProcessInstantiation(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the version of the named document that was current when the specified process instance is instantiated.
getDocumentAuthor() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDocumentContent(String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get content of the document with the specified identifier.
getDocumentContentFileName() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDocumentContentMimeType() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDocumentCreationDate() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDocumentDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getDocumentHasContent() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDocumentURL() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getDuration() - Method in interface com.bonitasoft.engine.monitoring.GcInfo
 
getDuration() - Method in interface org.bonitasoft.engine.session.Session
 
getEdition() - Method in interface com.bonitasoft.engine.platform.LicenseInfo
 
getElement() - Method in interface org.bonitasoft.engine.bpm.data.XMLDataDefinition
 
getElementName() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
getEmail() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getEndDate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getEndDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getEndEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getEndTime() - Method in interface com.bonitasoft.engine.monitoring.GcInfo
 
getEngineConstantName() - Method in enum org.bonitasoft.engine.expression.ExpressionConstants
 
getEntityMemberId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getErrorCode() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getErrorCode() - Method in interface org.bonitasoft.engine.bpm.flownode.ErrorEventTriggerDefinition
 
getErrorCode() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingErrorEvent
 
getErrorEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
 
getErrorEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.EndEventDefinition
 
getEventInstances(long, int, int, EventCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a list of event instances related to a process instance that match the specified conditions.
getEventTriggers() - Method in interface org.bonitasoft.engine.bpm.flownode.EventDefinition
 
getEventType() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getExceptionMessage() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstanceWithFailureInfo
 
getExecutedBy() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getExecutedBy() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
 
getExecutedByDelegate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getExecutedByDelegate() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
 
getExecutionContext() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
getExecutionContext() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
getExpectedDuration() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskDefinition
 
getExpectedEndDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
 
getExpectedEndDate() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
 
getExpirationDate() - Method in interface com.bonitasoft.engine.platform.LicenseInfo
 
getExpressionConstant(ExpressionConstants) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
getExpressionConstantsFromName(String) - Static method in class org.bonitasoft.engine.expression.ExpressionConstantsResolver
 
getExpressionType() - Method in interface org.bonitasoft.engine.expression.Expression
 
getExpressionType() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getExternalId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getFailAction() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getFailedJobs(int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Returns the list of jobs that failed.
getFaxNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getFeatures() - Method in interface com.bonitasoft.engine.platform.LicenseInfo
 
getField() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
 
getField() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
getField() - Method in class org.bonitasoft.engine.search.Sort
 
getFields() - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
getFields() - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
getFields() - Method in class com.bonitasoft.engine.platform.TenantCreator
 
getFields() - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
getFields() - Method in class com.bonitasoft.engine.profile.ProfileCreator
 
getFields() - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
getFields() - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
getFields() - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
getFields() - Method in class com.bonitasoft.engine.profile.ProfileUpdater
 
getFields() - Method in class com.bonitasoft.engine.reporting.ReportCreator
 
getFields() - Method in class com.bonitasoft.engine.theme.ThemeUpdater
 
getFields() - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
Get the fields to update, and the new value
getFields() - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
Get the fields to update, and the new value
getFields() - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
 
getFields() - Method in class org.bonitasoft.engine.command.CommandUpdater
 
getFields() - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
getFields() - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
getFields() - Method in class org.bonitasoft.engine.identity.GroupCreator
 
getFields() - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
getFields() - Method in class org.bonitasoft.engine.identity.RoleCreator
 
getFields() - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
getFields() - Method in class org.bonitasoft.engine.identity.UserCreator
 
getFields() - Method in class org.bonitasoft.engine.identity.UserUpdater
 
getFields() - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
 
getFields() - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
 
getFile() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
 
getFileName() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
 
getFileName() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
getFilters() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
getFilters() - Method in interface org.bonitasoft.engine.search.SearchOptions
Gets the list of SearchFilter objects defining the restrictive criteria that a result must match to fulfill the search.
getFinalArchivedProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the last archived instance of a process instance.
getFirstName() - Method in interface org.bonitasoft.engine.identity.User
 
getFlowNode(long) - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getFlowNode(String) - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getFlownodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getFlownodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns the ID of the flow node definition of this instance.
getFlowNodeDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getFlowNodeInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a specified flow node instance.
getFlowNodeInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getFreePhysicalMemorySize() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the amount of free physical memory in bytes.
getFreeSwapSpaceSize() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the amount of free swap space in bytes.
getFrom() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
getFromId(int) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
 
getGateway(String) - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getGateways() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
Deprecated.
getGatewaysList() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getGatewayType() - Method in interface org.bonitasoft.engine.bpm.flownode.GatewayDefinition
 
getGroup(long) - Method in interface org.bonitasoft.engine.api.GroupAPI
Retrieves the group.
getGroupByPath(String) - Method in interface org.bonitasoft.engine.api.GroupAPI
Retrieves the group according to its full path.
getGroupId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
 
getGroupId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
 
getGroupId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getGroupId() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getGroupId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getGroupName() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getGroupParentPath() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getGroups(int, int, GroupCriterion) - Method in interface org.bonitasoft.engine.api.GroupAPI
Retrieves the paginated list of groups.
getGroups(List<Long>) - Method in interface org.bonitasoft.engine.api.GroupAPI
Retrieves the groups.
getHumanTaskInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieve a human task instance by the corresponding activity instance id.
getHumanTaskInstances(long, String, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
List the named human tasks belonging to the specified process instance.
getIconName() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getIconName() - Method in interface org.bonitasoft.engine.identity.Group
 
getIconName() - Method in interface org.bonitasoft.engine.identity.Role
 
getIconName() - Method in interface org.bonitasoft.engine.identity.User
 
getIconPath() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getIconPath() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getIconPath() - Method in interface org.bonitasoft.engine.identity.Group
 
getIconPath() - Method in interface org.bonitasoft.engine.identity.Role
 
getIconPath() - Method in interface org.bonitasoft.engine.identity.User
 
getIconPath() - Method in interface org.bonitasoft.engine.profile.Profile
 
getId() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
 
getId() - Method in interface org.bonitasoft.engine.bpm.BaseElement
Gets this unique Object Identifier.
getId() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
 
getId() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getId() - Method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
 
getId() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
Get the identifier of this CommandDescriptor
getId() - Method in interface org.bonitasoft.engine.identity.Group
 
getId() - Method in interface org.bonitasoft.engine.identity.Role
 
getId() - Method in interface org.bonitasoft.engine.identity.User
 
getId() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getId() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
 
getId() - Method in interface org.bonitasoft.engine.session.Session
 
getIdentityAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getIdentityAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getIdentityAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
Gives access to the IdentityAPI
getIdentityAPI(APISession) - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getImplementation() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
Get the implementation class name of the command
getImplementation() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
 
getImplementationClassName() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getIncomingTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
Gets the incoming transitions of the activity.
getIndex() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
The order of the profile entry in its context (at root level or inside its parent profile entry).
getInit() - Method in interface com.bonitasoft.engine.monitoring.MemoryUsage
Returns the amount of memory in bytes that the Java virtual machine initially requests from the operating system for memory management.
getInitialVersion() - Method in interface org.bonitasoft.engine.platform.Platform
 
getInputParameter(String) - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
getInputParameter(String, Serializable) - Method in class org.bonitasoft.engine.connector.AbstractConnector
get the input parameter or the default value if the parameter is not set
getInputParameter(String) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
getInputs() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getInputs() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
 
getInputValues() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinitionWithInputValues
 
getInstallationDate() - Method in interface com.bonitasoft.engine.reporting.Report
Get the date when this report was initially installed into the Engine.
getInstalledBy() - Method in interface com.bonitasoft.engine.reporting.Report
Gets the ID of the user that installed the report.
getInstance() - Static method in class org.bonitasoft.engine.home.BonitaHomeClient
 
getInstanceId() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
getIntermediateCatchEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getIntermediateThrowEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getInterpreter() - Method in interface org.bonitasoft.engine.expression.Expression
 
getInterpreter() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getInterruptedStateId() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
getJarDependencies() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getJobDescriptorId() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getJobName() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getJobTitle() - Method in interface org.bonitasoft.engine.identity.User
 
getJvmName() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the Java virtual machine implementation name.
getJvmSystemProperties() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the Java virtual machine System properties list.
getJvmVendor() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the Java virtual machine implementation vendor.
getJvmVersion() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the Java virtual machine implementation version.
getKey() - Method in interface org.bonitasoft.engine.bpm.flownode.CorrelationDefinition
 
getLastConnection() - Method in interface org.bonitasoft.engine.identity.User
 
getLastDocument(long, String) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the last version of the named document for the specified process instance.
getLastGcInfo() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the last GC info.
getLastMessage() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getLastModificationDate() - Method in interface com.bonitasoft.engine.reporting.Report
Get the date when this report was last modified.
getLastName() - Method in interface org.bonitasoft.engine.identity.User
 
getLastStateHumanTaskInstance(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Return the last created human task instance with the specified name for the given process instance.
getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getLastUpdate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getLastUpdate() - Method in interface org.bonitasoft.engine.identity.Group
 
getLastUpdate() - Method in interface org.bonitasoft.engine.identity.Role
 
getLastUpdate() - Method in interface org.bonitasoft.engine.identity.User
 
getLastUpdateDate(ThemeType) - Method in interface org.bonitasoft.engine.api.ThemeAPI
Get the last updated date of the current theme for the specific type.
getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityInstance
 
getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstance
 
getLastUpdateDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
Get the date of the last time execute update statement
getLastUpdateDate() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getLastUpdateDate() - Method in interface org.bonitasoft.engine.profile.Profile
 
getLastUpdatedBy() - Method in interface org.bonitasoft.engine.profile.Profile
 
getLastUpdatedDate() - Method in interface org.bonitasoft.engine.theme.Theme
Get the date when this theme was last modified.
getLastVersionOfDocuments(long, int, int, DocumentCriterion) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the latest version of all documents attached to the specified process instance.
getLatestProcessDefinitionId(String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the identifier of the latest version of the process definition.
getLeftOperand() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
getLeftOperand() - Method in interface org.bonitasoft.engine.operation.Operation
 
getLevel() - Method in interface org.bonitasoft.engine.bpm.process.Problem
 
getLicensee() - Method in interface com.bonitasoft.engine.platform.LicenseInfo
 
getLicenseInfo() - Method in interface com.bonitasoft.engine.api.NodeAPI
get the license informations for this node
getLog(long) - Method in interface com.bonitasoft.engine.api.LogAPI
Retrieves the log.
getLogAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getLogAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getLogId() - Method in interface com.bonitasoft.engine.log.Log
 
getLoginAPI() - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getLoginAPI() - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getLogs(int, int, LogCriterion) - Method in interface com.bonitasoft.engine.api.LogAPI
Retrieves the paginated list of logs.
getLoopCardinality() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getLoopCardinality() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getLoopCharacteristics() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
 
getLoopCounter() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedLoopActivityInstance
 
getLoopCounter() - Method in interface org.bonitasoft.engine.bpm.flownode.LoopActivityInstance
 
getLoopDataInputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getLoopDataInputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getLoopDataOutputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getLoopDataOutputRef() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getLoopMax() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedLoopActivityInstance
 
getManagerUserId() - Method in interface org.bonitasoft.engine.identity.User
 
getManagerUserName() - Method in interface org.bonitasoft.engine.identity.User
Deprecated.
As of 6.0 Use User.getManagerUserId() instead FIXME Remove ASAP
getMax() - Method in interface com.bonitasoft.engine.monitoring.MemoryUsage
Returns the maximum amount of memory in bytes that can be used for memory management.
getMaxResults() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
getMaxResults() - Method in interface org.bonitasoft.engine.search.SearchOptions
The maximum results to return.
getMemoryUsageAfterGc() - Method in interface com.bonitasoft.engine.monitoring.GcInfo
 
getMemoryUsageBeforeGc() - Method in interface com.bonitasoft.engine.monitoring.GcInfo
 
getMemoryUsagePercentage() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the percentage of memory used compare to maximum available memory.
getMessage() - Method in interface com.bonitasoft.engine.log.Log
 
getMessageEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
 
getMessageEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition
 
getMessageName() - Method in interface org.bonitasoft.engine.bpm.flownode.MessageEventTriggerDefinition
 
getMessageName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingMessageEvent
 
getMessageTrigger() - Method in interface org.bonitasoft.engine.bpm.flownode.SendTaskDefinition
 
getMimeType() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
getMobileNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getMonitoringAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getMonitoringAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getName() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getName() - Method in interface com.bonitasoft.engine.reporting.Report
Gets the name of this Report.
getName() - Method in interface org.bonitasoft.engine.bpm.actor.ActorDefinition
 
getName() - Method in interface org.bonitasoft.engine.bpm.category.Category
 
getName() - Method in interface org.bonitasoft.engine.bpm.NamedElement
 
getName() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
Get the name of the command
getName() - Method in interface org.bonitasoft.engine.expression.Expression
 
getName() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getName() - Method in interface org.bonitasoft.engine.identity.Group
 
getName() - Method in interface org.bonitasoft.engine.identity.Role
 
getName() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
getName() - Method in interface org.bonitasoft.engine.operation.LeftOperand
 
getName() - Method in interface org.bonitasoft.engine.platform.command.PlatformCommandDescriptor
 
getNamespace() - Method in interface org.bonitasoft.engine.bpm.data.XMLDataDefinition
 
getNodeAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getNodeAPI() - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
getNumberOfActiveInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getNumberOfActiveInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getNumberOfActiveTransactions() - Method in interface com.bonitasoft.engine.api.MonitoringAPI
Get the number of all active transactions If no active transactions there, return 0
getNumberOfActiveTransactions() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the number of all active transactions If no active transactions there, return 0
getNumberOfActivityDataDefinitions(long, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of data definitions of the activity of the process definition.
getNumberOfActivityDataInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of activity data instances by activity id.
getNumberOfActorMembers(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of members mapped to the actor.
getNumberOfActors(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the number of actors in a process definition.
getNumberOfArchivedProcessInstances() - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of archived process instances.
getNumberOfAssignedHumanTaskInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Count the total number of human task instances assigned to the specified user.
getNumberOfCategories() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of categories.
getNumberOfCategories(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of categories of the process definition, that is, the number of categories to which the process belongs.
getNumberOfCompletedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getNumberOfCompletedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getNumberOfConnectorImplementations(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the number of connector implementations of the process definition.
getNumberOfCPUCores() - Method in interface com.bonitasoft.engine.platform.LicenseInfo
 
getNumberOfDocuments(long) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Get the number of documents attached to the specified process instance.
getNumberOfExecutingProcesses() - Method in interface com.bonitasoft.engine.api.MonitoringAPI
Get the number of all executing processes If no executing processes there, return 0
getNumberOfGroups() - Method in interface org.bonitasoft.engine.api.GroupAPI
Returns the total number of groups.
getNumberOfGroupsOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of groups mapped to the actor.
getNumberOfInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getNumberOfInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getNumberOfLogs() - Method in interface com.bonitasoft.engine.api.LogAPI
Returns the total number of logs.
getNumberOfMembershipsOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of memberships mapped to the actor.
getNumberOfOpenedActivityInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the total number of open activity instances by process instance id.
getNumberOfOpenTasks(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
For a specified list of users, get the number of pending tasks.
getNumberOfOverdueOpenTasks(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of assigned and pending overdue tasks for the specified users.
getNumberOfParameterInstances(long) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Gets how many parameters the process definition contains.
getNumberOfPendingHumanTaskInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Count the number of pending human task instances available to a specified user.
getNumberOfProcessDataDefinitions(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of data definitions of the process definition.
getNumberOfProcessDataInstances(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of process data instances by process id.
getNumberOfProcessDefinitionsOfCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of process deployment information entries of the category.
getNumberOfProcessDeploymentInfos() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Gets the current number of process definitions in all states.
getNumberOfProcessDeploymentInfosUnrelatedToCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of process definitions that do not belong to the category.
getNumberOfProcessInstances() - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the number of open process instances.
getNumberOfProfileMembers(List<Long>) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Retrieves the number of profile members for the profiles.
getNumberOfRoles() - Method in interface org.bonitasoft.engine.api.RoleAPI
Returns the total number of roles.
getNumberOfRolesOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of roles mapped to the actor.
getNumberOfTenants() - Method in interface com.bonitasoft.engine.api.PlatformAPI
Return the total number of tenants.
getNumberOfTerminatedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
getNumberOfTerminatedInstances() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
getNumberOfUncategorizedProcessDefinitions() - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of process definitions which have no category.
getNumberOfUserMemberships(long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Returns the total number of memberships of the user.
getNumberOfUsers() - Method in interface com.bonitasoft.engine.api.MonitoringAPI
Get the number of all users If no users there, return 0
getNumberOfUsers() - Method in interface org.bonitasoft.engine.api.UserAPI
Returns the total number of users.
getNumberOfUsersInGroup(long) - Method in interface org.bonitasoft.engine.api.UserAPI
Returns the total number of users of the group.
getNumberOfUsersInRole(long) - Method in interface org.bonitasoft.engine.api.UserAPI
Returns the total number of users of the role.
getNumberOfUsersOfActor(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Counts the number of users mapped to the actor.
getOneAssignedUserTaskInstanceOfProcessDefinition(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get an instance of a task asssigned to a given user for the specified process definition.
getOneAssignedUserTaskInstanceOfProcessInstance(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get an instance of a task asssigned to a given user for the specified process instance.
getOpenActivityInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Retrieve a paged list of open activities for a given process instance.
getOperation() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
getOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityDefinition
 
getOperations() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchMessageEventTriggerDefinition
 
getOperator() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
getOperator() - Method in interface org.bonitasoft.engine.operation.Operation
 
getOrder() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
 
getOrder() - Method in class org.bonitasoft.engine.search.Sort
 
getOSArch() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the operating system architecture.
getOSName() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Return the OS name.
getOSVersion() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Return the OS version.
getOutgoingTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeDefinition
Gets the outgoing transitions of the activity.
getOutputParameters() - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
getOutputs() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getPage() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
 
getParameterInstance(long, String) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Get a parameter instance by process definition UUID
getParameterInstances(long, int, int, ParameterCriterion) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Returns the parameters of a process definition or an empty map if the process does not contain any parameter.
getParameters() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
getParameters() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getParentActivityInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowElementInstance
 
getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementInstance
 
getParentContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns the task's direct container ID.
getParentId() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
 
getParentPath() - Method in interface org.bonitasoft.engine.identity.Group
 
getParentProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Always returns the directly containing process instance ID (at the lower level, if several levels of containing processes).
getParentProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getPassword() - Method in interface org.bonitasoft.engine.identity.User
Deprecated.
getPath() - Method in interface org.bonitasoft.engine.identity.Group
 
getPendingHumanTaskInstances(long, int, int, ActivityInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the list of pending human task instances available to the specified user.
getPersoContactUpdater() - Method in class org.bonitasoft.engine.identity.UserUpdater
 
getPersoFields() - Method in class org.bonitasoft.engine.identity.UserCreator
 
getPhoneNumber() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getPlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Get the platform.
getPlatformAPI(PlatformSession) - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformAPI(PlatformSession) - Static method in class org.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformCommandAPI(PlatformSession) - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformCommandAPI(PlatformSession) - Static method in class org.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformLoginAPI() - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformLoginAPI() - Static method in class org.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformMonitoringAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getPlatformMonitoringAPI(PlatformSession) - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
getPlatformMonitoringAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getPlatformState() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Get the state of the platform of the current node
getPossibleUsersOfHumanTask(long, String, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Lists the possible users (candidates) of the specified human task definition.
getPossibleUsersOfPendingHumanTask(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Lists the possible users (candidates) of the specified human task instance.
getPostDate() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
 
getPostDate() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
 
getPreviousVersion() - Method in interface org.bonitasoft.engine.platform.Platform
 
getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstance
 
getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskDefinition
 
getPriority() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskInstance
 
getProcessAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getProcessAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getProcessAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
Gives access to the ProcessAPI
getProcessAPI(APISession) - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getProcessContainer() - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getProcessCpuTime() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the CPU time used by the process on which the Java virtual machine is running in nanoseconds.
getProcessDataDefinitions(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paged list of data definitions of the process definition.
getProcessDataInstance(String, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the value of named data item from a specified process instance.
getProcessDataInstances(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Returns all data of a process instance.
getProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the process definition by giving its identifier.
getProcessDefinition() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
getProcessDefinitionId(String, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the identifier of the process definition with the specified name and version.
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorInstance
 
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns the ID of the process definition where this FlowNodeInstance is defined.
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getProcessDefinitionId() - Method in exception org.bonitasoft.engine.bpm.process.ProcessDeployException
 
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getProcessDefinitionId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
 
getProcessDefinitionId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
getProcessDefinitionIdFromActivityInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the process definition id from an activity instance id.
getProcessDefinitionIdFromProcessInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the process definition id from an process instance id.
getProcessDeploymentInfo(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Gets the deployment information of a process definition by giving the process definition identifier.
getProcessDeploymentInfos(int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a paged list of process deployment information for a number of processes.
getProcessDeploymentInfosFromArchivedProcessInstanceIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Get process deployment information from a list of archived processInstance ids
getProcessDeploymentInfosFromIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the process deployment information of the process definitions.
getProcessDeploymentInfosFromProcessInstanceIds(List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Get process deployment information from a list of processInstance id
getProcessDeploymentInfosOfCategory(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paged list of process deployment information items for the category.
getProcessDeploymentInfosUnrelatedToCategory(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paginated list of process deployment information items of the category.
getProcessDeploymentInfosWithActorOnlyForGroup(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which a specified group is the only mapped actor.
getProcessDeploymentInfosWithActorOnlyForGroups(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which one of the listed groups is the only mapped actors.
getProcessDeploymentInfosWithActorOnlyForRole(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which the role is the only mapped actor.
getProcessDeploymentInfosWithActorOnlyForRoles(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which one of the listed roles is the only mapped actors.
getProcessDeploymentInfosWithActorOnlyForUser(long, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which the user is the only mapped actor.
getProcessDeploymentInfosWithActorOnlyForUsers(List<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the processes for which one of the listed users is the only mapped actor.
getProcessId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getProcessInstance(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the specified process instance.
getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
 
getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
 
getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.document.ArchivedDocument
 
getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.document.Document
Id of the process instance the document is attached to.
getProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getProcessInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
getProcessInstanceId() - Method in exception org.bonitasoft.engine.exception.ProcessInstanceHierarchicalDeletionException
 
getProcessInstanceIdFromActivityInstanceId(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the process instance id from an activity instance id.
getProcessInstances(int, int, ProcessInstanceCriterion) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get a paged list of all process instances.
getProcessName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getProcessResolutionProblems(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns a list of problems if the process is configured incorrectly or the configuration is incomplete.
getProcessResources(long, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the resources of the process according to the file names pattern.
getProContactUpdater() - Method in class org.bonitasoft.engine.identity.UserUpdater
 
getProFields() - Method in class org.bonitasoft.engine.identity.UserCreator
 
getProfile(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Retrieves the profile.
getProfileAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
 
getProfileAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getProfileAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
Gives access to the ProfileAPI
getProfileAPI(APISession) - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getProfileEntry(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Retrieves the profile entry.
getProfileId() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
 
getProfileId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getProfilesForUser(long) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Retrieves the profiles of the user.
getReachedStateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ActivityInstance
 
getReachedStateDate() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstance
 
getReport(long) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Retrieves a report from its ID.
getReportContent(long) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Retrieves the binary content of a report.
getReportingAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
Gives access to ReportingAPI.
getReportingAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getResource(String) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
getResource() - Method in interface org.bonitasoft.engine.bpm.process.Problem
 
getResourceId() - Method in interface org.bonitasoft.engine.bpm.process.Problem
 
getResources(String) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
getResources() - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
getResult() - Method in class org.bonitasoft.engine.search.impl.SearchResultImpl
 
getResult() - Method in interface org.bonitasoft.engine.search.SearchResult
Get the list of elements retrieved by the search.
getRetryNumber() - Method in interface org.bonitasoft.engine.job.FailedJob
 
getReturnType() - Method in interface org.bonitasoft.engine.expression.Expression
 
getReturnType() - Method in enum org.bonitasoft.engine.expression.ExpressionConstants
 
getReturnType() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
getRightOperand() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
getRightOperand() - Method in interface org.bonitasoft.engine.operation.Operation
 
getRole(long) - Method in interface org.bonitasoft.engine.api.RoleAPI
Retrieves the role.
getRoleByName(String) - Method in interface org.bonitasoft.engine.api.RoleAPI
Retrieves the role.
getRoleId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
 
getRoleId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
 
getRoleId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getRoleId() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getRoleId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getRoleName() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getRoles(int, int, RoleCriterion) - Method in interface org.bonitasoft.engine.api.RoleAPI
Retrieves the paginated list of roles.
getRoles(List<Long>) - Method in interface org.bonitasoft.engine.api.RoleAPI
Retrieves the roles.
getRoom() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowElementInstance
 
getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementInstance
 
getRootContainerId() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns the root container ID.
getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getRootProcessInstanceId() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getRootProcessInstanceId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
Refers to the top-level including process instance.
getScreenshot() - Method in interface com.bonitasoft.engine.reporting.Report
 
getSearchTerm() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
getSearchTerm() - Method in interface org.bonitasoft.engine.search.SearchOptions
Gets the search term (free text that can be search for in a certain amount of properties, depending on what object is the search applied on)
getSeverityLevel() - Method in interface com.bonitasoft.engine.log.Log
 
getSignalEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
 
getSignalEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowEventDefinition
 
getSignalName() - Method in interface org.bonitasoft.engine.bpm.flownode.SignalEventTriggerDefinition
 
getSignalName() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingSignalEvent
 
getSort() - Method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
 
getSorts() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
getSorts() - Method in interface org.bonitasoft.engine.search.SearchOptions
Gets the list of sort criteria
getSource() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedTransitionInstance
 
getSource() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
 
getSourceObjectId() - Method in interface org.bonitasoft.engine.bpm.ArchivedElement
 
getStackTrace() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstanceWithFailureInfo
 
getStartableProcessDeploymentInfosForActors(Set<Long>, int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paged list of process deployment information items that the actors can start.
getStartDate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getStartDate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStartedBy() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getStartedBy() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStartedByDelegate() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getStartedByDelegate() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStartEvents() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getStartIndex() - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
getStartIndex() - Method in interface org.bonitasoft.engine.search.SearchOptions
The result start index, that is the first result that matches the search criteria that we want to retrieve.
getStartTime() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns a timestamp (in millisecond) which indicates the date when the Java virtual machine started.
getStartTime() - Method in interface com.bonitasoft.engine.monitoring.GcInfo
 
getState() - Method in interface com.bonitasoft.engine.platform.Tenant
 
getState() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getState() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getState() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getState() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns a String representation of this FlowNodeInstance state.
getState() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getState() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getStateCategory() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
 
getStateId() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
getStateId() - Method in interface org.bonitasoft.engine.bpm.process.ArchivedProcessInstance
 
getStringIndex1() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStringIndex2() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStringIndex3() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStringIndex4() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStringIndex5() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
 
getStringIndexLabel(int) - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getStringIndexLabel(int) - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
get the label of the string index
getStringIndexValue(int) - Method in interface org.bonitasoft.engine.bpm.process.DesignProcessDefinition
 
getSubProcessContainer() - Method in interface org.bonitasoft.engine.bpm.process.SubProcessDefinition
 
getSupervisorId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
 
getSupportedStates(FlowNodeType) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the states of the flow node type.
getSystemLoadAverage() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the system load average for the last minute.
getTarget() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedTransitionInstance
 
getTarget() - Method in interface org.bonitasoft.engine.bpm.flownode.TransitionDefinition
 
getTargetFlowNode() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
 
getTargetProcess() - Method in interface org.bonitasoft.engine.bpm.flownode.ThrowMessageEventTriggerDefinition
 
getTaskAssigneeId() - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
getTenantById(long) - Method in interface com.bonitasoft.engine.api.PlatformAPI
get a tenant using its tenantId
getTenantByName(String) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Get a tenant using its name.
getTenantId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
Deprecated.
As of 6.1 use APISession.getTenantId() instead
getTenantId() - Method in interface org.bonitasoft.engine.session.APISession
 
getTenantName() - Method in interface org.bonitasoft.engine.session.APISession
 
getTenants(int, int, TenantCriterion) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Get a list of tenants.
getTerminateEventTriggerDefinition() - Method in interface org.bonitasoft.engine.bpm.flownode.EndEventDefinition
 
getThemeAPI() - Method in interface com.bonitasoft.engine.api.APIAccessor
Gives access to ThemeAPI.
getThemeAPI(APISession) - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
 
getThemeAPI() - Method in interface org.bonitasoft.engine.api.APIAccessor
Gives access to the ThemeAPI
getThemeAPI(APISession) - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
 
getThreadCount() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the current number of live threads including both daemon and non-daemon threads.
getTimerEventTriggerDefinitions() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
 
getTimerExpression() - Method in interface org.bonitasoft.engine.bpm.flownode.TimerEventTriggerDefinition
 
getTimerType() - Method in interface org.bonitasoft.engine.bpm.flownode.TimerEventTriggerDefinition
 
getTitle() - Method in interface org.bonitasoft.engine.identity.User
 
getTo() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
getTotalPhysicalMemorySize() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the total amount of physical memory in bytes.
getTotalSwapSpaceSize() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Get the total amount of swap space in bytes.
getTotalThreadsCpuTime() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the total CPU time for all live threads in nanoseconds.
getTransitions() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementContainerDefinition
 
getTrigger() - Method in interface org.bonitasoft.engine.bpm.flownode.ReceiveTaskDefinition
 
getType() - Method in interface com.bonitasoft.engine.bpm.parameter.ParameterInstance
 
getType() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
getType() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowNodeInstance
Returns the FlowNodeType that precises the concrete type of this FlowNodeInstance.
getType() - Method in interface org.bonitasoft.engine.bpm.parameter.ParameterDefinition
 
getType() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
Deprecated.
As of 6.0 use Operation.getType() instead
getType() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
getType() - Method in interface org.bonitasoft.engine.operation.LeftOperand
Deprecated.
As of 6.0 use Operation.getType() instead
getType() - Method in interface org.bonitasoft.engine.operation.Operation
 
getType() - Method in interface org.bonitasoft.engine.profile.ProfileEntry
 
getType() - Method in interface org.bonitasoft.engine.theme.Theme
Get the type of this theme
getUncategorizedProcessDeploymentInfos(int, int, ProcessDeploymentInfoCriterion) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Returns the paged list of process deployment information items which have no category.
getUpTime() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns the number of milliseconds elapsed since the Java Virtual Machine started.
getUrl() - Method in interface org.bonitasoft.engine.bpm.document.Document
Download URL of the document.
getUrl() - Method in interface org.bonitasoft.engine.bpm.document.DocumentDefinition
 
getUrl() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
getUsed() - Method in interface com.bonitasoft.engine.monitoring.MemoryUsage
Returns the amount of used memory in bytes.
getUser(long) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the user.
getUser() - Method in interface org.bonitasoft.engine.identity.UserWithContactData
 
getUserByUserName(String) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the user.
getUserCommands(int, int, CommandCriterion) - Method in interface org.bonitasoft.engine.api.CommandAPI
Returns the Commands with System is false
getUserContactData(long, boolean) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the contact data (personal or professional) of the user.
getUserFilter() - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskDefinition
 
getUserFilterId() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
 
getUserId() - Method in interface org.bonitasoft.engine.bpm.actor.ActorMember
 
getUserId() - Method in interface org.bonitasoft.engine.bpm.comment.ArchivedComment
 
getUserId() - Method in interface org.bonitasoft.engine.bpm.comment.Comment
 
getUserId() - Method in interface org.bonitasoft.engine.bpm.supervisor.ProcessSupervisor
 
getUserId() - Method in interface org.bonitasoft.engine.entitymember.EntityMember
 
getUserId() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getUserId() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getUserId() - Method in interface org.bonitasoft.engine.profile.ProfileMember
 
getUserId() - Method in interface org.bonitasoft.engine.session.Session
 
getUserMembership(long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Retrieves the user membership.
getUserMemberships(long, int, int, UserMembershipCriterion) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Retrieves the paginated list of user memberships of the user.
getUserMembershipsByGroup(long, int, int) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Retrieves the paginated list of user memberships of the group.
getUserMembershipsByRole(long, int, int) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Retrieves the paginated list of user memberships of the role.
getUserName() - Method in interface org.bonitasoft.engine.identity.User
 
getUsername() - Method in interface org.bonitasoft.engine.identity.UserMembership
 
getUserName() - Method in interface org.bonitasoft.engine.session.Session
 
getUsers(int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the paginated list of users.
getUsers(List<Long>) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the users.
getUsersByUsernames(List<String>) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the identifiers of the named users.
getUsersInGroup(long, int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the paginated list of groups.
getUsersInRole(long, int, int, UserCriterion) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the paginated list of roles.
getUserWithProfessionalDetails(long) - Method in interface org.bonitasoft.engine.api.UserAPI
Retrieves the professional details of the user.
getValue() - Method in interface com.bonitasoft.engine.bpm.parameter.ParameterInstance
 
getValue() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
getValue() - Method in interface org.bonitasoft.engine.bpm.flownode.CorrelationDefinition
 
getValue() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
getVariableToSet() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
Deprecated.
As of 6.0 replaced by OperationImpl.getLeftOperand()
getVariableToSet() - Method in interface org.bonitasoft.engine.operation.Operation
Deprecated.
As of 6.0 replaced by Operation.getLeftOperand()
getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
 
getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorDefinition
 
getVersion() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
getVersion() - Method in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
getVersion() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDefinition
 
getVersion() - Method in interface org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
 
getVersion() - Method in interface org.bonitasoft.engine.bpm.userfilter.UserFilterDefinition
 
getVersion() - Method in interface org.bonitasoft.engine.platform.Platform
 
getWebsite() - Method in interface org.bonitasoft.engine.identity.ContactData
 
getXPathReturnType(XPathReturnType, ExpressionBuilder) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
getZipCode() - Method in interface org.bonitasoft.engine.identity.ContactData
 
GREATER_THAN_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
GREATER_THAN_OR_EQUALS_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
greaterOrEquals(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
greaterThan(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
Filters search results with a greaterThan comparison operation.
Group - Interface in org.bonitasoft.engine.identity
 
GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
GROUP_ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
GroupAPI - Interface in org.bonitasoft.engine.api
GroupAPI forms part of the OrganizationAPI and gives access to all the Administation operations available on Groups: creation, deletion, updating, search, etc...
GroupCreator - Class in org.bonitasoft.engine.identity
 
GroupCreator(String) - Constructor for class org.bonitasoft.engine.identity.GroupCreator
 
GroupCreator.GroupField - Enum in org.bonitasoft.engine.identity
 
GroupCriterion - Enum in org.bonitasoft.engine.identity
 
groupId(long) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
GroupNotFoundException - Exception in org.bonitasoft.engine.identity
 
GroupNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.GroupNotFoundException
 
GroupSearchDescriptor - Class in org.bonitasoft.engine.identity
 
GroupSearchDescriptor() - Constructor for class org.bonitasoft.engine.identity.GroupSearchDescriptor
 
GroupUpdater - Class in org.bonitasoft.engine.identity
 
GroupUpdater() - Constructor for class org.bonitasoft.engine.identity.GroupUpdater
 
GroupUpdater.GroupField - Enum in org.bonitasoft.engine.identity
 

H

hasContent() - Method in interface org.bonitasoft.engine.bpm.document.Document
Returns true if he document has content.
hasContent() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
hasFields() - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
hasFields() - Method in class org.bonitasoft.engine.identity.UserUpdater
Has this updater at least one field to update (directly or in its personal / professional contact data)?
hashCode() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
hashCode() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
hashCode() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
hashCode() - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
hashCode() - Method in class org.bonitasoft.engine.search.Sort
 
hideTasks(long, Long...) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Hides a list of tasks from a specified user.
HumanTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
A Human task is a task having an actor and that can be assigned.
HumanTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode.impl
Deprecated.
since 6.2.3
HumanTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
HumanTaskInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
HumanTaskInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 

I

ICON_NAME - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
ICON_PATH - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
iconPath(String) - Method in class com.bonitasoft.engine.profile.ProfileUpdater
 
ID - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
ID - Static variable in class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the identifier of the archived comment
ID - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the identifier of the comment
ID - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The name of the field corresponding to the identifier of the connector
ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.identity.GroupSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.identity.RoleSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.profile.ProfileSearchDescriptor
 
ID - Static variable in class org.bonitasoft.engine.theme.ThemeSearchDescriptor
 
IdentityAPI - Interface in com.bonitasoft.engine.api
This API does not contain anymore anything Subscription-specific.
IdentityAPI - Interface in org.bonitasoft.engine.api
The Interface IdentityAPI.
IllegalNodeStateException - Exception in org.bonitasoft.engine.platform
 
IllegalNodeStateException(String) - Constructor for exception org.bonitasoft.engine.platform.IllegalNodeStateException
 
IllegalNodeStateException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.IllegalNodeStateException
 
IllegalNodeStateException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.IllegalNodeStateException
 
IllegalProcessStateException - Exception in org.bonitasoft.engine.bpm.process
Thrown when the process instance is in illegal state.
IllegalProcessStateException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.IllegalProcessStateException
Constructs a new exception with the specified detail message.
IllegalProcessStateException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.IllegalProcessStateException
Constructs a new exception with the specified detail cause.
IMPLEMENTATION - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
 
IMPLEMENTATION_CLASS_NAME - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The name of the field corresponding to the class name of the implementation of the connector
importActorMapping(long, String) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Imports into the process definition an actor mapping in XML format.
importActorMapping(long, byte[]) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Imports to the process definition, the actor mapping in XML format as a byte array.
importOrganization(String) - Method in interface org.bonitasoft.engine.api.OrganizationAPI
Imports the organization using the ImportPolicy.MERGE_DUPLICATES policy.
importOrganization(String, ImportPolicy) - Method in interface org.bonitasoft.engine.api.OrganizationAPI
Imports the organization.
ImportParameterException - Exception in com.bonitasoft.engine.bpm.parameter
 
ImportParameterException(String) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ImportParameterException
 
ImportParameterException(Throwable) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ImportParameterException
 
importParameters(long, byte[]) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Imports the parameters of the process definition.
ImportPolicy - Enum in com.bonitasoft.engine.profile
 
ImportPolicy - Enum in org.bonitasoft.engine.identity
Define how to handle conflicts when an organization is imported
importProfilesUsingSpecifiedPolicy(byte[], ImportPolicy) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Import profiles from XML file.
IncorrectOperationStructureException - Exception in org.bonitasoft.engine.operation
 
IncorrectOperationStructureException(String, Throwable) - Constructor for exception org.bonitasoft.engine.operation.IncorrectOperationStructureException
 
IncorrectOperationStructureException(String) - Constructor for exception org.bonitasoft.engine.operation.IncorrectOperationStructureException
 
IncorrectOperationStructureException(Throwable) - Constructor for exception org.bonitasoft.engine.operation.IncorrectOperationStructureException
 
IncorrectParameterException - Exception in org.bonitasoft.engine.exception
Generic Bonita exception for all invalid Parameter when calling a constructor or a method on Bonita objects.
IncorrectParameterException(String) - Constructor for exception org.bonitasoft.engine.exception.IncorrectParameterException
 
IncorrectParameterException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.IncorrectParameterException
 
Index - Enum in com.bonitasoft.engine.bpm.process
 
index(long) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
INDEX - Static variable in class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
initializePlatform() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Initialize the platform. The running environment of Bonita Engine is initialized and marked as activated.
Business elements linked to the execution are initialized, after this step the technical user will be able to connect to the engine and to import the organization.
INITIALIZING_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is initializing.
INSTALLATION_DATE - Static variable in class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 
INSTALLED_BY - Static variable in class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 
INSTANCE - Static variable in class org.bonitasoft.engine.home.BonitaHomeClient
 
IntermediateCatchEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
IntermediateCatchEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
IntermediateThrowEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
IntermediateThrowEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
InvalidConnectorImplementationException - Exception in org.bonitasoft.engine.bpm.connector
Thrown when the connector implementation is invalid.
InvalidConnectorImplementationException(String) - Constructor for exception org.bonitasoft.engine.bpm.connector.InvalidConnectorImplementationException
Constructs a new exception with the specified detail message.
InvalidConnectorImplementationException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.InvalidConnectorImplementationException
Constructs a new exception with the specified detail cause.
InvalidConnectorImplementationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.connector.InvalidConnectorImplementationException
Constructs a new exception with the specified detail message and cause.
InvalidEvaluationConnectorConditionException - Exception in org.bonitasoft.engine.bpm.connector
Thrown when the evaluation of the condition of the connector instance is invalid.
InvalidEvaluationConnectorConditionException(int, int) - Constructor for exception org.bonitasoft.engine.bpm.connector.InvalidEvaluationConnectorConditionException
Constructs a new exception with the two conditions to compare
InvalidExpressionException - Exception in org.bonitasoft.engine.expression
 
InvalidExpressionException(String) - Constructor for exception org.bonitasoft.engine.expression.InvalidExpressionException
 
InvalidParameterValueException - Exception in com.bonitasoft.engine.bpm.parameter
 
InvalidParameterValueException(String) - Constructor for exception com.bonitasoft.engine.bpm.parameter.InvalidParameterValueException
 
InvalidParameterValueException(Throwable) - Constructor for exception com.bonitasoft.engine.bpm.parameter.InvalidParameterValueException
 
InvalidProcessDefinitionException - Exception in org.bonitasoft.engine.bpm.process
Thrown when the process definition is invalid.
InvalidProcessDefinitionException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.InvalidProcessDefinitionException
Constructs a new exception with the specified detail message.
InvalidProcessDefinitionException(List<String>) - Constructor for exception org.bonitasoft.engine.bpm.process.InvalidProcessDefinitionException
Constructs a new exception with the specified detail message and cause.
InvalidSessionException - Exception in org.bonitasoft.engine.session
 
InvalidSessionException(String) - Constructor for exception org.bonitasoft.engine.session.InvalidSessionException
 
InvalidSessionException(Throwable) - Constructor for exception org.bonitasoft.engine.session.InvalidSessionException
 
invokeMethod(Map<String, Serializable>, String, String, List<String>, Object[]) - Method in interface org.bonitasoft.engine.api.internal.ServerAPI
 
IS_DEFAULT - Static variable in class org.bonitasoft.engine.profile.ProfileSearchDescriptor
 
IS_DEFAULT - Static variable in class org.bonitasoft.engine.theme.ThemeSearchDescriptor
 
isAborting() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowElementInstance
Is this flow element instance currently aborting?
isAborting() - Method in interface org.bonitasoft.engine.bpm.flownode.FlowElementInstance
Is this flow element instance currently aborting?
isActive() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingEvent
 
isAllowedToStartProcess(long, Set<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Checks whether the actors are allowed to start the process definition.
isDefault() - Method in interface org.bonitasoft.engine.profile.Profile
 
isDefault() - Method in interface org.bonitasoft.engine.theme.Theme
This theme is default, or not.
isDefaultTenant() - Method in interface com.bonitasoft.engine.platform.Tenant
 
isEnabled() - Method in interface org.bonitasoft.engine.identity.User
 
isExternal() - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
isExternal() - Method in interface org.bonitasoft.engine.operation.LeftOperand
 
isInitiator() - Method in interface org.bonitasoft.engine.bpm.actor.ActorDefinition
 
isInitiator() - Method in interface org.bonitasoft.engine.bpm.actor.ActorInstance
 
isInstanceScope() - Method in interface com.bonitasoft.engine.bpm.breakpoint.Breakpoint
 
isInterrupting() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventDefinition
 
isInterrupting() - Method in interface org.bonitasoft.engine.bpm.flownode.CatchEventInstance
 
isInvolvedInProcessInstance(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Check whether a specified user is involved in a process instance.
isLocked() - Method in interface org.bonitasoft.engine.bpm.flownode.WaitingMessageEvent
 
isLongText() - Method in interface org.bonitasoft.engine.bpm.data.TextDataDefinition
 
isNodeStarted() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Is the current node started?
isOptionalMonitoringInformationAvailable() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Returns true if engine is running on top of a SUN/Oracle JVM
isPersonal() - Method in interface org.bonitasoft.engine.identity.ContactData
 
isPlatformCreated() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Check if the platform created or not.
isProvided() - Method in interface com.bonitasoft.engine.reporting.Report
Is this report provided by default.
isSchedulerStarted() - Method in interface com.bonitasoft.engine.api.PlatformMonitoringAPI
Check if the scheduler is started.
isSequential() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedMultiInstanceActivityInstance
 
isSequential() - Method in interface org.bonitasoft.engine.bpm.flownode.MultiInstanceActivityInstance
 
isSystemCommand() - Method in interface org.bonitasoft.engine.command.CommandDescriptor
Is the command a default system command or a custom command.
isTaskHidden(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Checks whether a specified task is hidden from a given user.
isTechnicalUser() - Method in interface org.bonitasoft.engine.session.Session
 
isTerminal() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
 
isTransientData() - Method in interface org.bonitasoft.engine.bpm.data.DataDefinition
 
isTransientData() - Method in interface org.bonitasoft.engine.bpm.data.DataInstance
 
isTriggeredByEvent() - Method in interface org.bonitasoft.engine.bpm.flownode.ArchivedSubProcessActivityInstance
 
isTriggeredByEvent() - Method in interface org.bonitasoft.engine.bpm.flownode.SubProcessActivityInstance
 
isTriggeredByEvent() - Method in interface org.bonitasoft.engine.bpm.process.SubProcessDefinition
 
isUndefinedFieldNameAuthorized() - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
isUserProcessSupervisor(long, long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Checks whether the user is the process supervisor.

K

KIND - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the kind of the comment

L

LABEL - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
LAST_CONNECTION - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
LAST_MODIFICATION_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
LAST_NAME - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
LAST_UPDATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
LAST_UPDATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
LAST_UPDATE_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
LeftOperand - Interface in org.bonitasoft.engine.operation
 
LeftOperandBuilder - Class in org.bonitasoft.engine.operation
Builder for LeftOperand.
LeftOperandBuilder() - Constructor for class org.bonitasoft.engine.operation.LeftOperandBuilder
 
LeftOperandImpl - Class in org.bonitasoft.engine.operation.impl
 
LeftOperandImpl() - Constructor for class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
LeftOperandType - Enum in org.bonitasoft.engine.operation
Deprecated.
leftParenthesis() - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
LESS_THAN_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
LESS_THAN_OR_EQUALS_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
lessOrEquals(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
lessThan(String, Serializable) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
LicenseInfo - Interface in com.bonitasoft.engine.platform
Informations on the license of a node
Log - Interface in com.bonitasoft.engine.log
 
LogAPI - Interface in com.bonitasoft.engine.api
When some actions are performed in Bonita BPM Execution Engine, some business logs are stored.
The LogAPI allows to get / search those logs.
LogCriterion - Enum in com.bonitasoft.engine.log
 
login(long, String, String) - Method in interface com.bonitasoft.engine.api.LoginAPI
Connects the user in order to use API methods of a tenant.
login(String, String) - Method in interface org.bonitasoft.engine.api.LoginAPI
Connects the user in order to use API methods of the default tenant.
login(String, String) - Method in interface org.bonitasoft.engine.api.PlatformLoginAPI
Login with username and password of the platform administrator defined in bonita-platform.properties
LoginAPI - Interface in com.bonitasoft.engine.api
 
LoginAPI - Interface in org.bonitasoft.engine.api
The LoginAPI allows to log in (and out) onto the Engine.
LoginException - Exception in org.bonitasoft.engine.platform
 
LoginException(String) - Constructor for exception org.bonitasoft.engine.platform.LoginException
 
LoginException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.LoginException
 
LogNotFoundException - Exception in com.bonitasoft.engine.log
 
LogNotFoundException(Throwable) - Constructor for exception com.bonitasoft.engine.log.LogNotFoundException
 
logout(APISession) - Method in interface org.bonitasoft.engine.api.LoginAPI
Disconnects the logged user on a tenant according to the given session.
logout(PlatformSession) - Method in interface org.bonitasoft.engine.api.PlatformLoginAPI
Logout from a platform.
LogoutException - Exception in org.bonitasoft.engine.platform
 
LogoutException(String) - Constructor for exception org.bonitasoft.engine.platform.LogoutException
 
LogoutException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.LogoutException
 
LogoutException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.LogoutException
 
LogSearchDescriptor - Class in com.bonitasoft.engine.log
 
LogSearchDescriptor() - Constructor for class com.bonitasoft.engine.log.LogSearchDescriptor
 
LoopActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
LoopCharacteristics - Interface in org.bonitasoft.engine.bpm.flownode
 

M

MANAGER_USER_ID - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
ManualTaskCreator - Class in com.bonitasoft.engine.bpm.flownode
 
ManualTaskCreator(long, String) - Constructor for class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
ManualTaskCreator.ManualTaskField - Enum in com.bonitasoft.engine.bpm.flownode
 
ManualTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
A Manual Task is a Task that is not managed by any business process engine It represent a work that is done outside of the system.
ManualTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
MembershipAPI - Interface in org.bonitasoft.engine.api
MembershipAPI forms part of the OrganizationAPI and gives access to all the Administation operations available on UserMemberships: creation, deletion, updating, retrieval, etc...
MembershipNotFoundException - Exception in org.bonitasoft.engine.identity
 
MembershipNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.MembershipNotFoundException
 
MemberType - Enum in org.bonitasoft.engine.identity
 
MemoryUsage - Interface in com.bonitasoft.engine.monitoring
 
mergeStackTraces(ServerWrappedException) - Static method in class org.bonitasoft.engine.exception.StackTraceTransformer
 
MESSAGE - Static variable in class com.bonitasoft.engine.log.LogSearchDescriptor
 
MessageEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
MonitoringAPI - Interface in com.bonitasoft.engine.api
 
MonitoringException - Exception in com.bonitasoft.engine.monitoring
 
MonitoringException(String) - Constructor for exception com.bonitasoft.engine.monitoring.MonitoringException
 
MonitoringException(String, Throwable) - Constructor for exception com.bonitasoft.engine.monitoring.MonitoringException
 
MultiInstanceActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 

N

NAME - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
name(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
name(String) - Method in class com.bonitasoft.engine.profile.ProfileUpdater
 
NAME - Static variable in class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the name of the connector
NAME - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowElementInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.identity.GroupSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.identity.RoleSearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
NAME - Static variable in class org.bonitasoft.engine.profile.ProfileSearchDescriptor
 
NamedElement - Interface in org.bonitasoft.engine.bpm
Any element that has a name in Bonita BPM implements this interface.
NodeAPI - Interface in com.bonitasoft.engine.api
Handle nodes A node is a JVM that allows the engine to run on a platform
NodeNotStartedException - Exception in org.bonitasoft.engine.platform
 
NodeNotStartedException() - Constructor for exception org.bonitasoft.engine.platform.NodeNotStartedException
 
NoSessionRequired - Annotation Type in org.bonitasoft.engine.api
Indicates that a Bonita API method does not need to have a valid session to be called.
NOT_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
NOT_EQUALS_COMPARATOR - Static variable in class org.bonitasoft.engine.expression.ExpressionBuilder
 
NotFoundException - Exception in org.bonitasoft.engine.exception
 
NotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception org.bonitasoft.engine.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.NotFoundException
 
NotSerializableException - Exception in org.bonitasoft.engine.exception
 
NotSerializableException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.NotSerializableException
 
NotSerializableException(String, String, String, Object) - Constructor for exception org.bonitasoft.engine.exception.NotSerializableException
 

O

Operation - Interface in org.bonitasoft.engine.operation
An Operation has a LeftOperand (typically, for assignment operations, left operand is the part of the operation receiving the value), an OperatorType which defines the type of operation to execute and a right operand, represented by an Expression.
OperationBuilder - Class in org.bonitasoft.engine.operation
Utilitary builder to creation Operation objects.
OperationBuilder() - Constructor for class org.bonitasoft.engine.operation.OperationBuilder
 
OperationExecutionException - Exception in org.bonitasoft.engine.operation
 
OperationExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.operation.OperationExecutionException
 
OperationExecutionException(String) - Constructor for exception org.bonitasoft.engine.operation.OperationExecutionException
 
OperationExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.operation.OperationExecutionException
 
OperationImpl - Class in org.bonitasoft.engine.operation.impl
 
OperationImpl() - Constructor for class org.bonitasoft.engine.operation.impl.OperationImpl
 
OperatorType - Enum in org.bonitasoft.engine.operation
 
or() - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
Order - Enum in org.bonitasoft.engine.search
 
org.bonitasoft.engine.api - package org.bonitasoft.engine.api
Main Community Edition package to access Community APIs.
org.bonitasoft.engine.api.internal - package org.bonitasoft.engine.api.internal
org.bonitasoft.engine.bpm - package org.bonitasoft.engine.bpm
 
org.bonitasoft.engine.bpm.actor - package org.bonitasoft.engine.bpm.actor
This package contains everything concerning Actor : Definition, Instance, Exceptions, Updater...
org.bonitasoft.engine.bpm.bar - package org.bonitasoft.engine.bpm.bar
org.bonitasoft.engine.bpm.category - package org.bonitasoft.engine.bpm.category
This package contains everything concerning Category : Criterion, Exceptions, Updater...
org.bonitasoft.engine.bpm.comment - package org.bonitasoft.engine.bpm.comment
This package contains everything concerning Comment : Archived, Search descriptor...
org.bonitasoft.engine.bpm.connector - package org.bonitasoft.engine.bpm.connector
org.bonitasoft.engine.bpm.data - package org.bonitasoft.engine.bpm.data
org.bonitasoft.engine.bpm.document - package org.bonitasoft.engine.bpm.document
org.bonitasoft.engine.bpm.flownode - package org.bonitasoft.engine.bpm.flownode
org.bonitasoft.engine.bpm.flownode.impl - package org.bonitasoft.engine.bpm.flownode.impl
org.bonitasoft.engine.bpm.parameter - package org.bonitasoft.engine.bpm.parameter
org.bonitasoft.engine.bpm.process - package org.bonitasoft.engine.bpm.process
org.bonitasoft.engine.bpm.supervisor - package org.bonitasoft.engine.bpm.supervisor
org.bonitasoft.engine.bpm.userfilter - package org.bonitasoft.engine.bpm.userfilter
org.bonitasoft.engine.command - package org.bonitasoft.engine.command
org.bonitasoft.engine.connector - package org.bonitasoft.engine.connector
 
org.bonitasoft.engine.entitymember - package org.bonitasoft.engine.entitymember
org.bonitasoft.engine.exception - package org.bonitasoft.engine.exception
org.bonitasoft.engine.expression - package org.bonitasoft.engine.expression
org.bonitasoft.engine.expression.impl - package org.bonitasoft.engine.expression.impl
org.bonitasoft.engine.filter - package org.bonitasoft.engine.filter
org.bonitasoft.engine.home - package org.bonitasoft.engine.home
org.bonitasoft.engine.identity - package org.bonitasoft.engine.identity
org.bonitasoft.engine.job - package org.bonitasoft.engine.job
org.bonitasoft.engine.operation - package org.bonitasoft.engine.operation
org.bonitasoft.engine.operation.impl - package org.bonitasoft.engine.operation.impl
org.bonitasoft.engine.platform - package org.bonitasoft.engine.platform
org.bonitasoft.engine.platform.command - package org.bonitasoft.engine.platform.command
org.bonitasoft.engine.profile - package org.bonitasoft.engine.profile
org.bonitasoft.engine.search - package org.bonitasoft.engine.search
org.bonitasoft.engine.search.impl - package org.bonitasoft.engine.search.impl
org.bonitasoft.engine.session - package org.bonitasoft.engine.session
org.bonitasoft.engine.theme - package org.bonitasoft.engine.theme
org.bonitasoft.engine.theme.exception - package org.bonitasoft.engine.theme.exception
org.bonitasoft.engine.util - package org.bonitasoft.engine.util
OrganizationAPI - Interface in org.bonitasoft.engine.api
Manages the Organization, that is the users, groups, roles, memberships, through import / export methods.
OrganizationExportException - Exception in org.bonitasoft.engine.identity
 
OrganizationExportException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.OrganizationExportException
 
OrganizationImportException - Exception in org.bonitasoft.engine.identity
 
OrganizationImportException(String) - Constructor for exception org.bonitasoft.engine.identity.OrganizationImportException
 
OrganizationImportException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.OrganizationImportException
 
ORIGINAL_FLOW_NODE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
ORIGINAL_HUMAN_TASK_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 

P

page(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
ParameterCriterion - Enum in com.bonitasoft.engine.bpm.parameter
 
ParameterDefinition - Interface in org.bonitasoft.engine.bpm.parameter
 
ParameterInstance - Interface in com.bonitasoft.engine.bpm.parameter
 
ParameterNotFoundException - Exception in com.bonitasoft.engine.bpm.parameter
 
ParameterNotFoundException(Throwable) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ParameterNotFoundException
 
ParameterNotFoundException(long, String) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ParameterNotFoundException
 
ParameterProcessNotFoundException - Exception in com.bonitasoft.engine.bpm.parameter
 
ParameterProcessNotFoundException(String) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ParameterProcessNotFoundException
 
ParameterProcessNotFoundException(Throwable) - Constructor for exception com.bonitasoft.engine.bpm.parameter.ParameterProcessNotFoundException
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
PARENT_ACTIVITY_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
PARENT_CONTAINER_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
PARENT_CONTAINER_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
PARENT_ID - Static variable in class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
PARENT_PATH - Static variable in class org.bonitasoft.engine.identity.GroupSearchDescriptor
 
PARENT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
PARENT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
PARENT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
PARENT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
parentId(long) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
Platform - Interface in org.bonitasoft.engine.platform
 
PlatformAPI - Interface in com.bonitasoft.engine.api
 
PlatformAPI - Interface in org.bonitasoft.engine.api
Manage the platform.
PlatformAPIAccessor - Class in com.bonitasoft.engine.api
Accessor class that retrieve Platform APIs
PlatformAPIAccessor() - Constructor for class com.bonitasoft.engine.api.PlatformAPIAccessor
 
PlatformAPIAccessor - Class in org.bonitasoft.engine.api
Accessor class that retrieve Platform APIs
PlatformAPIAccessor() - Constructor for class org.bonitasoft.engine.api.PlatformAPIAccessor
 
PlatformCommandAPI - Interface in org.bonitasoft.engine.api
Manipulate tenant commands.
PlatformCommandCriterion - Enum in org.bonitasoft.engine.platform.command
 
PlatformCommandDescriptor - Interface in org.bonitasoft.engine.platform.command
 
PlatformCommandExecutionException - Exception in org.bonitasoft.engine.platform.command
 
PlatformCommandExecutionException(String) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandExecutionException
 
PlatformCommandExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandExecutionException
 
PlatformCommandExecutionException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandExecutionException
 
PlatformCommandParameterizationException - Exception in org.bonitasoft.engine.platform.command
 
PlatformCommandParameterizationException(String) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandParameterizationException
 
PlatformCommandParameterizationException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandParameterizationException
 
PlatformCommandParameterizationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.command.PlatformCommandParameterizationException
 
PlatformCommandUpdater - Class in org.bonitasoft.engine.platform.command
 
PlatformCommandUpdater() - Constructor for class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
 
PlatformCommandUpdater.PlatformCommandField - Enum in org.bonitasoft.engine.platform.command
 
PlatformLoginAPI - Interface in org.bonitasoft.engine.api
Manage the login on the platform.
PlatformLoginException - Exception in org.bonitasoft.engine.platform
 
PlatformLoginException(String) - Constructor for exception org.bonitasoft.engine.platform.PlatformLoginException
 
PlatformLoginException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.PlatformLoginException
 
PlatformLogoutException - Exception in org.bonitasoft.engine.platform
 
PlatformLogoutException(String) - Constructor for exception org.bonitasoft.engine.platform.PlatformLogoutException
 
PlatformLogoutException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.PlatformLogoutException
 
PlatformMonitoringAPI - Interface in com.bonitasoft.engine.api
The PlatformMonitoringAPI allows to monitor certains indicator at platform level.
PlatformNotFoundException - Exception in org.bonitasoft.engine.platform
 
PlatformNotFoundException(String) - Constructor for exception org.bonitasoft.engine.platform.PlatformNotFoundException
 
PlatformNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.PlatformNotFoundException
 
PlatformNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.PlatformNotFoundException
 
PlatformSession - Interface in org.bonitasoft.engine.session
 
PlatformState - Enum in org.bonitasoft.engine.platform
 
POSTDATE - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the date to which the comment was posted.
POSTDATE - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the date to which the comment was posted.
POSTED_BY_ID - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the identifier of the user that posted the comment
POSTED_BY_ID - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the identifier of the user that posted the comment
PRIORITY - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
PRIORITY - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
PRIORITY - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
Problem - Interface in org.bonitasoft.engine.bpm.process
When ConfigurationState of a process is ConfigurationState.UNRESOLVED, a list of Problems can be retrieved using ProcessManagementAPI.getProcessResolutionProblems(long) to identify what must be fixed.
Problem.Level - Enum in org.bonitasoft.engine.bpm.process
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
PROCESS_DEFINITION_ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
PROCESS_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the identifier of the process instance associated to the comment
PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the identifier of the process instance associated to the comment
PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
PROCESS_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
PROCESS_TYPE - Static variable in interface org.bonitasoft.engine.bpm.connector.ArchivedConnectorInstance
Container type : Process
PROCESS_TYPE - Static variable in interface org.bonitasoft.engine.bpm.connector.ConnectorInstance
 
ProcessActivationException - Exception in org.bonitasoft.engine.bpm.process
Thrown when a process cannot be enabled / disabled, or when a startProcess cannot be performed because the process is not enabled.
ProcessActivationException(Exception) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessActivationException
 
ProcessActivationException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessActivationException
 
ProcessActivationException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessActivationException
 
ProcessAPI - Interface in com.bonitasoft.engine.api
 
ProcessAPI - Interface in org.bonitasoft.engine.api
Contains all methods that handle processes.
ProcessDefinition - Interface in org.bonitasoft.engine.bpm.process
Represents the Definition of a process.
ProcessDefinitionNotEnabledException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessDefinitionNotEnabledException(String, String, long) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDefinitionNotEnabledException
 
ProcessDefinitionNotFoundException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessDefinitionNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(long) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(long, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException
 
ProcessDeployException - Exception in org.bonitasoft.engine.bpm.process
Thrown when a process fails to deploy.
ProcessDeployException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDeployException
 
ProcessDeployException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessDeployException
 
ProcessDeploymentInfo - Interface in org.bonitasoft.engine.bpm.process
Gives access to deployment information of a process.
A ProcessDeploymentInfo has a ConfigurationState, which says if the process is resolved (all his basic configuration has a proper value), or unresolved (some configuration has to be done before the process can be activated).
A ProcessDeploymentInfo has an ActivationState, which says if the process was set to enabled (logged users can start instances of this process), or disabled (no start can be performed on the process).
ProcessDeploymentInfoCriterion - Enum in org.bonitasoft.engine.bpm.process
 
ProcessDeploymentInfoSearchDescriptor - Class in org.bonitasoft.engine.bpm.process
 
ProcessDeploymentInfoSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 
ProcessDeploymentInfoUpdater - Class in org.bonitasoft.engine.bpm.process
 
ProcessDeploymentInfoUpdater() - Constructor for class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
 
ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField - Enum in org.bonitasoft.engine.bpm.process
 
ProcessEnablementException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessEnablementException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessEnablementException
 
ProcessEnablementException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessEnablementException
 
ProcessExecutionException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessExecutionException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessExecutionException
 
ProcessExecutionException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessExecutionException
 
ProcessExportException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessExportException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessExportException
 
ProcessExportException(String, Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessExportException
 
ProcessExportException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessExportException
 
ProcessInstance - Interface in org.bonitasoft.engine.bpm.process
 
PROCESSINSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
PROCESSINSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.document.DocumentsSearchDescriptor
 
ProcessInstanceCriterion - Enum in org.bonitasoft.engine.bpm.process
 
ProcessInstanceHierarchicalDeletionException - Exception in org.bonitasoft.engine.exception
Happens when a process instance can't be there is a parent process instance that is still active Delete this parent process first.
ProcessInstanceHierarchicalDeletionException(String, long) - Constructor for exception org.bonitasoft.engine.exception.ProcessInstanceHierarchicalDeletionException
 
ProcessInstanceNotFoundException - Exception in org.bonitasoft.engine.bpm.process
 
ProcessInstanceNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(long) - Constructor for exception org.bonitasoft.engine.bpm.process.ProcessInstanceNotFoundException
 
ProcessInstanceSearchDescriptor - Class in org.bonitasoft.engine.bpm.process
 
ProcessInstanceSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
ProcessInstanceState - Enum in org.bonitasoft.engine.bpm.process
 
ProcessInstanceUpdater - Class in com.bonitasoft.engine.bpm.process.impl
 
ProcessInstanceUpdater() - Constructor for class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
ProcessInstanceUpdater.ProcessInstanceField - Enum in com.bonitasoft.engine.bpm.process.impl
 
ProcessManagementAPI - Interface in com.bonitasoft.engine.api
* ProcessManagementAPI extends ProcessManagementAPI and adds capabilities on Parameters, activity replay, connector implementation hot-replace.
ProcessManagementAPI - Interface in org.bonitasoft.engine.api
This API deals with definition objects such as ProcessDefinition, ProcessDeploymentInfo, Category, ...
ProcessRuntimeAPI - Interface in com.bonitasoft.engine.api
ProcessRuntimeAPI extends ProcessRuntimeAPI and adds capabilities on Manual tasks, connector execution (directly available at API level), search index updating.
ProcessRuntimeAPI - Interface in org.bonitasoft.engine.api
ProcessRuntimeAPI deals with Process runtime notions such as starting a new instance of a process, retrieving and executing tasks, accessing to all types of tasks, assigning a user to a task, retrieving archived versions of a task, accessing / updating data / variable values, adding / retrieving process comments ...
ProcessSupervisor - Interface in org.bonitasoft.engine.bpm.supervisor
A supervisor of a process is responsible for what happens to the process.
ProcessSupervisorSearchDescriptor - Class in org.bonitasoft.engine.bpm.supervisor
 
ProcessSupervisorSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
Profile - Interface in org.bonitasoft.engine.profile
 
PROFILE_ID - Static variable in class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
PROFILE_ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
ProfileAPI - Interface in com.bonitasoft.engine.api
Profiles are a notion used in Bonita BPM Portal to give and control access to some specific features of the Bonita BPM suite.
ProfileAPI - Interface in org.bonitasoft.engine.api
Profiles are a notion used in BonitaBPM Portal to give and control access to some specific features of the Bonita BPM suite.
ProfileCreator - Class in com.bonitasoft.engine.profile
 
ProfileCreator(String) - Constructor for class com.bonitasoft.engine.profile.ProfileCreator
 
ProfileCreator(Profile) - Constructor for class com.bonitasoft.engine.profile.ProfileCreator
 
ProfileCreator.ProfileField - Enum in com.bonitasoft.engine.profile
 
ProfileEntry - Interface in org.bonitasoft.engine.profile
A ProfileEntry represents a menu entry (inside the main top menu bar) in the Bonita BPM Portal.
ProfileEntryCreator - Class in com.bonitasoft.engine.profile
 
ProfileEntryCreator(String, long) - Constructor for class com.bonitasoft.engine.profile.ProfileEntryCreator
 
ProfileEntryCreator(long) - Constructor for class com.bonitasoft.engine.profile.ProfileEntryCreator
 
ProfileEntryCreator.ProfileEntryField - Enum in com.bonitasoft.engine.profile
 
ProfileEntryExportException - Exception in com.bonitasoft.engine.profile
 
ProfileEntryExportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileEntryExportException
 
ProfileEntryImportException - Exception in com.bonitasoft.engine.profile
 
ProfileEntryImportException(String, Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileEntryImportException
 
ProfileEntryImportException(String) - Constructor for exception com.bonitasoft.engine.profile.ProfileEntryImportException
 
ProfileEntryImportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileEntryImportException
 
ProfileEntryNotFoundException - Exception in org.bonitasoft.engine.profile
 
ProfileEntryNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.profile.ProfileEntryNotFoundException
 
ProfileEntrySearchDescriptor - Class in org.bonitasoft.engine.profile
 
ProfileEntrySearchDescriptor() - Constructor for class org.bonitasoft.engine.profile.ProfileEntrySearchDescriptor
 
ProfileEntryType - Enum in com.bonitasoft.engine.profile
 
ProfileEntryUpdater - Class in com.bonitasoft.engine.profile
 
ProfileEntryUpdater() - Constructor for class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
ProfileEntryUpdater.ProfileEntryUpdateField - Enum in com.bonitasoft.engine.profile
 
ProfileExportException - Exception in com.bonitasoft.engine.profile
 
ProfileExportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileExportException
 
profileId(long) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
ProfileImportException - Exception in com.bonitasoft.engine.profile
 
ProfileImportException(String, Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileImportException
 
ProfileImportException(String) - Constructor for exception com.bonitasoft.engine.profile.ProfileImportException
 
ProfileImportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileImportException
 
ProfileMember - Interface in org.bonitasoft.engine.profile
 
ProfileMemberCreator - Class in org.bonitasoft.engine.profile
 
ProfileMemberCreator(long) - Constructor for class org.bonitasoft.engine.profile.ProfileMemberCreator
 
ProfileMemberCreator.ProfileMemberField - Enum in org.bonitasoft.engine.profile
 
ProfileMemberExportException - Exception in com.bonitasoft.engine.profile
 
ProfileMemberExportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileMemberExportException
 
ProfileMemberImportException - Exception in com.bonitasoft.engine.profile
 
ProfileMemberImportException(String, Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileMemberImportException
 
ProfileMemberImportException(String) - Constructor for exception com.bonitasoft.engine.profile.ProfileMemberImportException
 
ProfileMemberImportException(Throwable) - Constructor for exception com.bonitasoft.engine.profile.ProfileMemberImportException
 
ProfileMemberSearchDescriptor - Class in org.bonitasoft.engine.profile
 
ProfileMemberSearchDescriptor() - Constructor for class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
ProfileMemberUpdater - Class in com.bonitasoft.engine.profile
 
ProfileMemberUpdater() - Constructor for class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
ProfileMemberUpdater.ProfileMemberField - Enum in com.bonitasoft.engine.profile
 
ProfileNotFoundException - Exception in org.bonitasoft.engine.profile
 
ProfileNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.profile.ProfileNotFoundException
 
ProfileSearchDescriptor - Class in org.bonitasoft.engine.profile
 
ProfileSearchDescriptor() - Constructor for class org.bonitasoft.engine.profile.ProfileSearchDescriptor
 
ProfileUpdater - Class in com.bonitasoft.engine.profile
 
ProfileUpdater() - Constructor for class com.bonitasoft.engine.profile.ProfileUpdater
 
ProfileUpdater.ProfileField - Enum in com.bonitasoft.engine.profile
 
PROVIDED - Static variable in class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 

R

REACHED_STATE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
REACHED_STATE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
REACHED_STATE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
REACHED_STATE_DATE - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
READY_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is ready.
ReceiveTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
ReceiveTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
refresh() - Static method in class com.bonitasoft.engine.api.PlatformAPIAccessor
 
refresh() - Static method in class com.bonitasoft.engine.api.TenantAPIAccessor
Refreshes the way the engine client communicates to the engine server.
refresh() - Static method in class org.bonitasoft.engine.api.PlatformAPIAccessor
Reload the configuration of the Bonita home from the file system It allows to change in runtime the Bonita engine your client application uses
refresh() - Static method in class org.bonitasoft.engine.api.TenantAPIAccessor
Refreshes the way the engine client communicates to the engine server.
refresh() - Method in class org.bonitasoft.engine.home.BonitaHomeClient
 
refresh() - Static method in class org.bonitasoft.engine.util.APITypeManager
 
register(String, String, String) - Method in interface org.bonitasoft.engine.api.CommandAPI
Create a new command with its provided name, description, implementation.
register(String, String, String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Adds a command and its descriptor.
releaseUserTask(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Release a task (unclaim or unassign).
removeActorMember(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes the actor member.
removeAllCategoriesFromProcessDefinition(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
removeAllProcessDefinitionsFromCategory(long) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
removeCategoriesFromProcess(long, List<Long>) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Dissociates the categories from the process definition.
removeCategoriesFromProcessDefinition(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes the associations of categories related the process definition given as input parameter respecting the pagination parameters.
removeDependency(String) - Method in interface org.bonitasoft.engine.api.CommandAPI
Remove a dependency to the tenant scope.
removeDependency(String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Remove a dependency to the tenant scope.
removeProcessDefinitionsFromCategory(long, int, int) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Deletes the associations of all the process definitions related to the category given as input parameter respecting the pagination parameters.
replayActivity(long, Map<Long, ConnectorStateReset>) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Set state of activity to its previous state and then execute.
replayActivity(long) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Replay a task that was in failed state.
replayFailedJob(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Replays the failed job in order to unlock it.
replayFailedJob(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Replays the failed job in order to unlock it.
Report - Interface in com.bonitasoft.engine.reporting
A Report is a way to store, amongst other things, a binary screenshot and a binary content.
ReportCreator - Class in com.bonitasoft.engine.reporting
 
ReportCreator(String) - Constructor for class com.bonitasoft.engine.reporting.ReportCreator
 
ReportCreator.ReportField - Enum in com.bonitasoft.engine.reporting
 
ReportingAPI - Interface in com.bonitasoft.engine.api
This API gives access to all reporting features.
ReportNotFoundException - Exception in com.bonitasoft.engine.reporting
 
ReportNotFoundException(Throwable) - Constructor for exception com.bonitasoft.engine.reporting.ReportNotFoundException
 
ReportSearchDescriptor - Class in com.bonitasoft.engine.reporting
 
ReportSearchDescriptor() - Constructor for class com.bonitasoft.engine.reporting.ReportSearchDescriptor
 
rescheduleErroneousTriggers() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Reschedules triggers which are in error state.
restoreDefaultTheme(ThemeType) - Method in interface com.bonitasoft.engine.api.ThemeAPI
Restore the default theme.
RestoreThemeException - Exception in com.bonitasoft.engine.theme.exception
Thrown when restoring the default theme cannot be fulfilled.
RestoreThemeException(String) - Constructor for exception com.bonitasoft.engine.theme.exception.RestoreThemeException
 
RestoreThemeException(Throwable) - Constructor for exception com.bonitasoft.engine.theme.exception.RestoreThemeException
 
RestoreThemeException(String, Throwable) - Constructor for exception com.bonitasoft.engine.theme.exception.RestoreThemeException
 
RetrieveException - Exception in org.bonitasoft.engine.exception
 
RetrieveException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.RetrieveException
 
RetrieveException(String) - Constructor for exception org.bonitasoft.engine.exception.RetrieveException
 
RetrieveException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.RetrieveException
 
retryTask(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Reset the state of a failed activity instance to its previous state and then execute it.
rightParenthesis() - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
Role - Interface in org.bonitasoft.engine.identity
 
ROLE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
ROLE_ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
RoleAPI - Interface in org.bonitasoft.engine.api
RoleAPI forms part of the OrganizationAPI and gives access to all the Administation operations available on Roles: creation, deletion, search, etc...
RoleCreator - Class in org.bonitasoft.engine.identity
 
RoleCreator(String) - Constructor for class org.bonitasoft.engine.identity.RoleCreator
 
RoleCreator.RoleField - Enum in org.bonitasoft.engine.identity
 
RoleCriterion - Enum in org.bonitasoft.engine.identity
 
roleId(long) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
RoleNotFoundException - Exception in org.bonitasoft.engine.identity
 
RoleNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.RoleNotFoundException
 
RoleSearchDescriptor - Class in org.bonitasoft.engine.identity
 
RoleSearchDescriptor() - Constructor for class org.bonitasoft.engine.identity.RoleSearchDescriptor
 
RoleUpdater - Class in org.bonitasoft.engine.identity
 
RoleUpdater() - Constructor for class org.bonitasoft.engine.identity.RoleUpdater
 
RoleUpdater.RoleField - Enum in org.bonitasoft.engine.identity
 
ROOT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
ROOT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
ROOT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
ROOT_PROCESS_INSTANCE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 

S

searchActivities(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for activity instances.
searchArchivedActivities(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived activity instances in terminal states.
searchArchivedComments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived comments.
searchArchivedConnectorInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived connector instances.
searchArchivedDocuments(SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Search for archived documents that meet the search options.
searchArchivedDocumentsSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Search for archived documents that match the search options and are supervised by the specified user.
searchArchivedFlowNodeInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived flow node instances (activities, gateways and events)
searchArchivedHumanTasks(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search the archived human tasks for tasks that match the search options.
searchArchivedHumanTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived human tasks managed by the specified user.
searchArchivedHumanTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived tasks assigned to users supervised by the specified user.
searchArchivedProcessInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived process instances.
searchArchivedProcessInstancesInAllStates(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived process instances in all states (even intermediate states).
searchArchivedProcessInstancesInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived process instances that the specified user can access.
searchArchivedProcessInstancesSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for archived process instances supervised by the specified user.
searchAssignedTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search the assigned human tasks for tasks that match the search options and are administered by the specified user.
searchAssignedTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for tasks assigned to users supervised by the specified user.
searchCommands(SearchOptions) - Method in interface org.bonitasoft.engine.api.CommandAPI
Search commands
searchComments(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for comments related to the specified process instance.
SearchCommentsDescriptor - Class in org.bonitasoft.engine.bpm.comment
The fields on which a search can be made for the comments.
SearchCommentsDescriptor() - Constructor for class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
 
searchCommentsInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get the comments on process instances that the specified user can access.
searchCommentsManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Get all the comments managed by the specified user.
searchConnectorInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for connector instances.
searchDocuments(SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Search for documents that match the search options.
searchDocumentsSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.DocumentAPI
Search for documents that match the search options and are supervised by the specified user.
SearchException - Exception in org.bonitasoft.engine.exception
 
SearchException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.SearchException
 
SearchException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.SearchException
 
SearchFilter - Class in org.bonitasoft.engine.search.impl
 
SearchFilter(String, SearchFilterOperation, Serializable) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
 
SearchFilter(String, Serializable, Serializable) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
 
SearchFilter(SearchFilterOperation) - Constructor for class org.bonitasoft.engine.search.impl.SearchFilter
 
SearchFilterOperation - Enum in org.bonitasoft.engine.search
 
searchFlowNodeInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for flow node instances (activities, gateways and events).
searchGroups(SearchOptions) - Method in interface org.bonitasoft.engine.api.GroupAPI
Searches groups according to the criteria containing in the options.
searchHumanTaskInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for human task instances.
searchLogs(SearchOptions) - Method in interface com.bonitasoft.engine.api.LogAPI
Searches logs according to the criteria containing in the options.
searchMyAvailableHumanTasks(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for all tasks available to a specified user.
searchOpenProcessInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
List all open root process instances.
searchOpenProcessInstancesInvolvingUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for open process instances that the specified user can access.
searchOpenProcessInstancesInvolvingUsersManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for open process instances that all subordinates of the specified user can access.
searchOpenProcessInstancesSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
List all open process instances supervised by a user.
SearchOptions - Interface in org.bonitasoft.engine.search
A SearchOptions object helps define the generic options of the search mechanism.
SearchOptionsBuilder - Class in org.bonitasoft.engine.search
Builder for SearchOptions objects.
SearchOptionsBuilder(int, int) - Constructor for class org.bonitasoft.engine.search.SearchOptionsBuilder
Builds a new SearchOptions with results limited to startIndex and maxResults
SearchOptionsBuilder(SearchOptions) - Constructor for class org.bonitasoft.engine.search.SearchOptionsBuilder
Creates a new SearchOptionsBuilder from another instance by
SearchOptionsImpl - Class in org.bonitasoft.engine.search.impl
 
SearchOptionsImpl(int, int) - Constructor for class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
searchPendingHiddenTasks(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search for pending hidden tasks that are available to the specified user.
searchPendingTasksForUser(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search the pending human tasks for tasks available to the specified user.
searchPendingTasksManagedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search the pending human tasks for tasks that match the search options and are managed by the specified user.
searchPendingTasksSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Search the pending human tasks for tasks that match the search options and are supervised by the specified user.
searchProcessDeploymentInfos(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of processes that the user can start.
searchProcessDeploymentInfos(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of process definitions.
searchProcessDeploymentInfosStartedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of processes which have been recently started by the user.
searchProcessDeploymentInfosSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches the number and the list of processes supervised by the user.
searchProcessDeploymentInfosUsersManagedByCanStart(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
TODO do not understand the behaviour of this Search for all process definitions that can be started by users who report to the specified manager.
searchProcessInstances(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
List all process instances.
searchProcessSupervisors(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of processes supervisors.
searchProfileEntries(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Searches profile entries according to the criteria containing in the options.
searchProfileMembers(String, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Searches profile members according to the criteria containing in the options.
searchProfiles(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProfileAPI
Searches profiles according to the criteria containing in the options.
searchReports(SearchOptions) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Searches for reports with specific search criteria.
SearchResult<T extends Serializable> - Interface in org.bonitasoft.engine.search
Represents the result of a Search.
SearchResultImpl<T extends Serializable> - Class in org.bonitasoft.engine.search.impl
 
SearchResultImpl(long, List<T>) - Constructor for class org.bonitasoft.engine.search.impl.SearchResultImpl
 
searchRoles(SearchOptions) - Method in interface org.bonitasoft.engine.api.RoleAPI
Searches roles according to the criteria containing in the options.
searchTenants(SearchOptions) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Search tenant under the given condition, including pagination, term, filter, sort.
searchTerm(String) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
searchUncategorizedProcessDeploymentInfos(SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of uncategorized processes.
searchUncategorizedProcessDeploymentInfosSupervisedBy(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of uncategorized processes supervised by the user.
searchUncategorizedProcessDeploymentInfosUserCanStart(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches the number and the list of processes that the user can start which have no category.
searchUsers(SearchOptions) - Method in interface org.bonitasoft.engine.api.UserAPI
Searches users according to the criteria containing in the options.
searchUsersWhoCanStartProcessDefinition(long, SearchOptions) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Searches for the number and the list of users who can start the process.
selectList(String) - Method in interface com.bonitasoft.engine.api.ReportingAPI
Executes a SELECT query (rollback only) and returns the result in a CSV format.
SendEventException - Exception in org.bonitasoft.engine.bpm.flownode
 
SendEventException(Throwable) - Constructor for exception org.bonitasoft.engine.bpm.flownode.SendEventException
 
SendEventException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.SendEventException
 
sendMessage(String, Expression, Expression, Map<Expression, Expression>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Send a BPMN message event.
sendMessage(String, Expression, Expression, Map<Expression, Expression>, Map<Expression, Expression>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Send a BPMN message event, with message correlation.
sendSignal(String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Send a BPMN signal event.
SendTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
SendTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ServerAPI - Interface in org.bonitasoft.engine.api.internal
 
ServerAPIException - Exception in org.bonitasoft.engine.exception
 
ServerAPIException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.ServerAPIException
 
ServerAPIException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.ServerAPIException
 
ServerWrappedException - Exception in org.bonitasoft.engine.api.internal
 
ServerWrappedException(Throwable) - Constructor for exception org.bonitasoft.engine.api.internal.ServerWrappedException
Constructs a new exception with the specified detail cause.
ServerWrappedException(String, Throwable) - Constructor for exception org.bonitasoft.engine.api.internal.ServerWrappedException
Constructs a new exception with the specified detail message and cause.
Session - Interface in org.bonitasoft.engine.session
Informations concerning the connected user
SessionNotFoundException - Exception in org.bonitasoft.engine.session
 
SessionNotFoundException(String) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
 
SessionNotFoundException(String, Throwable) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
 
SessionNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.session.SessionNotFoundException
 
setActivityInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
setActivityStateById(long, int) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Set the state of an activity instance.
setActivityStateByName(long, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Set the state of an activity instance.
setAddress(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setAddress(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setAPIAccessor(APIAccessor) - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
setAPIAccessor(APIAccessor) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
setAPITypeAndParams(ApiAccessType, Map<String, String>) - Static method in class org.bonitasoft.engine.util.APITypeManager
 
setAssignTo(long) - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
setBuilding(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setBuilding(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setCity(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setCity(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setConnectorImplementation(long, String, String, byte[]) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Updates the implementation version of the connector of the process definition.
setConnectorInstanceState(long, ConnectorStateReset) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Allows to reset the state of an instance of connector
setConnectorInstanceState(Map<Long, ConnectorStateReset>) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Allows to reset connector instance states for a Collection of connector instances at once.
setContent(byte[]) - Method in class com.bonitasoft.engine.theme.ThemeUpdater
 
setContent(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setContent(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setCountry(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setCountry(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setCSSContent(byte[]) - Method in class com.bonitasoft.engine.theme.ThemeUpdater
 
setCustomTheme(byte[], byte[], ThemeType) - Method in interface com.bonitasoft.engine.api.ThemeAPI
Update a custom theme, if it exists; otherwise create it.
setDataName(String) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
Deprecated.
As of 6.0 replaced by LeftOperandImpl.setName(String)
setDefaultTenant(boolean) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setDependencies(List<Expression>) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setDependencies(List<Expression>) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setDescription(String) - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
setDescription(String) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setDescription(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setDescription(String) - Method in class com.bonitasoft.engine.profile.ProfileCreator
 
setDescription(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setDescription(String) - Method in class com.bonitasoft.engine.reporting.ReportCreator
 
setDescription(String) - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
Set the new description
setDescription(String) - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
Set the new description
setDescription(String) - Method in class org.bonitasoft.engine.command.CommandUpdater
 
setDescription(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
 
setDescription(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
 
setDescription(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
setDescription(String) - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
 
setDisplayDescription(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
 
setDisplayName(String) - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.actor.ActorUpdater
Set the new display name
setDisplayName(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
 
setDisplayName(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
 
setDisplayName(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
 
setDisplayName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
setDueDate(Date) - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
setEmail(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setEmail(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setEnabled(boolean) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setEnabled(boolean) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setExecutionContext(EngineExecutionContext) - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
setExecutionContext(EngineExecutionContext) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
setExpressionType(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setExpressionType(ExpressionType) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setExpressionType(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setExternal(boolean) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
setExternal(boolean) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
 
setFaxNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setFaxNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setField(String) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
setFilters(List<SearchFilter>) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
setFilters(List<SearchFilter>) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
setFirstName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setFirstName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setGroupId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
 
setIconName(String) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setIconName(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setIconName(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
 
setIconName(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
 
setIconName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
setIconName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setIconName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setIconPath(String) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setIconPath(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setIconPath(String) - Method in class com.bonitasoft.engine.profile.ProfileCreator
 
setIconPath(String) - Method in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater
 
setIconPath(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
 
setIconPath(String) - Method in class org.bonitasoft.engine.identity.RoleCreator
 
setIconPath(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
setIconPath(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setIconPath(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setIndex(long) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setInputParameters(Map<String, Object>) - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
setInputParameters(Map<String, Object>) - Method in interface org.bonitasoft.engine.connector.Connector
Set the input parameter for a connector.
setInputParameters(Map<String, Object>) - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
 
setInputParameters(Map<String, Object>) - Method in interface org.bonitasoft.engine.filter.UserFilter
Set the input parameter for the filter.
setInterpreter(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setInterpreter(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setJobTitle(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setJobTitle(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setLastName(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setLastName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setLeftOperand(LeftOperand) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
setLeftOperand(LeftOperand) - Method in class org.bonitasoft.engine.operation.OperationBuilder
Sets the LeftOperand of this operation.
setLeftOperand(String, boolean) - Method in class org.bonitasoft.engine.operation.OperationBuilder
Sets the LeftOperand of this operation.
setManagerId(long) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setManagerUserId(long) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setMobileNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setMobileNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setName(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setName(String) - Method in class com.bonitasoft.engine.profile.ProfileCreator
 
setName(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setName(String) - Method in class org.bonitasoft.engine.bpm.category.CategoryUpdater
Set the new name
setName(String) - Method in class org.bonitasoft.engine.command.CommandUpdater
 
setName(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setName(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setName(String) - Method in class org.bonitasoft.engine.identity.RoleUpdater
 
setName(String) - Method in class org.bonitasoft.engine.operation.impl.LeftOperandImpl
 
setName(String) - Method in class org.bonitasoft.engine.operation.LeftOperandBuilder
Sets the name of this LeftOperand.
setName(String) - Method in class org.bonitasoft.engine.platform.command.PlatformCommandUpdater
 
setOperation(SearchFilterOperation) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
setOperator(String) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
setOperator(String) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
setOperatorInputType(String) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
setOperatorInputType(String) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
setOutputParameter(String, Object) - Method in class org.bonitasoft.engine.connector.AbstractConnector
 
setPage(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setParameters(Map<String, String>) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
setParentId(long) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setParentPath(String) - Method in class org.bonitasoft.engine.identity.GroupCreator
 
setPassword(String) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setPassword(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setPassword(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setPersonalContactData(ContactDataCreator) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setPersonalContactData(ContactDataUpdater) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setPhoneNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setPhoneNumber(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setPriority(TaskPriority) - Method in class com.bonitasoft.engine.bpm.flownode.ManualTaskCreator
 
setProcessDefinition(DesignProcessDefinition) - Method in class org.bonitasoft.engine.bpm.bar.BusinessArchive
 
setProcessDefinitionId(Long) - Method in exception org.bonitasoft.engine.bpm.process.ProcessDeployException
 
setProcessDefinitionId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
setProcessInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
Refers to the directly including process instance.
setProcessInstanceState(ProcessInstance, String) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Set a state of a process instance.
setProfessionalContactData(ContactDataCreator) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setProfessionalContactData(ContactDataUpdater) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setReturnType(String) - Method in class org.bonitasoft.engine.expression.ExpressionBuilder
 
setReturnType(String) - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
setRightOperand(Expression) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
setRightOperand(Expression) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
setRoleId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
 
setRoom(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setRoom(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setRootProcessInstanceId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
Refers to the top-level including process instance.
setScreenshot(byte[]) - Method in class com.bonitasoft.engine.reporting.ReportCreator
 
setSearchTerm(String) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
setSort(List<Sort>) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
 
setSorts(List<Sort>) - Method in class org.bonitasoft.engine.search.impl.SearchOptionsImpl
 
setState(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setState(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setStatus(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setStringIndex1(String) - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
setStringIndex2(String) - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
setStringIndex3(String) - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
setStringIndex4(String) - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
setStringIndex5(String) - Method in class com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater
 
setTaskAssigneeId(long) - Method in class org.bonitasoft.engine.connector.EngineExecutionContext
 
setTaskPriority(long, TaskPriority) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Set the priority of a user task.
SetThemeException - Exception in com.bonitasoft.engine.theme.exception
Thrown when setting a new custom theme cannot be fulfilled.
SetThemeException(String) - Constructor for exception com.bonitasoft.engine.theme.exception.SetThemeException
 
SetThemeException(Throwable) - Constructor for exception com.bonitasoft.engine.theme.exception.SetThemeException
 
SetThemeException(String, Throwable) - Constructor for exception com.bonitasoft.engine.theme.exception.SetThemeException
 
setTitle(String) - Method in class org.bonitasoft.engine.identity.UserCreator
 
setTitle(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setType(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryCreator
 
setType(ThemeType) - Method in class com.bonitasoft.engine.theme.ThemeUpdater
 
setType(OperatorType) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
 
setType(OperatorType) - Method in class org.bonitasoft.engine.operation.OperationBuilder
 
setUserFilter(UserFilterDefinition) - Method in interface org.bonitasoft.engine.bpm.flownode.HumanTaskDefinition
 
setUserId(long) - Method in class org.bonitasoft.engine.profile.ProfileMemberCreator
 
setUsername(String) - Method in class com.bonitasoft.engine.platform.TenantCreator
 
setUsername(String) - Method in class com.bonitasoft.engine.platform.TenantUpdater
 
setUserName(String) - Method in class org.bonitasoft.engine.identity.UserUpdater
 
setValue(Serializable) - Method in class org.bonitasoft.engine.search.impl.SearchFilter
 
setVariableToSet(LeftOperand) - Method in class org.bonitasoft.engine.operation.impl.OperationImpl
Deprecated.
setWebsite(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setWebsite(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
setZipCode(String) - Method in class org.bonitasoft.engine.identity.ContactDataCreator
 
setZipCode(String) - Method in class org.bonitasoft.engine.identity.ContactDataUpdater
 
SEVERITY - Static variable in class com.bonitasoft.engine.log.LogSearchDescriptor
 
SeverityLevel - Enum in com.bonitasoft.engine.log
 
shouldAutoAssignTaskIfSingleResult() - Method in class org.bonitasoft.engine.filter.AbstractUserFilter
This method make the engine assign automatically the task if the result of UserFilter.filter(String) is only one element.
shouldAutoAssignTaskIfSingleResult() - Method in interface org.bonitasoft.engine.filter.UserFilter
This method make the engine assign automatically the task if the result of UserFilter.filter(String) is only one element.
SignalEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
SKIPPED_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is skipped.
sort(String, Order) - Method in class org.bonitasoft.engine.search.SearchOptionsBuilder
Adds a sort order option to the list of sort options
Sort - Class in org.bonitasoft.engine.search
 
Sort(Order, String) - Constructor for class org.bonitasoft.engine.search.Sort
 
SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the identifier of the comment (not archived)
SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the identifier of the connector (not archived)
SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
SOURCE_OBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
SOURCEOBJECT_ID - Static variable in class org.bonitasoft.engine.bpm.document.ArchivedDocumentsSearchDescriptor
 
StackTraceTransformer - Class in org.bonitasoft.engine.exception
Transform an exception having causes in one single exception with merged stack trace This is done in order to avoid to throw to client server side exception with unknown class in client side
StackTraceTransformer(ServerWrappedException) - Constructor for class org.bonitasoft.engine.exception.StackTraceTransformer
 
START_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
START_DATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
STARTED_BY - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
STARTED_BY - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
STARTED_BY_DELEGATE - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
STARTED_BY_DELEGATE - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
StartEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
StartEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
startNode() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Starts the node.
StartNodeException - Exception in org.bonitasoft.engine.platform
 
StartNodeException(String) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
 
StartNodeException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
 
StartNodeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.StartNodeException
 
startProcess(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Start an instance of the process with the specified process definition, using the current session user.
startProcess(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Instantiates a process.
startProcess(long, List<Operation>, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Start an instance of the process with the specified process definition id, and set the initial values of the data with the given operations.
startProcess(long, long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Start an instance of the process with the specified process definition id on behalf of a given user.
startProcess(long, long, List<Operation>, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Start an instance of the process with the specified process definition id on behalf of a given user, and set the initial values of the data with the given operations.
STATE - Static variable in class org.bonitasoft.engine.bpm.connector.ArchiveConnectorInstancesSearchDescriptor
The name of the field corresponding to the state of the connector
STATE - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorInstancesSearchDescriptor
 
STATE_CATEGORY - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
STATE_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
STATE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
STATE_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.FlowNodeInstanceSearchDescriptor
 
STATE_NAME - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
StateCategory - Enum in org.bonitasoft.engine.bpm.flownode
 
STATES - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The set of the states
STATUS - Static variable in class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
stopNode() - Method in interface org.bonitasoft.engine.api.PlatformAPI
Stops the node.
StopNodeException - Exception in org.bonitasoft.engine.platform
 
StopNodeException(String) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
 
StopNodeException(Throwable) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
 
StopNodeException(String, Throwable) - Constructor for exception org.bonitasoft.engine.platform.StopNodeException
 
STRING_INDEX_1 - Static variable in class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
STRING_INDEX_2 - Static variable in class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
STRING_INDEX_3 - Static variable in class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
STRING_INDEX_4 - Static variable in class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
STRING_INDEX_5 - Static variable in class com.bonitasoft.engine.bpm.flownode.ArchivedProcessInstancesSearchDescriptor
 
SubProcessActivityInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
SubProcessDefinition - Interface in org.bonitasoft.engine.bpm.process
 
SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
 
SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
SUPERVISOR_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
SYSTEM - Static variable in class org.bonitasoft.engine.command.CommandSearchDescriptor
 

T

TaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
A Task is an atomic Activity within a Process flow.
TaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
TaskPriority - Enum in org.bonitasoft.engine.bpm.flownode
 
Tenant - Interface in com.bonitasoft.engine.platform
 
TenantActivationException - Exception in com.bonitasoft.engine.platform
 
TenantActivationException(String) - Constructor for exception com.bonitasoft.engine.platform.TenantActivationException
 
TenantActivationException(String, Throwable) - Constructor for exception com.bonitasoft.engine.platform.TenantActivationException
 
TenantActivationException(Throwable) - Constructor for exception com.bonitasoft.engine.platform.TenantActivationException
 
TenantAPIAccessor - Class in com.bonitasoft.engine.api
Accessor class that retrieve APIs in Bonita BPM Subscription Edition.
Be aware that if you accidently use TenantAPIAccessor instead, you will have only access to Community Edition APIs, which give access to less functionalities.
TenantAPIAccessor() - Constructor for class com.bonitasoft.engine.api.TenantAPIAccessor
 
TenantAPIAccessor - Class in org.bonitasoft.engine.api
Accessor class that retrieve APIs in Bonita BPM Community Edition.
TenantAPIAccessor() - Constructor for class org.bonitasoft.engine.api.TenantAPIAccessor
 
TenantCreator - Class in com.bonitasoft.engine.platform
Creation descriptor for Tenants.
TenantCreator(String, String, String, String, String, String) - Constructor for class com.bonitasoft.engine.platform.TenantCreator
 
TenantCreator(String) - Constructor for class com.bonitasoft.engine.platform.TenantCreator
 
TenantCreator.TenantField - Enum in com.bonitasoft.engine.platform
 
TenantCriterion - Enum in com.bonitasoft.engine.platform
 
TenantDeactivationException - Exception in com.bonitasoft.engine.platform
 
TenantDeactivationException(String) - Constructor for exception com.bonitasoft.engine.platform.TenantDeactivationException
 
TenantDeactivationException(String, Throwable) - Constructor for exception com.bonitasoft.engine.platform.TenantDeactivationException
 
TenantDeactivationException(Throwable) - Constructor for exception com.bonitasoft.engine.platform.TenantDeactivationException
 
TenantNotFoundException - Exception in com.bonitasoft.engine.platform
 
TenantNotFoundException(long) - Constructor for exception com.bonitasoft.engine.platform.TenantNotFoundException
 
TenantNotFoundException(String) - Constructor for exception com.bonitasoft.engine.platform.TenantNotFoundException
 
TenantSearchDescriptor - Class in com.bonitasoft.engine.platform
 
TenantSearchDescriptor() - Constructor for class com.bonitasoft.engine.platform.TenantSearchDescriptor
 
TenantUpdater - Class in com.bonitasoft.engine.platform
 
TenantUpdater() - Constructor for class com.bonitasoft.engine.platform.TenantUpdater
 
TenantUpdater.TenantField - Enum in com.bonitasoft.engine.platform
 
TERMINAL - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstanceSearchDescriptor
 
TERMINAL - Static variable in class org.bonitasoft.engine.bpm.flownode.ArchivedHumanTaskInstanceSearchDescriptor
 
TerminateEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
TextDataDefinition - Interface in org.bonitasoft.engine.bpm.data
 
Theme - Interface in org.bonitasoft.engine.theme
 
ThemeAPI - Interface in com.bonitasoft.engine.api
Manage mobile and portal theme
ThemeAPI - Interface in org.bonitasoft.engine.api
Manage mobile and portal theme.
ThemeNotFoundException - Exception in org.bonitasoft.engine.theme.exception
 
ThemeNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.theme.exception.ThemeNotFoundException
 
ThemeSearchDescriptor - Class in org.bonitasoft.engine.theme
 
ThemeSearchDescriptor() - Constructor for class org.bonitasoft.engine.theme.ThemeSearchDescriptor
 
ThemeType - Enum in org.bonitasoft.engine.theme
 
ThemeUpdater - Class in com.bonitasoft.engine.theme
 
ThemeUpdater() - Constructor for class com.bonitasoft.engine.theme.ThemeUpdater
 
ThemeUpdater.ThemeField - Enum in com.bonitasoft.engine.theme
 
ThrowErrorEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
ThrowEventDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
ThrowEventInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
ThrowMessageEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
ThrowSignalEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
TimerEventTriggerDefinition - Interface in org.bonitasoft.engine.bpm.flownode
 
TimerType - Enum in org.bonitasoft.engine.bpm.flownode
 
toString() - Method in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
 
toString() - Method in class org.bonitasoft.engine.bpm.document.DocumentValue
 
toString() - Method in class org.bonitasoft.engine.expression.impl.ExpressionImpl
 
TransitionDefinition - Interface in org.bonitasoft.engine.bpm.flownode
Component of a process definition.
type(String) - Method in class com.bonitasoft.engine.profile.ProfileEntryUpdater
 
TYPE - Static variable in class org.bonitasoft.engine.theme.ThemeSearchDescriptor
 

U

UnableToReadBonitaClientConfiguration - Exception in org.bonitasoft.engine.exception
 
UnableToReadBonitaClientConfiguration(String) - Constructor for exception org.bonitasoft.engine.exception.UnableToReadBonitaClientConfiguration
 
UnableToReadBonitaClientConfiguration(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.UnableToReadBonitaClientConfiguration
 
UnableToReadBonitaClientConfiguration(Throwable) - Constructor for exception org.bonitasoft.engine.exception.UnableToReadBonitaClientConfiguration
 
UnavailableInformationException - Exception in com.bonitasoft.engine.monitoring
 
UnavailableInformationException(String) - Constructor for exception com.bonitasoft.engine.monitoring.UnavailableInformationException
 
unhideTasks(long, Long...) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Un-hides a list of tasks for a specified user.
UnknownAPITypeException - Exception in org.bonitasoft.engine.exception
 
UnknownAPITypeException(String) - Constructor for exception org.bonitasoft.engine.exception.UnknownAPITypeException
 
UnknownElementType - Exception in org.bonitasoft.engine.exception
 
UnknownElementType(String) - Constructor for exception org.bonitasoft.engine.exception.UnknownElementType
 
unregister(String) - Method in interface org.bonitasoft.engine.api.CommandAPI
Delete a command through its name.
unregister(long) - Method in interface org.bonitasoft.engine.api.CommandAPI
Delete a command through its id.
unregister(String) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Delete a command and its descriptor.
unregisterAll() - Method in interface org.bonitasoft.engine.api.CommandAPI
Delete all commands
update(String, CommandUpdater) - Method in interface org.bonitasoft.engine.api.CommandAPI
Updates a command according to the update descriptor.
update(long, CommandUpdater) - Method in interface org.bonitasoft.engine.api.CommandAPI
Updates a command according to the update descriptor.
update(String, CommandUpdater) - Method in interface org.bonitasoft.engine.api.PlatformCommandAPI
Updates a command according to the update descriptor.
updateActivityDataInstance(String, long, Serializable) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the value of a named data instance in a specified activity instance.
updateActivityInstanceVariables(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the given variables of an activity instance.
updateActivityInstanceVariables(List<Operation>, long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the values of variables in an activity instance using expressions.
updateActor(long, ActorUpdater) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Updates the actor.
updateActorsOfUserTask(long) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Updates the actors of the user task.
updateCategory(long, CategoryUpdater) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Updates the category according to the updater values.
updateDescription(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateDisplayName(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateDueDateOfTask(long, Date) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the due date of a task.
UpdateException - Exception in org.bonitasoft.engine.exception
 
UpdateException(Throwable) - Constructor for exception org.bonitasoft.engine.exception.UpdateException
 
UpdateException(String) - Constructor for exception org.bonitasoft.engine.exception.UpdateException
 
UpdateException(String, Throwable) - Constructor for exception org.bonitasoft.engine.exception.UpdateException
 
updateGroup(long, GroupUpdater) - Method in interface org.bonitasoft.engine.api.GroupAPI
Updates the group according to the updater values.
updateIconName(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateIconPath(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateName(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateParameterInstanceValue(long, String, String) - Method in interface com.bonitasoft.engine.api.ProcessManagementAPI
Update an existing parameter of a process definition.
updateParentPath(String) - Method in class org.bonitasoft.engine.identity.GroupUpdater
 
updateProcessDataInstance(String, long, Serializable) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the value of a named data item in a specified process instance.
updateProcessDataInstances(long, Map<String, Serializable>) - Method in interface org.bonitasoft.engine.api.ProcessRuntimeAPI
Update the value of a named data item in a specified process instance.
updateProcessDeploymentInfo(long, ProcessDeploymentInfoUpdater) - Method in interface org.bonitasoft.engine.api.ProcessManagementAPI
Updates the process deployment information for a specified process.
updateProcessInstance(long, ProcessInstanceUpdater) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Update an instance of process with the given processInstanceId.
updateProcessInstanceIndex(long, Index, String) - Method in interface com.bonitasoft.engine.api.ProcessRuntimeAPI
Update an index of a process instance.
updateProfile(long, ProfileUpdater) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Update a custom profile.
updateProfileEntry(long, ProfileEntryUpdater) - Method in interface com.bonitasoft.engine.api.ProfileAPI
Update a profile entry.
updateRole(long, RoleUpdater) - Method in interface org.bonitasoft.engine.api.RoleAPI
Updates the group according to the updater values.
updateTenant(long, TenantUpdater) - Method in interface com.bonitasoft.engine.api.PlatformAPI
Update a tenant with its tenantId and new content.
updateUser(long, UserUpdater) - Method in interface org.bonitasoft.engine.api.UserAPI
Updates the user according to the updater values.
updateUserMembership(long, long, long) - Method in interface org.bonitasoft.engine.api.MembershipAPI
Changes the association of the user membership.
User - Interface in org.bonitasoft.engine.identity
 
USER_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.bpm.flownode.HumanTaskInstanceSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.bpm.process.ArchivedProcessInstancesSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.bpm.process.ProcessInstanceSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.bpm.supervisor.ProcessSupervisorSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
USER_ID - Static variable in class org.bonitasoft.engine.profile.ProfileMemberSearchDescriptor
 
USER_NAME - Static variable in class org.bonitasoft.engine.bpm.comment.ArchivedCommentsSearchDescriptor
The name of the field corresponding to the username of the user that posted the comment
USER_NAME - Static variable in class org.bonitasoft.engine.bpm.comment.SearchCommentsDescriptor
The name of the field corresponding to the username of the user that posted the comment
USER_NAME - Static variable in class org.bonitasoft.engine.entitymember.EntityMemberSearchDescriptor
 
USER_NAME - Static variable in class org.bonitasoft.engine.identity.UserSearchDescriptor
 
UserAPI - Interface in org.bonitasoft.engine.api
UserAPI forms part of the OrganizationAPI and gives access to all the Administation operations available on Users: creation, deletion, certain specific getXXX() methods, generic search methods, etc...
UserCreator - Class in org.bonitasoft.engine.identity
 
UserCreator(String, String) - Constructor for class org.bonitasoft.engine.identity.UserCreator
 
UserCreator.UserField - Enum in org.bonitasoft.engine.identity
 
UserCriterion - Enum in org.bonitasoft.engine.identity
 
UserFilter - Interface in org.bonitasoft.engine.filter
The execution of this filter returns a list of userId.
UserFilterDefinition - Interface in org.bonitasoft.engine.bpm.userfilter
Design-time object of a UserFilter (also known as actor filter).
UserFilterException - Exception in org.bonitasoft.engine.filter
 
UserFilterException(Throwable) - Constructor for exception org.bonitasoft.engine.filter.UserFilterException
 
UserFilterException(String) - Constructor for exception org.bonitasoft.engine.filter.UserFilterException
 
UserFilterException(String, Throwable) - Constructor for exception org.bonitasoft.engine.filter.UserFilterException
 
userId(long) - Method in class com.bonitasoft.engine.profile.ProfileMemberUpdater
 
UserMembership - Interface in org.bonitasoft.engine.identity
 
UserMembershipCriterion - Enum in org.bonitasoft.engine.identity
 
UserNotFoundException - Exception in org.bonitasoft.engine.identity
 
UserNotFoundException(String) - Constructor for exception org.bonitasoft.engine.identity.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception org.bonitasoft.engine.identity.UserNotFoundException
 
UserSearchDescriptor - Class in org.bonitasoft.engine.identity
 
UserSearchDescriptor() - Constructor for class org.bonitasoft.engine.identity.UserSearchDescriptor
 
UserTaskDefinition - Interface in org.bonitasoft.engine.bpm.flownode
A User Task is a typical “workflow” Task where a human performer performs the Task with the assistance of a software application and is scheduled through a task list manager of some sort
UserTaskInstance - Interface in org.bonitasoft.engine.bpm.flownode
 
UserTaskNotFoundException - Exception in org.bonitasoft.engine.bpm.flownode
Thrown when it's not possible to find the user task.
UserTaskNotFoundException(String) - Constructor for exception org.bonitasoft.engine.bpm.flownode.UserTaskNotFoundException
Constructs a new exception with the specified detail message.
UserUpdater - Class in org.bonitasoft.engine.identity
 
UserUpdater() - Constructor for class org.bonitasoft.engine.identity.UserUpdater
 
UserUpdater.UserField - Enum in org.bonitasoft.engine.identity
 
UserWithContactData - Interface in org.bonitasoft.engine.identity
 

V

validateInputParameters() - Method in interface org.bonitasoft.engine.connector.Connector
Validate the input parameters.
validateInputParameters() - Method in interface org.bonitasoft.engine.filter.UserFilter
Validate the input parameters.
valueOf(String) - Static method in enum com.bonitasoft.engine.bpm.breakpoint.BreakpointCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.bpm.flownode.ManualTaskCreator.ManualTaskField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.bpm.parameter.ParameterCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater.ProcessInstanceField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.bpm.process.Index
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.log.LogCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.log.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.platform.TenantCreator.TenantField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.platform.TenantCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.platform.TenantUpdater.TenantField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ImportPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileCreator.ProfileField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileEntryCreator.ProfileEntryField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileEntryUpdater.ProfileEntryUpdateField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileMemberUpdater.ProfileMemberField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.profile.ProfileUpdater.ProfileField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.reporting.ReportCreator.ReportField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bonitasoft.engine.theme.ThemeUpdater.ThemeField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.api.ApiAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.actor.ActorCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.actor.ActorUpdater.ActorField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.category.CategoryCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.category.CategoryUpdater.CategoryField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorInstanceCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorStateReset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.connector.FailAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.data.DataInstanceCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.document.DocumentCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityInstanceCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.BPMEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.CallableElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.EventCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.FlowNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.GatewayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.StateCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.TaskPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.flownode.TimerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ActivationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ConfigurationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.Problem.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.command.CommandCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.command.CommandUpdater.CommandField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionInterpreter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.expression.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.expression.XPathReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ContactDataCreator.ContactDataField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ContactDataUpdater.ContactDataField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupCreator.GroupField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.GroupUpdater.GroupField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.ImportPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.MemberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleCreator.RoleField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.RoleUpdater.RoleField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserCreator.UserField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserMembershipCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.identity.UserUpdater.UserField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.operation.LeftOperandType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.operation.OperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandCriterion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandUpdater.PlatformCommandField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.platform.PlatformState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.profile.ProfileMemberCreator.ProfileMemberField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.search.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.search.SearchFilterOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bonitasoft.engine.theme.ThemeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bonitasoft.engine.bpm.breakpoint.BreakpointCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.bpm.flownode.ManualTaskCreator.ManualTaskField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.bpm.parameter.ParameterCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.bpm.process.impl.ProcessInstanceUpdater.ProcessInstanceField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.bpm.process.Index
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.log.LogCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.log.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.platform.TenantCreator.TenantField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.platform.TenantCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.platform.TenantUpdater.TenantField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ImportPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileCreator.ProfileField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileEntryCreator.ProfileEntryField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileEntryUpdater.ProfileEntryUpdateField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileMemberUpdater.ProfileMemberField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.profile.ProfileUpdater.ProfileField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.reporting.ReportCreator.ReportField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bonitasoft.engine.theme.ThemeUpdater.ThemeField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.api.ApiAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.actor.ActorCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.actor.ActorUpdater.ActorField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.category.CategoryCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.category.CategoryUpdater.CategoryField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorInstanceCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.ConnectorStateReset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.connector.FailAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.data.DataInstanceCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.document.DocumentCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.ActivityInstanceCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.BPMEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.CallableElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.EventCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.FlowNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.GatewayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.StateCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.TaskPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.flownode.TimerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ActivationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ConfigurationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.Problem.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoUpdater.ProcessDeploymentInfoField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.bpm.process.ProcessInstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.command.CommandCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.command.CommandUpdater.CommandField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.expression.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.expression.ExpressionConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.expression.ExpressionInterpreter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.expression.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.expression.XPathReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.ContactDataCreator.ContactDataField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.ContactDataUpdater.ContactDataField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.GroupCreator.GroupField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.GroupCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.GroupUpdater.GroupField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.ImportPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.MemberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.RoleCreator.RoleField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.RoleCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.RoleUpdater.RoleField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.UserCreator.UserField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.UserCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.UserMembershipCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.identity.UserUpdater.UserField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.operation.LeftOperandType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.operation.OperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandCriterion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.platform.command.PlatformCommandUpdater.PlatformCommandField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.platform.PlatformState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.profile.ProfileMemberCreator.ProfileMemberField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.search.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.search.SearchFilterOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bonitasoft.engine.theme.ThemeType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSIOIN - Static variable in class org.bonitasoft.engine.bpm.connector.ConnectorImplementationDescriptor
The name of the field corresponding to the version of the connector
VERSION - Static variable in class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfoSearchDescriptor
 

W

WAITING_STATE - Static variable in class org.bonitasoft.engine.bpm.flownode.ActivityStates
The state when a activity is waiting.
WaitingErrorEvent - Interface in org.bonitasoft.engine.bpm.flownode
 
WaitingEvent - Interface in org.bonitasoft.engine.bpm.flownode
 
WaitingEventSearchDescriptor - Class in org.bonitasoft.engine.bpm.flownode
 
WaitingEventSearchDescriptor() - Constructor for class org.bonitasoft.engine.bpm.flownode.WaitingEventSearchDescriptor
 
WaitingMessageEvent - Interface in org.bonitasoft.engine.bpm.flownode
 
WaitingSignalEvent - Interface in org.bonitasoft.engine.bpm.flownode
 

X

XMLDataDefinition - Interface in org.bonitasoft.engine.bpm.data
 
XPathReturnType - Enum in org.bonitasoft.engine.expression
Supported return types of the XPath read expression executor strategy.
A B C D E F G H I K L M N O P R S T U V W X 

Copyright © 2014 Bonitasoft S.A.. All Rights Reserved.