Class ActivitiesManagementResource
java.lang.Object
com.flowable.platform.rest.service.api.BasePlatformResource
com.flowable.platform.rest.service.api.activity.ActivitiesManagementResource
@RestController public class ActivitiesManagementResource extends BasePlatformResource
-
Field Summary
Fields inherited from class com.flowable.platform.rest.service.api.BasePlatformResource
additionalAdminUsers, platformSecurityInterceptor
-
Constructor Summary
Constructors Constructor Description ActivitiesManagementResource(PlatformReindexService platformReindexService)
-
Method Summary
Methods inherited from class com.flowable.platform.rest.service.api.BasePlatformResource
currentUserHasAdminRights, currentUserHasAuthority, currentUserIsSuperAdmin
-
Constructor Details
-
Method Details
-
reindex
@PostMapping("/activities/reindex") public org.springframework.http.ResponseEntity<java.lang.Void> reindex(java.security.Principal principal) -
reindex
@PostMapping("/activities/{activityInstanceId}reindex") public org.springframework.http.ResponseEntity<java.lang.Void> reindex(java.security.Principal principal, @PathVariable java.lang.String activityInstanceId)
-