Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Field and Description |
---|---|
static TraceFlag |
TraceFlag.DETAIL
Provides information primarily used to aid in debugging.
|
static TraceFlag |
TraceFlag.MODERATE
Provides detailed information about all operations.
|
static TraceFlag |
TraceFlag.SUMMARY
Provides summary information about all operations.
|
static TraceFlag |
TraceFlag.TIMER
Provides the time (in milliseconds) taken to complete each operation.
|
Modifier and Type | Method and Description |
---|---|
static TraceFlag |
TraceFlag.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.