19 package org.turro.activity;
21 import java.util.ArrayList;
22 import org.turro.string.Strings;
23 import org.turro.entities.Entities;
24 import org.turro.path.Path;
25 import org.turro.reflection.Instances;
36 ArrayList<IParticipation> activities =
new ArrayList<>();
37 if(!Strings.isBlank(entityPath)) {
38 Path path =
new Path(entityPath);
40 activities.addAll(iCatcher.getParticipations(path));
50 public static void doDelete(String entityPath) {
58 iCatcher.onChange(entity);
64 iCatcher.onDelete(entity);
static void onDelete(Object entity)
static void onChange(Object entity)
static void doDelete(String entityPath)
static ArrayList< IParticipation > getParticipations(String entityPath)
static void doDelete(Object entity)
static IElephantEntity getController(String path)