|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mirth.connect.server.userutil.DestinationSet
public class DestinationSet
Utility class used in the preprocessor or source filter/transformer to prevent the message from being sent to specific destinations.
Constructor Summary | |
---|---|
DestinationSet(ImmutableConnectorMessage connectorMessage)
DestinationSet instances should NOT be constructed manually. |
Method Summary | |
---|---|
boolean |
remove(java.util.Collection<java.lang.Object> metaDataIdOrConnectorNames)
Stop a destination from being processed for this message. |
boolean |
remove(java.lang.Object metaDataIdOrConnectorName)
Stop a destination from being processed for this message. |
boolean |
removeAll()
Stop all destinations from being processed for this message. |
boolean |
removeAllExcept(java.util.Collection<java.lang.Object> metaDataIdOrConnectorNames)
Stop all except one destination from being processed for this message. |
boolean |
removeAllExcept(java.lang.Object metaDataIdOrConnectorName)
Stop all except one destination from being processed for this message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestinationSet(ImmutableConnectorMessage connectorMessage)
Method Detail |
---|
public boolean remove(java.lang.Object metaDataIdOrConnectorName)
metaDataIdOrConnectorName
- An integer representing the metaDataId of a destination connector, or the actual
destination connector name.
public boolean remove(java.util.Collection<java.lang.Object> metaDataIdOrConnectorNames)
metaDataIdOrConnectorNames
- A collection of integers representing the metaDataId of a destination connectors,
or the actual destination connector names. JavaScript arrays can be used.
public boolean removeAllExcept(java.lang.Object metaDataIdOrConnectorName)
metaDataIdOrConnectorName
- An integer representing the metaDataId of a destination connector, or the actual
destination connector name.
public boolean removeAllExcept(java.util.Collection<java.lang.Object> metaDataIdOrConnectorNames)
metaDataIdOrConnectorNames
- A collection of integers representing the metaDataId of a destination connectors,
or the actual destination connector names. JavaScript arrays can be used.
public boolean removeAll()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |