|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Descriptor | |
|---|---|
| org.jbpm.pvm.internal.builder | |
| org.jbpm.pvm.internal.job | |
| org.jbpm.pvm.internal.model | default implementation of process execution in ExecutionImpl
based on org.jbpm.pvm.internal.model.AtomicOperations
Bidirectional relations
In this process model thoughout the pvm codebase, there are several bidirectional
relations. |
| org.jbpm.pvm.internal.util | |
| org.jbpm.pvm.internal.wire | wire context (aka IoC container), start reading WireContext. |
| org.jbpm.pvm.internal.wire.descriptor | |
| org.jbpm.pvm.internal.wire.operation | |
| org.jbpm.pvm.internal.wire.usercode | |
| Uses of Descriptor in org.jbpm.pvm.internal.builder |
|---|
| Methods in org.jbpm.pvm.internal.builder with parameters of type Descriptor | |
|---|---|
protected void |
ExceptionHandlerBuilder.addListener(Descriptor descriptor)
|
protected void |
ObservableBuilder.addListener(Descriptor descriptor)
|
protected void |
ObservableBuilder.addListener(Descriptor descriptor,
boolean propagation)
|
VariableBuilder |
VariableBuilder.initialValue(Descriptor initialValueDescriptor)
|
EventExceptionHandlerBuilder |
EventExceptionHandlerBuilder.listener(Descriptor descriptor)
|
TimerBuilder |
TimerBuilder.listener(Descriptor descriptor)
|
EventBuilder |
EventBuilder.listener(Descriptor descriptor)
|
CompositeExceptionHandlerBuilder |
CompositeExceptionHandlerBuilder.listener(Descriptor descriptor)
|
FlowBuilder |
FlowBuilder.listener(Descriptor descriptor)
|
TimerBuilder |
TimerBuilder.listener(Descriptor descriptor,
boolean propagation)
|
EventBuilder |
EventBuilder.listener(Descriptor descriptor,
boolean propagation)
|
FlowBuilder |
FlowBuilder.listener(Descriptor descriptor,
boolean propagation)
|
CompositeBuilder |
CompositeBuilder.property(Descriptor descriptor)
|
ActivityBuilder |
CompositeBuilder.startActivity(Descriptor activityDescriptor)
|
ActivityBuilder |
CompositeBuilder.startActivity(java.lang.String activityName,
Descriptor activityDescriptor)
|
| Uses of Descriptor in org.jbpm.pvm.internal.job |
|---|
| Fields in org.jbpm.pvm.internal.job declared as Descriptor | |
|---|---|
protected Descriptor |
JobImpl.commandDescriptor
a command that can be used as the behaviour of this job |
| Methods in org.jbpm.pvm.internal.job that return Descriptor | |
|---|---|
Descriptor |
JobImpl.getCommandDescriptor()
|
| Methods in org.jbpm.pvm.internal.job with parameters of type Descriptor | |
|---|---|
void |
JobImpl.setCommandDescriptor(Descriptor commandDescriptor)
|
| Constructors in org.jbpm.pvm.internal.job with parameters of type Descriptor | |
|---|---|
CommandMessage(Descriptor commandDescriptor)
Deprecated. |
|
| Uses of Descriptor in org.jbpm.pvm.internal.model |
|---|
| Fields in org.jbpm.pvm.internal.model declared as Descriptor | |
|---|---|
protected Descriptor |
ActivityImpl.activityBehaviourDescriptor
|
protected Descriptor |
EventListenerReference.eventListenerDescriptor
|
protected Descriptor |
VariableDefinitionImpl.initDescriptor
|
| Methods in org.jbpm.pvm.internal.model that return Descriptor | |
|---|---|
Descriptor |
ActivityImpl.getActivityBehaviourDescriptor()
|
Descriptor |
EventListenerReference.getEventListenerDescriptor()
|
Descriptor |
VariableDefinitionImpl.getInitDescriptor()
|
| Methods in org.jbpm.pvm.internal.model with parameters of type Descriptor | |
|---|---|
void |
WireProperties.add(Descriptor descriptor)
|
void |
ProcessElementImpl.addProperty(Descriptor descriptor)
|
EventListenerReference |
EventImpl.createEventListenerReference(Descriptor descriptor)
|
EventListenerReference |
ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
|
void |
ActivityImpl.setActivityBehaviourDescriptor(Descriptor activityBehaviourDescriptor)
|
void |
EventListenerReference.setEventListenerDescriptor(Descriptor eventListenerDescriptor)
|
void |
VariableDefinitionImpl.setInitDescriptor(Descriptor inDescriptor)
|
| Uses of Descriptor in org.jbpm.pvm.internal.util |
|---|
| Methods in org.jbpm.pvm.internal.util with parameters of type Descriptor | |
|---|---|
static java.lang.Object |
ReflectUtil.instantiateUserCode(Descriptor descriptor,
ProcessDefinitionImpl processDefinition,
ScopeInstanceImpl scopeInstance)
|
| Uses of Descriptor in org.jbpm.pvm.internal.wire |
|---|
| Methods in org.jbpm.pvm.internal.wire that return Descriptor | |
|---|---|
Descriptor |
WireDefinition.addDescriptor(java.lang.String objectName,
Descriptor descriptor)
|
Descriptor |
WireDefinition.getDescriptor(java.lang.String objectName)
the descriptor with the given name from the WireDefinition or null
if the object doesn't have a descriptor. |
Descriptor |
WireDefinition.removeDescriptor(java.lang.String objectName)
|
| Methods in org.jbpm.pvm.internal.wire that return types with arguments of type Descriptor | |
|---|---|
java.util.Map<java.lang.String,Descriptor> |
WireDefinition.getDescriptors()
|
| Methods in org.jbpm.pvm.internal.wire with parameters of type Descriptor | |
|---|---|
void |
WireDefinition.addDescriptor(Descriptor descriptor)
|
Descriptor |
WireDefinition.addDescriptor(java.lang.String objectName,
Descriptor descriptor)
|
protected void |
WireContext.addException(Descriptor descriptor,
java.lang.Exception exception)
|
static java.lang.Object |
WireContext.create(Descriptor descriptor)
convenience method that wires the object for a given descriptor. |
java.lang.Object |
WireContext.create(Descriptor descriptor,
boolean isDelayable)
creates a new object for the given descriptor. |
static java.lang.Object |
WireContext.create(Descriptor descriptor,
ScopeInstanceImpl scopeInstance)
|
| Method parameters in org.jbpm.pvm.internal.wire with type arguments of type Descriptor | |
|---|---|
void |
WireDefinition.setDescriptors(java.util.Map<java.lang.String,Descriptor> descriptors)
|
| Uses of Descriptor in org.jbpm.pvm.internal.wire.descriptor |
|---|
| Fields in org.jbpm.pvm.internal.wire.descriptor declared as Descriptor | |
|---|---|
protected Descriptor |
ObjectDescriptor.factoryDescriptor
specifies the object on which to invoke the method. |
| Fields in org.jbpm.pvm.internal.wire.descriptor with type parameters of type Descriptor | |
|---|---|
protected java.util.List<Descriptor> |
CollectionDescriptor.valueDescriptors
|
| Methods in org.jbpm.pvm.internal.wire.descriptor that return Descriptor | |
|---|---|
Descriptor |
ArgDescriptor.getDescriptor()
Gets the Descriptor used to construct the value given to the argument. |
Descriptor |
ObjectDescriptor.getFactoryDescriptor()
|
| Methods in org.jbpm.pvm.internal.wire.descriptor that return types with arguments of type Descriptor | |
|---|---|
java.util.List<Descriptor> |
MapDescriptor.getKeyDescriptors()
|
java.util.List<Descriptor> |
CollectionDescriptor.getValueDescriptors()
|
| Methods in org.jbpm.pvm.internal.wire.descriptor with parameters of type Descriptor | |
|---|---|
void |
ObjectDescriptor.addInjection(java.lang.String fieldName,
Descriptor descriptor)
add a field injection based on a descriptor |
void |
CommandServiceDescriptor.addInterceptorDescriptor(Descriptor descriptor)
|
void |
ObjectDescriptor.addPropertyInjection(java.lang.String propertyName,
Descriptor valueDescriptor)
add a property injection based on a descriptor |
void |
HibernateSessionFactoryDescriptor.setConfigurationDescriptor(Descriptor configurationDescriptor)
|
void |
ArgDescriptor.setDescriptor(Descriptor descriptor)
Sets the Descriptor used to construct the value given to the argument. |
void |
ObjectDescriptor.setFactoryDescriptor(Descriptor factoryDescriptor)
|
| Method parameters in org.jbpm.pvm.internal.wire.descriptor with type arguments of type Descriptor | |
|---|---|
void |
CollectionDescriptor.addValueDescriptors(java.util.List<Descriptor> otherValueDescriptors)
|
void |
MapDescriptor.setKeyDescriptors(java.util.List<Descriptor> keyDescriptors)
|
void |
CollectionDescriptor.setValueDescriptors(java.util.List<Descriptor> valueDescriptors)
|
| Uses of Descriptor in org.jbpm.pvm.internal.wire.operation |
|---|
| Methods in org.jbpm.pvm.internal.wire.operation that return Descriptor | |
|---|---|
Descriptor |
FieldOperation.getDescriptor()
Gets the descriptor used to create the field's value. |
Descriptor |
PropertyOperation.getDescriptor()
Gets the descriptor used to create the field's value. |
| Methods in org.jbpm.pvm.internal.wire.operation with parameters of type Descriptor | |
|---|---|
void |
FieldOperation.setDescriptor(Descriptor valueDescriptor)
Sets the descriptor used to create the field's value |
void |
PropertyOperation.setDescriptor(Descriptor valueDescriptor)
Sets the descriptor used to create the field's value |
| Uses of Descriptor in org.jbpm.pvm.internal.wire.usercode |
|---|
| Fields in org.jbpm.pvm.internal.wire.usercode declared as Descriptor | |
|---|---|
protected Descriptor |
UserCodeReference.descriptor
|
| Methods in org.jbpm.pvm.internal.wire.usercode that return Descriptor | |
|---|---|
Descriptor |
UserCodeReference.getDescriptor()
|
| Methods in org.jbpm.pvm.internal.wire.usercode with parameters of type Descriptor | |
|---|---|
void |
UserCodeReference.setDescriptor(Descriptor descriptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||