Modifier and Type | Class and Description |
---|---|
static class |
AutoWireEscalationCauseRouteWorkSource.AutoWireEscalationCauseRouteTask
Task for the routing the Escalation cause. |
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,M,F> |
TaskTypeImpl.getTaskFactory() |
Modifier and Type | Method and Description |
---|---|
<M extends Enum<M>,F extends Enum<F>> |
WorkTypeImpl.addTaskType(String taskName,
TaskFactory<? super W,M,F> taskFactory,
Class<M> objectKeysClass,
Class<F> flowKeysClass) |
Constructor and Description |
---|
TaskTypeImpl(String taskName,
TaskFactory<W,M,F> taskFactory,
Class<M> objectKeyClass,
Class<F> flowKeyClass)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
WorkTypeBuilder.addTaskType(String taskName,
TaskFactory<? super W,D,F> taskFactory,
Class<D> objectKeysClass,
Class<F> flowKeysClass)
Adds a
TaskTypeBuilder to this WorkTypeBuilder
definition. |
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,M,F> |
TaskType.getTaskFactory()
Obtains the
TaskFactory . |
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
WorkBuilder.addTask(String taskName,
TaskFactory<? super W,D,F> taskFactory)
|
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,D,F> |
TaskBuilderImpl.getTaskFactory() |
Constructor and Description |
---|
TaskBuilderImpl(String taskName,
TaskFactory<W,D,F> taskFactory)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
WorkBuilderImpl.addTask(String taskName,
TaskFactory<? super W,D,F> taskFactory) |
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,D,F> |
TaskMetaDataImpl.getTaskFactory() |
Constructor and Description |
---|
TaskMetaDataImpl(String jobName,
String taskName,
TaskFactory<W,D,F> taskFactory,
Object differentiator,
Class<?> parameterType,
TeamManagement responsibleTeam,
Team continueTeam,
ManagedObjectIndex[] requiredManagedObjects,
ManagedObjectIndex[] taskToWorkMoTranslations,
boolean[] requiredGovernance,
TaskDutyAssociation<?>[] preTaskDuties,
TaskDutyAssociation<?>[] postTaskDuties)
Initiate with details of the meta-data for the
Task . |
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,D,F> |
TaskConfiguration.getTaskFactory()
Obtains the
TaskFactory for the Task . |
Modifier and Type | Method and Description |
---|---|
TaskFactory<W,D,F> |
TaskMetaData.getTaskFactory()
|
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
ManagedObjectWorkBuilder.addTask(String taskName,
TaskFactory<W,D,F> taskFactory)
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveWorkBuilder.ReflectiveTaskBuilder
Reflective
Task meta-data. |
Modifier and Type | Method and Description |
---|---|
<W extends Work,D extends Enum<D>,F extends Enum<F>> |
AbstractOfficeConstructTestCase.constructTask(String taskName,
TaskFactory<W,D,F> taskFactory,
String teamName)
Facade method to register a
Task . |
<W extends Work,D extends Enum<D>,F extends Enum<F>> |
AbstractOfficeConstructTestCase.constructTask(String taskName,
TaskFactory<W,D,F> taskFactory,
String teamName,
String moName,
Class<?> moType,
String nextTaskName,
Class<?> nextTaskArgumentType)
Facade method to register a
Task . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingleTask<W extends Work,D extends Enum<D>,F extends Enum<F>>
Provides an abstract
Task . |
Modifier and Type | Class and Description |
---|---|
class |
RecycleJdbcTask
Recycles the
JdbcManagedObject . |
Modifier and Type | Class and Description |
---|---|
class |
OnMessageTask
Handles obtaining the
Message . |
class |
RecycleJmsServerTask
Recycles the
JmsServerManagedObject . |
Modifier and Type | Class and Description |
---|---|
class |
JndiFacadeTaskFactory
TaskFactory for the invoking the facade on the JNDI object. |
class |
JndiObjectTaskFactory
TaskFactory for the JndiObjectTask . |
Modifier and Type | Class and Description |
---|---|
class |
CloseEntityManagerTask
Task to close the EntityManager . |
Modifier and Type | Class and Description |
---|---|
static class |
SectionClassWorkSource.SectionTaskFactory
TaskFactory for overriding ClassWorkSource behaviour. |
Modifier and Type | Method and Description |
---|---|
protected TaskFactory<ClassWork,Indexed,Indexed> |
SectionClassWorkSource.createTaskFactory(Class<?> clazz,
Method method,
boolean isStatic,
ParameterFactory[] parameters) |
Modifier and Type | Method and Description |
---|---|
protected TaskTypeBuilder<Indexed,Indexed> |
SectionClassWorkSource.addTaskType(Class<?> clazz,
WorkTypeBuilder<ClassWork> workTypeBuilder,
String taskName,
TaskFactory<ClassWork,Indexed,Indexed> taskFactory,
Sequence objectSequence,
Sequence flowSequence) |
Modifier and Type | Class and Description |
---|---|
static class |
ServletContainerResourceSectionSource.ServletContainerResourceTask
Task to link to Servlet container resource. |
Modifier and Type | Class and Description |
---|---|
static class |
ServletBridgeManagedObjectSource.CompleteAsyncContextTask
Task to complete the AsyncContext . |
Modifier and Type | Class and Description |
---|---|
class |
HttpServletTask
|
Modifier and Type | Class and Description |
---|---|
class |
ServletRouteTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpResponseSendTask
Task to trigger sending the HttpResponse . |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionManagerImpl
Manages the
EstablishedConnection instances for the
ServerSocketAccepter instances across the available
SocketListener instances. |
class |
ServerSocketAccepter
Accepts
Connection instances. |
class |
SocketListener
Listens to
Socket instances. |
Modifier and Type | Class and Description |
---|---|
class |
SslTaskWork
Task to execute the SSL tasks. |
Modifier and Type | Class and Description |
---|---|
class |
CleanupTask
Cleans up the
ServerTcpConnection . |
Modifier and Type | Class and Description |
---|---|
class |
HttpUrlContinuationTask
HTTP URL continuation
Task . |
Modifier and Type | Class and Description |
---|---|
class |
HttpParametersLoaderWorkSource.HttpParametersLoaderTask
Task to load the HttpRequest parameters onto a dependency
Object. |
Modifier and Type | Class and Description |
---|---|
class |
HttpFileWriterTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpFileFactoryTask<F extends Enum<F>>
|
static class |
HttpFileWorkSource.SendHttpFileTask
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRouteTask
Task for routing HttpRequest instances and ensuring
appropriately secure ServerHttpConnection for servicing the
HttpRequest . |
Modifier and Type | Class and Description |
---|---|
class |
CompleteApplicationHttpAuthenticateTask
Task and TaskFactory for completing authentication with
application specific credentials. |
class |
HttpChallengeTask
Task and TaskFactory to challenge the client. |
class |
ManagedObjectHttpAuthenticateTask
|
class |
ManagedObjectHttpLogoutTask
Task and TaskFactory to log out. |
class |
StartApplicationHttpAuthenticateTask
Task and TaskFactory for triggering authentication with
application specific credentials. |
Modifier and Type | Class and Description |
---|---|
class |
HttpTemplateTask
Task to write the HttpTemplateSection . |
Modifier and Type | Class and Description |
---|---|
static class |
HttpTemplateArrayIteratorWorkSource.HttpTemplateArrayIteratorTask
Task implementation. |
class |
HttpTemplateInitialTask
Initial
Task to ensure appropriate conditions for rendering the
HttpTemplate . |
Modifier and Type | Class and Description |
---|---|
class |
ClassTaskFactory
TaskFactory for the ClassTask . |
Modifier and Type | Method and Description |
---|---|
protected TaskFactory<ClassWork,Indexed,Indexed> |
ClassWorkSource.createTaskFactory(Class<?> clazz,
Method method,
boolean isStatic,
ParameterFactory[] parameters)
Allows overriding the creation of the
TaskFactory . |
Modifier and Type | Method and Description |
---|---|
protected TaskTypeBuilder<Indexed,Indexed> |
ClassWorkSource.addTaskType(Class<?> clazz,
WorkTypeBuilder<ClassWork> workTypeBuilder,
String taskName,
TaskFactory<ClassWork,Indexed,Indexed> taskFactory,
Sequence objectSequence,
Sequence flowSequence)
Allows overriding the addition of the
TaskTypeBuilder . |
Copyright © 2005–2016. All rights reserved.