Uses of Class
org.ow2.bonita.facade.exception.InstanceNotFoundException

Packages that use InstanceNotFoundException
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.exception Contains exception classes thrown by Nova Bonita APIs. 
 

Uses of InstanceNotFoundException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw InstanceNotFoundException
 void RuntimeAPI.deleteProcessInstance(ProcessInstanceUUID instanceUUID)
          Deletes all runtime objects for the process instance with the given instance UUID and delete also recorded data from the journal.
 ActivityInstance<ActivityBody> QueryRuntimeAPI.getActivityInstance(ProcessInstanceUUID instanceUUID, java.lang.String activityId)
          Returns the record of the activity with the given instance UUID and activity Id.
 ActivityInstance<ActivityBody> QueryRuntimeAPI.getActivityInstance(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String iterationId, java.lang.String activityInstanceId)
          Returns the record of the activity with the given instance processDefinitionUUID and activity processDefinitionUUID.
 java.util.Set<ActivityInstance<ActivityBody>> QueryRuntimeAPI.getActivityInstances(ProcessInstanceUUID instanceUUID)
          Returns all records of activity for the given instance UUID.
 java.util.Set<ActivityInstance<ActivityBody>> QueryRuntimeAPI.getActivityInstances(ProcessInstanceUUID instanceUUID, java.lang.String activityId)
          Returns records for all iterations that should happend for the given instance UUID and activity Id.
 java.lang.Object QueryRuntimeAPI.getActivityInstanceVariable(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String variableId)
          Obtain a variable defined as local to the activity for the given instance UUID, activity Id, variable Id.
 java.lang.Object QueryRuntimeAPI.getActivityInstanceVariable(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String iterationId, java.lang.String activityInstanceId, java.lang.String variableId)
          Obtain a variable defined as local to the activity for the given instance UUID, activity Id, iterationId, variableId.
 java.util.Map<java.lang.String,java.lang.Object> QueryRuntimeAPI.getActivityInstanceVariables(ProcessInstanceUUID instanceUUID, java.lang.String activityId)
          Obtain the variables defined as local to the activity for the given instance UUID and activity Id.
 java.util.Map<java.lang.String,java.lang.Object> QueryRuntimeAPI.getActivityInstanceVariables(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String iterationId, java.lang.String activityInstanceId)
          Obtain the variables defined as local to the activity for the given instance UUID, the activity Id and the iterationId
An empty map is returned if no variable is found.
 ProcessInstance QueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID instanceUUID)
          Returns the record of the instance with the given UUID.
 java.lang.Object QueryRuntimeAPI.getProcessInstanceVariable(ProcessInstanceUUID instanceUUID, java.lang.String variableId)
          Obtain a process variable for the given instance and variable.
 java.util.Map<java.lang.String,java.lang.Object> QueryRuntimeAPI.getProcessInstanceVariables(ProcessInstanceUUID instanceUUID)
          Obtain the process variables for the given instance.
 java.util.Collection<ActivityInstance<TaskInstance>> QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID, java.lang.String userId, TaskState taskState)
          Obtain the tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and for the given user.
 java.util.Collection<ActivityInstance<TaskInstance>> QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID, TaskState taskState)
          Obtain the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and the authenticated user.
 java.util.Set<ActivityInstance<TaskInstance>> QueryRuntimeAPI.getTasks(ProcessInstanceUUID instanceUUID)
          Returns all records of task for the given instance UUID.
 java.lang.Object QueryRuntimeAPI.getVariable(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String variableId)
          Obtain a variable for the given activity and instance and variable Id.
 java.util.Map<java.lang.String,java.lang.Object> QueryRuntimeAPI.getVariables(ProcessInstanceUUID instanceUUID, java.lang.String activityId)
          Obtain the activity variables (including global process and local activity variables) for the given instance UUID and activity Id.
 void RuntimeAPI.setActivityInstanceVariable(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String variableId, java.lang.Object variableValue)
          Searches for variable with id variableId into instance with UUID processUUID and within the activity with id activityId.
 void RuntimeAPI.setProcessInstanceVariable(ProcessInstanceUUID instanceUUID, java.lang.String variableId, java.lang.Object variableValue)
          Searches for variable with id variableId within the given process instance with ProcessInstanceUUID instanceUUID.
 void RuntimeAPI.setVariable(ProcessInstanceUUID instanceUUID, java.lang.String activityId, java.lang.String variableId, java.lang.Object variableValue)
           Searches for variable with id variableId within the given activity instance with the given instanceUUID, activityId.
 

Uses of InstanceNotFoundException in org.ow2.bonita.facade.exception
 

Methods in org.ow2.bonita.facade.exception that return InstanceNotFoundException
static InstanceNotFoundException InstanceNotFoundException.build(java.lang.Throwable e)
           
 

Constructors in org.ow2.bonita.facade.exception with parameters of type InstanceNotFoundException
InstanceNotFoundException(InstanceNotFoundException e)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.