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 ThumbnailImageSize |
ThumbnailImageSize.LARGE
Specifies that the input document is rendered as a large thumbnail image.
|
static ThumbnailImageSize |
ThumbnailImageSize.MEDIUM
Specifies that the input document is rendered as a medium thumbnail image.
|
static ThumbnailImageSize |
ThumbnailImageSize.SMALL
Specifies that the input document is rendered as a small thumbnail image.
|
Modifier and Type | Method and Description |
---|---|
static ThumbnailImageSize |
ThumbnailImageSize.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ThumbnailImageSize |
CmThumbnailRequestSweep.get_ImageSize()
Returns the value of the ImageSize property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmThumbnailRequestSweep.set_ImageSize(ThumbnailImageSize value)
Sets the value of the ImageSize property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.