static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable CmThumbnailGenerationJob class to be persisted in the specified object store.
|
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable CmThumbnailGenerationJob class to be persisted in the specified object store.
|
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the CmThumbnailGenerationJob class
by the specified object ID from the specified object store.
|
static CmThumbnailGenerationJob |
Factory.CmThumbnailGenerationJob.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable CmThumbnailGenerationJob class from the
specified object store.
|