Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
Modifier and Type | Field and Description |
---|---|
static ThumbnailImageFormat |
ThumbnailImageFormat.GIF
Specifies that the input document is rendered as a thumbnail GIF image.
|
static ThumbnailImageFormat |
ThumbnailImageFormat.JPEG
Specifies that the input document is rendered as a thumbnail JPEG image.
|
static ThumbnailImageFormat |
ThumbnailImageFormat.PNG
Specifies that the input document is rendered as a thumbnail PNG image.
|
Modifier and Type | Method and Description |
---|---|
static ThumbnailImageFormat |
ThumbnailImageFormat.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ThumbnailImageFormat |
CmThumbnailRequestSweep.get_ImageFormat()
Returns the value of the ImageFormat property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmThumbnailRequestSweep.set_ImageFormat(ThumbnailImageFormat value)
Sets the value of the ImageFormat property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.