Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
G
H
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
G
getActivityInstances(ProcessInstanceUUID)
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about activity instances
getActivityInstances(ProcessInstanceUUID, ActivityState)
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about activity instances
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
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
getProcessInstances()
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about process instances
getProcessInstances(ProcessDefinitionUUID)
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about process instances
getProcessInstances(ProcessDefinitionUUID, ProcessState)
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about process instances
getProcessInstances(ProcessState)
- Method in interface org.ow2.orchestra.facade.
QuerierRuntimeAPI
Get informations about process instances
getProcessInstanceUUID()
- Method in interface org.ow2.orchestra.facade.runtime.
RuntimeRecord
Returns the instance processDefinitionUUID (generated at the creation of the instance).
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
N
NUMBER_SEPARATOR
- Static variable in class org.ow2.orchestra.facade.uuid.
AbstractUUID
O
OrchestraException
- Exception in
org.ow2.orchestra.exception
OrchestraException()
- Constructor for exception org.ow2.orchestra.exception.
OrchestraException
OrchestraException(Exception)
- Constructor for exception org.ow2.orchestra.exception.
OrchestraException
OrchestraException(String)
- Constructor for exception org.ow2.orchestra.exception.
OrchestraException
OrchestraException(String, Exception)
- Constructor for exception org.ow2.orchestra.exception.
OrchestraException
org.ow2.orchestra.exception
- package org.ow2.orchestra.exception
org.ow2.orchestra.facade
- package org.ow2.orchestra.facade
org.ow2.orchestra.facade.def
- package org.ow2.orchestra.facade.def
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)
- Constructor for class org.ow2.orchestra.facade.uuid.
ProcessDefinitionUUID
ProcessDefinitionUUID(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
ProcessState
- Enum in
org.ow2.orchestra.facade.runtime
Q
QuerierRuntimeAPI
- Interface in
org.ow2.orchestra.facade
This interface provide methods which are accessible to client side.
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
G
H
N
O
P
Q
R
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008
OW2 Consortium
. All Rights Reserved.