org.opencrx.kernel.activity1.jmi1.Activity Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.jmi1;
/**
* Abstract class {@code Activity}
*
* isFrozenisFrozenisFrozenisFrozen
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.219650183Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Activity
extends org.opencrx.kernel.activity1.cci2.Activity,
org.opencrx.kernel.depot1.jmi1.BookingOrigin,
org.opencrx.kernel.depot1.jmi1.DepotReferenceHolder,
org.opencrx.kernel.generic.jmi1.CrxObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityLinkFrom} 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 getActivityLinkFrom(
org.opencrx.kernel.activity1.cci2.ActivityLinkFromQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityLinkFrom} 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.ActivityLinkFrom getActivityLinkFrom(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code activityLinkFrom} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getActivityLinkFrom(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.ActivityLinkFrom getActivityLinkFrom(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityLinkTo} 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 getActivityLinkTo(
org.opencrx.kernel.activity1.cci2.ActivityLinkToQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityLinkTo} 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.ActivityLinkTo getActivityLinkTo(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code activityLinkTo} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getActivityLinkTo(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.ActivityLinkTo getActivityLinkTo(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code activityLinkTo}.
*
* 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 activityLinkTo The element to be appended.
*/
public void addActivityLinkTo (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityLinkTo activityLinkTo
);
/**
* Adds the specified element to the set of the values for the reference {@code activityLinkTo} 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 activityLinkTo The element to be appended.
*/
public void addActivityLinkTo (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityLinkTo activityLinkTo
);
/**
* Adds the specified element to the set of the values for the reference {@code activityLinkTo} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param activityLinkTo The element to be appended.
*/
public void addActivityLinkTo (
org.opencrx.kernel.activity1.jmi1.ActivityLinkTo activityLinkTo
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityPartyGroup} 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 getActivityPartyGroup(
org.opencrx.kernel.activity1.cci2.ActivityPartyGroupQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityPartyGroup} 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.ActivityPartyGroup getActivityPartyGroup(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code activityPartyGroup} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getActivityPartyGroup(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.ActivityPartyGroup getActivityPartyGroup(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code activityPartyGroup}.
*
* 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 activityPartyGroup The element to be appended.
*/
public void addActivityPartyGroup (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityPartyGroup activityPartyGroup
);
/**
* Adds the specified element to the set of the values for the reference {@code activityPartyGroup} 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 activityPartyGroup The element to be appended.
*/
public void addActivityPartyGroup (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityPartyGroup activityPartyGroup
);
/**
* Adds the specified element to the set of the values for the reference {@code activityPartyGroup} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param activityPartyGroup The element to be appended.
*/
public void addActivityPartyGroup (
org.opencrx.kernel.activity1.jmi1.ActivityPartyGroup activityPartyGroup
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityRelationship} 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 getActivityRelationship(
org.opencrx.kernel.activity1.cci2.ActivityRelationshipQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityRelationship} 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.ActivityRelationship getActivityRelationship(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code activityRelationship} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getActivityRelationship(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.ActivityRelationship getActivityRelationship(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityType}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.ActivityType getActivityType(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code activityType}.
* @param activityType The new—possibly {@code null}—value for this reference.
*/
public void setActivityType(
org.opencrx.kernel.activity1.cci2.ActivityType activityType
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.activity1.jmi1.AddWorkAndExpenseRecordResult addExpenseRecord(
org.opencrx.kernel.activity1.jmi1.ActivityAddExpenseRecordParams in
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.activity1.jmi1.AddWorkAndExpenseRecordResult addWorkRecord(
org.opencrx.kernel.activity1.jmi1.ActivityAddWorkRecordParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code address} 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 getAddress(
org.opencrx.kernel.activity1.cci2.ActivityAddressQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code address} 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.ActivityAddress getAddress(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code address} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getAddress(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.ActivityAddress getAddress(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code address}.
*
* 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 address The element to be appended.
*/
public void addAddress (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityAddress address
);
/**
* Adds the specified element to the set of the values for the reference {@code address} 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 address The element to be appended.
*/
public void addAddress (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityAddress address
);
/**
* Adds the specified element to the set of the values for the reference {@code address} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param address The element to be appended.
*/
public void addAddress (
org.opencrx.kernel.activity1.jmi1.ActivityAddress address
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void assignTo(
org.opencrx.kernel.activity1.jmi1.ActivityAssignToParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assignedGroup} 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 getAssignedGroup(
org.opencrx.kernel.activity1.cci2.ActivityGroupAssignmentQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assignedGroup} 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.ActivityGroupAssignment getAssignedGroup(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code assignedGroup} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getAssignedGroup(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.ActivityGroupAssignment getAssignedGroup(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code assignedGroup}.
*
* 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 assignedGroup The element to be appended.
*/
public void addAssignedGroup (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityGroupAssignment assignedGroup
);
/**
* Adds the specified element to the set of the values for the reference {@code assignedGroup} 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 assignedGroup The element to be appended.
*/
public void addAssignedGroup (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityGroupAssignment assignedGroup
);
/**
* Adds the specified element to the set of the values for the reference {@code assignedGroup} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param assignedGroup The element to be appended.
*/
public void addAssignedGroup (
org.opencrx.kernel.activity1.jmi1.ActivityGroupAssignment assignedGroup
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assignedResource} 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 getAssignedResource(
org.opencrx.kernel.activity1.cci2.ResourceAssignmentQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assignedResource} 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.ResourceAssignment getAssignedResource(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code assignedResource} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getAssignedResource(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.ResourceAssignment getAssignedResource(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code assignedResource}.
*
* 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 assignedResource The element to be appended.
*/
public void addAssignedResource (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ResourceAssignment assignedResource
);
/**
* Adds the specified element to the set of the values for the reference {@code assignedResource} 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 assignedResource The element to be appended.
*/
public void addAssignedResource (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ResourceAssignment assignedResource
);
/**
* Adds the specified element to the set of the values for the reference {@code assignedResource} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param assignedResource The element to be appended.
*/
public void addAssignedResource (
org.opencrx.kernel.activity1.jmi1.ResourceAssignment assignedResource
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code assignedTo}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.Contact getAssignedTo(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code assignedTo}.
* @param assignedTo The new—possibly {@code null}—value for this reference.
*/
public void setAssignedTo(
org.opencrx.kernel.account1.cci2.Contact assignedTo
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.activity1.jmi1.CalcTotalQuantityResult calcTotalQuantity(
org.opencrx.kernel.activity1.jmi1.CalcTotalQuantityParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code creationContext}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.openmdx.base.jmi1.ContextCapable getCreationContext(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code creationContext}.
* @param creationContext The new—possibly {@code null}—value for this reference.
*/
public void setCreationContext(
org.openmdx.base.cci2.ContextCapable creationContext
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.activity1.jmi1.ActivityDoFollowUpResult doFollowUp(
org.opencrx.kernel.activity1.jmi1.ActivityDoFollowUpParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code effortEstimate} 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 getEffortEstimate(
org.opencrx.kernel.activity1.cci2.EffortEstimateQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code effortEstimate} 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.EffortEstimate getEffortEstimate(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code effortEstimate} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getEffortEstimate(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.EffortEstimate getEffortEstimate(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code effortEstimate}.
*
* 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 effortEstimate The element to be appended.
*/
public void addEffortEstimate (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.EffortEstimate effortEstimate
);
/**
* Adds the specified element to the set of the values for the reference {@code effortEstimate} 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 effortEstimate The element to be appended.
*/
public void addEffortEstimate (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.EffortEstimate effortEstimate
);
/**
* Adds the specified element to the set of the values for the reference {@code effortEstimate} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param effortEstimate The element to be appended.
*/
public void addEffortEstimate (
org.opencrx.kernel.activity1.jmi1.EffortEstimate effortEstimate
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code followUp} 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 getFollowUp(
org.opencrx.kernel.activity1.cci2.ActivityFollowUpQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code followUp} 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.ActivityFollowUp getFollowUp(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code followUp} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getFollowUp(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.ActivityFollowUp getFollowUp(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code followUp}.
*
* 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 followUp The element to be appended.
*/
public void addFollowUp (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityFollowUp followUp
);
/**
* Adds the specified element to the set of the values for the reference {@code followUp} 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 followUp The element to be appended.
*/
public void addFollowUp (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityFollowUp followUp
);
/**
* Adds the specified element to the set of the values for the reference {@code followUp} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param followUp The element to be appended.
*/
public void addFollowUp (
org.opencrx.kernel.activity1.jmi1.ActivityFollowUp followUp
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code lastAppliedCreator}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.ActivityCreator getLastAppliedCreator(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code lastAppliedCreator}.
* @param lastAppliedCreator The new—possibly {@code null}—value for this reference.
*/
public void setLastAppliedCreator(
org.opencrx.kernel.activity1.cci2.ActivityCreator lastAppliedCreator
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code lastTransition}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.ActivityProcessTransition getLastTransition(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code lastTransition}.
* @param lastTransition The new—possibly {@code null}—value for this reference.
*/
public void setLastTransition(
org.opencrx.kernel.activity1.cci2.ActivityProcessTransition lastTransition
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.activity1.jmi1.LinkToAndFollowUpResult linkToAndFollowUp(
org.opencrx.kernel.activity1.jmi1.LinkToAndFollowUpParams in
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void markAsAllDayEvent(
org.opencrx.kernel.activity1.jmi1.MarkAsAllDayEventParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code processState}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.jmi1.ActivityProcessState getProcessState(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code processState}.
* @param processState The new—possibly {@code null}—value for this reference.
*/
public void setProcessState(
org.opencrx.kernel.activity1.cci2.ActivityProcessState processState
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code productReference} 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 getProductReference(
org.opencrx.kernel.activity1.cci2.ProductReferenceQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code productReference} 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.ProductReference getProductReference(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code productReference} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getProductReference(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.ProductReference getProductReference(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code productReference}.
*
* 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 productReference The element to be appended.
*/
public void addProductReference (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ProductReference productReference
);
/**
* Adds the specified element to the set of the values for the reference {@code productReference} 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 productReference The element to be appended.
*/
public void addProductReference (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ProductReference productReference
);
/**
* Adds the specified element to the set of the values for the reference {@code productReference} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param productReference The element to be appended.
*/
public void addProductReference (
org.opencrx.kernel.activity1.jmi1.ProductReference productReference
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void reapplyActivityCreator(
org.opencrx.kernel.activity1.jmi1.ReapplyActivityCreatorParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code reportingAccount}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.Account getReportingAccount(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code reportingAccount}.
* @param reportingAccount The new—possibly {@code null}—value for this reference.
*/
public void setReportingAccount(
org.opencrx.kernel.account1.cci2.Account reportingAccount
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code reportingContact}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.account1.jmi1.Contact getReportingContact(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code reportingContact}.
* @param reportingContact The new—possibly {@code null}—value for this reference.
*/
public void setReportingContact(
org.opencrx.kernel.account1.cci2.Contact reportingContact
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void updateIcal(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code vote} 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 getVote(
org.opencrx.kernel.activity1.cci2.ActivityVoteQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code vote} 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.ActivityVote getVote(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code vote} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getVote(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.ActivityVote getVote(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code vote}.
*
* 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 vote The element to be appended.
*/
public void addVote (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityVote vote
);
/**
* Adds the specified element to the set of the values for the reference {@code vote} 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 vote The element to be appended.
*/
public void addVote (
java.lang.String id,
org.opencrx.kernel.activity1.jmi1.ActivityVote vote
);
/**
* Adds the specified element to the set of the values for the reference {@code vote} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param vote The element to be appended.
*/
public void addVote (
org.opencrx.kernel.activity1.jmi1.ActivityVote vote
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.openmdx.base.jmi1.Void voteForActivity(
org.opencrx.kernel.activity1.jmi1.ActivityVoteForActivityParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code workReportEntry} 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 getWorkReportEntry(
org.opencrx.kernel.activity1.cci2.WorkAndExpenseRecordQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code workReportEntry} 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.WorkAndExpenseRecord getWorkReportEntry(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code workReportEntry} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getWorkReportEntry(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.WorkAndExpenseRecord getWorkReportEntry(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}