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

A

AbstractUUID - Class in org.ow2.bonita.facade.uuid
Abstract parent class for all UUID classes.
AbstractUUID() - Constructor for class org.ow2.bonita.facade.uuid.AbstractUUID
 
AbstractUUID(AbstractUUID) - Constructor for class org.ow2.bonita.facade.uuid.AbstractUUID
 
ActivityBody - Interface in org.ow2.bonita.facade.runtime
Runtime (recorded) data concerning activities is divided in a common part and a body.
ActivityBodyUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivityBody
ActivityBodyUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivityBodyUUID
 
ActivityBodyUUID(ActivityBodyUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivityBodyUUID
 
ActivityDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Activity definition.
ActivityDefinition.FinishMode - Enum in org.ow2.bonita.facade.def.majorElement
Not supported (because XPDL is not clear enough for this parameter).
ActivityDefinition.IterationDef - Interface in org.ow2.bonita.facade.def.majorElement
Interface for Iteration definition.
ActivityDefinition.StartMode - Enum in org.ow2.bonita.facade.def.majorElement
StartMode parameter determines whether the activity is automatically started by the engine or not.
ActivityDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivityDefinition
ActivityDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ActivityDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(PackageDefinitionUUID, ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ActivityDefinitionUUID
 
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
 
ActivityInstance<T extends ActivityBody> - Interface in org.ow2.bonita.facade.runtime
Runtime (recorded) data concerning activities is divided in a common part and a body.
ActivityInstanceUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivityInstance
ActivityInstanceUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ProcessInstanceUUID, String, long) - Constructor for class org.ow2.bonita.facade.uuid.ActivityInstanceUUID
 
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
 
ActivitySetDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the ActivitySet definition.
ActivitySetDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ActivitySetDefinition
ActivitySetDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ActivitySetDefinitionUUID
 
ActivitySetDefinitionUUID(ActivitySetDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ActivitySetDefinitionUUID
 
ActivitySetDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ActivitySetDefinitionUUID
 
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
 
ApplicationDefinition - Interface in org.ow2.bonita.facade.def.majorElement
not supported.
ApplicationDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ApplicationDefinition
ApplicationDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ApplicationDefinitionUUID
 
ApplicationDefinitionUUID(ApplicationDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ApplicationDefinitionUUID
 
ApplicationDefinitionUUID(PackageDefinitionUUID, ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ApplicationDefinitionUUID
 
assignTask(TaskUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
assignTask(TaskUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
assignTask(TaskUUID, Set<String>) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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.
AssignUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information for assignment change on task.
AutomaticBody - Interface in org.ow2.bonita.facade.runtime
Interface for the body of Automatic activity (the activity is automatically executed by the engine).
AutomaticBodyUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for AutomaticBody
AutomaticBodyUUID() - Constructor for class org.ow2.bonita.facade.uuid.AutomaticBodyUUID
 
AutomaticBodyUUID(AutomaticBodyUUID) - Constructor for class org.ow2.bonita.facade.uuid.AutomaticBodyUUID
 
AutomaticBodyUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.AutomaticBodyUUID
 

B

BasicTypeDefinition - Interface in org.ow2.bonita.facade.def.dataType
XPDL Basic Type definition.
BasicTypeDefinition.Type - Enum in org.ow2.bonita.facade.def.dataType
XPDL Basic Type.
BonitaException - Exception in org.ow2.bonita.util
Parent class for checked exception.
BonitaException(String, Throwable) - Constructor for exception org.ow2.bonita.util.BonitaException
 
BonitaException(String) - Constructor for exception org.ow2.bonita.util.BonitaException
 
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.
BonitaRuntimeException - Exception in org.ow2.bonita.util
Parent class for runtime exception.
BonitaRuntimeException(String, Throwable) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
BonitaRuntimeException(Throwable) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
BonitaRuntimeException(String) - Constructor for exception org.ow2.bonita.util.BonitaRuntimeException
 
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

classes - Variable in class org.ow2.bonita.deployment.Deployment
.class classes for hooks, mappers, performer assignments, multi-instantiation.
clearHistory() - Method in interface org.ow2.bonita.facade.ManagementAPI
Clears the history data (archived data).
clearHistory() - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
CommandAPI - Interface in org.ow2.bonita.facade
To allow developpers to write and execute its own commands packaged within its application.
ConditionDefinition - Interface in org.ow2.bonita.facade.def.element
Condition definition within flow Transition element.
ConditionDefinition.Type - Enum in org.ow2.bonita.facade.def.element
Element of definition within the Condition element.
copy() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeValue
Returns DataTypeValue interface.
copy() - Method in interface org.ow2.bonita.facade.runtime.ActivityBody
 
copy() - Method in class org.ow2.bonita.facade.uuid.ActivityBodyUUID
 
copy() - Method in class org.ow2.bonita.facade.uuid.AutomaticBodyUUID
 
copy() - Method in class org.ow2.bonita.facade.uuid.RouteBodyUUID
 
copy() - Method in class org.ow2.bonita.facade.uuid.SubflowBodyUUID
 
copy() - Method in class org.ow2.bonita.facade.uuid.TaskUUID
 

D

DataFieldDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the DataField definition.
DataFieldDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for DataFieldDefinition
DataFieldDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(DataFieldDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
DataFieldDefinitionUUID(PackageDefinitionUUID, ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.DataFieldDefinitionUUID
 
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
 
DataTypeDefinition - Interface in org.ow2.bonita.facade.def.dataType
XPDL Data Type definition.
DataTypeDefinition.Type - Enum in org.ow2.bonita.facade.def.dataType
XPDL Data Type definition.
DataTypeValue - Interface in org.ow2.bonita.facade.def.dataType
XPDL Data Type value.
DeadlineDefinition - Interface in org.ow2.bonita.facade.def.element
Dealine definition within Activity element.
DeadlineDefinition.Execution - Enum in org.ow2.bonita.facade.def.element
Execution type.
DEFAULT_KEY - Static variable in class org.ow2.bonita.facade.APIConfig
This key is used internally for the binding.
DefinitionAPI - Interface in org.ow2.bonita.facade
Not supported.
DefinitionRecord - Interface in org.ow2.bonita.facade.def.majorElement
Parent interface for PackageDefinition and ProcessDefinitionRecord interfaces of majorElement package.
deleteAllProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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.ManagementAPI
Deletes from journal and history :
the given package all its processes all instances of these processes.
deletePackage(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deleteProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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(URL, Class<?>[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the XPDL Workflow Package and its depending java classes.
deploy(Deployment) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the XPDL Workflow giving the deployment object containing the XPDL Workflow Package and optionnally its depending java classes.
deploy(Deployment) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deploy(URL, Class<?>[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployBar(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys an XPDL workflow package giving the URL of archive file (.bar file) containing the XPDL definition file and optionally the classes to be deployed.
deployBar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys a package giving the URL of the bar file.
deployBar(URL) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployBar(byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployClass(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys a class giving its bytes table.
deployClass(byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployClasses(Set<byte[]>) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys several classes in global class repository giving a set of data classes.
deployClasses(Set<byte[]>) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployClassesInJar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys several classes in global class repository giving an archive containing the classes.
deployClassesInJar(byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
Deployment - Class in org.ow2.bonita.deployment
This class implements a deployment object.
Deployment(InputSource, Set<byte[]>) - Constructor for class org.ow2.bonita.deployment.Deployment
Constructs a deployment with the XPDL file and the set of classes.
Deployment(byte[], Set<byte[]>) - Constructor for class org.ow2.bonita.deployment.Deployment
Constructs a deployment with the XPDL file and the set of classes.
Deployment(URL, Set<byte[]>) - Constructor for class org.ow2.bonita.deployment.Deployment
Constructs a deployment with the XPDL file and the set of 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.ManagementAPI
Deploys the XPDL Workflow Package giving the URL of the XPDL file.
deployXpdl(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
deploys the XPDL Workflow Package giving the byte array of the serialazed XPDL file.
deployXpdl(URL) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployXpdl(byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployZip(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the XPDL Workflow giving the URL of the zip archive containing the XPDL Workflow Package and optionally its depending java classes.
deployZip(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Deploys the XPDL Workflow giving the byte table of the zip archive containing the XPDL Workflow Package and optionnally its depending java classes.
deployZip(URL) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
deployZip(byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 

E

Enumeration - Class in org.ow2.bonita.facade.runtime.var
This class is used with get methods for managing variables of the QueryRuntimeAPI
when the variables have been defined as Enumeration (DataField with EnumerationType type).
Enumeration() - Constructor for class org.ow2.bonita.facade.runtime.var.Enumeration
 
Enumeration(Set<String>, String) - Constructor for class org.ow2.bonita.facade.runtime.var.Enumeration
Creates an Enumeration giving the list of possible values and the selected value.
EnumerationTypeDefinition - Interface in org.ow2.bonita.facade.def.dataType
XPDL Enumeration Type definition.
equals(Object) - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
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
 
execute(Command<T>) - Method in interface org.ow2.bonita.facade.remote.RemoteCommandAPI
 
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
 
ExternalPackageDefinition - Interface in org.ow2.bonita.facade.def.element
Not supported
ExternalReferenceDefinition - Interface in org.ow2.bonita.facade.def.element
Not supported.

F

finishTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
finishTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Finishes the task.
FormalParameterDefinition - Interface in org.ow2.bonita.facade.def.element
Formal Parameter definition (within Workflow Process Element).
FormalParameterDefinition.Mode - Enum in org.ow2.bonita.facade.def.element
Mode of transmission of the parameters.

G

getAccessLevel() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
The Access level of a process may be either PUBLIC or PRIVATE.
getActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDefinition
An activitySet is a map of activities and transitions.
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.
getActivityDataField(ActivityDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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.
getActivityDataFields(ActivityDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getActivityId() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the value of the id attribute of the Activity element defined into the XPDL file.
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
 
getActivityId() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the value of the id attribute of the Activity element defined into the XPDL file.
getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the activity with the given activity UUID.
getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getActivityInstanceId() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the activity instance id of this activity (in case of multi instantiation)
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.
getActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getActivityInstances(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
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.
getActivityInstanceVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getActivityInstanceVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the variables defined as local to the activity for the given activity UUID.
getActivityInstanceVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getActivitySetId() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDefinition
Returns the value of the id attribute of the ActivitySet element defined into the XPDL file.
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
 
getActualParameters() - Method in interface org.ow2.bonita.facade.def.element.SubFlowDefinition
 
getActualParameters() - Method in interface org.ow2.bonita.facade.def.element.ToolDefinition
 
getApplicationId() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDefinition
 
getAssignUpdates() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the list of recorded assign changes.
getAuthor() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Name of the author of this package definition.
getAuthor() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Name of the author of this process definition.
getBlockId() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Not supported.
getBody() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
The body of the activity depends on some XPDL definition elements within the Activity element like: Implementation (No, Subflow), StartMode (Manual/Automatic) or Route.
getCandidates() - Method in interface org.ow2.bonita.facade.runtime.AssignUpdate
Returns the set of candidates.
getChildrenInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
If this instance is a parent execution, it returns UUID of children instances otherwise an empty set
getClassDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns class dependencies (java classDatas for hooks, mappers, performer assignments, deadlines) for this package.
getClasses() - Method in class org.ow2.bonita.deployment.Deployment
Returns the .class classes as bytes table.
getClassName() - Method in interface org.ow2.bonita.facade.def.element.HookDefinition
 
getClassName() - Method in interface org.ow2.bonita.facade.def.element.MultiInstantiationDefinition
Java class name is called to retrieve the multiInstantiatorClass descriptor
getClassName() - Method in interface org.ow2.bonita.facade.def.element.PerformerAssignDefinition
 
getClassName() - Method in interface org.ow2.bonita.facade.def.element.RoleMapperDefinition
Java class name is called to retrieve users for a given role in the users database.
getClassName() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getCodepage() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
The codepage used for the text parts. if codepage is omitted, then UFT-8 is assumed.
getCodepage() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
The codepage used for the text parts.
getCommandAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the CommandAPI interface.
getCondition() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition.IterationDef
 
getCondition() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the ConditionDefinition interface defining the condition.
getConformanceClass() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the conformance class declaration.
getContentAsString() - Method in interface org.ow2.bonita.facade.def.element.ConditionDefinition
 
getContextType() - Method in class org.ow2.bonita.facade.APIConfig
 
getCost() - Method in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition
 
getCostUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Units used in Simulation Data (Usually expressed in terms of a currency)
getCountrykey() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Country code based on ISO 3166.
getCountrykey() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Country code based on ISO 3166.
getCreated() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Creation date of Package Definition.
getCreated() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Creation date of process definition.
getCreatedDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the date recorded when the task is created.
getCurrentState() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getDataFieldId() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the value of the id attribute of the DataField element defined into the XPDL file.
getDataFieldId() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Bonita engine allows to specify datafields for activities.
getDataFieldUUID() - Method in exception org.ow2.bonita.facade.exception.DataFieldNotFoundException
 
getDataType() - Method in interface org.ow2.bonita.facade.def.element.FormalParameterDefinition
Data type of the formal parameter.
getDataType() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the org.ow2.bonita.facade.def.dataType interface.
getDataTypes() - Method in interface org.ow2.bonita.facade.def.element.TypeDeclarationDefinition
 
getDate() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the date of the variable updating.
getDeadlineCondition() - Method in interface org.ow2.bonita.facade.def.element.DeadlineDefinition
 
getDeadlines() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Deadlines are used to execute a specified java class upon the expiration of a specified period of time.
getDefinitionAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the DefinitionAPI interface.
getDeployedBy() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the user deploying the package.
getDeployedDate() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the date when the package is deployed.
getDescription() - Method in interface org.ow2.bonita.facade.def.element.FormalParameterDefinition
Textual description of the formal parameter.
getDescription() - Method in interface org.ow2.bonita.facade.def.element.ToolDefinition
 
getDescription() - Method in interface org.ow2.bonita.facade.def.element.TypeDeclarationDefinition
 
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Short textual description of the activity.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDefinition
 
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the description of the dataField.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Textual description of the package
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
returns a short textual description of the participant.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Short textual description of the process.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the description for the transition.
getDocumentation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
The address (e.g. path- and filename) for a help file or a description file of the activity.
getDocumentation() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Operating System specific path- and filename of help file/description file.
getDueDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the date at which the task must be started.
getDuration() - Method in interface org.ow2.bonita.facade.def.element.TimeEstimationDefinition
 
getDurationUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Describes the default unit to be applied to an integer duration value that has no unit tag.
getEndedBy() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the user finishing the instance of the workflow process.
getEndedBy() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the user finishing the activity.
getEndedDate() - Method in interface org.ow2.bonita.facade.runtime.ActivityBody
Returns the date recorded after the activity is finished.
getEndedDate() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the date recorded when the instance is finished.
getEnumerationValues() - Method in interface org.ow2.bonita.facade.def.dataType.EnumerationTypeDefinition
Returns the (unordered) set of enumeration values within the enumeration.
getEvent() - Method in interface org.ow2.bonita.facade.def.element.HookDefinition
 
getExceptionName() - Method in interface org.ow2.bonita.facade.def.element.DeadlineDefinition
 
getExceptionThrown() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Get the recorded exception thrown by the hook.
getExecution() - Method in interface org.ow2.bonita.facade.def.element.DeadlineDefinition
 
getExecution() - Method in interface org.ow2.bonita.facade.def.element.SubFlowDefinition
Returns the execution.
getExpectedStates() - Method in exception org.ow2.bonita.facade.exception.IllegalTaskStateException
 
getExternalPackages() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Reference to another Package definition defined in a separate document.
getExternalReference() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDefinition
 
getExternalReference() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
A reference to an external specification of a participant.
getFinishedDate() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns the date recorded when the hook is finished.
getFinishMode() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Not supported.
getFormalParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDefinition
 
getFormalParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
A list of parameters that may be passed to the process.
getFrom() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the activity processDefinitionUUID from which the transition goes out.
getHooks() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Hooks are user defined logic that can be triggered at some points of the life of the activity.
getHref() - Method in interface org.ow2.bonita.facade.def.element.ExternalPackageDefinition
A Model Identifier.
getIcon() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Address (path- and filename) for an icon to represent the activity in a graphical modeller.
getId() - Method in interface org.ow2.bonita.facade.def.element.FormalParameterDefinition
Identifier for the parameter.
getId() - Method in interface org.ow2.bonita.facade.def.element.ToolDefinition
 
getId() - Method in interface org.ow2.bonita.facade.def.element.TypeDeclarationDefinition
 
getIndex() - Method in interface org.ow2.bonita.facade.def.element.FormalParameterDefinition
Index of the parameter (Deprecated).
getInitialState() - Method in interface org.ow2.bonita.facade.runtime.StateUpdate
Returns the initial state.
getInitialValue() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the initial value of the dataField.
getInitialVariableValue(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the value of the variable with the specified key recorded at the instance creation.
getInitialVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns all global variables (for the process instance) defined within the xml definition file and also optionally added as parameter (variable map) of the instantiateProcess() method.
getInstanceState() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the instance state.
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
 
getInstantiation() - Method in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition
 
getIterationId() - Method in exception org.ow2.bonita.facade.exception.ActivityNotFoundException
 
getIterationId() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the iteration id of this activity
getIterations() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getJoinNumber() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getJoinType() - Method in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
Returns Join Type definition.
getLastKnownVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the map containing all variables with the last updated value.
getLastKnownVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the map containing all variables with the last updated value.
getLastPackage(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the last deployed package for the specified package id.
getLastPackage(String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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.
getLastProcess(String, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getLength() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the length of the data.
getLimit() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Expected duration for time management purposes (e.g. starting an escalation procedure etc.)
getLimit() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Expected duration for time management purposes (e.g. starting an escalation procedure etc.) in units of DurationUnit.
getLocation() - Method in interface org.ow2.bonita.facade.def.element.ExternalReferenceDefinition
It specifies the URI of the document that defines the type.
getManagementAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the ManagementAPI interface.
getMode() - Method in interface org.ow2.bonita.facade.def.element.FormalParameterDefinition
IN Input Parameters OUT Output Parameters INOUT Parameters used as input and output
getMultiInstantiationDefinition() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
 
getName() - Method in interface org.ow2.bonita.facade.def.element.TypeDeclarationDefinition
 
getName() - Method in interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
Each major element is defined with a Name attribute into the xpdl file.
getName() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the variable name (as defined into the XPDL file).
getNamespace() - Method in interface org.ow2.bonita.facade.def.element.ExternalReferenceDefinition
It allows specification of the scope in which the entity is defined.
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.
getPackage(String, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackage(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackageDefinitionUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
 
getPackageDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.DeploymentException
 
getPackageDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getPackageDefinitionUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
 
getPackageDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
If the package has subflows and the process definition for these subflows are defined in others package definitions then it is not possible to undeploy these packages until this package is itself undeployed.
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the value of the id attribute of the Package element defined into the XPDL file.
getPackageId() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getPackageProcess(PackageDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified packageDefinition UUID and process Id.
getPackageProcess(PackageDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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.
getPackageProcesses(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackageProcesses(String, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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.
getPackages() - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackages(String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackages(PackageDefinition.PackageState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackages(String, PackageDefinition.PackageState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getPackageUUID() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getPackageUUID() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getParameters() - Method in interface org.ow2.bonita.facade.def.element.HookDefinition
 
getParameters() - Method in interface org.ow2.bonita.facade.def.element.MultiInstantiationDefinition
Possibility to give parameters to the multiInstantiatorClass.
getParameters() - Method in interface org.ow2.bonita.facade.def.element.PerformerAssignDefinition
 
getParameters() - Method in interface org.ow2.bonita.facade.def.element.RoleMapperDefinition
Possibility to give parameters to the role mapper.
getParentInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getParentInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
If the instance is created to execute a subflow it returns the instance processDefinitionUUID of the instance creating this instance of subflow, otherwise it returns null.
getParticipantId() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
Returns the value of the id attribute of the Participant element defined into the XPDL file.
getParticipantId() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getParticipantType() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
Returns the definition of the type of participant entity.
getParticipantUUID() - Method in exception org.ow2.bonita.facade.exception.ParticipantNotFoundException
 
getPerformer() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the performer of the activity.
getPerformerAssign() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Performer assignment allows to perform various assignment rules within the task module.
getPossibleValues() - Method in class org.ow2.bonita.facade.runtime.var.Enumeration
Returns the collection of possible values.
getPriority() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
A value that describes the initial priority of this activity when it starts execution.
getPriority() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
The priority of the process type.
getPriorityUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
A text string with user defined semantics.
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.
getProcess(String, String, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessActivities(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definitions for process activities of the specified processDefinition UUID.
getProcessActivities(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessActivity(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the definition for process activity of the specified process and activity Id.
getProcessActivity(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessActivityId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the activity Id for the specified processDefinition UUID and activity name.
getProcessActivityId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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
getProcessDataField(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessDataFields(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of dataField definitions defined within the given processDefinition UUID.
getProcessDataFields(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessDefinitionUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord
Returns the value of the processDefinitionUUID attribute of WorkflowProcess element into the XPDL file.
getProcessDefinitionUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getProcessDefinitionUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the process processDefinitionUUID (defined into the WorkflowProcess element of the imported xpdl file).
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.
getProcesses(String, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcesses() - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcesses(String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcesses(ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcesses(String, ProcessDefinition.ProcessState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessId() - Method in interface org.ow2.bonita.facade.def.element.SubFlowDefinition
 
getProcessId() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Returns the value of the id attribute of the WorkflowProcess element defined into the XPDL file.
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ActivityDefNotFoundException
 
getProcessId() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the instance with the given UUID.
getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
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.
getProcessInstances() - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletableInstanceException
 
getProcessInstanceUUID() - Method in exception org.ow2.bonita.facade.exception.UndeletablePackageException
 
getProcessInstanceUUID() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the instance processDefinitionUUID (generated at the creation of the instance).
getProcessInstanceVariable(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a process variable for the given process instance UUID and variable Id.
getProcessInstanceVariable(ProcessInstanceUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getProcessInstanceVariables(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains the process variables for the given process instance UUID.
getProcessInstanceVariables(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getProcessParticipant(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant definition for the specified processDefinition UUID and participant Id.
getProcessParticipant(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessParticipantId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participantDefinition UUID for the specified processDefinition UUID and participant name.
getProcessParticipantId(ProcessDefinitionUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
getProcessParticipants(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of participant definitions for the specified processDefinition UUID.
getProcessParticipants(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryDefinitionAPI
 
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
 
getPublicationStatus() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the publication status of the Process Definition.
getPublicationStatus() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Status of the Process Definition.
getQueryDefinitionAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryDefinitionAPI interface.
getQueryRuntimeAPI() - Method in interface org.ow2.bonita.facade.QueryAPIAccessor
To get the QueryRuntimeAPI interface.
getResponsibles() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Participant, who is responsible for this process; the supervisor during run time Link to entity participant.
getResponsibles() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Participant, who is responsible for this process (usually an Organisational Unit or a Human).
getRoleMapper() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
The role mappers feature permits automatic definition of the Bonita roles.
getRuntimeAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the RuntimeAPI interface.
getScriptGrammar() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
This is a reference to a document that specifies the grammar of the language.
getScriptType() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Identifies the scripting language used in expressions.
getScriptVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
This is the version of the scripting language.
getSelectedValue() - Method in class org.ow2.bonita.facade.runtime.var.Enumeration
Returns the selected value.
getSimulationInformation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Estimations for simulation of an Activity.
getSplitTransitionRefIds() - Method in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
Not supported.
getSplitType() - Method in interface org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition
Returns Split Type definition.
getStartedBy() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the user creating and starting the instance of the workflow process.
getStartedBy() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the user starting the task.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.ActivityBody
Returns the date recorded after the activity is started.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns the date recorded when the hook is started.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the date recorded when the instance has been created and started.
getStartMode() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
If StartMode=Manual a task entity is created by the engine and stored in the task repository and is waiting to be take in account by an end user.
getState() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the current state.
getStateUpdates() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the list of recorded state changes.
getSubFlow() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the SubFlowDefinition interface if this activity has subflow implementation otherwise returns null.
getTask(TaskUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the task with the given task UUID.
getTask(TaskUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTaskCandidates() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the current set of candidate users.
getTaskList(ProcessInstanceUUID, TaskState) - 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, TaskState) - 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(TaskState) - 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, TaskState) - 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.
getTaskList(ProcessInstanceUUID, TaskState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTaskList(TaskState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTaskList(ProcessInstanceUUID, String, TaskState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTaskList(String, TaskState) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTasks(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of task for the given process instance UUID.
getTasks(ProcessInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getTaskState() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the state at assignment.
getTaskUser() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the user assigned for the task.
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
 
getTimeEstimation() - Method in interface org.ow2.bonita.facade.def.element.SimulationInformationDefinition
 
getTimeEstimation() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Grouping of waiting time, working time, and duration.
getTo() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition.IterationDef
 
getTo() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the activity processDefinitionUUID to which the transition goes in.
getTools() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns (unordered) set of ToolDefinition interfaces.
getToStringAfterStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns a string representation of the java hook recorded after the hook is executed.
getToStringBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInstance
Returns a string representation of the java hook recorded before the hook is executed.
getTransitionId() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the value of the id attribute of the Transition element defined into the XPDL file.
getTransitionRestrictions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Gives the routing behavior if outgoing transitions or/and incoming transitions are defined.
getTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDefinition
Returns the set of transitions defined within the block activity.
getType() - Method in interface org.ow2.bonita.facade.def.dataType.BasicTypeDefinition
Returns Basic types.
getType() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeDefinition
Returns the data type of the dataField.
getType() - Method in interface org.ow2.bonita.facade.def.element.ConditionDefinition
 
getType() - Method in interface org.ow2.bonita.facade.def.element.ToolDefinition
 
getTypeDeclarations() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
A list of Data Types used in the package.
getUndeployedBy() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the user undeploying the package.
getUndeployedDate() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the date where the package is undeployed.
getUpdatedBy() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the user Id performing the update (state update or assign update).
getUpdatedBy() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the user Id who made the update.
getUpdatedDate() - Method in interface org.ow2.bonita.facade.runtime.Update
Returns the date of the update.
getUserId() - Method in exception org.ow2.bonita.facade.exception.UnAuthorizedUserException
 
getUserId() - Method in interface org.ow2.bonita.facade.runtime.AssignUpdate
Returns the assigned user Id .
getUserId() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the assigned user.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Returns the UUID for the ActivityDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDefinition
Returns the UUID for the ActivitySetDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDefinition
 
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Returns the UUID for the DataFieldDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the UUID for the PackageDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDefinition
Returns the UUID for the ParticipantDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Returns the UUID for the ProcessDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDefinition
Returns the UUID for the TransitionDefinition.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.ActivityBody
Return the UUID of the ActivityBody.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the UUID of the activity instance.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.AutomaticBody
Returns the UUID of the automatic body.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Returns the UUID of the process instance.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.RouteBody
Returns the UUID of the route body.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.SubflowBody
Returns the UUID of the subflow body.
getUUID() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Returns the UUID of the task.
getV4FromV3HookEventName(HookDefinition.V3Event, boolean) - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.V3Event
 
getValidFrom() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
The date that the process definition is active from.
getValidTo() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
The date at which the process definition becomes valid.
getValue() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeDefinition
Returns a DataTypeValue interface.
getValue() - Method in interface org.ow2.bonita.facade.runtime.VariableUpdate
Returns the variable value.
getValue() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
getVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtains a variable for the given activity and variable Id.
getVariable(ActivityInstanceUUID, String) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getVariableId() - Method in class org.ow2.bonita.definition.VariablePerformerAssign
 
getVariableId() - Method in interface org.ow2.bonita.facade.def.element.MultiInstantiationDefinition
Name of the variable which will be assigned a different value (to make a distinction between instances)
getVariableId() - Method in exception org.ow2.bonita.facade.exception.VariableNotFoundException
 
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.
getVariables(ActivityInstanceUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteQueryRuntimeAPI
 
getVariablesBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns all variables for the recorded activity before the activity has been started.
getVariableUpdates() - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Gives access to the historic of variables updates.
getVariableUpdates() - Method in interface org.ow2.bonita.facade.runtime.ProcessInstance
Gives access to the historic of variables updates.
getVariableValueBeforeStarted(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInstance
Returns the value of the variable with the specified key before the activity has been started.
getVariableValues() - Method in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 
getVendor() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Defines the origin of this model definition and contains vendor's name, vendor's product name and product's release number.
getVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Version of this Package Definition.
getVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinition
Version of this process definition.
getVersion() - Method in exception org.ow2.bonita.facade.exception.PackageNotFoundException
 
getVersion() - Method in exception org.ow2.bonita.facade.exception.ProcessNotFoundException
 
getWaitingTime() - Method in interface org.ow2.bonita.facade.def.element.TimeEstimationDefinition
 
getWorkingTime() - Method in interface org.ow2.bonita.facade.def.element.TimeEstimationDefinition
 
getXpdl() - Method in class org.ow2.bonita.deployment.Deployment
Returns the XPDL file as InputSource.
getXPDLVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDefinition
Returns the version of the XPDL specification supported by the workflow engine.
getXpression() - Method in interface org.ow2.bonita.facade.def.element.ConditionDefinition
 
getXpressionContentAsString() - Method in interface org.ow2.bonita.facade.def.element.ConditionDefinition
 
getXref() - Method in interface org.ow2.bonita.facade.def.element.ExternalReferenceDefinition
It specifies the identity of the entity within the external document.

H

hashCode() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
Hook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute not transactional hooks.
HookDefinition - Interface in org.ow2.bonita.facade.def.element
Hook definition within Activity element.
HookDefinition.Event - Enum in org.ow2.bonita.facade.def.element
Hook events for Bonita V4.
HookDefinition.V3Event - Enum in org.ow2.bonita.facade.def.element
Hook events used into Bonita V3 (mapping to hook events for Bonita V4).
HookInstance - Interface in org.ow2.bonita.facade.runtime
Interface to get recorded (runtime) information on Hook in order to debug.
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<TaskState>, TaskState) - 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
 
InstanceState - Enum in org.ow2.bonita.facade.runtime
Possible state of process instance.
instantiateProcess(ProcessDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
instantiateProcess(ProcessDefinitionUUID, Map<String, Object>) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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.
isActivityDataField() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Indicates if it is an activity dataField.
isArray() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDefinition
Indicates if it is an array
isNoImplementation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Activity can be defined either with Route or Implementation or BlockActivity element.
isRoute() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDefinition
Activity can be defined either with Route or Implementation or BlockActivity element.
isTaskAssigned() - Method in interface org.ow2.bonita.facade.runtime.TaskInstance
Return true if the task is assigned.
isThrowingException() - Method in interface org.ow2.bonita.facade.def.element.HookDefinition
 

J

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

M

ManagementAPI - Interface in org.ow2.bonita.facade
Workflow process deployment operations.
MultiInstantiationDefinition - Interface in org.ow2.bonita.facade.def.element
Multi-instantiatio definition within Activity element.
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.deployment - package org.ow2.bonita.deployment
Contains the class Deployment (parameter of a ManagementAPI method).
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.def.dataType - package org.ow2.bonita.facade.def.dataType
Contains interfaces for objects dedicated to XPDL datatype elements returned by the QueryDefintionAPI.
org.ow2.bonita.facade.def.element - package org.ow2.bonita.facade.def.element
Contains interfaces for XPDL definition of objects of non major elements defined within package, process, activity, participant
(including ones defined by extended attributes like Hook, RoleMapper, PerformerAssignment, multi-instantiation)
returned by the QueryDefintionAPI.
org.ow2.bonita.facade.def.majorElement - package org.ow2.bonita.facade.def.majorElement
Contains interfaces for objects representing major XPDL elements returned by the org.ow2.bonita.facade.QueryDefintionAPI.
org.ow2.bonita.facade.exception - package org.ow2.bonita.facade.exception
Contains exception classes thrown by Nova Bonita APIs.
org.ow2.bonita.facade.remote - package org.ow2.bonita.facade.remote
All interfaces in this package are for internal use only.
org.ow2.bonita.facade.runtime - package org.ow2.bonita.facade.runtime
It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook.
org.ow2.bonita.facade.runtime.var - package org.ow2.bonita.facade.runtime.var
Contains runtime classes required for workflow variables.
org.ow2.bonita.facade.uuid - package org.ow2.bonita.facade.uuid
It Contains classes that implement universally unique identifier (UUID) for returned objects or parameters of the Bonita API.
org.ow2.bonita.util - package org.ow2.bonita.util
Contains the two parent classes for Bonita Exception (one for runtime and the other for checked exception).

P

PackageDefinition - Interface in org.ow2.bonita.facade.def.majorElement
The concept of package is introduced by XPDL specification to act as a container for the grouping of common data entities from a number of different process definitions, to avoid redefinition within each individual process definition.
PackageDefinition.GraphConformance - Enum in org.ow2.bonita.facade.def.majorElement
The conformance class declaration allows description of the conformance class to which the definitions in this model definition are restricted.
PackageDefinition.PackageState - Enum in org.ow2.bonita.facade.def.majorElement
Package state allow operations on the package itself and elements within it.
PackageDefinition.PublicationStatus - Enum in org.ow2.bonita.facade.def.majorElement
Publication status of the Process Definition.
PackageDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for PackageDefinition
PackageDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.PackageDefinitionUUID
 
PackageDefinitionUUID(PackageDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.PackageDefinitionUUID
 
PackageDefinitionUUID(String, String) - Constructor for class org.ow2.bonita.facade.uuid.PackageDefinitionUUID
 
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
 
ParticipantDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Participant definition.
ParticipantDefinition.ParticipantType - Enum in org.ow2.bonita.facade.def.majorElement
The Participant entity type attribute characterises the participant to be an individual, an organisational unit or an abstract resource such as a machine.
ParticipantDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ParticipantDefinition
ParticipantDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantDefinitionUUID(ParticipantDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
ParticipantDefinitionUUID(PackageDefinitionUUID, ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.ParticipantDefinitionUUID
 
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).
PerformerAssignDefinition - Interface in org.ow2.bonita.facade.def.element
PerformerAssign definition within Activity element.
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
 
ProcessDefinition - Interface in org.ow2.bonita.facade.def.majorElement
This interface represents the Process definition.
ProcessDefinition.AccessLevel - Enum in org.ow2.bonita.facade.def.majorElement
Not supported.
ProcessDefinition.DurationUnit - Enum in org.ow2.bonita.facade.def.majorElement
Duration unit: Year, Month, Day, hours, minutes, seconds
ProcessDefinition.ProcessState - Enum in org.ow2.bonita.facade.def.majorElement
Workflow process state.
ProcessDefinitionRecord - Interface in org.ow2.bonita.facade.def.majorElement
Parent interface for interfaces into majorElement package.
ProcessDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ProcessDefinition
ProcessDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(ProcessDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(String, String, String) - Constructor for class org.ow2.bonita.facade.uuid.ProcessDefinitionUUID
 
ProcessInstance - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information on process instance.
ProcessInstanceUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for ProcessInstance
ProcessInstanceUUID() - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessDefinitionUUID, long) - Constructor for class org.ow2.bonita.facade.uuid.ProcessInstanceUUID
 
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

RemoteCommandAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
RemoteDefinitionAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
RemoteManagementAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
RemoteQueryDefinitionAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
RemoteQueryRuntimeAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
RemoteRuntimeAPI - Interface in org.ow2.bonita.facade.remote
For internal use only.
removeClass(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes a class giving the class name.
removeClass(String) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
removeClasses(String[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes classes giving there class names.
removeClasses(String[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
replaceClass(String, byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
Removes the class with the given className name.
replaceClass(String, byte[]) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
resumeTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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).
RoleMapperDefinition - Interface in org.ow2.bonita.facade.def.element
RoleMapper definition within Participant element.
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
 
RouteBody - Interface in org.ow2.bonita.facade.runtime
Interface is for the body of Route activity.
RouteBodyUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for RouteBody
RouteBodyUUID() - Constructor for class org.ow2.bonita.facade.uuid.RouteBodyUUID
 
RouteBodyUUID(RouteBodyUUID) - Constructor for class org.ow2.bonita.facade.uuid.RouteBodyUUID
 
RouteBodyUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.RouteBodyUUID
 
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.
RuntimeRecord - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information common to ProcessInstance and ActivityInstance.

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.remote.RemoteRuntimeAPI
 
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.remote.RemoteRuntimeAPI
 
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.
setSelectedValue(String) - Method in class org.ow2.bonita.facade.runtime.var.Enumeration
 
setVariable(ActivityInstanceUUID, String, Object) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
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
 
SimulationInformationDefinition - Interface in org.ow2.bonita.facade.def.element
Simulation Information definition.
SimulationInformationDefinition.Instantiation - Enum in org.ow2.bonita.facade.def.element
Not supported.
startTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
startTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Starts the task.
StateUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded (runtime) information for state change on task.
SubflowBody - Interface in org.ow2.bonita.facade.runtime
Interface for the body of Subflow activity.
SubflowBodyUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for SubflowBody
SubflowBodyUUID() - Constructor for class org.ow2.bonita.facade.uuid.SubflowBodyUUID
 
SubflowBodyUUID(SubflowBodyUUID) - Constructor for class org.ow2.bonita.facade.uuid.SubflowBodyUUID
 
SubflowBodyUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.SubflowBodyUUID
 
SubFlowDefinition - Interface in org.ow2.bonita.facade.def.element
SubFlow definition (Subflow is an implementation of Activity Element)
SubFlowDefinition.Execution - Enum in org.ow2.bonita.facade.def.element
Execution Type for Subflow.
suspendTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.remote.RemoteRuntimeAPI
 
suspendTask(TaskUUID, boolean) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Suspends the task if the task has EXECUTING state.

T

TASK_EVENTS - Static variable in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
 
TaskInstance - Interface in org.ow2.bonita.facade.runtime
Interface for the body of task activity (aka Manual activity).
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
 
TaskState - Enum in org.ow2.bonita.facade.runtime
Possible states of task.
TaskUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for TaskInstance
TaskUUID() - Constructor for class org.ow2.bonita.facade.uuid.TaskUUID
 
TaskUUID(TaskUUID) - Constructor for class org.ow2.bonita.facade.uuid.TaskUUID
 
TaskUUID(ActivityInstanceUUID) - Constructor for class org.ow2.bonita.facade.uuid.TaskUUID
 
TimeEstimationDefinition - Interface in org.ow2.bonita.facade.def.element
TimeEstimation definition.
ToolDefinition - Interface in org.ow2.bonita.facade.def.element
Tool definition.
ToolDefinition.Type - Enum in org.ow2.bonita.facade.def.element
Not supported.
toString() - Method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
 
toString() - Method in class org.ow2.bonita.facade.uuid.AbstractUUID
 
TransitionDefinition - Interface in org.ow2.bonita.facade.def.majorElement
Activities are related to one another via flow control conditions (transition information).
TransitionDefinitionUUID - Class in org.ow2.bonita.facade.uuid
This class implements the UUID for TransitionDefinition
TransitionDefinitionUUID() - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionDefinitionUUID(TransitionDefinitionUUID) - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionDefinitionUUID(ProcessDefinitionUUID, String) - Constructor for class org.ow2.bonita.facade.uuid.TransitionDefinitionUUID
 
TransitionRestrictionDefinition - Interface in org.ow2.bonita.facade.def.element
TransitionRestriction definition within Activity element.
TransitionRestrictionDefinition.JoinType - Enum in org.ow2.bonita.facade.def.element
Join types supported by Bonita.
TransitionRestrictionDefinition.SplitType - Enum in org.ow2.bonita.facade.def.element
Split types supported by Bonita.
TxHook - Interface in org.ow2.bonita.definition
Implementing this interface allows to execute transactional hooks.
TypeDeclarationDefinition - Interface in org.ow2.bonita.facade.def.element
Type declaration definition.
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

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
 
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.ManagementAPI
Un-deploys a Workflow package giving the package UUID.
undeploy(PackageDefinitionUUID) - Method in interface org.ow2.bonita.facade.remote.RemoteManagementAPI
 
Update - Interface in org.ow2.bonita.facade.runtime
Interface providing common methods to get informations about state and assignment changes of the task.

V

value - Variable in class org.ow2.bonita.facade.uuid.AbstractUUID
 
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.dataType.BasicTypeDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.ConditionDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.DeadlineDefinition.Execution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.FormalParameterDefinition.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.V3Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.ToolDefinition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.FinishMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.StartMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.GraphConformance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.PackageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.PublicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ParticipantDefinition.ParticipantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.runtime.InstanceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.runtime.TaskState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.bonita.facade.def.dataType.BasicTypeDefinition.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.dataType.DataTypeDefinition.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.ConditionDefinition.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.DeadlineDefinition.Execution
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.FormalParameterDefinition.Mode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.Event
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.HookDefinition.V3Event
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.SimulationInformationDefinition.Instantiation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.ToolDefinition.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.JoinType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.element.TransitionRestrictionDefinition.SplitType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.FinishMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDefinition.StartMode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.GraphConformance
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.PackageState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDefinition.PublicationStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ParticipantDefinition.ParticipantType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.AccessLevel
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.DurationUnit
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDefinition.ProcessState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.runtime.InstanceState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.bonita.facade.runtime.TaskState
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
 
VariableUpdate - Interface in org.ow2.bonita.facade.runtime
Interface for getting recorded runtime information on variable update.
variableValues - Variable in class org.ow2.bonita.definition.MultiInstantiatorDescriptor
 

X

xpdl - Variable in class org.ow2.bonita.deployment.Deployment
XPDL definition

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

Copyright © 2008 OW2 Consortium. All Rights Reserved.