A B C D E F G H I J M O P Q R S T U V

A

ActivityDefNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI when the activity definition is not found.
ActivityDefNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityDefNotFoundException(ActivityDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityDefNotFoundException(ActivityDefNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
ActivityNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of QueryDefinitionAPI, QueryRuntimeAPI, RuntimeAPI if the runtime information of the recorded activity is not found.
ActivityNotFoundException(ProcessInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(ProcessInstanceUUID, String, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(ProcessDefinitionUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityNotFoundException(ActivityInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
ActivityType - Enum in org.ow2.bonita.definition
 
APIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to QueryDefinitionAPI, QueryRuntimeAPI, ManagementAPI, DefinitionAPI, RuntimeAPI and CommandAPI interfaces.
APIConfig - Class in org.ow2.bonita.facade
 
APIConfig(String) - Constructor for class org.ow2.bonita.facade.APIConfig
 
assignTask(TaskUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(TaskUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(TaskUUID, Set<String>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
assignTask(TaskUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Launches the execution of both roleMapper and performerAssignment for the given task.
assignTask(TaskUUID, String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Forces to assign the given task to the given actor id.
assignTask(TaskUUID, Set<String>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Forces to replace the candidates set of the given task by the given candidates set.

B

BonitaInternalException - Exception in org.ow2.bonita.facade.exception
Thrown if an internal Bonita error occurred.
BonitaInternalException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.BonitaInternalException
Constructs a BonitaInternalException with the specified detail message and the throwable cause.
BonitaInternalException(String) - Constructor for exception org.ow2.bonita.facade.exception.BonitaInternalException
Constructs a BonitaInternalException with the specified detail message.
BonitaWrapperException - Exception in org.ow2.bonita.facade.exception
Wrapper exception used internally by the engine to wrap standard runtime exception or child classes of BonitaRuntimeException.
BonitaWrapperException(Throwable) - Constructor for exception org.ow2.bonita.facade.exception.BonitaWrapperException
Constructs a BonitaWrapperException with the throwable cause.
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
build(RuntimeException) - Static method in exception org.ow2.bonita.facade.exception.BonitaInternalException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
build(Throwable) - Static method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 

C

cancelProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
cancelProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Cancel the process instance with the given instance UUID.
CommandAPI - Interface in org.ow2.bonita.facade
To allow developpers to write and execute its own commands packaged within its application.

D

DataFieldNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI if the dataField definition is not found.
DataFieldNotFoundException(String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(String, ActivityDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(DataFieldDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DataFieldNotFoundException(DataFieldNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
DEFAULT_KEY - Static variable in class org.ow2.bonita.facade.APIConfig
This key is used internally for the binding.
deleteAllPackages() - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deleteAllPackages() - Method in interface org.ow2.bonita.facade.ManagementAPI
Deletes from journal and history :
all packages and their processes all instances of these processes.
deleteAllProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteAllProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes all runtime objects for all instances created with the given process UUID and delete also all there recorded data from the journal.
deletePackage(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deletePackage(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deletes from journal and history :
the given package all its processes all instances of these processes.
deleteProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
deleteProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Deletes all runtime objects for the process instance with the given instance UUID and delete also recorded data from the journal.
deploy(BusinessArchive) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deploy(URL, Class<?>[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deploy(URL, Class<?>[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 
deploy(BusinessArchive) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 
deployBar(URL) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployBar(byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployBar(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the business archive represented by the given url.
deployBar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the businessArchive represented by this byte array.
deployClass(byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployClass(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys a class giving its bytes table.
deployClasses(Collection<byte[]>) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployClasses(Collection<byte[]>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys several classes in global class repository giving a collection of data classes.
deployClassesInJar(byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployClassesInJar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys several classes in global class repository giving an archive containing the classes.
DeploymentException - Exception in org.ow2.bonita.facade.exception
Thrown by the ManagementAPI if a failure during the deployment operation occured.
DeploymentException(String) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs an DeploymentException with the specified detail message.
DeploymentException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and the throwable cause.
DeploymentException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and className parameter.
DeploymentException(String, String, PackageDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.DeploymentException
Constructs a DeploymentException with the specified detail message and className, packageDefinitionUUID parameters.
deployXpdl(URL) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployXpdl(byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployXpdl(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 
deployXpdl(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 
deployZip(URL) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployZip(byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
deployZip(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 
deployZip(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deprecated. 

E

execute(QueryAPIAccessor, ActivityInstance<ActivityBody>) - Method in interface org.ow2.bonita.definition.Hook
Method of the interface to be implemented.
execute(QueryAPIAccessor, ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.definition.MultiInstantiator
Method of the interface to be implemented.
execute(APIAccessor, ActivityInstance<ActivityBody>) - Method in interface org.ow2.bonita.definition.TxHook
Method of the interface to be implemented.
execute(Command<T>) - Method in interface org.ow2.bonita.facade.CommandAPI
Executes a command deployed at common level or one available in bonita distribution.
execute(Command<T>, PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.CommandAPI
Executes a command deployed at package level.
execute(Command<T>) - Method in interface org.ow2.bonita.facade.internal.InternalCommandAPI
 
execute(Command<T>, PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalCommandAPI
 
ExpressionEvaluationException - Exception in org.ow2.bonita.facade.exception
Thrown when an error occurs during the evaluation of an expression into the condition of a transition.
ExpressionEvaluationException(String) - Constructor for exception org.ow2.bonita.facade.exception.ExpressionEvaluationException
 

F

finishTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
finishTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Finishes the task.

G

getActivityDataField(ActivityDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getActivityDataField(ActivityDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the DataField definition that has been defined as local to the given activity.
getActivityDataFields(ActivityDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getActivityDataFields(ActivityDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of dataField definitions that have been defined as local to the given activity for the given activityDefinition UUID.
getActivityId() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getActivityId() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getActivityId() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getActivityInstance(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the activity with the given activity UUID.
getActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstances(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of activity for the given process instance UUID.
getActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns records for all iterations and multi-instantiations that should happend for the given process instance UUID and activity Id.
getActivityInstanceVariable(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a variable defined as local to the activity for the given activity UUID and variable Id.
getActivityInstanceVariables(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getActivityInstanceVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the variables defined as local to the activity for the given activity UUID.
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getActivityUUID() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getClassName() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getCommandAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the CommandAPI interface.
getCommandAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the CommandAPI interface.
getContextType() - Method in class org.ow2.bonita.facade.APIConfig
 
getCurrentState() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getDataFieldId() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getDataFieldUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getExpectedStates() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getIterationId() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getJoinNumber() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getLastPackage(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLastPackage(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the last deployed package for the specified package id.
getLastProcess(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getLastProcess(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Return process definition of the last deployed process for the specified package id and process id.
getManagementAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the ManagementAPI interface.
getManagementAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the ManagementAPI interface.
getPackage(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackage(PackageDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackage(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the package definition for the specified packageDefintion UUID.
getPackage(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the package definition for the specified package id and package version.
getPackageDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getPackageDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getPackageId() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getPackageProcess(PackageDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackageProcess(PackageDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified packageDefinition UUID and process Id.
getPackageProcesses(PackageDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackageProcesses(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackageProcesses(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition information of all processes within the specified deployed package.
getPackageProcesses(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the process with the specified process id as specified in the xpdl file.
getPackages(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackages(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackages(PackageDefinition.PackageState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackages(String, PackageDefinition.PackageState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getPackages() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for all packages that have ever been deployed.
getPackages(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations on all versions of packages with the specified package Id that have ever been deployed.
getPackages(PackageDefinition.PackageState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for all packages having the given state.
getPackages(String, PackageDefinition.PackageState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for packages with the given state and the given package Id.
getPackageUUID() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getPackageUUID() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getParentInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getParentInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getParticipantId() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getParticipantUUID() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getProcess(String, String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcess(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified processDefinition UUID.
getProcess(String, String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Return the process definition for the specified packageId, processId and process version.
getProcessActivities(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivities(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definitions for process activities of the specified processDefinition UUID.
getProcessActivity(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivity(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the definition for process activity of the specified process and activity Id.
getProcessActivityId(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessActivityId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the activity Id for the specified processDefinition UUID and activity name.
getProcessDataField(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessDataField(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the DataField definition defined within the specified processDefinition UUID for the given dataField Id
getProcessDataFields(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessDataFields(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of dataField definitions defined within the given processDefinition UUID.
getProcessDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getProcesses(String, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(ProcessDefinition.ProcessState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses(String, ProcessDefinition.ProcessState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcesses() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition information of all deployed processes.
getProcesses(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the process with the specified process id as specified in xpdl files.
getProcesses(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of the process definition for the specified processId and process version.
getProcesses(ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the processes with the specified process state.
getProcesses(String, ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for the processes with the specified processId and process state.
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getProcessInstance(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the instance with the given UUID.
getProcessInstances(String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstances(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstances() - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance.
getProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance for the given process processDefinitionUUID.
getProcessInstanceState() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getProcessInstanceVariable(ProcessInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstanceVariable(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a process variable for the given process instance UUID and variable Id.
getProcessInstanceVariables(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getProcessInstanceVariables(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the process variables for the given process instance UUID.
getProcessParticipant(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipant(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant definition for the specified processDefinition UUID and participant Id.
getProcessParticipantId(ProcessDefinitionUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipantId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participantDefinition UUID for the specified processDefinition UUID and participant name.
getProcessParticipants(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryDefinitionAPI
 
getProcessParticipants(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of participant definitions for the specified processDefinition UUID.
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getProcessUUID() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getQueryDefinitionAPI() - Method in interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
To get the QueryDefinitionAPI interface.
getQueryDefinitionAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryDefinitionAPI interface.
getQueryRuntimeAPI() - Method in interface org.ow2.bonita.facade.internal.InternalQueryAPIAccessor
To get the QueryRuntimeAPI interface.
getQueryRuntimeAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryRuntimeAPI interface.
getRuntimeAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the RuntimeAPI interface.
getRuntimeAPI() - Method in interface org.ow2.bonita.facade.internal.InternalAPIAccessor
To get the RuntimeAPI interface.
getTask(TaskUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTask(TaskUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the task with the given task UUID.
getTaskList(ProcessInstanceUUID, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(String, ActivityState, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and the authenticated user.
getTaskList(ProcessInstanceUUID, String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and for the given user.
getTaskList(ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the authenticated user.
getTaskList(String, ActivityState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given user.
getTasks(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getTasks(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of task for the given process instance UUID.
getTaskUUID() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getTaskUUID() - Method in exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
getTaskUUID() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getUserId() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getVariable(ActivityInstanceUUID, String, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a variable for the given activity and variable Id.
getVariableId() - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
getVariableId() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
getVariables(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.internal.InternalQueryRuntimeAPI
 
getVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the activity variables (including global process and local activity variables) for the given activity UUID.
getVariableValues() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getVersion() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getVersion() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 

H

Hook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute not transactional hooks.
HookInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the hook implementing a TxHook interface.
HookInvocationException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.HookInvocationException
 

I

IllegalTaskStateException - Exception in org.ow2.bonita.facade.exception
Thrown if a bad state of the task is detected by the methods dedicated to change the state of the task within the RuntimeAPI.
IllegalTaskStateException(String, TaskUUID, Set<ActivityState>, ActivityState) - Constructor for exception org.ow2.bonita.facade.exception.IllegalTaskStateException
Constructs an IllegalTaskStateTException.
IllegalTaskStateException(IllegalTaskStateException) - Constructor for exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
InstanceInitiator - Class in org.ow2.bonita.definition
Specific class for Role Mapper getting the initiator of the instance.
InstanceInitiator() - Constructor for class org.ow2.bonita.definition.InstanceInitiator
 
InstanceNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of the QueryRuntimeAPI and the RuntimeAPI if recorded runtime information for the instance has not been found.
InstanceNotFoundException(ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
InstanceNotFoundException(InstanceNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.InstanceNotFoundException
 
instantiateProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Creates an instance of the specified process and start the execution.
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Creates an instance of the specified process with the added variable map and start the execution.
InternalAPIAccessor - Interface in org.ow2.bonita.facade.internal
Helper class giving access to QueryDefinitionAPI, QueryRuntimeAPI, ManagementAPI, DefinitionAPI, RuntimeAPI and CommandAPI interfaces.
InternalCommandAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalManagementAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalQueryAPIAccessor - Interface in org.ow2.bonita.facade.internal
Helper class giving access to QueryDefinitionAPI and QueryRuntimeAPI interfaces.
InternalQueryDefinitionAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalQueryRuntimeAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.
InternalRuntimeAPI - Interface in org.ow2.bonita.facade.internal
For internal use only.

J

joinNumber - Variable in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 

M

ManagementAPI - Interface in org.ow2.bonita.facade
Workflow process deployment operations.
MultiInstantiator - Interface in org.ow2.bonita.definition
Implementing this interface is required to get multi-instantiation feature.
MultiInstantiatorDescriptor - Class in org.ow2.bonita.definition
Class returned by the MultiInstantiator interface and therefore by the classes implementing it written for the need of the end user application.
MultiInstantiatorDescriptor() - Constructor for class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
MultiInstantiatorDescriptor(int, List<Object>) - Constructor for class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
MultiInstantiatorInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the multi-instantiation of the activity by the engine.
MultiInstantiatorInvocationException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.MultiInstantiatorInvocationException
 

O

org.ow2.bonita.definition - package org.ow2.bonita.definition
Contains interfaces to be implemented for Hooks, Mappers, Performer Assignments, Multi-instantiation.
org.ow2.bonita.facade - package org.ow2.bonita.facade
Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history.
org.ow2.bonita.facade.exception - package org.ow2.bonita.facade.exception
Contains exception classes thrown by Nova Bonita APIs.
org.ow2.bonita.facade.internal - package org.ow2.bonita.facade.internal
All interfaces in this package are for internal use only.

P

PackageNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of ManagementAPI or QueryDefinitionAPI if the recorded runtime information of the package has not been found.
PackageNotFoundException(String) - Constructor for exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
PackageNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
PackageNotFoundException(PackageDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
PackageNotFoundException(PackageNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
ParticipantNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of the QueryDefinitionAPI if the definition of the participant has not been found.
ParticipantNotFoundException(String, ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
ParticipantNotFoundException(ParticipantDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
ParticipantNotFoundException(ParticipantNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
PerformerAssign - Interface in org.ow2.bonita.definition
Performer assignment is dedicated to manual activity (ie. activity with startMode=Manual, aka human task).
PerformerAssignInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the performer assignment.
PerformerAssignInvocationException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.PerformerAssignInvocationException
 
ProcessNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of RuntimeAPI or QueryDefinitionAPI if the recorded runtime information of the process has not been found.
ProcessNotFoundException(String) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessNotFoundException(String, String) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessNotFoundException(String, PackageDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
ProcessNotFoundException(ProcessDefinitionUUID) - Constructor for exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 

Q

QueryAPIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to QueryDefinitionAPI and QueryRuntimeAPI interfaces.
QueryDefinitionAPI - Interface in org.ow2.bonita.facade
Getters on the workflow definition data for:
packages processes activities participants As indicated by its prefix: Query, this interface could be seen as complementary to the QueryRuntimeAPI interface.
QueryRuntimeAPI - Interface in org.ow2.bonita.facade
Getters on workflow recorded data.

R

removeClass(String) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
removeClass(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes a class giving the class name.
removeClasses(String[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
removeClasses(String[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes classes giving there class names.
replaceClass(String, byte[]) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
replaceClass(String, byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes the class with the given className name.
resumeTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
resumeTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Resumes the task if the task has SUSPENDED state.
RoleMapper - Interface in org.ow2.bonita.definition
Role mapper is dedicated to manual activity (ie. activity with startMode=Manual, aka human task).
RoleMapperInvocationException - Exception in org.ow2.bonita.facade.exception
Thrown if an exception occurs during the execution of the role mapper.
RoleMapperInvocationException(String, Throwable) - Constructor for exception org.ow2.bonita.facade.exception.RoleMapperInvocationException
 
RuntimeAPI - Interface in org.ow2.bonita.facade
To manage process, process instance and task life cycle operations as well as to set/add/update variables within activity or instance.

S

searchMembers(QueryAPIAccessor, ProcessInstanceUUID, String) - Method in class org.ow2.bonita.definition.InstanceInitiator
 
searchMembers(QueryAPIAccessor, ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.definition.RoleMapper
This method of the interface is intended to return an unsorted set of users that match the specified role.
selectUser(QueryAPIAccessor, ActivityInstance<ActivityBody>, Set<String>) - Method in interface org.ow2.bonita.definition.PerformerAssign
Selecting one user from the candidates list is the good practice.
selectUser(QueryAPIAccessor, ActivityInstance<ActivityBody>, Set<String>) - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
setActivityInstanceVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setActivityInstanceVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with the given activity UUID and variable Id.
setProcessInstanceVariable(ProcessInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setProcessInstanceVariable(ProcessInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with id variableId within the given process instance with ProcessInstanceUUID instanceUUID.
setVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
setVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Searches for variable with id variableId within the given activity instance with the given UUID.
setVariableId(String) - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
startTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
startTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Starts the task.
suspendTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
suspendTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Suspends the task if the task has EXECUTING state.

T

TaskNotFoundException - Exception in org.ow2.bonita.facade.exception
Thrown by methods of RuntimeAPI or QueryRuntimeAPI if the recorded runtime information of the task has not been found.
TaskNotFoundException(TaskUUID) - Constructor for exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
TaskNotFoundException(TaskNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.TaskNotFoundException
 
TxHook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute transactional hooks.
TypeMismatchException - Exception in org.ow2.bonita.facade.exception
Thrown when trying to assign an invalid value to a variable.
TypeMismatchException(String) - Constructor for exception org.ow2.bonita.facade.exception.TypeMismatchException
 

U

unassignTask(TaskUUID) - Method in interface org.ow2.bonita.facade.internal.InternalRuntimeAPI
 
unassignTask(TaskUUID) - Method in interface org.ow2.bonita.facade.RuntimeAPI
If this task had a userId set, set it to null.
UnAuthorizedUserException - Exception in org.ow2.bonita.facade.exception
Thrown when a user attemps to execute an unauthorized action.
UnAuthorizedUserException(String, String, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
Constructs an UnAuthorizedUserException for instance.
UnAuthorizedUserException(String, String, TaskUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
Constructs an UnAuthorizedUserException for task.
UnAuthorizedUserException(UnAuthorizedUserException) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
UnAuthorizedUserException(String, TaskUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
UncancellableInstanceException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be cancelled
(for instance: case the instance has a parent instance or the instance has not been found).
UncancellableInstanceException(ProcessInstanceUUID, ProcessInstanceUUID, InstanceState) - Constructor for exception org.ow2.bonita.facade.exception.UncancellableInstanceException
 
UndeletableInstanceException - Exception in org.ow2.bonita.facade.exception
Thrown by some methods of ManagementAPI and RuntimeAPI when an instance cannot be deleted
(for instance: case the instance has a parent instance or the instance has not been found).
UndeletableInstanceException(ProcessInstanceUUID, ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
UndeletablePackageException - Exception in org.ow2.bonita.facade.exception
Thrown by deletePackage method of the ManagementAPI if processes within the package have still running instances.
UndeletablePackageException(PackageDefinitionUUID, ProcessDefinitionUUID, ProcessInstanceUUID) - Constructor for exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
undeploy(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.internal.InternalManagementAPI
 
undeploy(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.ManagementAPI
Un-deploys a Workflow package giving the package UUID.

V

valueOf(String) - Static method in enum org.ow2.bonita.definition.ActivityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.bonita.definition.ActivityType
Returns an array containing the constants of this enum type, in the order they're declared.
VariableNotFoundException - Exception in org.ow2.bonita.facade.exception
This exception is thrown by some methods of QueryRuntimeAPI and RuntimeAPI when the variable is not found.
VariableNotFoundException(ProcessInstanceUUID, String, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(ProcessInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(VariableNotFoundException) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariableNotFoundException(ActivityInstanceUUID, String) - Constructor for exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
VariablePerformerAssign - Class in org.ow2.bonita.definition
Specific class for Performer Assignment with variable type (used by the engine).
VariablePerformerAssign() - Constructor for class org.ow2.bonita.definition.VariablePerformerAssign
 
variableValues - Variable in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 

A B C D E F G H I J M O P Q R S T U V

Copyright © 2009 OW2 Consortium. All Rights Reserved.