@Deactivate protected void deactivate() { for (String type : CONTENT_TYPES) { resourceIndexingService.removeHandler(type, this); } }
@Deactivate protected void deactivate(Map<?, ?> props) { resourceIndexingService.removeHandler(ConnectionConstants.SAKAI_CONTACT_RT, this); }
@Deactivate public void deactivate(Map<String, Object> properties) { for (String type : CONTENT_TYPES) { resourceIndexingService.removeHandler(type, this); } }