Package | Description |
---|---|
com.github.wuic.context |
This package provides the central
Context component which is the lowest configuration
object in WUIC. |
com.github.wuic.engine |
This package contains the definition of an
Engine . |
com.github.wuic.exception |
This package contains all common exceptions which could be thrown by WUIC.
|
Modifier and Type | Method and Description |
---|---|
Workflow |
Context.getWorkflow(String workflowId)
Returns the workflow associated to the given ID.
|
Modifier and Type | Method and Description |
---|---|
NutsHeap |
EngineRequest.getHeap(String workflowId)
Gets the heap associated to the given workflow.
|
Modifier and Type | Method and Description |
---|---|
static void |
WuicException.throwWorkflowNotFoundException(String workflowId)
Throws an exception indicating that a workflow does not exists.
|
Copyright © 2012-2015. All Rights Reserved.