Uses of Class
org.apache.wiki.event.WorkflowEvent
-
Packages that use WorkflowEvent Package Description org.apache.wiki.event -
-
Uses of WorkflowEvent in org.apache.wiki.event
Methods in org.apache.wiki.event that return WorkflowEvent Modifier and Type Method Description static WorkflowEvent
WikiEventEmitter. fireWorkflowEvent(java.lang.Object src, int type)
Fires a Workflow Event from provided source and workflow type.static WorkflowEvent
WikiEventEmitter. fireWorkflowEvent(java.lang.Object src, int type, java.lang.Object... args)
Fires a Workflow Event from provided source and workflow type.
-