org.opencrx.kernel.home1.cci2.Subscription Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* Class {@code Subscription}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.552033681Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Subscription
extends org.opencrx.kernel.base.cci2.SecureObject,
org.opencrx.kernel.base.cci2.Subscription,
org.openmdx.base.cci2.BasicObject{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code description}.
* @return The possibly null value for attribute {@code description}.
*/
public java.lang.String getDescription(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code description}.
* @param description The possibly null new value for attribute {@code description}.
*/
public void setDescription(
java.lang.String description
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code eventType}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getEventType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code eventType} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(short e : eventType){
* set.add(e);
* }
*
* @param eventType value(s) to be added to {@code eventType}
*/
public void setEventType(
short... eventType
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code filterName0}.
* @return The possibly null value for attribute {@code filterName0}.
*/
public java.lang.String getFilterName0(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code filterName0}.
* @param filterName0 The possibly null new value for attribute {@code filterName0}.
*/
public void setFilterName0(
java.lang.String filterName0
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code filterName1}.
* @return The possibly null value for attribute {@code filterName1}.
*/
public java.lang.String getFilterName1(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code filterName1}.
* @param filterName1 The possibly null new value for attribute {@code filterName1}.
*/
public void setFilterName1(
java.lang.String filterName1
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code filterName2}.
* @return The possibly null value for attribute {@code filterName2}.
*/
public java.lang.String getFilterName2(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code filterName2}.
* @param filterName2 The possibly null new value for attribute {@code filterName2}.
*/
public void setFilterName2(
java.lang.String filterName2
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code filterName3}.
* @return The possibly null value for attribute {@code filterName3}.
*/
public java.lang.String getFilterName3(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code filterName3}.
* @param filterName3 The possibly null new value for attribute {@code filterName3}.
*/
public void setFilterName3(
java.lang.String filterName3
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code filterName4}.
* @return The possibly null value for attribute {@code filterName4}.
*/
public java.lang.String getFilterName4(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code filterName4}.
* @param filterName4 The possibly null new value for attribute {@code filterName4}.
*/
public void setFilterName4(
java.lang.String filterName4
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code filterValue0}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getFilterValue0(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code filterValue0} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : filterValue0){
* set.add(e);
* }
*
* @param filterValue0 value(s) to be added to {@code filterValue0}
*/
public void setFilterValue0(
java.lang.String... filterValue0
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code filterValue1}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getFilterValue1(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code filterValue1} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : filterValue1){
* set.add(e);
* }
*
* @param filterValue1 value(s) to be added to {@code filterValue1}
*/
public void setFilterValue1(
java.lang.String... filterValue1
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code filterValue2}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getFilterValue2(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code filterValue2} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : filterValue2){
* set.add(e);
* }
*
* @param filterValue2 value(s) to be added to {@code filterValue2}
*/
public void setFilterValue2(
java.lang.String... filterValue2
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code filterValue3}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getFilterValue3(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code filterValue3} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : filterValue3){
* set.add(e);
* }
*
* @param filterValue3 value(s) to be added to {@code filterValue3}
*/
public void setFilterValue3(
java.lang.String... filterValue3
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code filterValue4}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getFilterValue4(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code filterValue4} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : filterValue4){
* set.add(e);
* }
*
* @param filterValue4 value(s) to be added to {@code filterValue4}
*/
public void setFilterValue4(
java.lang.String... filterValue4
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code isActive}.
* @return The non-null value for attribute {@code isActive}.
*/
public boolean isActive(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code isActive}.
* @param isActive The non-{@code null} new value for attribute {@code isActive}.
*/
public void setActive(
boolean isActive
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.home1.cci2.SubscriptionMatchesResult matches(
org.opencrx.kernel.home1.cci2.SubscriptionMatchesParams in
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code name}.
* @return The non-null value for attribute {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code name}.
* @param name The non-{@code null} new value for attribute {@code name}.
*/
public void setName(
java.lang.String name
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code topic}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.workflow1.cci2.Topic getTopic(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code topic}.
* @param topic The new—possibly {@code null}—value for this reference.
*/
public void setTopic(
org.opencrx.kernel.workflow1.cci2.Topic topic
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code UserHome}'s identity
* @return the parent object's identity
*/
public org.opencrx.kernel.home1.cci2.UserHome.Identity getUserHome();
/**
* Tells whether the {@code id} value is persistent or reassignable.
* @return {@code PERSISTENT} or {@code REASSIGNABLE}
*/
public org.oasisopen.cci2.QualifierType getIdType();
/**
* The {@code id} value
* @return the {@code id} value
*/
public java.lang.String getId();
}
}