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 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassSubscriptionSet
Represents a collection of
ClassSubscription objects. |
interface |
ClassWorkflowSubscriptionSet
Represents a collection of
ClassWorkflowSubscription objects. |
interface |
InstanceSubscriptionSet
Represents a collection of
InstanceSubscription objects. |
interface |
InstanceWorkflowSubscriptionSet
Represents a collection of
InstanceWorkflowSubscription objects. |
Modifier and Type | Method and Description |
---|---|
SubscriptionSet |
ObjectStore.get_Subscriptions()
Returns the value of the Subscriptions property.
|
SubscriptionSet |
WorkflowDefinition.get_WorkflowSourceSubscriptions()
Returns the value of the WorkflowSourceSubscriptions property.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionSet |
EventAction.get_Subscriptions()
Returns the value of the Subscriptions property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.