|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Subscription
| Method Summary | |
|---|---|
String |
getDescription()
|
Set |
getEventType()
|
String |
getFilterName0()
|
String |
getFilterName1()
|
String |
getFilterName2()
|
String |
getFilterName3()
|
String |
getFilterName4()
|
Set |
getFilterValue0()
|
Set |
getFilterValue1()
|
Set |
getFilterValue2()
|
Set |
getFilterValue3()
|
Set |
getFilterValue4()
|
String |
getName()
Retrieves the value for the attribute name. |
Topic |
getTopic()
Retrieves the value for the optional reference topic. |
boolean |
isActive()
Retrieves the value for the attribute isActive. |
void |
removeTopic()
Removes the value for the optional reference topic. |
void |
setActive(boolean newValue)
Sets a new value for the attribute isActive. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setEventType(Set newValue)
|
void |
setFilterName0(String newValue)
Sets a new value for the attribute filterName0. |
void |
setFilterName1(String newValue)
Sets a new value for the attribute filterName1. |
void |
setFilterName2(String newValue)
Sets a new value for the attribute filterName2. |
void |
setFilterName3(String newValue)
Sets a new value for the attribute filterName3. |
void |
setFilterName4(String newValue)
Sets a new value for the attribute filterName4. |
void |
setFilterValue0(Set newValue)
|
void |
setFilterValue1(Set newValue)
|
void |
setFilterValue2(Set newValue)
|
void |
setFilterValue3(Set newValue)
|
void |
setFilterValue4(Set newValue)
|
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setTopic(Topic newValue)
Sets a new value for the reference topic. |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObject |
|---|
addOwningGroup, addOwningGroup, addOwningGroup, addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwner, getOwningGroup, getOwningGroup, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningGroup, removeOwningUser, setAccessLevel, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.Set getEventType()
JmiException - If the values cannot be retrieved for some reason.void setEventType(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.String getFilterName0()
filterName0.
JmiException - If the value cannot be retrieved for some reason.void setFilterName0(String newValue)
filterName0.
newValue - The possibly null new value for attribute filterName0.
JmiException - If the value cannot be set for some reason.String getFilterName1()
filterName1.
JmiException - If the value cannot be retrieved for some reason.void setFilterName1(String newValue)
filterName1.
newValue - The possibly null new value for attribute filterName1.
JmiException - If the value cannot be set for some reason.String getFilterName2()
filterName2.
JmiException - If the value cannot be retrieved for some reason.void setFilterName2(String newValue)
filterName2.
newValue - The possibly null new value for attribute filterName2.
JmiException - If the value cannot be set for some reason.String getFilterName3()
filterName3.
JmiException - If the value cannot be retrieved for some reason.void setFilterName3(String newValue)
filterName3.
newValue - The possibly null new value for attribute filterName3.
JmiException - If the value cannot be set for some reason.String getFilterName4()
filterName4.
JmiException - If the value cannot be retrieved for some reason.void setFilterName4(String newValue)
filterName4.
newValue - The possibly null new value for attribute filterName4.
JmiException - If the value cannot be set for some reason.Set getFilterValue0()
JmiException - If the values cannot be retrieved for some reason.void setFilterValue0(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.Set getFilterValue1()
JmiException - If the values cannot be retrieved for some reason.void setFilterValue1(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.Set getFilterValue2()
JmiException - If the values cannot be retrieved for some reason.void setFilterValue2(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.Set getFilterValue3()
JmiException - If the values cannot be retrieved for some reason.void setFilterValue3(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.Set getFilterValue4()
JmiException - If the values cannot be retrieved for some reason.void setFilterValue4(Set newValue)
newValue - A set containing all the new elements for this attribute.
JmiException - If the values cannot be set for some reason.boolean isActive()
isActive.
isActive.
JmiException - If the value cannot be retrieved for some reason.void setActive(boolean newValue)
isActive.
newValue - The non-null new value for attribute isActive.
JmiException - If the value cannot be set for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.Topic getTopic()
topic.
JmiException - If the value cannot be retrieved for some reason.void setTopic(Topic newValue)
topic.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeTopic()
topic.
JmiException - If the value cannot be removed for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||