Uses of Interface
com.filenet.api.events.InstanceSubscription

Packages that use InstanceSubscription
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, 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 InstanceSubscription in com.filenet.api.core
 

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

Uses of InstanceSubscription in com.filenet.api.events
 

Subinterfaces of InstanceSubscription in com.filenet.api.events
 interface InstanceWorkflowSubscription
          Represents a subscription that initiates a workflow in response to events generated by a single object instance.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.