Class AttachmentHugeProcessAnnotationInterceptor
- java.lang.Object
-
- org.silverpeas.core.contribution.attachment.process.huge.AbstractAttachmentHugeProcessAnnotationInterceptor
-
- org.silverpeas.core.contribution.attachment.process.huge.AttachmentHugeProcessAnnotationInterceptor
-
@InterceptorBindingOfAttachmentHugeProcess @Interceptor @Priority(2000) public class AttachmentHugeProcessAnnotationInterceptor extends AbstractAttachmentHugeProcessAnnotationInterceptor
Interceptor that handle a huge process over attachments performed by a caller. All method called annotated withAttachmentHugeProcess
and managed by CDI, will be processed by this interceptor.- Author:
- silveryocha
- See Also:
AttachmentHugeProcess
-
-
Constructor Summary
Constructors Constructor Description AttachmentHugeProcessAnnotationInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
endForInstances(Set<String> instanceIds)
protected void
startForInstances(Set<String> instanceIds)
-
Methods inherited from class org.silverpeas.core.contribution.attachment.process.huge.AbstractAttachmentHugeProcessAnnotationInterceptor
intercept, perform, proceed
-
-
-
-
Method Detail
-
startForInstances
protected void startForInstances(Set<String> instanceIds)
- Specified by:
startForInstances
in classAbstractAttachmentHugeProcessAnnotationInterceptor
-
endForInstances
protected void endForInstances(Set<String> instanceIds)
- Specified by:
endForInstances
in classAbstractAttachmentHugeProcessAnnotationInterceptor
-
-