public interface Subscription extends SecureObject, Subscription, org.openmdx.base.cci2.BasicObject
Subscription| Modifier and Type | Interface and Description |
|---|---|
static interface |
Subscription.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
Set<Short> |
getEventType()
Retrieves a set containing all the elements for the attribute
eventType. |
String |
getFilterName0()
Retrieves the possibly null value for the optional attribute
filterName0. |
String |
getFilterName1()
Retrieves the possibly null value for the optional attribute
filterName1. |
String |
getFilterName2()
Retrieves the possibly null value for the optional attribute
filterName2. |
String |
getFilterName3()
Retrieves the possibly null value for the optional attribute
filterName3. |
String |
getFilterName4()
Retrieves the possibly null value for the optional attribute
filterName4. |
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. |
String |
getName()
Retrieves the value for the attribute
name. |
Topic |
getTopic()
Retrieves the value for the reference
topic. |
boolean |
isActive()
Retrieves the value for the attribute
isActive. |
void |
setActive(boolean isActive)
Sets a new value for the attribute
isActive. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setEventType(short... eventType)
Clears
eventType and adds the given value(s). |
void |
setFilterName0(String filterName0)
Sets a new value for the attribute
filterName0. |
void |
setFilterName1(String filterName1)
Sets a new value for the attribute
filterName1. |
void |
setFilterName2(String filterName2)
Sets a new value for the attribute
filterName2. |
void |
setFilterName3(String filterName3)
Sets a new value for the attribute
filterName3. |
void |
setFilterName4(String filterName4)
Sets a new value for the attribute
filterName4. |
void |
setFilterValue0(String... filterValue0)
Clears
filterValue0 and adds the given value(s). |
void |
setFilterValue1(String... filterValue1)
Clears
filterValue1 and adds the given value(s). |
void |
setFilterValue2(String... filterValue2)
Clears
filterValue2 and adds the given value(s). |
void |
setFilterValue3(String... filterValue3)
Clears
filterValue3 and adds the given value(s). |
void |
setFilterValue4(String... filterValue4)
Clears
filterValue4 and adds the given value(s). |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setTopic(Topic topic)
Sets a new value for the reference
topic. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.Set<Short> getEventType()
eventType.void setEventType(short... eventType)
eventType and adds the given value(s).
This method is equivalent to
set.clear();
for(short e : attributeName){
set.add(e);
}
eventType - value(s) to be added to eventTypeString getFilterName0()
filterName0.filterName0.void setFilterName0(String filterName0)
filterName0.filterName0 - The possibly null new value for attribute filterName0.String getFilterName1()
filterName1.filterName1.void setFilterName1(String filterName1)
filterName1.filterName1 - The possibly null new value for attribute filterName1.String getFilterName2()
filterName2.filterName2.void setFilterName2(String filterName2)
filterName2.filterName2 - The possibly null new value for attribute filterName2.String getFilterName3()
filterName3.filterName3.void setFilterName3(String filterName3)
filterName3.filterName3 - The possibly null new value for attribute filterName3.String getFilterName4()
filterName4.filterName4.void setFilterName4(String filterName4)
filterName4.filterName4 - The possibly null new value for attribute filterName4.Set<String> getFilterValue0()
filterValue0.void setFilterValue0(String... filterValue0)
filterValue0 and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
filterValue0 - value(s) to be added to filterValue0Set<String> getFilterValue1()
filterValue1.void setFilterValue1(String... filterValue1)
filterValue1 and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
filterValue1 - value(s) to be added to filterValue1Set<String> getFilterValue2()
filterValue2.void setFilterValue2(String... filterValue2)
filterValue2 and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
filterValue2 - value(s) to be added to filterValue2Set<String> getFilterValue3()
filterValue3.void setFilterValue3(String... filterValue3)
filterValue3 and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
filterValue3 - value(s) to be added to filterValue3Set<String> getFilterValue4()
filterValue4.void setFilterValue4(String... filterValue4)
filterValue4 and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
filterValue4 - value(s) to be added to filterValue4boolean isActive()
isActive.isActive.void setActive(boolean isActive)
isActive.isActive - The non-null new value for attribute isActive.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.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.