Public Member Functions | |
void | walkUpTree (ITreeEntity entity, Consumer< ITreeEntity > execute) |
void | deleteExceptFor (Object entity, IContact contact, ParticipationReason reason) |
void | createFor (Object entity, IContact contact, ParticipationReason reason) |
Definition at line 34 of file ParticipationWalker.java.
void org.turro.assistant.ParticipationWalker.createFor | ( | Object | entity, |
IContact | contact, | ||
ParticipationReason | reason | ||
) |
Definition at line 70 of file ParticipationWalker.java.
void org.turro.assistant.ParticipationWalker.deleteExceptFor | ( | Object | entity, |
IContact | contact, | ||
ParticipationReason | reason | ||
) |
Definition at line 58 of file ParticipationWalker.java.
void org.turro.assistant.ParticipationWalker.walkUpTree | ( | ITreeEntity | entity, |
Consumer< ITreeEntity > | execute | ||
) |
Definition at line 38 of file ParticipationWalker.java.