Package org.xwiki.filter.job
Class FilterConversionFinished
- java.lang.Object
-
- org.xwiki.job.event.JobFinishedEvent
-
- org.xwiki.filter.job.FilterConversionFinished
-
- All Implemented Interfaces:
Serializable
,JobEvent
,org.xwiki.observation.event.EndEvent
,org.xwiki.observation.event.EndFoldEvent
,org.xwiki.observation.event.Event
public class FilterConversionFinished extends JobFinishedEvent implements org.xwiki.observation.event.EndFoldEvent
ExtendsJobFinishedEvent
to fold events produced during conversion.- Since:
- 8.2RC1
- Version:
- $Id: b905e698952992b9944f33a6d5ba74d7587d0728 $
- See Also:
JobFinishedEvent
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterConversionFinished(List<String> jobId, String jobType, Request request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getJobId()
String
getJobType()
Request
getRequest()
boolean
matches(Object arg0)
-
-
-
Method Detail
-
getJobType
public String getJobType()
- Specified by:
getJobType
in interfaceJobEvent
-
getRequest
public Request getRequest()
- Specified by:
getRequest
in interfaceJobEvent
-
matches
public boolean matches(Object arg0)
- Specified by:
matches
in interfaceorg.xwiki.observation.event.Event
-
-