-
Packages that use EventAction Package Description 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 EventAction in com.filenet.api.core
Methods in com.filenet.api.core that return EventAction Modifier and Type Method and Description static EventActionFactory.EventAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableEventActionclass to be persisted in the specified object store.static EventActionFactory.EventAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableEventActionclass to be persisted in the specified object store.static EventActionFactory.EventAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theEventActionclass by the specified object ID from the specified object store.static EventActionFactory.EventAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableEventActionclass from the specified object store. -
Uses of EventAction in com.filenet.api.events
Subinterfaces of EventAction in com.filenet.api.events Modifier and Type Interface and Description interfaceWorkflowEventActionRepresents the launching of a workflow when an event defined in a subscription is fired.Methods in com.filenet.api.events that return EventAction Modifier and Type Method and Description EventActionSubscription. get_EventAction()Returns the value of the EventAction property.Methods in com.filenet.api.events with parameters of type EventAction Modifier and Type Method and Description voidSubscription. set_EventAction(EventAction value)Sets the value of the EventAction property.
-