Package | Description |
---|---|
com.orchestranetworks.addon.daqa.cleansing |
Provides classes and interfaces required for cleansing operation.
|
Modifier and Type | Method and Description |
---|---|
CleansingExecutionContext.ExecutionMode |
CleansingExecutionContext.getExecutionMode()
Returns the execution mode.
|
static CleansingExecutionContext.ExecutionMode |
CleansingExecutionContext.ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleansingExecutionContext.ExecutionMode[] |
CleansingExecutionContext.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CleansingExecutionContext(com.orchestranetworks.service.Session session,
CleansingExecutionEnvironment environment,
CleansingExecutionContext.ExecutionMode executionMode) |