Package org.xwiki.filter.job
Class FilterConversionStarted
- java.lang.Object
-
- org.xwiki.job.event.JobStartedEvent
-
- org.xwiki.filter.job.FilterConversionStarted
-
- All Implemented Interfaces:
Serializable
,JobEvent
,org.xwiki.observation.event.BeginEvent
,org.xwiki.observation.event.BeginFoldEvent
,org.xwiki.observation.event.Event
public class FilterConversionStarted extends JobStartedEvent implements org.xwiki.observation.event.BeginFoldEvent
ExtendsJobStartedEvent
to fold events produced during conversion.- Since:
- 8.2RC1
- Version:
- $Id: 1a18b234a6ebfac8022bc6ff45068a414b60d14d $
- See Also:
JobStartedEvent
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterConversionStarted(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
-
-