A D E F G H I N O P Q R S T V

A

AbstractUUID - Class in org.ow2.orchestra.facade.uuid
Abstract parent class for all UUID classes.
AbstractUUID() - Constructor for class org.ow2.orchestra.facade.uuid.AbstractUUID
 
AbstractUUID(AbstractUUID) - Constructor for class org.ow2.orchestra.facade.uuid.AbstractUUID
 
ActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ActivityDefinitionUUID - Class in org.ow2.orchestra.facade.uuid
 
ActivityDefinitionUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ActivityDefinitionUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ProcessDefinitionUUID, String, String) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityInstance - Interface in org.ow2.orchestra.facade.runtime
 
ActivityInstanceUUID - Class in org.ow2.orchestra.facade.uuid
 
ActivityInstanceUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ActivityInstanceUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ProcessInstanceUUID, long, String) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityState - Enum in org.ow2.orchestra.facade.runtime
 

D

DefinitionRecord - Interface in org.ow2.orchestra.facade.def
Parent class for all definition record.

E

equals(Object) - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

F

findActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of activity for the given process instance UUID.
findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of activity for the given process instance UUID and the given activity state An empty set is returned if no instance is found.
findProcessInstances() - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance.
findProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process definition UUID.
findProcessInstances(ProcessDefinitionUUID, ProcessState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process definition UUID and the given process state.
findProcessInstances(ProcessState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process state.

G

getDate() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getElementName() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
 
getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
 
getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
 
getEndedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getInstanceUUID() - Method in exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 
getName() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
All orchestra definition record are linked to a process definition
getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getProcessInstanceUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
Returns the instance processDefinitionUUID (generated at the creation of the instance).
getProcessUUID() - Method in exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
 
getStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getUUID() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
Returns the UUID for the ProcessDefinition.
getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
 
getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
Returns the UUID of the process instance.
getValue() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getValue() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

H

hashCode() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

I

InstanceNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
InstanceNotFoundException(ProcessInstanceUUID) - Constructor for exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 

N

NUMBER_SEPARATOR - Static variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

O

OrchestraException - Exception in org.ow2.orchestra.facade.exception
 
OrchestraException() - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(Exception) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(String) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(String, Exception) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
org.ow2.orchestra.facade - package org.ow2.orchestra.facade
 
org.ow2.orchestra.facade.def - package org.ow2.orchestra.facade.def
 
org.ow2.orchestra.facade.exception - package org.ow2.orchestra.facade.exception
 
org.ow2.orchestra.facade.runtime - package org.ow2.orchestra.facade.runtime
 
org.ow2.orchestra.facade.uuid - package org.ow2.orchestra.facade.uuid
 

P

ProcessDefinition - Interface in org.ow2.orchestra.facade.def
Define a process record.
ProcessDefinitionUUID - Class in org.ow2.orchestra.facade.uuid
 
ProcessDefinitionUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(ProcessDefinitionUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(QName, String) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(String, String, String) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessInstance - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded (runtime) information on process instance.
ProcessInstanceUUID - Class in org.ow2.orchestra.facade.uuid
 
ProcessInstanceUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessInstanceUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessDefinitionUUID, long) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
ProcessNotFoundException(ProcessDefinitionUUID) - Constructor for exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
 
ProcessState - Enum in org.ow2.orchestra.facade.runtime
 

Q

QuerierRuntimeAPI - Interface in org.ow2.orchestra.facade
Getters on workflow recorded data.

R

RuntimeRecord - Interface in org.ow2.orchestra.facade.runtime
 

S

SEPARATOR - Static variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

T

toString() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

V

value - Variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ProcessState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.orchestra.facade.runtime.ActivityState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.runtime.ProcessState
Returns an array containing the constants of this enum type, in the order they're declared.
VariableUpdate - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded runtime information on variable update.

A D E F G H I N O P Q R S T V

Copyright © 2008 OW2 Consortium. All Rights Reserved.