|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| org.jbpm.pvm.internal.wire.descriptor | |
| org.jbpm.pvm.internal.wire.operation | |
| Uses of Operation in org.jbpm.pvm.internal.wire.descriptor |
|---|
| Classes in org.jbpm.pvm.internal.wire.descriptor that implement Operation | |
|---|---|
static class |
HibernateConfigurationDescriptor.AddCfgFile
|
static class |
HibernateConfigurationDescriptor.AddCfgResource
|
static class |
HibernateConfigurationDescriptor.AddCfgUrl
|
static class |
HibernateConfigurationDescriptor.AddMappingClass
|
static class |
HibernateConfigurationDescriptor.AddMappingFile
|
static class |
HibernateConfigurationDescriptor.AddMappingResource
|
static class |
HibernateConfigurationDescriptor.AddMappingUrl
|
static class |
HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy
|
static class |
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
|
| Fields in org.jbpm.pvm.internal.wire.descriptor with type parameters of type Operation | |
|---|---|
protected java.util.List<Operation> |
ObjectDescriptor.operations
list of operations to perform during initialization. |
| Methods in org.jbpm.pvm.internal.wire.descriptor that return types with arguments of type Operation | |
|---|---|
java.util.List<Operation> |
ObjectDescriptor.getOperations()
|
| Methods in org.jbpm.pvm.internal.wire.descriptor with parameters of type Operation | |
|---|---|
void |
ObjectDescriptor.addOperation(Operation operation)
Adds an operation to perform during initialization. |
| Method parameters in org.jbpm.pvm.internal.wire.descriptor with type arguments of type Operation | |
|---|---|
void |
ObjectDescriptor.setOperations(java.util.List<Operation> operations)
|
| Uses of Operation in org.jbpm.pvm.internal.wire.operation |
|---|
| Classes in org.jbpm.pvm.internal.wire.operation that implement Operation | |
|---|---|
class |
AbstractOperation
|
class |
EnlistOperation
enlists this StandardResource with the current Transaction. |
class |
FieldOperation
injects another object into a field. |
class |
InvokeOperation
invokes a method. |
class |
PropertyOperation
injects another object with a setter method. |
class |
SubscribeOperation
subscribes to an observable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||