com.filenet.api.events
Interface InstanceSubscription
- All Superinterfaces:
- ActionConsumer, EngineObject, IndependentlyPersistableObject, IndependentObject, Replicable, RepositoryObject, java.io.Serializable, Subscribable, Subscription
- All Known Subinterfaces:
- InstanceWorkflowSubscription
public interface InstanceSubscription
- extends RepositoryObject, Subscription
Represents a subscription for events generated by a single object instance of a particular class.
To create a InstanceSubscription
object, call the createInstance
method on the
Factory.InstanceSubscription
class.
You can instantiate a persisted InstanceSubscription
object in the following ways:
- By calling the
getInstance
or fetchInstance
method on the
Factory.InstanceSubscription class.
- By instantiating a
SubscriptionSet
collection,
then returning a InstanceSubscription
object from the collection.
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: Subscription
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 |
© Copyright IBM Corporation 2006, 2008. All rights reserved.