|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Subscription
Class Subscription
| Nested Class Summary | |
|---|---|
static interface |
Subscription.Identity
Object Identity |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Method Detail |
|---|
String 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(); set.addAll(Arrays.asList(eventType));
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(); set.addAll(Arrays.asList(filterValue0));
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(); set.addAll(Arrays.asList(filterValue1));
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(); set.addAll(Arrays.asList(filterValue2));
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(); set.addAll(Arrays.asList(filterValue3));
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(); set.addAll(Arrays.asList(filterValue4));
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 non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||