-
Packages that use SubscriptionSet Package Description com.filenet.api.collection Provides type-safe interfaces related to collections of objects.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 SubscriptionSet in com.filenet.api.collection
Subinterfaces of SubscriptionSet in com.filenet.api.collection Modifier and Type Interface and Description interfaceClassSubscriptionSetRepresents a collection ofClassSubscriptionobjects.interfaceClassWorkflowSubscriptionSetRepresents a collection ofClassWorkflowSubscriptionobjects.interfaceInstanceSubscriptionSetRepresents a collection ofInstanceSubscriptionobjects.interfaceInstanceWorkflowSubscriptionSetRepresents a collection ofInstanceWorkflowSubscriptionobjects. -
Uses of SubscriptionSet in com.filenet.api.core
Methods in com.filenet.api.core that return SubscriptionSet Modifier and Type Method and Description SubscriptionSetObjectStore. get_Subscriptions()Returns the value of the Subscriptions property.SubscriptionSetWorkflowDefinition. get_WorkflowSourceSubscriptions()Returns the value of the WorkflowSourceSubscriptions property. -
Uses of SubscriptionSet in com.filenet.api.events
Methods in com.filenet.api.events that return SubscriptionSet Modifier and Type Method and Description SubscriptionSetEventAction. get_Subscriptions()Returns the value of the Subscriptions property.
-