public interface Event extends Event, CrxObject, DescriptionContainer
EventEvent.Identity| Modifier and Type | Method and Description |
|---|---|
void |
addContact(boolean idIsPersistent,
String id,
ContactRole contact)
Adds the specified element to the set of the values for the reference
contact. |
void |
addContact(ContactRole contact)
Adds the specified element to the set of the values for the reference
contact using an implementation-specific, reassignable qualifier. |
void |
addContact(String id,
ContactRole contact)
Adds the specified element to the set of the values for the reference
contact using a reassignable qualifier. |
void |
addPart(boolean idIsPersistent,
String id,
Part part)
Adds the specified element to the set of the values for the reference
part. |
void |
addPart(Part part)
Adds the specified element to the set of the values for the reference
part using an implementation-specific, reassignable qualifier. |
void |
addPart(String id,
Part part)
Adds the specified element to the set of the values for the reference
part using a reassignable qualifier. |
ContactRole |
getContact(boolean idIsPersistent,
String id)
Retrieves the value for the reference
contact for the specified qualifier attribute value. |
<T extends ContactRole> |
getContact(ContactRoleQuery query)
Retrieves the value for the reference
contact for the specified query. |
ContactRole |
getContact(String id)
Retrieves the value for the reference
contact for the specified qualifier attribute value. |
Part |
getPart(boolean idIsPersistent,
String id)
Retrieves the value for the reference
part for the specified qualifier attribute value. |
<T extends Part> |
getPart(PartQuery query)
Retrieves the value for the reference
part for the specified query. |
Part |
getPart(String id)
Retrieves the value for the reference
part for the specified qualifier attribute value. |
Uom |
getSliceUom()
Retrieves the value for the reference
sliceUom. |
Uom |
getSlotUom()
Retrieves the value for the reference
slotUom. |
void |
setSliceUom(Uom sliceUom)
Sets a new value for the reference
sliceUom. |
void |
setSlotUom(Uom slotUom)
Sets a new value for the reference
slotUom. |
getContact, getDescription, getName, getPart, setDescription, setNameaddAdditionalExternalLink, addAdditionalExternalLink, addAdditionalExternalLink, addAttachedDocument, addAttachedDocument, addAttachedDocument, addDocumentFolderAssignment, addDocumentFolderAssignment, addDocumentFolderAssignment, addInvolvedObject, addInvolvedObject, addInvolvedObject, addMedia, addMedia, addMedia, addNote, addNote, addNote, addPropertySet, addPropertySet, addPropertySet, addRating, addRating, addRating, disableCrxObject, enableCrxObject, getAdditionalExternalLink, getAdditionalExternalLink, getAdditionalExternalLink, getAssignedTimer, getAssignedTimer, getAssignedTimer, getAttachedDocument, getAttachedDocument, getAttachedDocument, getCategory, getDocumentFolderAssignment, getDocumentFolderAssignment, getDocumentFolderAssignment, getExternalLink, getInvolvedObject, getInvolvedObject, getInvolvedObject, getMedia, getMedia, getMedia, getNote, getNote, getNote, getPropertySet, getPropertySet, getPropertySet, getPropertySetEntry, getPropertySetEntry, getPropertySetEntry, getRating, getRating, getRating, getUserBoolean4, getUserCode4, getUserDate4, getUserDateTime4, getUserNumber4, getUserString4, setCategory, setExternalLink, setUserBoolean4, setUserCode4, setUserDate4, setUserDateTime4, setUserNumber4, setUserString4disableCrxObject, enableCrxObject, getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getDisabledReason, getDocumentFolderAssignment, getInvolvedObject, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserString0, getUserString1, getUserString2, getUserString3, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4sendAlertsendAlertexportItem, exportItemAdvancedexportItem, exportItemAdvancedimportItemimportItemgetIndexEntry, getIndexEntry, getIndexEntry, updateIndexgetIndexEntry, updateIndexaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUseraddLocalizedField, addLocalizedField, addLocalizedField, getLocalizedField, getLocalizedField, getLocalizedFieldgetLocalizedFieldrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsaddAdditionalDescription, addAdditionalDescription, addAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescriptiongetAdditionalDescription<T extends ContactRole> List<T> getContact(ContactRoleQuery query)
contact for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ContactRole getContact(boolean idIsPersistent, String id)
contact for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.ContactRole getContact(String id)
contact for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getContact(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addContact(boolean idIsPersistent,
String id,
ContactRole contact)
contact.
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.contact - The element to be appended.void addContact(String id, ContactRole contact)
contact using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.contact - The element to be appended.void addContact(ContactRole contact)
contact using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
contact - The element to be appended.<T extends Part> List<T> getPart(PartQuery query)
part for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.Part getPart(boolean idIsPersistent, String id)
part for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.Part getPart(String id)
part for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getPart(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addPart(boolean idIsPersistent,
String id,
Part part)
part.
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.part - The element to be appended.void addPart(String id, Part part)
part using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.part - The element to be appended.void addPart(Part part)
part using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
part - The element to be appended.Uom getSliceUom()
sliceUom.getSliceUom in interface Eventnull – value for this reference.void setSliceUom(Uom sliceUom)
sliceUom.setSliceUom in interface EventsliceUom - The new – possibly null – value for this reference.Uom getSlotUom()
slotUom.getSlotUom in interface Eventnull – value for this reference.void setSlotUom(Uom slotUom)
slotUom.setSlotUom in interface EventslotUom - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.