com.filenet.api.events
Interface PublishCompleteEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, ObjectChangeEvent, RepositoryObject, java.io.Serializable
public interface PublishCompleteEvent
- extends RepositoryObject, ObjectChangeEvent
Represents an event that occurs when a document-publishing request has completed.
- Call the
getInstance
or fetchInstance
method on the
Factory.PublishCompleteEvent
class.
- Call
get_AuditedEvents
on a
Document
object,
and iterate the EventSet
collection for instances of PublishCompleteEvent
objects.
- Retrieve a
PublishCompleteEvent
object from a
PublishCompleteEventSet
collection.
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent
- See Also:
- Interface PublishRequestEvent
Methods inherited from interface com.filenet.api.events.Event |
get_Creator, get_DateCreated, get_DateLastModified, get_EventStatus, get_Id, get_InitiatingUser, get_LastModifier, get_Name, get_Owner, get_Permissions, set_Creator, set_DateCreated, set_DateLastModified, set_EventStatus, set_LastModifier, set_Owner, set_Permissions |
get_VersionSeriesId
Id get_VersionSeriesId()
- Returns the value of the VersionSeriesId property. For more information, see
VersionSeriesId Property.
get_ModifiedProperties
StringList get_ModifiedProperties()
- Returns the value of the ModifiedProperties property. For more information, see
ModifiedProperties Property.
get_OriginalObject
IndependentObject get_OriginalObject()
- Returns the value of the OriginalObject property. For more information, see
OriginalObject Property.
© Copyright IBM Corporation 2006, 2008. All rights reserved.