public interface FunnelDAO
| Modifier and Type | Method and Description |
|---|---|
Funnel |
createFunnel(String groupId,
FunnelDTO funnelDTO)
Creates a funnel in the specified group.
|
void |
deleteFunnel(String groupId,
String funnelId)
Deletes the specified Funnel in the specified group.
|
Funnel |
getFunnel(String groupId,
String funnelId)
Gets the specified funnel in the specified group.
|
Set<Funnel> |
getFunnels(String groupId)
Gets all of the funnels in the specified group.
|
boolean |
hasFunnel(String groupId,
String funnelId)
Determines if the specified funnel exists in the specified group.
|
Funnel |
updateFunnel(String groupId,
FunnelDTO funnelDTO)
Updates the specified funnel in the specified group.
|
void |
verifyDelete(String groupId,
String funnelId)
Determines whether this funnel can be removed.
|
boolean hasFunnel(String groupId, String funnelId)
groupId - funnelId - Funnel createFunnel(String groupId, FunnelDTO funnelDTO)
groupId - funnelDTO - The funnel DTOFunnel getFunnel(String groupId, String funnelId)
groupId - funnelId - The funnel idSet<Funnel> getFunnels(String groupId)
groupId - Funnel updateFunnel(String groupId, FunnelDTO funnelDTO)
groupId - funnelDTO - The funnel DTOvoid verifyDelete(String groupId, String funnelId)
groupId - funnelId - Copyright © 2015 Apache NiFi (incubating). All rights reserved.