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

A

ActivityDef - Interface in org.ow2.bonita.facade.def.majorElement
 
ActivityDef.FinishMode - Enum in org.ow2.bonita.facade.def.majorElement
 
ActivityDef.StartMode - Enum in org.ow2.bonita.facade.def.majorElement
 
ActivityInst - Interface in org.ow2.bonita.facade.runtime
 
ActivitySetDef - Interface in org.ow2.bonita.facade.def.majorElement
 
APIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to ManagementAPI and QueryRuntimeAPI interfaces.
APIInterceptor - Class in org.ow2.bonita.facade
 
APIInterceptor(Object) - Constructor for class org.ow2.bonita.facade.APIInterceptor
 
APIInterceptor.Context - Enum in org.ow2.bonita.facade
 
ApplicationDef - Interface in org.ow2.bonita.facade.def.majorElement
 

B

BasicTypeDef - Interface in org.ow2.bonita.facade.def.dataType
 
BasicTypeDef.Type - Enum in org.ow2.bonita.facade.def.dataType
 

C

clearHistory() - Method in interface org.ow2.bonita.facade.RuntimeAPI
 
CommandAPI - Interface in org.ow2.bonita.facade
 
copy() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeValue
Returns DataTypeValue interface.

D

DataFieldDef - Interface in org.ow2.bonita.facade.def.majorElement
 
DataTypeDef - Interface in org.ow2.bonita.facade.def.dataType
 
DataTypeDef.Type - Enum in org.ow2.bonita.facade.def.dataType
See section 7.13 of XPDL Specification Array Type: A fixed size set of data all of the same data type (deprecated).
DataTypeValue - Interface in org.ow2.bonita.facade.def.dataType
 
DefinitionAPI - Interface in org.ow2.bonita.facade
 
DefinitionRecord - Interface in org.ow2.bonita.facade.def.majorElement
 
deleteAllInstances(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
This method is only dedicated for bonita unit tests!
deleteInstance(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
This method is only dedicated for bonita unit tests!
deploy(Deployment) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy the package giving the deployment object.
deployBar(URL) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy the package giving the URL of the bar file.
deployBar(File) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy the package giving the file of the bar file.
deployBar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy the package giving the bytes table of the bar file.
deployBar(InputStream) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy the package giving the input stream of the bar file.
deployClass(String, byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy a class giving its bytes table.
deployClasses(Map<String, byte[]>) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy several classes giving a map of classes.
deployClassesInJar(byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
To deploy several classes giving an archive containing the classes.

E

EnumerationTypeDef - Interface in org.ow2.bonita.facade.def.dataType
 
execute(Command<T>) - Method in interface org.ow2.bonita.facade.CommandAPI
 

F

finishTask(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Finish the task.

G

getAccessLevel() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
The Access level of a process may be either PUBLIC or PRIVATE.
getActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDef
 
getActivities() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getActivities(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of activity for the given instance id.
getActivity(String, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the activity with the given instance id and activity id.
getActivityId() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
The returned activity id is one defined in the xpdl file within the definition of the activity element.
getActivityId() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the activity id for which the task is attached.
getActivitySets() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getApplications() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
getApplications() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getAuthor() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Name of the author of this package definition.
getAuthor() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Name of the author of this process definition.
getBlockId() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Not supported.
getCandidates() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the set of users that has been set to the candidates list.
getClassDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Returns class dependencies (java classes for hooks, mappers, performer assignments) for this package.
getCodepage() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
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.ProcessDef
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.TransitionDef
 
getConformanceClass() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
FULL-BLOCKED The network structure is restricted to proper nesting of SPLIT/JOIN and loops.
getCostUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Units used in Simulation Data (Usually expressed in terms of a currency)
getCountrykey() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Country code based on ISO 3166.
getCountrykey() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Country code based on ISO 3166.
getCreated() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Creation date of Package Definition.
getCreated() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Creation date of process definition.
getCreatedDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the date recorded when the task is created.
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Bonita engine allows to specify datafields for activities.
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
getDataFields() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getDataType() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getDeadlines() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
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.PackageDef
Returns the user deploying the package.
getDeployedDate() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Returns the date when the package is deployed.
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
A package can be deployed and then undeployed several times.
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDef
 
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
 
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
A package can be deployed and then undeployed several times.
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
A package can be deployed and then undeployed several times.
getDeploymentId() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDef
 
getDeploymentId() - Method in interface org.ow2.bonita.facade.Record
A package can be deployed and then undeployed several times.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Short textual description of the activity.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDef
 
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Textual description of the package
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
returns a short textual description of the participant.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Short textual description of the process.
getDescription() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDef
 
getDocumentation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
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.PackageDef
Operating System specific path- and filename of help file/description file.
getDueDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the date at which the task must be started.
getDurationUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
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.ProcessInst
Returns the user finishing the instance of the workflow process.
getEndedDate() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the date recorded when the instance is finished.
getEndedDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the date recorded when the task is finished.
getEnumerationValues() - Method in interface org.ow2.bonita.facade.def.dataType.EnumerationTypeDef
Returns the (unordered) set of enumeration values within the enumeration.
getExceptionThrown() - Method in interface org.ow2.bonita.facade.runtime.HookInst
Get the recorded exception thrown by the hook.
getExternalPackages() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Reference to another Package definition defined in a separate document.
getExternalReference() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDef
 
getExternalReference() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
A reference to an external specification of a participant.
getFinishedBy() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the user finishing the activity.
getFinishedDate() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the date recorded after the activity is finished.
getFinishedTime() - Method in interface org.ow2.bonita.facade.runtime.HookInst
Returns the date recorded when the hook is finished.
getFinishMode() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Not supported.
getFormalParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDef
 
getFormalParameters() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
A list of parameters that may be passed to the process.
getFrom() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDef
 
getHooks() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Hooks are user defined logic that can be triggered at some points of the life of the activity.
getIcon() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Address (path- and filename) for an icon to represent the activity in a graphical modeller.
getId() - Method in interface org.ow2.bonita.facade.Record
Returns the id of the record.
getInitialValue() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getInitialVariableValue(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the value of the variable with the specified key recorded at the instance creation.
getInitialVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
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.
getInstance(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the instance with the given id.
getInstanceId() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the instance id (generated at the creation of the instance).
getInstances(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of instance for the given process id.
getInstanceState() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the instance state.
getLastPackage(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Return the last deployed package for the specified package id.
getLastProcess(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Return the last deployed process for the specified process id.
getLastVariableValue(String) - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the (last) current value of the variable with the specified key.
getLastVariableValues() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns all global variables (for the process instance) defined within the xml definition file and also optionally added as parameter (variables map) of the instantiateProcess() method.
getLength() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getLimit() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Expected duration for time management purposes (e.g. starting an escalation procedure etc.)
getLimit() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Expected duration for time management purposes (e.g. starting an escalation procedure etc.) in units of DurationUnit.
getManagementAPI() - Method in interface org.ow2.bonita.facade.APIAccessor
To get the ManagementAPI interface.
getName() - Method in interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
Each major element is defined with an Name attribute into the xpdl file.
getPackage(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the package definition for the specified package and deployment.
getPackageDependencies() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
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.ActivityDef
Returns the value of the package Id attribute defined into the xpdl file.
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.ApplicationDef
 
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
Returns the value of the package Id attribute defined into the xpdl file.
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Returns the value of the package Id attribute defined into the xpdl file.
getPackageId() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDef
 
getPackageId(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the package id for the specified package name and deployment id.
getPackageId() - Method in interface org.ow2.bonita.facade.Record
Returns the package id (defined into the Package element of the imported xpdl file).
getPackageProcesses(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition information of all processes within the specified deployed package and the specified deployment.
getPackages() - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for all deployed packages.
getPackages(String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition informations for all deployed packages for the specified package.
getPackages(PackageDef.PackageState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
 
getPackages(String, PackageDef.PackageState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
 
getParentInstanceId() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
If the instance is created to execute a subflow it returns the instance id of the instance creating this instance of subflow, otherwise it returns null.
getParticipants() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
getParticipants() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getParticipantType() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
Returns the definition of the type of participant entity.
getPerformer() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Returns the performer of the activity.
getPerformerAssign() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Performer assignment allows to perform various assignment rules within the task module.
getPriority() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
A value that describes the initial priority of this activity when it starts execution.
getPriority() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
The priority of the process type.
getPriorityUnit() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
A text string with user defined semantics.
getProcess(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process definition for the specified process id and deployment id.
getProcessActivities(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of definition for process activities of the specified process and deployment.
getProcessActivity(String, String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the definition for process activity of the specified process and deployment.
getProcessActivityId(String, String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the activity id for the specified process id and deployment id and activity id.
getProcesses() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
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 id.
getProcesses(ProcessDef.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
 
getProcesses(String, ProcessDef.ProcessState) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
 
getProcessId() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDefinitionRecord
Returns the process id (defined into the WorkflowProcess element of the imported xpdl file).
getProcessId(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the process id for the specified process name and deployment id.
getProcessId() - Method in interface org.ow2.bonita.facade.runtime.RuntimeRecord
Returns the process id (defined into the WorkflowProcess element of the imported xpdl file).
getProcessParticipant(String, String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant definition for the specified process and deployment.
getProcessParticipantId(String, String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the participant id for the specified process id and deployment id and participant name.
getProcessParticipants(String, String) - Method in interface org.ow2.bonita.facade.QueryDefinitionAPI
Returns the set of participant definitions for the specified process and deployment.
getPublicationStatus() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Status of the Process Definition.
getPublicationStatus() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
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.PackageDef
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.ProcessDef
Participant, who is responsible for this process (usually an Organisational Unit or a Human).
getResumeDate() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
Returns the user id resuming the task.
getResumeUserId() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
 
getRoleMapper() - Method in interface org.ow2.bonita.facade.def.majorElement.ParticipantDef
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.PackageDef
This is a reference to a document that specifies the grammar of the language.
getScriptType() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Identifies the scripting language used in expressions.
getScriptVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
This is the version of the scripting language.
getSignal() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
The signal is used to indicate whether the task has been created for startMode or a finishMode set to manual.
getSimulationInformation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Estimations for simulation of an Activity.
getStartedBy() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the user starting the activity.
getStartedBy() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the user creating and starting the instance of the workflow process.
getStartedBy() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the user starting the task.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the date recorded after the activity is started.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.ProcessInst
Returns the date recorded when the instance has been created and started.
getStartedDate() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the date recorded when the task is started.
getStartedTime() - Method in interface org.ow2.bonita.facade.runtime.HookInst
Returns the date recorded when the hook is started.
getStartMode() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
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.ActivityInst
Return the state of the recorded activity.
getState() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the state of the task.
getSubFlow() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Returns the SubFlowDef interface if this activity has subflow implementation otherwise returns null.
getSuspendDate() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
Returns the date recorded when the task is suspended.
getSuspendUserId() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
Returns the user suspending the task.
getTask(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns the record of the task with the given task id.
getTaskId() - Method in interface org.ow2.bonita.facade.runtime.SuspendResumeTaskInst
Task id is generated to be unique.
getTaskList(String, Constants.TaskState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance.
getTaskList(Constants.TaskState) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance.
getTasks(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Returns all records of task for the given instance id.
getTimeEstimation() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Grouping of waiting time, working time, and duration.
getTo() - Method in interface org.ow2.bonita.facade.def.majorElement.TransitionDef
 
getTools() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Returns (unordered) set of ToolDef interfaces.
getToStringAfterStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInst
Returns a string representation of the java hook recorded after the hook is executed.
getToStringBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.HookInst
Returns a string representation of the java hook recorded before the hook is executed.
getTransitionRestrictions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Gives the routing behavior if outgoing transitions or/and incoming transitions are defined.
getTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivitySetDef
 
getTransitions() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessFullDef
 
getType() - Method in interface org.ow2.bonita.facade.def.dataType.BasicTypeDef
Returns a value from Type enumeration.
getType() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeDef
Data type of the formal parameter.
getTypeDeclarations() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
A list of Data Types used in the package.
getUndeployedBy() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Returns the user undeploying the package.
getUndeployedDate() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Returns the date where the package is undeployed.
getUserId() - Method in interface org.ow2.bonita.facade.runtime.TaskInst
Returns the assigned user for the task.
getValidFrom() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
The date that the process definition is active from.
getValidTo() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
The date at which the process definition becomes valid.
getValue() - Method in interface org.ow2.bonita.facade.def.dataType.DataTypeDef
Returns a DataTypeValue interface.
getVariable(String, String, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain a variable for the given activity and instance.
getVariable(String, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain a process variable for the given instance and variable .
getVariableDefinitions(String, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain variable definitions (including global process and local activity variables)for the given process and activity.
getVariableDefinitions(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain the variable definitions of the process for the given process.
getVariables(String, String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain the activity variables (including global process and local activity variables) for the given instance and activity.
getVariables(String) - Method in interface org.ow2.bonita.facade.QueryRuntimeAPI
Obtain the process variables for the given instance.
getVariablesAfterFinished() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns all variables for the recorded activity after the activity has been finished.
getVariablesAfterStarted() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns all variables for the recorded activity after the activity has been started.
getVariablesBeforeFinished() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns all variables for the recorded activity before the activity has been finished.
getVariablesBeforeStarted() - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns all variables for the recorded activity before the activity has been started.
getVariableValueAfterFinished(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the value of the variable with the specified key after the activity has been finished.
getVariableValueAfterStarted(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the value of the variable with the specified key after the activity has been started.
getVariableValueBeforeFinished(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the value of the variable with the specified key before the activity has been finished.
getVariableValueBeforeStarted(String) - Method in interface org.ow2.bonita.facade.runtime.ActivityInst
Returns the value of the variable with the specified key before the activity has been started.
getVendor() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
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.PackageDef
Version of this Package Definition.
getVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.ProcessDef
Version of this process definition.
getXPDLVersion() - Method in interface org.ow2.bonita.facade.def.majorElement.PackageDef
Returns the version of the XPDL specification supported by the workflow engine.

H

HookInst - Interface in org.ow2.bonita.facade.runtime
 

I

instantiateProcess(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Create an instance of the specified process and start the execution.
instantiateProcess(String, Map<String, Object>) - Method in interface org.ow2.bonita.facade.RuntimeAPI
create an instance of the specified process with the added variable map and start the execution.
invoke(Object, Method, Object[]) - Method in class org.ow2.bonita.facade.APIInterceptor
 
isActivityDataField() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
isArray() - Method in interface org.ow2.bonita.facade.def.majorElement.DataFieldDef
 
isNoImplementation() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Activity can be defined either with Route or Implementation or BlockActivity element.
isRoute() - Method in interface org.ow2.bonita.facade.def.majorElement.ActivityDef
Activity can be defined either with Route or Implementation or BlockActivity element.

L

LOG - Static variable in class org.ow2.bonita.facade.APIInterceptor
 

M

ManagementAPI - Interface in org.ow2.bonita.facade
Workflow process deployment operations.

O

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
 
org.ow2.bonita.facade.def.majorElement - package org.ow2.bonita.facade.def.majorElement
 
org.ow2.bonita.facade.runtime - package org.ow2.bonita.facade.runtime
 

P

PackageDef - Interface in org.ow2.bonita.facade.def.majorElement
 
PackageDef.GraphConformance - Enum in org.ow2.bonita.facade.def.majorElement
 
PackageDef.PackageState - Enum in org.ow2.bonita.facade.def.majorElement
 
PackageDef.PublicationStatus - Enum in org.ow2.bonita.facade.def.majorElement
 
PackageFullDef - Interface in org.ow2.bonita.facade.def.majorElement
 
ParticipantDef - Interface in org.ow2.bonita.facade.def.majorElement
 
ParticipantDef.ParticipantType - Enum in org.ow2.bonita.facade.def.majorElement
 
ProcessDef - Interface in org.ow2.bonita.facade.def.majorElement
 
ProcessDef.AccessLevel - Enum in org.ow2.bonita.facade.def.majorElement
 
ProcessDef.DurationUnit - Enum in org.ow2.bonita.facade.def.majorElement
 
ProcessDef.ProcessState - Enum in org.ow2.bonita.facade.def.majorElement
 
ProcessDefinitionRecord - Interface in org.ow2.bonita.facade.def.majorElement
 
ProcessFullDef - Interface in org.ow2.bonita.facade.def.majorElement
 
ProcessInst - Interface in org.ow2.bonita.facade.runtime
 

Q

QueryAPIAccessor - Interface in org.ow2.bonita.facade
Helper class giving access to ManagementAPI, QueryRuntimeAPI and getRuntimeReadOnlyAPI interfaces.
QueryDefinitionAPI - Interface in org.ow2.bonita.facade
Getters on the workflow definition data for: packages, processes, activities, participants, dataFields, transitions hooks, mappers, performer assignments.
QueryRuntimeAPI - Interface in org.ow2.bonita.facade
Getters on workflow recorded data.

R

Record - Interface in org.ow2.bonita.facade
 
removeClass(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
To remove a class giving the class name.
removeClasses(String[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
To remove classes giving the class names.
replaceClass(String, byte[]) - Method in interface org.ow2.bonita.facade.ManagementAPI
 
resumeTask(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Resume the task if the task has SUSPENDED state.
RuntimeAPI - Interface in org.ow2.bonita.facade
Main API responsible of workflow state change operations.
RuntimeRecord - Interface in org.ow2.bonita.facade.runtime
 

S

setUndeployedBy(String) - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
setUndeployedDate(Date) - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
setVariable(String, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Search for variable with id variableId into instance with id instanceId and set the given value to the found variable.
setVariable(String, String, String, Object) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Search for variable with id variableId into instance with id instanceId and within the activity with id activityId and set the given value to the found variable.
startTask(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
start the task.
stateMatch(PackageDef.PackageState) - Method in interface org.ow2.bonita.facade.def.majorElement.PackageFullDef
 
SuspendResumeTaskInst - Interface in org.ow2.bonita.facade.runtime
 
suspendTask(String) - Method in interface org.ow2.bonita.facade.RuntimeAPI
Suspend the task if the task has EXECUTING state.

T

TaskInst - Interface in org.ow2.bonita.facade.runtime
 
TransitionDef - Interface in org.ow2.bonita.facade.def.majorElement
 

U

undeploy(String) - Method in interface org.ow2.bonita.facade.ManagementAPI
To undeploy a package.

V

valueOf(String) - Static method in enum org.ow2.bonita.facade.APIInterceptor.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.dataType.BasicTypeDef.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.dataType.DataTypeDef.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDef.FinishMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ActivityDef.StartMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDef.GraphConformance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDef.PackageState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.PackageDef.PublicationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ParticipantDef.ParticipantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDef.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDef.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.bonita.facade.def.majorElement.ProcessDef.ProcessState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.bonita.facade.APIInterceptor.Context
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.BasicTypeDef.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.DataTypeDef.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.majorElement.ActivityDef.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.ActivityDef.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.PackageDef.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.PackageDef.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.PackageDef.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.ParticipantDef.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.ProcessDef.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.ProcessDef.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.ProcessDef.ProcessState
Returns an array containing the constants of this enum type, in the order they're declared.

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