-
Packages that use ThumbnailImageSize 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. -
-
Uses of ThumbnailImageSize in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ThumbnailImageSize Modifier and Type Field and Description static ThumbnailImageSizeThumbnailImageSize. LARGESpecifies that the input document is rendered as a large thumbnail image.static ThumbnailImageSizeThumbnailImageSize. MEDIUMSpecifies that the input document is rendered as a medium thumbnail image.static ThumbnailImageSizeThumbnailImageSize. SMALLSpecifies that the input document is rendered as a small thumbnail image.Methods in com.filenet.api.constants that return ThumbnailImageSize Modifier and Type Method and Description static ThumbnailImageSizeThumbnailImageSize. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ThumbnailImageSize in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return ThumbnailImageSize Modifier and Type Method and Description ThumbnailImageSizeCmThumbnailRequestSweep. get_ImageSize()Returns the value of the ImageSize property.Methods in com.filenet.api.sweep with parameters of type ThumbnailImageSize Modifier and Type Method and Description voidCmThumbnailRequestSweep. set_ImageSize(ThumbnailImageSize value)Sets the value of the ImageSize property.
-