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

org.opencrx.kernel.depot1.jmi1.CompoundBooking Maven / Gradle / Ivy

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

/**
 * Class {@code CompoundBooking}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:38.623990098Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CompoundBooking
  extends org.opencrx.kernel.depot1.cci2.CompoundBooking,
    org.opencrx.kernel.base.jmi1.PropertySet,
    org.opencrx.kernel.depot1.jmi1.BookingOrigin,
    org.opencrx.kernel.generic.jmi1.CrxObject,
    org.opencrx.kernel.generic.jmi1.DescriptionContainer{

// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.base.jmi1.Void acceptCb(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the attribute {@code acceptedBy}.
   * @return A set containing all elements for this attribute.
   */
  public java.util.Set getAcceptedBy(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
  /**
   * Clears {@code acceptedBy} and adds the members of the given Set.
   * 

* This method is equivalent to

   *   set.clear();
   *   set.addAll(acceptedBy);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param acceptedBy collection to be copied. */ public void setAcceptedBy( java.util.Set acceptedBy ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.AppendBookingsResult appendBookings( org.opencrx.kernel.depot1.jmi1.AppendBookingsParams in ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.AppendBookingsResult appendBookings2( org.opencrx.kernel.depot1.jmi1.AppendBookings2Params in ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code booking} 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 getBooking( org.opencrx.kernel.depot1.cci2.SingleBookingQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code booking} 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.depot1.jmi1.SingleBooking getBooking( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code booking} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getBooking(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.depot1.jmi1.SingleBooking getBooking( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.CancelCompoundBookingResult cancelCb( ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.jmi1.Void finalizeCb( ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.jmi1.Void lockCb( org.opencrx.kernel.depot1.jmi1.LockCompoundBookingParams in ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code origin}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.depot1.jmi1.BookingOrigin getOrigin( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code origin}. * @param origin The new—possibly {@code null}—value for this reference. */ public void setOrigin( org.opencrx.kernel.depot1.cci2.BookingOrigin origin ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code reversalOf}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.depot1.jmi1.CompoundBooking getReversalOf( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code reversalOf}. * @param reversalOf The new—possibly {@code null}—value for this reference. */ public void setReversalOf( org.opencrx.kernel.depot1.cci2.CompoundBooking reversalOf ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.openmdx.base.jmi1.Void unlockCb( ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code wfProcess}. * @return The —possibly {@code null}— value for this reference. */ public org.opencrx.kernel.home1.jmi1.WfProcessInstance getWfProcess( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference {@code wfProcess}. * @param wfProcess The new—possibly {@code null}—value for this reference. */ public void setWfProcess( org.opencrx.kernel.home1.cci2.WfProcessInstance wfProcess ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy