Modifier and Type | Method and Description |
---|---|
ELResolver |
ProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication)
return the Resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbProcessApplication
Common base class for writing EJB process applications.
|
class |
EmbeddedProcessApplication
An embedded process application is a ProcessApplication that uses an embedded
process engine.
|
class |
ServletProcessApplication
A
AbstractProcessApplication Implementation to be used in a Servlet container environment. |
Modifier and Type | Field and Description |
---|---|
protected WeakReference<AbstractProcessApplication> |
ProcessApplicationReferenceImpl.processApplication
the weak reference to the process application
|
Modifier and Type | Method and Description |
---|---|
AbstractProcessApplication |
ProcessApplicationReferenceImpl.getProcessApplication() |
Modifier and Type | Method and Description |
---|---|
static ELResolver |
DefaultElResolverLookup.lookupResolver(AbstractProcessApplication processApplication) |
Constructor and Description |
---|
ProcessApplicationReferenceImpl(AbstractProcessApplication processApplication) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEjbProcessApplication |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeContainerDelegate.deployProcessApplication(AbstractProcessApplication processApplication)
Deploy a
AbstractProcessApplication into the runtime container. |
void |
RuntimeContainerDelegate.undeployProcessApplication(AbstractProcessApplication processApplication)
Undeploy a
AbstractProcessApplication from the runtime container. |
Modifier and Type | Method and Description |
---|---|
void |
MscRuntimeContainerDelegate.deployProcessApplication(AbstractProcessApplication processApplication) |
void |
MscRuntimeContainerDelegate.undeployProcessApplication(AbstractProcessApplication processApplication) |
Modifier and Type | Method and Description |
---|---|
void |
JmxRuntimeContainerDelegate.deployProcessApplication(AbstractProcessApplication processApplication) |
void |
JmxRuntimeContainerDelegate.undeployProcessApplication(AbstractProcessApplication processApplication) |
Modifier and Type | Method and Description |
---|---|
protected ProcessApplicationInfoImpl |
StartProcessApplicationServiceStep.createProcessApplicationInfo(AbstractProcessApplication processApplication,
Map<String,DeployedProcessArchive> processArchiveDeploymentMap) |
protected String[] |
ParseProcessesXmlStep.getDeploymentDescriptorLocations(AbstractProcessApplication processApplication) |
protected Map<URL,ProcessesXml> |
ParseProcessesXmlStep.parseProcessesXmlFiles(AbstractProcessApplication processApplication) |
Modifier and Type | Method and Description |
---|---|
ELResolver |
CdiProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication) |
Modifier and Type | Class and Description |
---|---|
class |
SpringProcessApplication
Process Application implementation to be used in a Spring Application.
|
class |
SpringServletProcessApplication
Process Application to be used in a Spring Web Application.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
SpringProcessApplicationElResolver.getElResolver(AbstractProcessApplication processApplication) |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceProcessApplication
Process Application exposing this application's resources the process engine.
|
Modifier and Type | Class and Description |
---|---|
class |
WaitStatesProcessApplication
Process Application exposing this application's resources the process engine.
|
Copyright © 2015. All rights reserved.