|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Subscription
Class Subscription
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opencrx.kernel.home1.cci2.Subscription |
|---|
Subscription.Identity |
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from interface org.opencrx.kernel.home1.cci2.Subscription |
|---|
getDescription, getFilterName0, getFilterName1, getFilterName2, getFilterName3, getFilterName4, getName, isActive, setActive, setDescription, setEventType, setFilterName0, setFilterName1, setFilterName2, setFilterName3, setFilterName4, setFilterValue0, setFilterValue1, setFilterValue2, setFilterValue3, setFilterValue4, setName |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
| Methods inherited from interface org.openmdx.base.jmi1.Creatable |
|---|
getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.jmi1.Modifiable |
|---|
getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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 |
|---|
Set<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.Topic getTopic()
topic.
null – value for this reference.void setTopic(Topic topic)
topic.
topic - The new – possibly null – value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||