|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityGroup
Abstract class ActivityGroup
| Method Summary | ||
|---|---|---|
void |
addActivityFilter(boolean idIsPersistent,
String id,
ActivityFilterGroup activityFilter)
Adds the specified element to the set of the values for the reference activityFilter. |
|
CalcActualEffortResult |
calcActualEffort()
|
|
CalcActualEffortResult |
calcActualEffort(org.openmdx.base.jmi1.Void params)
Note: This is an extension to the JMI 1 standard. In order to remain standard compliant you should use the non-struct signature.. |
|
|
getActivityCreator(ActivityCreatorQuery query)
Retrieves the value for the reference activityCreator for
the specified query. |
|
ActivityCreator |
getActivityCreator(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityCreator for
the specified qualifier attribute value. |
|
ActivityCreator |
getActivityCreator(String id)
Retrieves the value for the reference activityCreator for
the specified qualifier attribute value. |
|
|
getActivityFilter(ActivityFilterGroupQuery query)
Retrieves the value for the reference activityFilter for
the specified query. |
|
ActivityFilterGroup |
getActivityFilter(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityFilter for
the specified qualifier attribute value. |
|
ActivityFilterGroup |
getActivityFilter(String id)
Retrieves the value for the reference activityFilter for
the specified qualifier attribute value. |
|
Note |
getActivityNote(boolean idIsPersistent,
String id)
Retrieves the value for the reference activityNote for the
specified qualifier attribute value. |
|
|
getActivityNote(NoteQuery query)
Retrieves the value for the reference activityNote for the
specified query. |
|
Note |
getActivityNote(String id)
Retrieves the value for the reference activityNote for the
specified qualifier attribute value. |
|
ActivityCreator |
getDefaultCreator()
Retrieves the value for the reference defaultCreator. |
|
|
getFilteredActivity(ActivityQuery query)
Retrieves the value for the reference filteredActivity for
the specified query. |
|
Activity |
getFilteredActivity(boolean idIsPersistent,
String id)
Retrieves the value for the reference filteredActivity for
the specified qualifier attribute value. |
|
Activity |
getFilteredActivity(String id)
Retrieves the value for the reference filteredActivity for
the specified qualifier attribute value. |
|
|
getFollowUp(ActivityFollowUpQuery query)
Retrieves the value for the reference followUp for the
specified query. |
|
ActivityFollowUp |
getFollowUp(boolean idIsPersistent,
String id)
Retrieves the value for the reference followUp for the
specified qualifier attribute value. |
|
ActivityFollowUp |
getFollowUp(String id)
Retrieves the value for the reference followUp for the
specified qualifier attribute value. |
|
WorkReportEntry |
getWorkReportEntry(boolean idIsPersistent,
String id)
Retrieves the value for the reference workReportEntry for
the specified qualifier attribute value. |
|
WorkReportEntry |
getWorkReportEntry(String id)
Retrieves the value for the reference workReportEntry for
the specified qualifier attribute value. |
|
|
getWorkReportEntry(WorkReportEntryQuery query)
Retrieves the value for the reference workReportEntry for
the specified query. |
|
void |
setDefaultCreator(ActivityCreator defaultCreator)
Sets a new value for the reference defaultCreator. |
|
| Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityGroup |
|---|
addActivityFilter, getActivityCreator, getActivityFilter, getActivityNote, getDescription, getFilteredActivity, getFollowUp, getName, getWorkReportEntry, setDescription, setName |
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
|---|
addOwningGroup, addOwningGroup, checkPermissions, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevel, setOwningUser, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable |
|---|
getView, getView, getView |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends ActivityCreator> List<T> getActivityCreator(ActivityCreatorQuery query)
activityCreator for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
ActivityCreator getActivityCreator(boolean idIsPersistent,
String id)
activityCreator for
the specified qualifier attribute value.
getActivityCreator in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
ActivityCreator getActivityCreator(String id)
activityCreator for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getActivityCreator(false,id).
id - The value for the qualifier attribute that qualifies this reference.
<T extends ActivityFilterGroup> List<T> getActivityFilter(ActivityFilterGroupQuery query)
activityFilter for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
ActivityFilterGroup getActivityFilter(boolean idIsPersistent,
String id)
activityFilter for
the specified qualifier attribute value.
getActivityFilter in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
ActivityFilterGroup getActivityFilter(String id)
activityFilter for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getActivityFilter(false,id).
id - The value for the qualifier attribute that qualifies this reference.
void addActivityFilter(boolean idIsPersistent,
String id,
ActivityFilterGroup activityFilter)
activityFilter.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.activityFilter - The element to be appended.<T extends Note> List<T> getActivityNote(NoteQuery query)
activityNote for the
specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Note getActivityNote(boolean idIsPersistent,
String id)
activityNote for the
specified qualifier attribute value.
getActivityNote in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
Note getActivityNote(String id)
activityNote for the
specified qualifier attribute value.
This method is equivalent to the preferred invocation
getActivityNote(false,id).
id - The value for the qualifier attribute that qualifies this reference.
CalcActualEffortResult calcActualEffort(org.openmdx.base.jmi1.Void params)
throws RefException
RefExceptionCalcActualEffortResult calcActualEffort()
calcActualEffort in interface ActivityGroupActivityCreator getDefaultCreator()
defaultCreator.
getDefaultCreator in interface ActivityGroupnull – value for this reference.void setDefaultCreator(ActivityCreator defaultCreator)
defaultCreator.
setDefaultCreator in interface ActivityGroupdefaultCreator - The non-null new value for this reference.<T extends Activity> List<T> getFilteredActivity(ActivityQuery query)
filteredActivity for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
Activity getFilteredActivity(boolean idIsPersistent,
String id)
filteredActivity for
the specified qualifier attribute value.
getFilteredActivity in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
Activity getFilteredActivity(String id)
filteredActivity for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getFilteredActivity(false,id).
id - The value for the qualifier attribute that qualifies this reference.
<T extends ActivityFollowUp> List<T> getFollowUp(ActivityFollowUpQuery query)
followUp for the
specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
ActivityFollowUp getFollowUp(boolean idIsPersistent,
String id)
followUp for the
specified qualifier attribute value.
getFollowUp in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
ActivityFollowUp getFollowUp(String id)
followUp for the
specified qualifier attribute value.
This method is equivalent to the preferred invocation
getFollowUp(false,id).
id - The value for the qualifier attribute that qualifies this reference.
<T extends WorkReportEntry> List<T> getWorkReportEntry(WorkReportEntryQuery query)
workReportEntry for
the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query - predicate which is applied to the set of referenced objects.
true.
WorkReportEntry getWorkReportEntry(boolean idIsPersistent,
String id)
workReportEntry for
the specified qualifier attribute value.
getWorkReportEntry in interface ActivityGroupidIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
WorkReportEntry getWorkReportEntry(String id)
workReportEntry for
the specified qualifier attribute value.
This method is equivalent to the preferred invocation
getWorkReportEntry(false,id).
id - The value for the qualifier attribute that qualifies this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||