com.filenet.api.events
Interface WorkflowEventAction
- All Superinterfaces:
- Action, EngineObject, EventAction, IndependentlyPersistableObject, IndependentObject, Replicable, RepositoryObject, java.io.Serializable, Subscribable
public interface WorkflowEventAction
- extends RepositoryObject, EventAction
Represents a definition of the actions taken when a workflow is initiated via an event
that is subscribed to by a workflow subscription.
To create a WorkflowEventAction
object and persist it to a Content Engine object store,
call the createInstance
method on the
Factory.WorkflowEventAction
class.
You can instantiate a WorkflowEventAction
object in the following ways:
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: EventAction
Methods inherited from interface com.filenet.api.events.Action |
get_ActiveMarkings, get_AuditedEvents, get_CodeModule, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Owner, get_Permissions, get_ProgId, get_ScriptText, set_CodeModule, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Owner, set_Permissions, set_ProgId, set_ScriptText |
© Copyright IBM Corporation 2006, 2009. All rights reserved.