com.filenet.api.events
Interface CmThumbnailGenerationSubscription
-
- All Superinterfaces:
- ActionConsumer, ClassSubscription, EngineObject, IndependentlyPersistableObject, IndependentObject, Replicable, RepositoryObject, java.io.Serializable, Subscribable, Subscription
public interface CmThumbnailGenerationSubscription extends RepositoryObject, ClassSubscription
Represents a subscription used to initiate event-based document thumbnail generation.A
CmThumbnailGenerationSubscriptioninstance is intended to be used with specfic property settings. Set the SubscriptionTarget property to theDocumentclass or subsclass, the SubscribedEvents property toCheckinEvent, the isSynchronous property totrue, and the EventAction property to the event action created by the Thumbnail Extensions AddOn, Thumbnail Generation Event Action. Setting these properties to different values could result in improper generation attempts and poor system behavior.To further narrow the conditions for automatic generation of thumbnails, use the subscription's FilterExpression property.
Metadata
- See Also:
- Thumbnail Concepts
-
-
Method Summary
-
Methods inherited from interface com.filenet.api.events.ClassSubscription
get_IncludeSubclassesRequested, set_IncludeSubclassesRequested
-
Methods inherited from interface com.filenet.api.events.Subscription
changeClass, get_EventAction, get_FilteredPropertyId, get_FilterExpression, get_IsEnabled, get_IsSynchronous, get_SubscribedEvents, get_SubscriptionTarget, get_UserString, set_EventAction, set_FilteredPropertyId, set_FilterExpression, set_IsEnabled, set_IsSynchronous, set_SubscribedEvents, set_SubscriptionTarget, set_UserString
-
Methods inherited from interface com.filenet.api.events.ActionConsumer
get_ActiveMarkings, get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Owner, get_Permissions, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Owner, set_Permissions
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.replication.Replicable
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
-
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-