public interface PointToPointFlowProfileService
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getAllPointToPointFlowProfileIds()
Get a Set of all of the ids for all of the PointToPointFlowProfiles or an empty Set
|
Set<PointToPointFlowProfile> |
getAllPointToPointFlowProfiles()
Get a Set of PointToPointFlowProfiles
|
Set<Long> |
getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a Set of all of the module ids for the given PointToPointFlowProfile Ids or an empty Set
|
Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
Set<Long> getAllPointToPointFlowProfileIds()
Set<Long> getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
pointToPointFlowProfileIds - - The point to point profile ids to search onCopyright © 2007-2015 Ikasan. All Rights Reserved.