Uses of Class
com.openkm.sdk4j.bean.ThumbnailType
-
Packages that use ThumbnailType Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of ThumbnailType in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return ThumbnailType Modifier and Type Method Description static ThumbnailTypeThumbnailType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThumbnailType[]ThumbnailType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ThumbnailType in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition with parameters of type ThumbnailType Modifier and Type Method Description InputStreamBaseDocument. getThumbnail(String uuid, ThumbnailType type)Returns thumbnail image data.InputStreamBaseMail. getThumbnail(String uuid, ThumbnailType type)Gets mail thumbnail. -
Uses of ThumbnailType in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl with parameters of type ThumbnailType Modifier and Type Method Description InputStreamDocumentImpl. getThumbnail(String uuid, ThumbnailType type)InputStreamMailImpl. getThumbnail(String uuid, ThumbnailType type)
-