-
Packages that use Subscription Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.events Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to extend Content Engine functionality and invoke it through the event mechanism. -
-
Uses of Subscription in com.filenet.api.core
Methods in com.filenet.api.core that return Subscription Modifier and Type Method and Description static SubscriptionFactory.Subscription. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theSubscriptionclass by the specified object ID from the specified object store.static SubscriptionFactory.Subscription. getInstance(ObjectStore os, Id objectId)Constructs an instance of theSubscriptionclass from the specified object store. -
Uses of Subscription in com.filenet.api.events
Subinterfaces of Subscription in com.filenet.api.events Modifier and Type Interface and Description interfaceClassSubscriptionRepresents a subscription for events generated by all objects of a particular class.interfaceClassWorkflowSubscriptionRepresents a subscription that initiates a workflow in response to events generated by all objects of a particular class.interfaceCmThumbnailGenerationSubscriptionRepresents a subscription used to initiate event-based document thumbnail generation.interfaceInstanceSubscriptionRepresents a subscription for events generated by a single object instance of a particular class.interfaceInstanceWorkflowSubscriptionRepresents a subscription that initiates a workflow in response to events generated by a single object instance.
-