|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestConfiguration
Provides access to the configuration of an activity framework request.
| Method Summary | |
|---|---|
boolean |
allowPrivateResources()
Indicates whether hidden resources can be used in the workflow. |
ActivityFactory |
getActivityFactory()
Gets the factory for creating new activities. |
ActivityListener |
getActivityListener()
Gets the listener interface for receiving all activity events associated with this request. |
BlockReaderListener[] |
getBlockReaderListeners()
Gets the block reader event listeners. |
ResourceID |
getDRER()
Execution resource that received and executes the request. |
PipeManager |
getPipeManager()
Gets the pipe manager for the request. |
ResourceID |
getRequestID()
Returns the ID of the request resource. |
RequestStatusBuilder |
getRequestStatusBuilder()
Gets the request status builder for the request. |
SecurityContext |
getSecurityContext()
Get the security context associated with the request. |
ResourceID |
getSessionID()
Returns the ID of the session within which the request is processed. |
TaskFactory |
getTaskFactory()
Get the task factory for the request. |
TaskProcessingService |
getTaskProcessingService()
Gets the task processing service. |
WorkflowAuthorizer |
getWorkflowAuthorizer()
Gets the workflow authorizer to use to authorize workflows executed at runtime from activities. |
WorkflowProcessor |
getWorkflowProcessor()
Gets the processor used to process workflows. |
| Method Detail |
|---|
ResourceID getRequestID()
ResourceID getSessionID()
TaskFactory getTaskFactory()
TaskProcessingService getTaskProcessingService()
ActivityFactory getActivityFactory()
SecurityContext getSecurityContext()
ActivityListener getActivityListener()
PipeManager getPipeManager()
RequestStatusBuilder getRequestStatusBuilder()
WorkflowProcessor getWorkflowProcessor()
WorkflowAuthorizer getWorkflowAuthorizer()
BlockReaderListener[] getBlockReaderListeners()
ResourceID getDRER()
boolean allowPrivateResources()
true if hidden resources can be used,
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||