|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Descriptor in org.ow2.bonita.pvm.internal.job |
---|
Fields in org.ow2.bonita.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.ow2.bonita.pvm.internal.job that return Descriptor | |
---|---|
Descriptor |
JobImpl.getCommandDescriptor()
|
Methods in org.ow2.bonita.pvm.internal.job with parameters of type Descriptor | |
---|---|
void |
JobImpl.setCommandDescriptor(Descriptor commandDescriptor)
|
Constructors in org.ow2.bonita.pvm.internal.job with parameters of type Descriptor | |
---|---|
CommandMessage(Descriptor commandDescriptor)
|
Uses of Descriptor in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model declared as Descriptor | |
---|---|
protected Descriptor |
TransitionImpl.conditionDescriptor
|
protected Descriptor |
ObjectReference.descriptor
|
protected Descriptor |
VariableDefinitionImpl.sourceDescriptor
|
protected Descriptor |
TransitionImpl.waitConditionDescriptor
|
Methods in org.ow2.bonita.pvm.internal.model that return Descriptor | |
---|---|
Descriptor |
TransitionImpl.getConditionDescriptor()
see Conditions |
Descriptor |
ObjectReference.getDescriptor()
|
Descriptor |
VariableDefinitionImpl.getSourceDescriptor()
|
Descriptor |
TransitionImpl.getWaitConditionDescriptor()
see Wait conditions |
Methods in org.ow2.bonita.pvm.internal.model with parameters of type Descriptor | |
---|---|
void |
WireProperties.add(Descriptor descriptor)
|
void |
ProcessElementImpl.addProperty(Descriptor descriptor)
|
EventListenerReference |
EventImpl.createEventListenerReference(Descriptor descriptor)
|
ObjectReference<EventListener> |
ExceptionHandlerImpl.createEventListenerReference(Descriptor descriptor)
|
void |
NodeImpl.setBehaviour(Descriptor descriptor)
sets the activity that can be created from the given descriptor as the behaviour for this node. |
void |
TransitionImpl.setConditionDescriptor(Descriptor conditionDescriptor)
see Conditions |
void |
ObjectReference.setDescriptor(Descriptor descriptor)
|
void |
VariableDefinitionImpl.setSourceDescriptor(Descriptor sourceDescriptor)
|
void |
TransitionImpl.setWaitConditionDescriptor(Descriptor waitConditionDescriptor)
see Wait conditions |
Constructors in org.ow2.bonita.pvm.internal.model with parameters of type Descriptor | |
---|---|
ObjectReference(Descriptor descriptor)
|
Uses of Descriptor in org.ow2.bonita.pvm.internal.wire |
---|
Methods in org.ow2.bonita.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.ow2.bonita.pvm.internal.wire that return types with arguments of type Descriptor | |
---|---|
java.util.Map<java.lang.String,Descriptor> |
WireDefinition.getDescriptors()
|
Methods in org.ow2.bonita.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. |
Method parameters in org.ow2.bonita.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.ow2.bonita.pvm.internal.wire.descriptor |
---|
Fields in org.ow2.bonita.pvm.internal.wire.descriptor with type parameters of type Descriptor | |
---|---|
protected java.util.Map<java.lang.String,java.util.List<Descriptor>> |
DeployerManagerDescriptor.deployerDescriptors
maps language-ids to a sequence of process deployers |
protected java.util.List<Descriptor> |
CollectionDescriptor.valueDescriptors
|
Methods in org.ow2.bonita.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()
Gets the Descriptor from which the object should be created. |
Methods in org.ow2.bonita.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.ow2.bonita.pvm.internal.wire.descriptor with parameters of type Descriptor | |
---|---|
void |
ObjectDescriptor.addInjection(java.lang.String fieldName,
Descriptor descriptor)
add an injection based on a descriptor |
void |
CommandServiceDescriptor.addInterceptorDescriptor(Descriptor 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)
Sets the Descriptor from which the object should be created. |
Method parameters in org.ow2.bonita.pvm.internal.wire.descriptor with type arguments of type Descriptor | |
---|---|
void |
DeployerManagerDescriptor.addLanguage(java.lang.String language,
java.lang.String extension,
java.util.List<Descriptor> deployerDescriptorSequence)
|
void |
MapDescriptor.setKeyDescriptors(java.util.List<Descriptor> keyDescriptors)
|
void |
CollectionDescriptor.setValueDescriptors(java.util.List<Descriptor> valueDescriptors)
|
Uses of Descriptor in org.ow2.bonita.pvm.internal.wire.operation |
---|
Methods in org.ow2.bonita.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.ow2.bonita.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.ow2.bonita.pvm.model |
---|
Methods in org.ow2.bonita.pvm.model with parameters of type Descriptor | |
---|---|
ProcessFactory |
ProcessFactory.behaviour(Descriptor descriptor)
sets the behaviour on the current node. |
ProcessFactory |
ProcessFactory.listener(Descriptor descriptor)
adds an action to the current event. |
ProcessFactory |
ProcessFactory.property(Descriptor descriptor)
adds a configuration to the current process element |
ProcessFactory |
ProcessFactory.variable(Descriptor sourceDescriptor)
declares a local variable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |