public interface Subscription extends Subscription, SecureObject, Subscription, org.openmdx.base.jmi1.BasicObject
SubscriptionSubscription.Identity| Modifier and Type | Method and Description |
|---|---|
Set<Short> |
getEventType()
Retrieves a set containing all the elements for the attribute
eventType. |
Set<String> |
getFilterValue0()
Retrieves a set containing all the elements for the attribute
filterValue0. |
Set<String> |
getFilterValue1()
Retrieves a set containing all the elements for the attribute
filterValue1. |
Set<String> |
getFilterValue2()
Retrieves a set containing all the elements for the attribute
filterValue2. |
Set<String> |
getFilterValue3()
Retrieves a set containing all the elements for the attribute
filterValue3. |
Set<String> |
getFilterValue4()
Retrieves a set containing all the elements for the attribute
filterValue4. |
Topic |
getTopic()
Retrieves the value for the reference
topic. |
SubscriptionMatchesResult |
matches(SubscriptionMatchesParams in) |
void |
setEventType(Set<Short> eventType)
Clears
eventType and adds the members of the given Set. |
void |
setFilterValue0(Set<String> filterValue0)
Clears
filterValue0 and adds the members of the given Set. |
void |
setFilterValue1(Set<String> filterValue1)
Clears
filterValue1 and adds the members of the given Set. |
void |
setFilterValue2(Set<String> filterValue2)
Clears
filterValue2 and adds the members of the given Set. |
void |
setFilterValue3(Set<String> filterValue3)
Clears
filterValue3 and adds the members of the given Set. |
void |
setFilterValue4(Set<String> filterValue4)
Clears
filterValue4 and adds the members of the given Set. |
void |
setTopic(Topic topic)
Sets a new value for the reference
topic. |
getDescription, getFilterName0, getFilterName1, getFilterName2, getFilterName3, getFilterName4, getName, isActive, matches, setActive, setDescription, setEventType, setFilterName0, setFilterName1, setFilterName2, setFilterName3, setFilterName4, setFilterValue0, setFilterValue1, setFilterValue2, setFilterValue3, setFilterValue4, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeSet<Short> getEventType()
eventType.void setEventType(Set<Short> eventType)
eventType and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(eventType);Note: This is an extension to the JMI 1 standard.
eventType - collection to be copied.Set<String> getFilterValue0()
filterValue0.void setFilterValue0(Set<String> filterValue0)
filterValue0 and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(filterValue0);Note: This is an extension to the JMI 1 standard.
filterValue0 - collection to be copied.Set<String> getFilterValue1()
filterValue1.void setFilterValue1(Set<String> filterValue1)
filterValue1 and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(filterValue1);Note: This is an extension to the JMI 1 standard.
filterValue1 - collection to be copied.Set<String> getFilterValue2()
filterValue2.void setFilterValue2(Set<String> filterValue2)
filterValue2 and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(filterValue2);Note: This is an extension to the JMI 1 standard.
filterValue2 - collection to be copied.Set<String> getFilterValue3()
filterValue3.void setFilterValue3(Set<String> filterValue3)
filterValue3 and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(filterValue3);Note: This is an extension to the JMI 1 standard.
filterValue3 - collection to be copied.Set<String> getFilterValue4()
filterValue4.void setFilterValue4(Set<String> filterValue4)
filterValue4 and adds the members of the given Set.
This method is equivalent to
set.clear(); set.addAll(filterValue4);Note: This is an extension to the JMI 1 standard.
filterValue4 - collection to be copied.SubscriptionMatchesResult matches(SubscriptionMatchesParams in)
Topic getTopic()
topic.null – value for this reference.void setTopic(Topic topic)
topic.topic - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.