All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.home1.jmi1.UserHome Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.jmi1;

/**
 * Class {@code UserHome}
 *

* isFrozenisFrozenisFrozenisFrozenisFrozenisFrozenisFrozen */ @javax.annotation.Generated( value = "org.openmdx.application.mof.mapping.java.InstanceMapper", date = "2023-10-28T12:15:37.930446458Z", comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY" ) public interface UserHome extends org.opencrx.kernel.home1.cci2.UserHome, org.opencrx.kernel.activity1.jmi1.ActivitiesSource, org.opencrx.kernel.base.jmi1.AlertSender, org.opencrx.kernel.base.jmi1.Auditee, org.opencrx.kernel.base.jmi1.Importer, org.opencrx.kernel.base.jmi1.SecureObject, org.opencrx.kernel.base.jmi1.WorkflowTarget, org.openmdx.base.jmi1.BasicObject{ // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code accessHistory} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getAccessHistory( org.opencrx.kernel.home1.cci2.AccessHistoryQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code accessHistory} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.AccessHistory getAccessHistory( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code accessHistory} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getAccessHistory(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.AccessHistory getAccessHistory( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code accessHistory}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param accessHistory The element to be appended. */ public void addAccessHistory ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.AccessHistory accessHistory ); /** * Adds the specified element to the set of the values for the reference {@code accessHistory} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param accessHistory The element to be appended. */ public void addAccessHistory ( java.lang.String id, org.opencrx.kernel.home1.jmi1.AccessHistory accessHistory ); /** * Adds the specified element to the set of the values for the reference {@code accessHistory} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param accessHistory The element to be appended. */ public void addAccessHistory ( org.opencrx.kernel.home1.jmi1.AccessHistory accessHistory ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code alert} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getAlert( org.opencrx.kernel.home1.cci2.AlertQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code alert} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Alert getAlert( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code alert} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getAlert(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Alert getAlert( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code alert}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param alert The element to be appended. */ public void addAlert ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.Alert alert ); /** * Adds the specified element to the set of the values for the reference {@code alert} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param alert The element to be appended. */ public void addAlert ( java.lang.String id, org.opencrx.kernel.home1.jmi1.Alert alert ); /** * Adds the specified element to the set of the values for the reference {@code alert} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param alert The element to be appended. */ public void addAlert ( org.opencrx.kernel.home1.jmi1.Alert alert ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedActivity} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getAssignedActivity( org.opencrx.kernel.activity1.cci2.ActivityQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedActivity} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.activity1.jmi1.Activity getAssignedActivity( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code assignedActivity} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getAssignedActivity(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.activity1.jmi1.Activity getAssignedActivity( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedContract} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getAssignedContract( org.opencrx.kernel.contract1.cci2.AbstractContractQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code assignedContract} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.contract1.jmi1.AbstractContract getAssignedContract( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code assignedContract} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getAssignedContract(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.contract1.jmi1.AbstractContract getAssignedContract( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.home1.jmi1.ChangePasswordResult changePassword( org.opencrx.kernel.home1.jmi1.ChangePasswordParams in ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code chart} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getChart( org.opencrx.kernel.home1.cci2.MediaQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code chart} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Media getChart( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code chart} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getChart(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Media getChart( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code chart}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param chart The element to be appended. */ public void addChart ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.Media chart ); /** * Adds the specified element to the set of the values for the reference {@code chart} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param chart The element to be appended. */ public void addChart ( java.lang.String id, org.opencrx.kernel.home1.jmi1.Media chart ); /** * Adds the specified element to the set of the values for the reference {@code chart} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param chart The element to be appended. */ public void addChart ( org.opencrx.kernel.home1.jmi1.Media chart ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code contact}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.account1.jmi1.Contact getContact( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code contact}. * @param contact The new—possibly {@code null}—value for this reference. */ public void setContact( org.opencrx.kernel.account1.cci2.Contact contact ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code eMailAccount} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getEMailAccount( org.opencrx.kernel.home1.cci2.ServiceAccountQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code eMailAccount} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.ServiceAccount getEMailAccount( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code eMailAccount} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getEMailAccount(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.ServiceAccount getEMailAccount( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code eMailAccount}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param eMailAccount The element to be appended. */ public void addEMailAccount ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.ServiceAccount eMailAccount ); /** * Adds the specified element to the set of the values for the reference {@code eMailAccount} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param eMailAccount The element to be appended. */ public void addEMailAccount ( java.lang.String id, org.opencrx.kernel.home1.jmi1.ServiceAccount eMailAccount ); /** * Adds the specified element to the set of the values for the reference {@code eMailAccount} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param eMailAccount The element to be appended. */ public void addEMailAccount ( org.opencrx.kernel.home1.jmi1.ServiceAccount eMailAccount ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code objectFinder} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getObjectFinder( org.opencrx.kernel.home1.cci2.ObjectFinderQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code objectFinder} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.ObjectFinder getObjectFinder( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code objectFinder} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getObjectFinder(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.ObjectFinder getObjectFinder( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code objectFinder}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param objectFinder The element to be appended. */ public void addObjectFinder ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.ObjectFinder objectFinder ); /** * Adds the specified element to the set of the values for the reference {@code objectFinder} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param objectFinder The element to be appended. */ public void addObjectFinder ( java.lang.String id, org.opencrx.kernel.home1.jmi1.ObjectFinder objectFinder ); /** * Adds the specified element to the set of the values for the reference {@code objectFinder} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param objectFinder The element to be appended. */ public void addObjectFinder ( org.opencrx.kernel.home1.jmi1.ObjectFinder objectFinder ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code primaryGroup}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.security.realm1.jmi1.PrincipalGroup getPrimaryGroup( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code primaryGroup}. * @param primaryGroup The new—possibly {@code null}—value for this reference. */ public void setPrimaryGroup( org.opencrx.security.realm1.cci2.PrincipalGroup primaryGroup ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code propertySet} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getPropertySet( org.opencrx.kernel.home1.cci2.PropertySetQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code propertySet} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.PropertySet getPropertySet( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code propertySet} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getPropertySet(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.PropertySet getPropertySet( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code propertySet}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param propertySet The element to be appended. */ public void addPropertySet ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.PropertySet propertySet ); /** * Adds the specified element to the set of the values for the reference {@code propertySet} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param propertySet The element to be appended. */ public void addPropertySet ( java.lang.String id, org.opencrx.kernel.home1.jmi1.PropertySet propertySet ); /** * Adds the specified element to the set of the values for the reference {@code propertySet} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param propertySet The element to be appended. */ public void addPropertySet ( org.opencrx.kernel.home1.jmi1.PropertySet propertySet ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code quickAccess} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getQuickAccess( org.opencrx.kernel.home1.cci2.QuickAccessQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code quickAccess} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.QuickAccess getQuickAccess( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code quickAccess} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getQuickAccess(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.QuickAccess getQuickAccess( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code quickAccess}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param quickAccess The element to be appended. */ public void addQuickAccess ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.QuickAccess quickAccess ); /** * Adds the specified element to the set of the values for the reference {@code quickAccess} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param quickAccess The element to be appended. */ public void addQuickAccess ( java.lang.String id, org.opencrx.kernel.home1.jmi1.QuickAccess quickAccess ); /** * Adds the specified element to the set of the values for the reference {@code quickAccess} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param quickAccess The element to be appended. */ public void addQuickAccess ( org.opencrx.kernel.home1.jmi1.QuickAccess quickAccess ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.jmi1.Void refreshItems( ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.jmi1.Void requestPasswordReset( ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.home1.jmi1.SearchResult searchAdvanced( org.opencrx.kernel.home1.jmi1.SearchAdvancedParams in ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.home1.jmi1.SearchResult searchBasic( org.opencrx.kernel.home1.jmi1.SearchBasicParams in ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code subscription} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getSubscription( org.opencrx.kernel.home1.cci2.SubscriptionQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code subscription} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Subscription getSubscription( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code subscription} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getSubscription(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Subscription getSubscription( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code subscription}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param subscription The element to be appended. */ public void addSubscription ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.Subscription subscription ); /** * Adds the specified element to the set of the values for the reference {@code subscription} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param subscription The element to be appended. */ public void addSubscription ( java.lang.String id, org.opencrx.kernel.home1.jmi1.Subscription subscription ); /** * Adds the specified element to the set of the values for the reference {@code subscription} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param subscription The element to be appended. */ public void addSubscription ( org.opencrx.kernel.home1.jmi1.Subscription subscription ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code syncProfile} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getSyncProfile( org.opencrx.kernel.home1.cci2.SyncProfileQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code syncProfile} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.SyncProfile getSyncProfile( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code syncProfile} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getSyncProfile(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.SyncProfile getSyncProfile( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code syncProfile}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param syncProfile The element to be appended. */ public void addSyncProfile ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.SyncProfile syncProfile ); /** * Adds the specified element to the set of the values for the reference {@code syncProfile} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param syncProfile The element to be appended. */ public void addSyncProfile ( java.lang.String id, org.opencrx.kernel.home1.jmi1.SyncProfile syncProfile ); /** * Adds the specified element to the set of the values for the reference {@code syncProfile} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param syncProfile The element to be appended. */ public void addSyncProfile ( org.opencrx.kernel.home1.jmi1.SyncProfile syncProfile ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code timer} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getTimer( org.opencrx.kernel.home1.cci2.TimerQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code timer} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Timer getTimer( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code timer} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getTimer(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.Timer getTimer( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code timer}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param timer The element to be appended. */ public void addTimer ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.Timer timer ); /** * Adds the specified element to the set of the values for the reference {@code timer} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param timer The element to be appended. */ public void addTimer ( java.lang.String id, org.opencrx.kernel.home1.jmi1.Timer timer ); /** * Adds the specified element to the set of the values for the reference {@code timer} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param timer The element to be appended. */ public void addTimer ( org.opencrx.kernel.home1.jmi1.Timer timer ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code wfProcessInstance} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getWfProcessInstance( org.opencrx.kernel.home1.cci2.WfProcessInstanceQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code wfProcessInstance} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.WfProcessInstance getWfProcessInstance( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code wfProcessInstance} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getWfProcessInstance(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.WfProcessInstance getWfProcessInstance( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code wfProcessInstance}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param wfProcessInstance The element to be appended. */ public void addWfProcessInstance ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.WfProcessInstance wfProcessInstance ); /** * Adds the specified element to the set of the values for the reference {@code wfProcessInstance} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param wfProcessInstance The element to be appended. */ public void addWfProcessInstance ( java.lang.String id, org.opencrx.kernel.home1.jmi1.WfProcessInstance wfProcessInstance ); /** * Adds the specified element to the set of the values for the reference {@code wfProcessInstance} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param wfProcessInstance The element to be appended. */ public void addWfProcessInstance ( org.opencrx.kernel.home1.jmi1.WfProcessInstance wfProcessInstance ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code workList} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getWorkList( org.opencrx.kernel.home1.cci2.WorkListQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code workList} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.WorkList getWorkList( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code workList} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getWorkList(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.home1.jmi1.WorkList getWorkList( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code workList}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param workList The element to be appended. */ public void addWorkList ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.home1.jmi1.WorkList workList ); /** * Adds the specified element to the set of the values for the reference {@code workList} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param workList The element to be appended. */ public void addWorkList ( java.lang.String id, org.opencrx.kernel.home1.jmi1.WorkList workList ); /** * Adds the specified element to the set of the values for the reference {@code workList} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param workList The element to be appended. */ public void addWorkList ( org.opencrx.kernel.home1.jmi1.WorkList workList ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy