Package org.bonitasoft.engine.api.impl
Annotation Type AvailableWhenTenantIsPaused
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface AvailableWhenTenantIsPausedUsed to identify tenant-level API methods that can be called if a the tenant is in a pause mode. All other API method calls will be rejected. Used by the Bonita Engine server interceptor.- Author:
- Emmanuel Duchastenier, Matthieu Chaffotte
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanonlyAvailableWhenPaused
-