|
||||||||||
| 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 | ||
|---|---|---|
void |
addOwningGroup(int index,
PrincipalGroup newValue)
|
|
void |
addOwningGroup(PrincipalGroup newValue)
|
|
org.openmdx.base.cci2.BasicObject |
getAccessGrantedByParent()
Retrieves the value for the reference accessGrantedByParent. |
|
Set<Short> |
getEventType()
|
|
Set<String> |
getFilterValue0()
|
|
Set<String> |
getFilterValue1()
|
|
Set<String> |
getFilterValue2()
|
|
Set<String> |
getFilterValue3()
|
|
Set<String> |
getFilterValue4()
|
|
User |
getOwningUser()
Retrieves the value for the reference owningUser. |
|
Topic |
getTopic()
Retrieves the value for the reference topic. |
|
|
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
|
void |
removeOwningGroup(int index)
|
|
void |
removeOwningUser()
Removes the value for the optional reference owningUser. |
|
void |
removeTopic()
Removes the value for the optional reference topic. |
|
void |
setEventType(Set<Short> eventType)
This method is equivalent to |
|
void |
setFilterValue0(Set<String> filterValue0)
This method is equivalent to |
|
void |
setFilterValue1(Set<String> filterValue1)
This method is equivalent to |
|
void |
setFilterValue2(Set<String> filterValue2)
This method is equivalent to |
|
void |
setFilterValue3(Set<String> filterValue3)
This method is equivalent to |
|
void |
setFilterValue4(Set<String> filterValue4)
This method is equivalent to |
|
void |
setOwningUser(User owningUser)
Sets a new value for the reference owningUser. |
|
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.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, getOwner, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| 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 |
|---|
org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
accessGrantedByParent.
getAccessGrantedByParent in interface SecureObjectnull – value for this reference.
void addOwningGroup(int index,
PrincipalGroup newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addOwningGroup(PrincipalGroup newValue)
newValue - The element to be appended.void removeOwningGroup(int index)
User getOwningUser()
owningUser.
getOwningUser in interface SecureObjectnull – value for this reference.void setOwningUser(User owningUser)
owningUser.
setOwningUser in interface SecureObjectowningUser - The non-null new value for this reference.void removeOwningUser()
owningUser.
Set<Short> getEventType()
void setEventType(Set<Short> eventType)
This method is equivalent to
set.clear(); set.addAll(eventType);
eventType - collection to be copied.Set<String> getFilterValue0()
void setFilterValue0(Set<String> filterValue0)
This method is equivalent to
set.clear(); set.addAll(filterValue0);
filterValue0 - collection to be copied.Set<String> getFilterValue1()
void setFilterValue1(Set<String> filterValue1)
This method is equivalent to
set.clear(); set.addAll(filterValue1);
filterValue1 - collection to be copied.Set<String> getFilterValue2()
void setFilterValue2(Set<String> filterValue2)
This method is equivalent to
set.clear(); set.addAll(filterValue2);
filterValue2 - collection to be copied.Set<String> getFilterValue3()
void setFilterValue3(Set<String> filterValue3)
This method is equivalent to
set.clear(); set.addAll(filterValue3);
filterValue3 - collection to be copied.Set<String> getFilterValue4()
void setFilterValue4(Set<String> filterValue4)
This method is equivalent to
set.clear(); set.addAll(filterValue4);
filterValue4 - collection to be copied.Topic getTopic()
topic.
null – value for this reference.void setTopic(Topic topic)
topic.
topic - The non-null new value for this reference.void removeTopic()
topic.
<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
view for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.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 | |||||||||