public class EventFlowsImpl extends CloneableDataObject implements EventFlows
Title: Service Event Fabric Core
Description: Implements the EventFlows
interface.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
EventFlowsImpl(java.lang.String eventId,
java.lang.String eventModel) |
Modifier and Type | Method and Description |
---|---|
EventFlowsImpl |
clone()
Clones the object.
|
java.lang.String |
getEventId()
Returns an event id of the event flows.
|
java.lang.String |
getEventModel()
Returns an event model of the event flow.
|
java.util.List |
getSinkEventFlows()
Returns a list of all source event flows.
|
java.util.List |
getSourceEventFlows()
Returns a list of all source event flows.
|
boolean |
isEmpty()
Checks if the both lists of sink and source event flows are empty.
|
getSerialVersionUID
public EventFlowsImpl(java.lang.String eventId, java.lang.String eventModel)
public java.lang.String getEventId()
EventFlows
getEventId
in interface EventFlows
public java.lang.String getEventModel()
EventFlows
getEventModel
in interface EventFlows
public java.util.List getSourceEventFlows()
EventFlows
getSourceEventFlows
in interface EventFlows
public java.util.List getSinkEventFlows()
EventFlows
getSinkEventFlows
in interface EventFlows
public boolean isEmpty()
EventFlows
isEmpty
in interface EventFlows
true
if the both lists of sink and source event flows are empty, false
otherwise.public EventFlowsImpl clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.