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

A

AbstractData - Class in org.ow2.orchestra.facade.data
 
AbstractData() - Constructor for class org.ow2.orchestra.facade.data.AbstractData
 
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
 
AccessorUtil - Class in org.ow2.orchestra.facade
This class provide access to Orchestra APIs
ActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ActivityDefinitionData - Class in org.ow2.orchestra.facade.data
 
ActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String, String) - Constructor for class org.ow2.orchestra.facade.data.ActivityDefinitionData
 
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
 
ActivityInstanceData - Class in org.ow2.orchestra.facade.data
 
ActivityInstanceData(ActivityDefinitionData, ProcessInstanceData, ActivityInstanceUUID, ActivityInstanceUUID) - Constructor for class org.ow2.orchestra.facade.data.ActivityInstanceData
 
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
 
addWsdlDefinition(String, Definition) - Method in class org.ow2.orchestra.facade.jmx.Deployment
add a wsdl in wsdls map.
addWsdlDefinition(String, Definition) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 

D

DefinitionRecord - Interface in org.ow2.orchestra.facade.def
Parent class for all definition record.
deploy(Deployment) - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
To deploy the package giving the deployment object.
deployBar(byte[]) - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
To deploy a process giving the bytes table of an archive file.
Deployment - Class in org.ow2.orchestra.facade.jmx
bpel XML process source plus related WSDL XML sources and optional files.
Deployment() - Constructor for class org.ow2.orchestra.facade.jmx.Deployment
 

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

getActivityDefinitionData() - Method in class org.ow2.orchestra.facade.data.ActivityInstanceData
 
getBpel() - Method in class org.ow2.orchestra.facade.jmx.Deployment
 
getBpelURL() - Method in class org.ow2.orchestra.facade.jmx.Deployment
 
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
 
getEncloserUUID() - Method in class org.ow2.orchestra.facade.data.ActivityInstanceData
 
getEndedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getInstanceUId() - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
getInstanceUUID() - Method in exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 
getName() - Method in class org.ow2.orchestra.facade.data.ActivityDefinitionData
 
getName() - Method in class org.ow2.orchestra.facade.data.ProcessDefinitionData
 
getName() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getNameSpace() - Method in class org.ow2.orchestra.facade.data.ProcessDefinitionData
 
getNodeName() - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.ActivityDefinitionData
 
getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.ProcessInstanceData
 
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
 
getProcessInstanceData() - Method in class org.ow2.orchestra.facade.data.ActivityInstanceData
 
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
 
getQName() - Method in class org.ow2.orchestra.facade.data.ProcessDefinitionData
 
getQueryRuntimeAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
 
getStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getState() - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
getType() - Method in class org.ow2.orchestra.facade.data.ActivityDefinitionData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.ActivityInstanceData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.ProcessDefinitionData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.ProcessInstanceData
 
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
 
getWsdlDefinitions() - Method in class org.ow2.orchestra.facade.jmx.Deployment
 
getWsdlDefinitions(String) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 

H

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

I

initialize() - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
 
InstanceInfo - Class in org.ow2.orchestra.facade.jmx
Deprecated.  
InstanceInfo() - Constructor for class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
InstanceNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
InstanceNotFoundException(ProcessInstanceUUID) - Constructor for exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 

L

listInstance() - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
Deprecated.  
listInstanceStatus() - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
Deprecated.  
listProcess() - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
Returns the list of deployed processes.

N

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

O

OBJECT_NAME - Static variable in class org.ow2.orchestra.facade.AccessorUtil
 
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.data - package org.ow2.orchestra.facade.data
 
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.jmx - package org.ow2.orchestra.facade.jmx
 
org.ow2.orchestra.facade.runtime - package org.ow2.orchestra.facade.runtime
 
org.ow2.orchestra.facade.uuid - package org.ow2.orchestra.facade.uuid
 
org.ow2.orchestra.facade.wsdl - package org.ow2.orchestra.facade.wsdl
 

P

ProcessDefinition - Interface in org.ow2.orchestra.facade.def
Define a process record.
ProcessDefinitionData - Class in org.ow2.orchestra.facade.data
 
ProcessDefinitionData(ProcessDefinitionUUID, String, String) - Constructor for class org.ow2.orchestra.facade.data.ProcessDefinitionData
 
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.
ProcessInstanceData - Class in org.ow2.orchestra.facade.data
 
ProcessInstanceData(ProcessDefinitionData, ProcessInstanceUUID) - Constructor for class org.ow2.orchestra.facade.data.ProcessInstanceData
 
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

RemoteDeployerMBean - Interface in org.ow2.orchestra.facade.jmx
 
removeWsdlDefinition(String) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 
RuntimeRecord - Interface in org.ow2.orchestra.facade.runtime
 

S

SEPARATOR - Static variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
SERVICE_URL - Static variable in class org.ow2.orchestra.facade.AccessorUtil
 
setBpelUrl(URL) - Method in class org.ow2.orchestra.facade.jmx.Deployment
set the bpel based on an URL.
setInstanceUId(String) - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
setNodeName(String) - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  
setState(String) - Method in class org.ow2.orchestra.facade.jmx.InstanceInfo
Deprecated.  

T

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

U

undeploy(QName) - Method in interface org.ow2.orchestra.facade.jmx.RemoteDeployerMBean
To undeploy the process giving the qualified name of the process.

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 are 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 are declared.
VariableUpdate - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded runtime information on variable update.

W

WsdlDefinitions - Class in org.ow2.orchestra.facade.wsdl
maintains the mappings between a namespace and a WSDL definition throughout the whole bpel process deployment.
WsdlDefinitions() - Constructor for class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
Default constructor.

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

Copyright © 2008 OW2 Consortium. All Rights Reserved.