Annotation Type AttachmentHugeProcess
-
@Inherited @Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) @InterceptorBinding @InterceptorBindingOfAttachmentHugeProcess public @interface AttachmentHugeProcess
Annotation to specify a service method that performs a huge processing over attachments.This annotation MUST be used with one of the following annotations on method parameters:
- @
SourcePK
: allows to identify aResourceReference
into parameters. From this reference will be extracted the identifier of the component instance involved by the processing - @
Target
: same asSourcePK
SourceObject
: allows to identify from any object the identifier of the component instance involved by the processing. If the object is not aSimpleDocument
one, then the methodObject.toString()
of the annotated object instance MUST return a component instance identifier to be functional
- Author:
- silveryocha
- @