Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
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 | Method and Description |
---|---|
EventClassDefinition |
AuditDefinition.get_EventClass()
Returns the value of the EventClass property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditDefinition.set_EventClass(EventClassDefinition value)
Sets the value of the EventClass property.
|
Modifier and Type | Method and Description |
---|---|
static EventClassDefinition |
Factory.EventClassDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
EventClassDefinition class
by the specified object ID from the specified object store. |
static EventClassDefinition |
Factory.EventClassDefinition.fetchInstance(ObjectStore os,
java.lang.String objectIdentity,
PropertyFilter filter)
Retrieves an object of the
EventClassDefinition class by the specified object
identity from the specified object store. |
static EventClassDefinition |
Factory.EventClassDefinition.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
EventClassDefinition class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
EventClassDefinition |
SubscribedEvent.get_EventClass()
Returns the value of the EventClass property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscribedEvent.set_EventClass(EventClassDefinition value)
Sets the value of the EventClass property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.