org.opencrx.kernel.home1.jmi1
Interface Subscription

All Superinterfaces:
BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, SecureObject, Subscription

public interface Subscription
extends Subscription, SecureObject, Subscription, BasicObject

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

getEventType

Set<Short> getEventType()
Retrieves a set containing all the elements for the attribute eventType.

Returns:
A set containing all elements for this attribute.

setEventType

void setEventType(Set<Short> eventType)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
eventType - collection to be copied.

getFilterValue0

Set<String> getFilterValue0()
Retrieves a set containing all the elements for the attribute filterValue0.

Returns:
A set containing all elements for this attribute.

setFilterValue0

void setFilterValue0(Set<String> filterValue0)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
filterValue0 - collection to be copied.

getFilterValue1

Set<String> getFilterValue1()
Retrieves a set containing all the elements for the attribute filterValue1.

Returns:
A set containing all elements for this attribute.

setFilterValue1

void setFilterValue1(Set<String> filterValue1)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
filterValue1 - collection to be copied.

getFilterValue2

Set<String> getFilterValue2()
Retrieves a set containing all the elements for the attribute filterValue2.

Returns:
A set containing all elements for this attribute.

setFilterValue2

void setFilterValue2(Set<String> filterValue2)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
filterValue2 - collection to be copied.

getFilterValue3

Set<String> getFilterValue3()
Retrieves a set containing all the elements for the attribute filterValue3.

Returns:
A set containing all elements for this attribute.

setFilterValue3

void setFilterValue3(Set<String> filterValue3)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
filterValue3 - collection to be copied.

getFilterValue4

Set<String> getFilterValue4()
Retrieves a set containing all the elements for the attribute filterValue4.

Returns:
A set containing all elements for this attribute.

setFilterValue4

void setFilterValue4(Set<String> filterValue4)
Clears 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.
In order to remain standard compliant you should use the equivalent code.

Parameters:
filterValue4 - collection to be copied.

getTopic

Topic getTopic()
Retrieves the value for the reference topic.

Returns:
The – possibly null – value for this reference.

setTopic

void setTopic(Topic topic)
Sets a new value for the reference topic.

Parameters:
topic - The new – possibly null – value for this reference.


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.