- date - Variable in class org.ow2.orchestra.facade.data.AbstractData
-
- date - Variable in class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl
-
- DAY - Static variable in class org.ow2.orchestra.util.Misc
-
Number of milleseconds in a given day
- DECODE - Static variable in class org.ow2.orchestra.util.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class org.ow2.orchestra.util.Base64
-
Very low-level access to decoding ASCII characters in the form of a byte
array.
- decode(String) - Static method in class org.ow2.orchestra.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
- decode(String, int) - Static method in class org.ow2.orchestra.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed
data and decompressing it.
- decodeFileToFile(String, String) - Static method in class org.ow2.orchestra.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.ow2.orchestra.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int) - Static method in class org.ow2.orchestra.util.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- deepToString(Object) - Static method in class org.ow2.orchestra.util.Misc
-
- DefinitionRecord - Interface in org.ow2.orchestra.facade.def
-
Parent class for all definition record.
- DefinitionRecordImpl - Class in org.ow2.orchestra.facade.def.impl
-
- DefinitionRecordImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- DefinitionRecordImpl(DefinitionRecord) - Constructor for class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- definitionUUID - Variable in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- deleteDir(File) - Static method in class org.ow2.orchestra.util.Misc
-
Delete a given directory and all its contents (whether they are file or
directory)
WARNING: this method unconditionally modifies the underlying filesystem by
erasing files and directories.
- deploy(Deployment) - Method in interface org.ow2.orchestra.facade.ManagementAPI
-
To deploy the package giving the deployment object.
- deploy(Deployment) - Method in interface org.ow2.orchestra.facade.rest.JaxRSManagementAPI
-
- deployBar(byte[]) - Method in interface org.ow2.orchestra.facade.ManagementAPI
-
To deploy a process giving the bytes table of an archive file.
- deployBar(ByteArrayWrapper) - Method in interface org.ow2.orchestra.facade.rest.JaxRSManagementAPI
-
- deployedDate - Variable in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- Deployment - Class in org.ow2.orchestra.facade
-
bpel XML process source plus related WSDL XML sources and optional files.
- Deployment() - Constructor for class org.ow2.orchestra.facade.Deployment
-
- DeploymentException - Exception in org.ow2.orchestra.facade.exception
-
Exception launched when deployment fails.
- DeploymentException(String) - Constructor for exception org.ow2.orchestra.facade.exception.DeploymentException
-
- DeploymentUtil - Class in org.ow2.orchestra.util
-
- deployWebServices(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.ManagementAPI
-
Deploy web services for the process processDefinitionUUID on this server.
- deployWebServices(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSManagementAPI
-
- descending(SortableField<U>) - Static method in class org.ow2.orchestra.facade.criteria.Order
-
Creates an descending order on the given sortable field
- deserialize(byte[]) - Static method in class org.ow2.orchestra.util.Misc
-
- documentation - Variable in class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
-
- DocumentProxy - Class in org.ow2.orchestra.util
-
- DocumentProxy(String) - Constructor for class org.ow2.orchestra.util.DocumentProxy
-
- DONT_BREAK_LINES - Static variable in class org.ow2.orchestra.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- dynamicLog(int, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Log a message through the logger of the caller at the given offset in the
stack trace.
- element(Element, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- element(Element, String, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- element(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- elements(Element, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- elements(Element, Set<String>) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- elements(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- elements(Element, String, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- elementsQName(Element, Set<QName>) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- ElseDefinition - Interface in org.ow2.orchestra.facade.def
-
- ElseDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ElseDefinitionImpl(ElseDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ElseDefinitionImpl
-
- ElseIfDefinition - Interface in org.ow2.orchestra.facade.def
-
- ElseIfDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ElseIfDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- ElseIfDefinitionImpl(String, String, ActivityDefinitionUUID) - Constructor for class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- ElseIfDefinitionImpl(ElseIfDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- ELT_DEFAULT_ELEMENT - Static variable in class org.ow2.orchestra.util.XmlConstants
-
Default Element (when it is a simpleType E.g) element name.
- ELT_DEFAULT_NS - Static variable in class org.ow2.orchestra.util.XmlConstants
-
Default Element (when it is a simpleType E.g) ns.
- ELT_DEFAULT_PREFIX - Static variable in class org.ow2.orchestra.util.XmlConstants
-
Default Element (when it is a simpleType E.g) prefix.
- EmptyActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- EmptyActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
-
- EmptyActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.EmptyActivityDefinitionData
-
- EmptyActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- EmptyActivityDefinitionImpl(BpelActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.EmptyActivityDefinitionImpl
-
- EmptyActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
Empty is a subtype of activity
- EmptyActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- EmptyActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.EmptyActivityInstanceImpl
-
- EmptyActivityInstanceImpl(EmptyActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.EmptyActivityInstanceImpl
-
- enclosedActivitiesUUID - Variable in class org.ow2.orchestra.facade.def.impl.BpelActivityWithChildrenDefinitionImpl
-
- enclosedActivitiesUUID - Variable in class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
-
- enclosedActivityUUID - Variable in class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
-
- enclosedActivityUUID - Variable in class org.ow2.orchestra.facade.runtime.impl.ActivityWithSingleChildInstanceImpl
-
- ENCODE - Static variable in class org.ow2.orchestra.util.Base64
-
Specify encoding.
- encodeBytes(byte[]) - Static method in class org.ow2.orchestra.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.ow2.orchestra.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.ow2.orchestra.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.ow2.orchestra.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeFileToFile(String, String) - Static method in class org.ow2.orchestra.util.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.ow2.orchestra.util.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeObject(Serializable, int) - Static method in class org.ow2.orchestra.util.Base64
-
Serializes an object and returns the Base64-encoded version of that
serialized object.
- encodeToFile(byte[], String) - Static method in class org.ow2.orchestra.util.Base64
-
Convenience method for encoding data to a file.
- end(ActivityState) - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
Call this method when the runtime is ended.
- endedDate - Variable in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- entrySet() - Method in class org.ow2.orchestra.util.WeakValueMap
-
- EPR_TAG_NAME - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 serviceRef schema - EndpointReference element.
- eq(FilterField<C>, Serializable) - Static method in class org.ow2.orchestra.facade.criteria.Restriction
-
Static method used to construct an "equality" restriction on a given field and value
- equals(Object) - Method in class org.ow2.orchestra.facade.criteria.Field
-
- EQUALS - Static variable in class org.ow2.orchestra.facade.criteria.Restriction
-
Represents an "equality" constraint
- equals(Object) - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- equals(Object) - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- equals(Object) - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- equals(Object) - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
-
- errorMessageAttribute(Element, String, String, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- eventInstanceUUIDs - Variable in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- exit(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.InstanceManagementAPI
-
Exit the given instance.
- exit(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSInstanceManagementAPI
-
- ExitActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- ExitActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
-
- ExitActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.ExitActivityDefinitionData
-
- ExitActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ExitActivityDefinitionImpl(BpelActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ExitActivityDefinitionImpl
-
- ExitActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
- ExitActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- ExitActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.ExitActivityInstanceImpl
-
- ExitActivityInstanceImpl(ExitActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.ExitActivityInstanceImpl
-
- exitOnStandardFault - Variable in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- expressionLanguage - Variable in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- ExtensionDefinition - Interface in org.ow2.orchestra.facade.def
-
Interface of definition of an extension in BPEL
- ExtensionDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ExtensionDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.ExtensionDefinitionImpl
-
- ExtensionDefinitionImpl(String, boolean, boolean) - Constructor for class org.ow2.orchestra.facade.def.impl.ExtensionDefinitionImpl
-
- extensions - Variable in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- fastDynamicLog(int, Logger, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Log a message through the given logger for the caller at the given offset
in the stack trace.
- fastDynamicLog(Logger, Level, String, Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Equivalent to
{@link Misc#fastDynamicLog(int, Logger, Level, String, Object...)
- FAULT_SELECTION_FAILURE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
- FAULT_SUB_LANGUAGE_EXECUTION - Static variable in class org.ow2.orchestra.util.XmlConstants
-
- faultElement - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultElement - Variable in exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- faultHandlerActivityUUID - Variable in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- faultHandlerUUIDs - Variable in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- faultMessage - Variable in exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- faultMessageType - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultName - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultName - Variable in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- faultVariable - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- FaultWithElement - Exception in org.ow2.orchestra.facade.exception
-
Represents a fault that has been thrown by the Bpel process with a variable
that doesn't correspond to any Element.
- FaultWithElement() - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- FaultWithElement(QName, Document) - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- FaultWithMessage - Exception in org.ow2.orchestra.facade.exception
-
Represents a fault resulting from an Invoke.
- FaultWithMessage() - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- FaultWithMessage(QName, MessageImpl) - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- Field<T> - Class in org.ow2.orchestra.facade.criteria
-
- Field() - Constructor for class org.ow2.orchestra.facade.criteria.Field
-
- Field(String) - Constructor for class org.ow2.orchestra.facade.criteria.Field
-
- FilterField<T> - Class in org.ow2.orchestra.facade.criteria
-
This class defines a field that can be filtered within an
Restriction.
- FilterField() - Constructor for class org.ow2.orchestra.facade.criteria.FilterField
-
- FilterField(String) - Constructor for class org.ow2.orchestra.facade.criteria.FilterField
-
- Final<T> - Class in org.ow2.orchestra.util
-
This class provides an efficient way --- using hardware
instructions if available --- for holding a variable that can only
be initialized once (aka: final variables).
- Final() - Constructor for class org.ow2.orchestra.util.Final
-
- findActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns all records of activity for the given process definition UUID.
- findActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- findActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of activity for the given process instance UUID.
- findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
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.
- findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- findAllInterfaces(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing all interfaces a
given class implements.
- findAllSuperTypes(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing all super type a
given class implements.
- findAllTypes(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the list of Class objects representing every types a
given class implements.
- findConstructorClassArgs(Class<?>[], Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the Class[] array representing the types a constructor
take as parameters.
- findJobsWithException() - Method in interface org.ow2.orchestra.facade.InstanceManagementAPI
-
Get the list of asynchronous executions for which all the tries have failed and which will not be executed any more.
- findJobsWithException() - Method in interface org.ow2.orchestra.facade.rest.JaxRSInstanceManagementAPI
-
- findMethodClassArgs(Class<?>[], Class<?>, String) - Static method in class org.ow2.orchestra.util.Misc
-
Return the Class[] array representing the types a given method
take as parameters.
- findNull(Object...) - Static method in class org.ow2.orchestra.util.Misc
-
Find null parameters in the given list.
- findProcessDefinitions() - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes.
- findProcessDefinitions(ProcessState) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given state.
- findProcessDefinitions(QName, ProcessState) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given state and qname.
- findProcessDefinitions(QName) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given qname.
- findProcessDefinitions(String, String, ProcessState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- findProcessInstances() - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance.
- findProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process definition UUID.
- findProcessInstances(ProcessDefinitionUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process definition UUID and
the given process state.
- findProcessInstances(ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process state.
- findProcessInstances(ProcessDefinitionUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- findProcessInstancesPage(Criteria<ProcessInstance>) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
- findProcessInstancesPage(Criteria<ProcessInstance>) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- FlowActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- FlowActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FlowActivityDefinitionImpl(FlowActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- FlowActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
Flow is a subtype of activity
- FlowActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- FlowActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- FlowActivityInstanceImpl(FlowActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- flushBase64() - Method in class org.ow2.orchestra.util.Base64.OutputStream
-
Method added by PHIL.
- ForDefinition - Interface in org.ow2.orchestra.facade.def
-
- ForDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ForDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForDefinitionImpl(String, String) - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForDefinitionImpl(ForDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForeachActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- ForeachActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ForeachActivityDefinitionImpl(ForeachActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- ForeachActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
Foreach is a subtype of activity
- ForeachActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- ForeachActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- ForeachActivityInstanceImpl(ForeachActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- ForeachInitializedData - Class in org.ow2.orchestra.facade.data.runtime
-
- ForeachInitializedData(ActivityInstanceUUID, int, int, Integer) - Constructor for class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- format(LogRecord) - Method in class org.ow2.orchestra.util.TraceFormatter
-
- formatDelay(long) - Static method in class org.ow2.orchestra.util.Misc
-
Format a delay.
- formatDelay(double) - Static method in class org.ow2.orchestra.util.Misc
-
- formatTime(long) - Static method in class org.ow2.orchestra.util.TraceFormatter
-
Returns a "concise" ISO-8601 "like" time format: yy-MM-dd HH:mm:ss.SSS z
This method is thread-safe.
- FromDefinition - Interface in org.ow2.orchestra.facade.def
-
- FromDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromDefinitionImpl(FromDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromDefinitionImpl
-
- FromPartDefinition - Interface in org.ow2.orchestra.facade.def
-
- FromPartDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromPartDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromPartDefinitionImpl(FromPartDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromPartDefinitionImpl(String, String) - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromToDefinition - Interface in org.ow2.orchestra.facade.def
-
- FromToDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromToDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- FromToDefinitionImpl(FromToDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- fullCopy() - Method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- ge(FilterField<C>, Serializable) - Static method in class org.ow2.orchestra.facade.criteria.Restriction
-
Static method used to construct an "greater than or equals" restriction on a given field and value
- generateBpelFaultException(BpelFaultException.BpelFault) - Static method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- generateBpelFaultException(BpelFaultException.BpelFault, String, Exception) - Static method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- generateDeployment(URL, List<URL>) - Static method in class org.ow2.orchestra.util.DeploymentUtil
-
- generateJar(Class<?>...) - Static method in class org.ow2.orchestra.util.Misc
-
- generateJar(Map<String, byte[]>) - Static method in class org.ow2.orchestra.util.Misc
-
Generates Jar from resources
- get(int) - Method in class org.ow2.orchestra.util.Chainer
-
- get() - Method in class org.ow2.orchestra.util.Final
-
Return the value of the initialized variable.
- get(Object) - Method in class org.ow2.orchestra.util.WeakValueMap
-
- getActivityData() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
-
- getActivityDefinition(ActivityDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded definition data for the given activity definition UUID.
- getActivityDefinition(ActivityDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- getActivityDefinitionData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process activities.
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
-
activityDefinitionUUID which could be executed after timer
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ElseDefinition
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ElseDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitingActivityImpl
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.WaitingActivity
-
- getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns recorded instance data for the given activity instance UUID.
- getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.BpelFaultData
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
-
activityInstanceUUID of activity which start the timer
- getActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
-
- getActivityUUID() - Method in exception org.ow2.orchestra.facade.exception.ActivityInstanceNotFoundException
-
- getActivityUUID() - Method in exception org.ow2.orchestra.facade.exception.ActivityNotFoundException
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
-
- getAddedDate() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getAllContentFrom(File) - Static method in class org.ow2.orchestra.util.Misc
-
- getAllContentFrom(InputSource) - Static method in class org.ow2.orchestra.util.Misc
-
- getAllContentFrom(URL) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAllContentFrom(InputStream) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAllContentFrom(Reader) - Static method in class org.ow2.orchestra.util.Misc
-
Return the whole underlying stream content into a single String.
- getAsList() - Method in class org.ow2.orchestra.util.Chainer
-
- getBaseInputSource() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getBaseURI() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getBpel() - Method in class org.ow2.orchestra.facade.Deployment
-
- getBpelFault() - Method in class org.ow2.orchestra.facade.data.runtime.BpelFaultData
-
- getCaller(int) - Static method in class org.ow2.orchestra.util.Misc
-
Return the StackTraceElement at the given offset from this method
invocation.
- getChainOf(List<T>) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy that forward void-method invocations to
each object specified in the list elements.
- getClassData(Class<?>) - Static method in class org.ow2.orchestra.util.ClassDataTool
-
- getClasses(Class<?>...) - Static method in class org.ow2.orchestra.util.ClassDataTool
-
- getClassName() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getCompensationHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getCompensationHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getCompensationHandlerDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getCompensationHandlerDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getCompletionConditionDefinition() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getCompletionConditionDefinition() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getCompletionConditionValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getCompletionConditionValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
-
- getCompletionConditionValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
-
- getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
-
- getConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
-
- getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.ByteArrayWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.InterfaceWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getContentAsList() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContentAsList() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getContentAsSet() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContentAsSet() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getContentText(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getCopyDefinitions() - Method in interface org.ow2.orchestra.facade.def.AssignActivityDefinition
-
- getCopyDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.AssignActivityDefinitionImpl
-
- getCorrelationDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getCorrelationDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getCorrelationDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getCorrelationDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getCorrelationSet() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getCorrelationSet() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getCorrelationSets() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getCorrelationSets() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getCounterName() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getCounterName() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getCurrentThreadStackTrace() - Static method in class org.ow2.orchestra.util.Misc
-
- getDate() - Method in class org.ow2.orchestra.facade.data.AbstractData
-
- getDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl
-
- getDate() - Method in interface org.ow2.orchestra.facade.def.ProcessStateUpdate
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstanceUpdate
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
-
- getDeadlineExpression() - Method in class org.ow2.orchestra.facade.def.impl.UntilDefinitionImpl
-
- getDeadlineExpression() - Method in interface org.ow2.orchestra.facade.def.UntilDefinition
-
- getDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
-
Get the UUID of the activity definition
- getDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getDeployedDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getDeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getDirContentFrom(File) - Static method in class org.ow2.orchestra.util.Misc
-
Get all files in this directory.
- getDocumentAsString() - Method in class org.ow2.orchestra.util.DocumentProxy
-
- getDocumentation() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
-
- getDocumentation() - Method in class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
-
- getDocumentFromFile(File) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromInputStream(InputStream) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromReader(Reader) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromString(String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromString(String, boolean) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentFromURL(URL) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDocumentWithOneElement(QName) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getDueDate() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getDurationExpression() - Method in interface org.ow2.orchestra.facade.def.ForDefinition
-
- getDurationExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- getDurationExpression() - Method in class org.ow2.orchestra.facade.def.impl.RepeatEveryDefinitionImpl
-
- getDurationExpression() - Method in interface org.ow2.orchestra.facade.def.RepeatEveryDefinition
-
- getElement() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getElement() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getElements() - Method in class org.ow2.orchestra.facade.criteria.PagedResult
-
- getElseDefinition() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getElseDefinition() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getElseIfDefinitionList() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getElseIfDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.def.BpelActivityWithChildrenDefinition
-
- getEnclosedActivitiesUUID() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityWithChildrenDefinitionImpl
-
- getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance
-
- getEnclosedActivitiesUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.BaseFCTDefinition
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.BpelActivityWithSingleChildDefinition
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithSingleChildInstance
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityWithSingleChildInstanceImpl
-
- getEncloserUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getEndedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getEndedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getEndpointReference() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getEndpointReference() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getEntries() - Method in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter.InternalMapType
-
- getEventInstanceUUIDs() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getEventInstanceUUIDs() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getException() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getExitOnStandardFault() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getExitOnStandardFault() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getExpectedStartedDate() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
-
- getExpectedStartedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitingActivityImpl
-
- getExpectedStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.WaitingActivity
-
- getExpression() - Method in interface org.ow2.orchestra.facade.def.CompletionConditionDefinition
-
- getExpression() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
-
- getExpression() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getExpression() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.CompletionConditionDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.CompletionConditionDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.CompletionConditionDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.RepeatEveryDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.UntilDefinitionImpl
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.RepeatEveryDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.UntilDefinition
-
- getExtensions() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getExtensions() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getFaultElement() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultElement() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultElement() - Method in exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- getFaultHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getFaultHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getFaultHandlerUUIDs() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getFaultHandlerUUIDs() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getFaultMessage() - Method in exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- getFaultMessageType() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultMessageType() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.data.def.ThrowActivityDefinitionData
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.ThrowActivityDefinition
-
- getFaultName() - Method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.data.def.ThrowActivityDefinitionData
-
- getFaultVariable() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getFaultVariable() - Method in interface org.ow2.orchestra.facade.def.ThrowActivityDefinition
-
- getField() - Method in class org.ow2.orchestra.facade.criteria.Order
-
- getField() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- getFinalCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getFinalCounterExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getFinalCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getFinalCounterExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getFirstResult() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getFlowActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
-
- getForDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getForDefinition() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- getForDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getForDefinition() - Method in interface org.ow2.orchestra.facade.def.WaitActivityDefinition
-
- getFromDefinitionList() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
-
- getFromDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
-
- getFromPartDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getFromPartDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getFromPartDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getFromPartDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getFromPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getFromPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getFromVariable() - Method in class org.ow2.orchestra.facade.def.impl.ToPartDefinitionImpl
-
- getFromVariable() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
-
- getGenericFullName(Class<?>) - Static method in class org.ow2.orchestra.util.Misc
-
Return the generic name of a given class.
- getHumanReadableId(String) - Static method in class org.ow2.orchestra.util.Misc
-
Generates a human readable id prefixed by the given String.
- getHumanReadableId() - Static method in class org.ow2.orchestra.util.Misc
-
Generates a human readable id as a long.
- getImportInputSource(String, String) - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getInitiate() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
-
- getInitiate() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationDefinitionImpl
-
- getInputVariable() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getInputVariable() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getInstanceManagementAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getInstanceState() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
Returns the current instance state.
- getInstanceState() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl
-
- getInstanceState() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstanceStateUpdate
-
- getInstanceUUID() - Method in exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
-
- getInterfaces() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getJmxc() - Method in class org.ow2.orchestra.util.MBeanInvocationHandler
-
- getJob() - Method in exception org.ow2.orchestra.facade.exception.JobNotFoundException
-
- getJobId() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getJobType() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getLastException() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
-
Get the last exception thrown by this activity, null if the activity has
never thrown any exceptions
- getLastException() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getLatestImportURI() - Method in class org.ow2.orchestra.util.wsdl.WSDLLocatorImpl
-
- getLinkName() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getLinkName() - Method in class org.ow2.orchestra.facade.def.impl.TargetImpl
-
- getLinkName() - Method in interface org.ow2.orchestra.facade.def.Source
-
- getLinkName() - Method in interface org.ow2.orchestra.facade.def.Target
-
- getLinks() - Method in interface org.ow2.orchestra.facade.def.FlowActivityDefinition
-
- getLinks() - Method in class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- getLiteral() - Method in interface org.ow2.orchestra.facade.def.FromDefinition
-
- getLiteral() - Method in class org.ow2.orchestra.facade.def.impl.FromDefinitionImpl
-
- getLocalPart() - Method in class org.ow2.orchestra.util.XmlUtil.NamespaceValue
-
- getLoggerProxyFor(T, Logger) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy that log method invocations through the provided logger.
- getManagementAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getMaxResults() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getMBeanProxy(Class<T>, String, String) - Static method in class org.ow2.orchestra.util.Misc
-
Return a proxy implementing all the interfaces specified that forward
method invocations to the specified MBean.
- getMessage() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getMessageExchanges() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getMessageExchanges() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getMessageId() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getMessageType() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getMessageType() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getMyRole() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getMyRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getName() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
-
- getName() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getName() - Method in class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
-
- getName() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
-
- getName() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
-
- getName() - Method in class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
-
- getName() - Method in interface org.ow2.orchestra.facade.def.CorrelationSetDefinition
-
- getName() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationSetDefinitionImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getName() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getName() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getName() - Method in interface org.ow2.orchestra.facade.runtime.CorrelationSetInitialization
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getName() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
-
- getName() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
-
- getName() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
-
- getNameSpace() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getNamespace() - Method in interface org.ow2.orchestra.facade.def.ExtensionDefinition
-
- getNamespace() - Method in class org.ow2.orchestra.facade.def.impl.ExtensionDefinitionImpl
-
- getNameSpace() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getNameSpace() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getNamespaceURI(Node, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getNewDocument() - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getNodeAsBAOS(Node) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getOnAlarmDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getOnAlarmDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
-
- getOnAlarmEventHandlers() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getOnAlarmEventHandlers() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getOnEventEventHandlers() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getOnEventEventHandlers() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getOnMessageDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getOnMessageDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
-
- getOperation() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- getOperation() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
-
- getOperation() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getOperation() - Method in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getOperationName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getOrder() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getOutputVariable() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getOutputVariable() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getPart() - Method in interface org.ow2.orchestra.facade.def.FromPartDefinition
-
- getPart() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getPart() - Method in class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- getPart() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPart() - Method in class org.ow2.orchestra.facade.def.impl.ToPartDefinitionImpl
-
- getPart() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
-
- getPartElement(String) - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getPartnerLinkReference() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
-
- getPartnerLinkReference() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getPartnerLinkReference() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
-
- getPartnerLinks() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getPartnerLinks() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getPartnerLinkType() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getPartnerLinkType() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getPartnerLinkUpdateType() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
-
- getPartnerLinkUpdateType() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getPartnerLinkUpdateType() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
-
- getPartnerRole() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getPartnerRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getParts() - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getParts() - Method in interface org.ow2.orchestra.facade.runtime.Message
-
- getPartValue(String) - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getPartValue(String) - Method in interface org.ow2.orchestra.facade.runtime.Message
-
- getPendingMessages() - Method in interface org.ow2.orchestra.facade.InstanceManagementAPI
-
Get the list of messages received by the engine but not yet associated with any execution.
- getPendingMessages() - Method in interface org.ow2.orchestra.facade.rest.JaxRSInstanceManagementAPI
-
- getPermissionsSize(Permissions) - Static method in class org.ow2.orchestra.util.Misc
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getPortTypeQName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getPrefix() - Method in class org.ow2.orchestra.util.XmlUtil.NamespaceValue
-
- getProcess(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process.
- getProcessDefinition(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded definition data for the given process definition UUID.
- getProcessDefinition(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
-
- getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
-
- getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
-
All orchestra definition record are linked to a process definition
- getProcessDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- getProcessDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getProcesses() - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns recorded instance data for the given process instance UUID.
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process instance.
- getProcessInstanceData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getProcessInstances() - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
- getProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about the instances of a process
- getProcessInstanceStateUpdate() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- getProcessInstanceStateUpdate() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
-
Returns the list of process instance states.
- getProcessInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getProcessInstanceUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getProcessInstanceUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
Returns the instance processDefinitionUUID (generated at the creation of the instance).
- getProcessQName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getProcessResource(ProcessDefinitionUUID, String) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded resource content for the given process definition UUID.
- getProcessResource(ProcessDefinitionUUID, String) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- getProcessResourceNames() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getProcessResourceNames() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getProcessUUID() - Method in exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
-
- getProperties() - Method in interface org.ow2.orchestra.facade.def.CorrelationSetDefinition
-
- getProperties() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationSetDefinitionImpl
-
- getProperty() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getProperty() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPropertyValues() - Method in class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
-
- getPropertyValues() - Method in interface org.ow2.orchestra.facade.runtime.CorrelationSetInitialization
-
- getPropertyValues() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getQName() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getQName() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getQName() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getQName() - Method in enum org.ow2.orchestra.facade.exception.BpelFaultException.BpelFault
-
- getQNameFromString(Element, String) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getQuery() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getQuery() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getQueryDefinitionAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getQueryLanguage() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getQueryLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getQueryRuntimeAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getRandomString(int) - Static method in class org.ow2.orchestra.util.Misc
-
Generate a RANDOM String of the given size.
- getRepeatEveryDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getRepeatEveryDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getResources(Class<?>...) - Static method in class org.ow2.orchestra.util.Misc
-
- getResources() - Method in class org.ow2.orchestra.util.ProcessResourcesRepository
-
- getResourcesClassLoader(ClassLoader) - Method in class org.ow2.orchestra.util.ProcessResourcesRepository
-
- getResourcesFromZip(byte[]) - Static method in class org.ow2.orchestra.util.Misc
-
- getResourcesRepository() - Method in class org.ow2.orchestra.facade.Deployment
-
- getRestrictions() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getRetries() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getScopeActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
-
- getScopeState() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getScopeState() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
List of scope state updates.
- getServicesOfPortType(QName, Set<Definition>) - Static method in class org.ow2.orchestra.util.wsdl.WsdlUtil
-
Return the service that implements the given port type.
- getSet() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
-
- getSet() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationDefinitionImpl
-
- getSize() - Method in class org.ow2.orchestra.util.Misc.NullCheckResult
-
- getSourceList() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getSourceList() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getStackTraceFrom(Throwable) - Static method in class org.ow2.orchestra.util.Misc
-
- getStackTraceFrom(StackTraceElement[]) - Static method in class org.ow2.orchestra.util.Misc
-
- getStartCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getStartCounterExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getStartCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getStartCounterExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getStartedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getStartValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getStartValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
-
- getStartValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getState() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getState() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
-
Returns the state of the instance.
- getState() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeStateUpdateData
-
- getState() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getState() - Method in class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl
-
- getState() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getState() - Method in interface org.ow2.orchestra.facade.def.ProcessStateUpdate
-
- getState() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getState() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getState() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getState() - Method in interface org.ow2.orchestra.facade.runtime.ScopeStateUpdate
-
- getStateUpdates() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getStateUpdates() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getStatus() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
-
- getStatus() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- getStatus() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
-
- getStopValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getStopValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
-
- getStopValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getStoredSqlId() - Method in class org.ow2.orchestra.facade.criteria.Field
-
- getStringFrom(Misc.NullCheckResult, String...) - Static method in class org.ow2.orchestra.util.Misc
-
- getSuperClassName() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- getTagLocalName(Element) - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getTarget() - Method in class org.ow2.orchestra.facade.data.def.CompensateScopeActivityDefinitionData
-
- getTarget() - Method in interface org.ow2.orchestra.facade.def.CompensateScopeActivityDefinition
-
- getTarget() - Method in class org.ow2.orchestra.facade.def.impl.CompensateScopeActivityDefinitionImpl
-
- getTargetList() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getTargetList() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTargetsJoinConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
If this string is null there is no join condition
- getTargetsJoinConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTargetsJoinConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getTargetsJoinConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTerminationHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getTerminationHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getTerminationHandlerDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getTerminationHandlerDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getToDefinitionList() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
-
- getToDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
-
- getToPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getToPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getTotalElementsCount() - Method in class org.ow2.orchestra.facade.criteria.PagedResult
-
- getToVariable() - Method in interface org.ow2.orchestra.facade.def.FromPartDefinition
-
- getToVariable() - Method in class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- getTransformerFactory() - Static method in class org.ow2.orchestra.util.XmlUtil
-
- getTransitionConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getTransitionConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.Source
-
- getTransitionConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getTransitionConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.Source
-
- getTransitionConditionUpdateList() - Method in interface org.ow2.orchestra.facade.runtime.FlowActivityInstance
-
- getTransitionConditionUpdateList() - Method in class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
-
- getType() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
-
Get the type of the activity definition.
- getType() - Method in class org.ow2.orchestra.facade.def.impl.AssignActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CatchAllDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensateActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensateScopeActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensationHandlerDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.EmptyActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ExitActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.RethrowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.SequenceActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.TerminationHandlerDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.UnknownActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- getType() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getType() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
-
Get the type of the activity instance.
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.AssignActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CatchActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CatchAllActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensateActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensateScopeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensationHandlerActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.EmptyActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ExitActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.IfActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.InvokeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.PickActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.RepeatUntilActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.RethrowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.SequenceActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.TerminationHandlerActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ThrowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.UnknownActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.WhileActivityInstanceImpl
-
- getUndeployedDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getUndeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getUniqueId(String) - Static method in class org.ow2.orchestra.util.Misc
-
Generate a unique identifier prefixed by the given String.
- getUntilDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getUntilDefinition() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- getUntilDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getUntilDefinition() - Method in interface org.ow2.orchestra.facade.def.WaitActivityDefinition
-
- getUUID() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
-
- getUUID() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
-
- getUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
-
- getUUID() - Method in class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
-
- getUUID() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- 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
-
Get the uuid of the activity instance
- getUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
-
Returns the UUID of the process instance.
- getValue() - Method in class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
-
- getValue() - Method in class org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl
-
- getValue() - Method in interface org.ow2.orchestra.facade.def.LiteralDefinition
-
- getValue() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getValue() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
-
- getValue() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
-
- getValue() - Method in class org.ow2.orchestra.util.Final
-
Return the current value of this variable.
- getValues() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- getVariable() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
-
- getVariable() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getVariable() - Method in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getVariables() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getVariables() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getVariables() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getVariables() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
Scope is a subtype of activity
- getVariablesName() - Method in class org.ow2.orchestra.facade.data.def.ScopeActivityDefinitionData
-
- getVariant() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getVariant() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getVersion() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getVersion() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getVersion() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getWaitingActivity() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitActivityInstanceImpl
-
- getWaitingActivity() - Method in interface org.ow2.orchestra.facade.runtime.WaitActivityInstance
-
- getWaitingActivityList() - Method in class org.ow2.orchestra.facade.runtime.impl.PickActivityInstanceImpl
-
- getWaitingActivityList() - Method in interface org.ow2.orchestra.facade.runtime.PickActivityInstance
-
- getWsdlDefinitions() - Method in class org.ow2.orchestra.facade.Deployment
-
- getWsdlDefinitions(String) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
-
- getWsdlDefinitions() - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
-
- GREATER_THAN - Static variable in class org.ow2.orchestra.facade.criteria.Restriction
-
Represents an "greater than" constraint
- GREATER_THAN_EQUALS - Static variable in class org.ow2.orchestra.facade.criteria.Restriction
-
Represents an "greater than or equals" constraint
- gt(FilterField<C>, Serializable) - Static method in class org.ow2.orchestra.facade.criteria.Restriction
-
Static method used to construct an "greater than" restriction on a given field and value
- GZIP - Static variable in class org.ow2.orchestra.util.Base64
-
Specify that data should be gzip-compressed.
- value - Variable in class org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl
-
- value - Variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
-
- value - Variable in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter.InternalMapEntryType
-
- valueAdapter - Variable in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter
-
- valueOf(String) - Static method in enum org.ow2.orchestra.facade.def.ProcessState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.orchestra.facade.def.Variant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.orchestra.facade.exception.BpelFaultException.BpelFault
-
Returns the enum constant of this type with the specified name.
- 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.ActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.PartnerLinkUpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ScopeState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.ow2.orchestra.facade.def.ProcessState
-
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.def.Variant
-
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.exception.BpelFaultException.BpelFault
-
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.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.ActivityType
-
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.PartnerLinkUpdateType
-
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.ScopeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable - Variable in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- variable - Variable in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- VariableDefinition - Interface in org.ow2.orchestra.facade.def
-
- VariableDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- VariableDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- VariableDefinitionImpl(VariableDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- VariableDefinitionImpl(QName, QName, String, QName) - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- variables - Variable in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- variables - Variable in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
all runtime variables of this scope.
- VariableUpdate - Interface in org.ow2.orchestra.facade.runtime
-
Interface for getting recorded runtime information on variable update.
- VariableUpdateData - Class in org.ow2.orchestra.facade.data.runtime
-
- VariableUpdateData(ActivityInstanceUUID, ActivityInstanceData, String, Object) - Constructor for class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
-
- VariableUpdateImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- VariableUpdateImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- VariableUpdateImpl(VariableUpdate) - Constructor for class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- Variant - Enum in org.ow2.orchestra.facade.def
-
Types of value used in a 'from' of 'to' element
- VARPROP_PROPERTY - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element.
- VARPROP_PROPERTY_ELEMENT - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : element attribute.
- VARPROP_PROPERTY_NAME - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : name attribute.
- VARPROP_PROPERTY_TYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : xmlType attribute.
- VARPROP_PROPERTYALIAS - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element.
- VARPROP_PROPERTYALIAS_ELEMENT - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : element attribute.
- VARPROP_PROPERTYALIAS_MESSAGETYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : messageType attribute.
- VARPROP_PROPERTYALIAS_PART - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : part attribute.
- VARPROP_PROPERTYALIAS_PROPNAME - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : propertyName attribute.
- VARPROP_PROPERTYALIAS_QUERY - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - query element.
- VARPROP_PROPERTYALIAS_QUERY_LANGUAGE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - query element : queryLanguage attribute.
- VARPROP_PROPERTYALIAS_TYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : xmlType attribute.
- version - Variable in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- visit(int, int, String, String, String, String[]) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitAnnotation(String, boolean) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitAttribute(Attribute) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitClass(byte[]) - Static method in class org.ow2.orchestra.util.ClassDataTool
-
- visitEnd() - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitField(int, String, String, String, Object) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitInnerClass(String, String, String, int) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitOuterClass(String, String, String) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-
- visitSource(String, String) - Method in class org.ow2.orchestra.util.ClassDataTool.MyVisitor
-