public class WorkspaceEventFilterByParentId extends Object implements WorkspaceEventFilterCriteria
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
acceptedParentIds |
| Constructor and Description |
|---|
WorkspaceEventFilterByParentId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(WorkspaceEvent event)
Accept or reject a event.
|
void |
addParentId(String parentId)
Add a parent id.
|
void |
removeParentId(String parentId)
Remove a parent id.
|
public void addParentId(String parentId)
parentId - the parent id to add.public void removeParentId(String parentId)
parentId - the parent id to remove.public boolean accept(WorkspaceEvent event)
accept in interface WorkspaceEventFilterCriteriaevent - the event.true if the event is accepted, false otherwise.Copyright © 2020. All Rights Reserved.