|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenditionEngineState | |
---|---|
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. |
Uses of RenditionEngineState in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return RenditionEngineState | |
---|---|
RenditionEngineState |
RenditionEngineConnection.get_ConnectionState()
Returns the value of the ConnectionState property. |
Methods in com.filenet.api.admin with parameters of type RenditionEngineState | |
---|---|
void |
RenditionEngineConnection.set_ConnectionState(RenditionEngineState value)
Sets the value of the ConnectionState property. |
Uses of RenditionEngineState in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as RenditionEngineState | |
---|---|
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. |
Methods in com.filenet.api.constants that return RenditionEngineState | |
---|---|
static RenditionEngineState |
RenditionEngineState.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |