Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
RenditionEngineState |
RenditionEngineConnection.get_ConnectionState()
Returns the value of the ConnectionState property.
|
Modifier and Type | Method and Description |
---|---|
void |
RenditionEngineConnection.set_ConnectionState(RenditionEngineState value)
Sets the value of the ConnectionState property.
|
Modifier and Type | Field and Description |
---|---|
static RenditionEngineState |
RenditionEngineState.ENABLED
Specifies that the Rendition Engine connection is enabled.
|
static RenditionEngineState |
RenditionEngineState.SUSPENDED
Specifies that the Rendition Engine connection is suspended.
|
static RenditionEngineState |
RenditionEngineState.UNINITIALIZED
Specifies that the Rendition Engine connection has not been initialized.
|
Modifier and Type | Method and Description |
---|---|
static RenditionEngineState |
RenditionEngineState.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.