|
||||||||||
| 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()
|
Set<Short> |
getEventType()
|
String |
getFilterName0()
|
String |
getFilterName1()
|
String |
getFilterName2()
|
String |
getFilterName3()
|
String |
getFilterName4()
|
Set<String> |
getFilterValue0()
|
Set<String> |
getFilterValue1()
|
Set<String> |
getFilterValue2()
|
Set<String> |
getFilterValue3()
|
Set<String> |
getFilterValue4()
|
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)
This method is equivalent to |
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)
This method is equivalent to |
void |
setFilterValue1(String... filterValue1)
This method is equivalent to |
void |
setFilterValue2(String... filterValue2)
This method is equivalent to |
void |
setFilterValue3(String... filterValue3)
This method is equivalent to |
void |
setFilterValue4(String... filterValue4)
This method is equivalent to |
void |
setName(String name)
Sets a new value for the attribute name. |
void |
setTopic(Topic topic)
Sets a new value for the reference topic. |
void |
setUserHome(UserHome userHome)
Sets a new value for the reference userHome. |
void |
setUserHome(UserHome userHome,
boolean idIsPersistent,
String id)
Set the object's composite association org:opencrx:kernel:home1:UserHomeContainsSubscription. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.Set<Short> getEventType()
void setEventType(Short... eventType)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(eventType));
eventType - value(s) to be added to eventTypeString getFilterName0()
filterName0.void setFilterName0(String filterName0)
filterName0.
filterName0 - The possibly null new value for attribute filterName0.String getFilterName1()
filterName1.void setFilterName1(String filterName1)
filterName1.
filterName1 - The possibly null new value for attribute filterName1.String getFilterName2()
filterName2.void setFilterName2(String filterName2)
filterName2.
filterName2 - The possibly null new value for attribute filterName2.String getFilterName3()
filterName3.void setFilterName3(String filterName3)
filterName3.
filterName3 - The possibly null new value for attribute filterName3.String getFilterName4()
filterName4.void setFilterName4(String filterName4)
filterName4.
filterName4 - The possibly null new value for attribute filterName4.Set<String> getFilterValue0()
void setFilterValue0(String... filterValue0)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(filterValue0));
filterValue0 - value(s) to be added to filterValue0Set<String> getFilterValue1()
void setFilterValue1(String... filterValue1)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(filterValue1));
filterValue1 - value(s) to be added to filterValue1Set<String> getFilterValue2()
void setFilterValue2(String... filterValue2)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(filterValue2));
filterValue2 - value(s) to be added to filterValue2Set<String> getFilterValue3()
void setFilterValue3(String... filterValue3)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(filterValue3));
filterValue3 - value(s) to be added to filterValue3Set<String> getFilterValue4()
void setFilterValue4(String... filterValue4)
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.void setUserHome(UserHome userHome)
userHome.
userHome - The non-null new value for this reference.
void setUserHome(UserHome userHome,
boolean idIsPersistent,
String id)
org:opencrx:kernel:home1:UserHomeContainsSubscription.
userHome - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||