| Methods in org.jbpm.pvm.internal.wire.descriptor with parameters of type WireContext |
void |
HibernateConfigurationDescriptor.AddCfgResource.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddCfgFile.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddCfgUrl.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddMappingResource.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddMappingFile.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddMappingClass.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.AddMappingUrl.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy.apply(java.lang.Object target,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy.apply(java.lang.Object target,
WireContext wireContext)
|
protected void |
ObjectDescriptor.autoWire(java.lang.Object object,
WireContext wireContext)
Auto wire object present in the context and the specified object's fields. |
java.lang.Object |
DoubleDescriptor.construct(WireContext factory)
|
java.lang.Object |
JobExecutorDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
TrueDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ExpressionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
JbossIdmIdentitySessionFactoryDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
SeamHibernateSessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
PatternDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ShortDescriptor.construct(WireContext factory)
|
java.lang.Object |
HibernateSessionFactoryDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
PropertiesDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
CollectionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
TypesDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ClassDescriptor.construct(WireContext wireContext)
loads the class from the class loader of the specified WireContext. |
java.lang.Object |
CharacterDescriptor.construct(WireContext factory)
|
java.lang.Object |
ContextTypeRefDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
TransactionRefDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
LongDescriptor.construct(WireContext factory)
|
java.lang.Object |
EnvironmentInterceptorDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ReferenceDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
BusinessCalendarDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
DbSessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
EnvironmentDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
NullDescriptor.construct(WireContext factory)
|
java.lang.Object |
ProvidedObjectDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
EnvDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
HibernateConfigurationDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ProcessEngineDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
HistorySessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
StringDescriptor.construct(WireContext factory)
|
java.lang.Object |
IntegerDescriptor.construct(WireContext factory)
|
java.lang.Object |
IdentitySessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
UrlDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ByteDescriptor.construct(WireContext factory)
|
java.lang.Object |
ObjectDescriptor.construct(WireContext wireContext)
This method constructs a new Object from the ObjectDefinition. |
java.lang.Object |
JbossIdmIdentitySessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
FalseDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
HibernateSessionDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
FloatDescriptor.construct(WireContext factory)
|
java.lang.Object |
CommandServiceDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
JndiDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ClassLoaderDescriptor.construct(WireContext wireContext)
|
java.lang.Object |
ContextRefDescriptor.construct(WireContext wireContext)
|
static java.lang.Object[] |
ObjectDescriptor.getArgs(WireContext wireContext,
java.util.List<ArgDescriptor> argDescriptors)
Creates a list of arguments (objects) from a list of argument descriptors. |
void |
AbstractDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
PropertiesDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
CollectionDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
MapDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
DbSessionDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
HibernateConfigurationDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
IdentitySessionDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
|
void |
ObjectDescriptor.initialize(java.lang.Object object,
WireContext wireContext)
Initializes the specified object. |
static java.lang.Object |
ObjectDescriptor.invokeMethod(java.lang.String methodName,
java.util.List<ArgDescriptor> argDescriptors,
WireContext wireContext,
java.lang.Object object,
java.lang.Class<?> clazz)
|