public interface Segment extends Segment, Segment, Auditee, Exporter, Importer, Indexed, SecureObject, WorkflowTarget
Segment
isFrozenisFrozen
| Modifier and Type | Method and Description |
|---|---|
void |
addBuilding(boolean idIsPersistent,
String id,
Building building)
Adds the specified element to the set of the values for the reference
building. |
void |
addBuilding(Building building)
Adds the specified element to the set of the values for the reference
building using an implementation-specific, reassignable qualifier. |
void |
addBuilding(String id,
Building building)
Adds the specified element to the set of the values for the reference
building using a reassignable qualifier. |
void |
addBuildingComplex(boolean idIsPersistent,
String id,
BuildingComplex buildingComplex)
Adds the specified element to the set of the values for the reference
buildingComplex. |
void |
addBuildingComplex(BuildingComplex buildingComplex)
Adds the specified element to the set of the values for the reference
buildingComplex using an implementation-specific, reassignable qualifier. |
void |
addBuildingComplex(String id,
BuildingComplex buildingComplex)
Adds the specified element to the set of the values for the reference
buildingComplex using a reassignable qualifier. |
void |
addInventoryItem(boolean idIsPersistent,
String id,
InventoryItem inventoryItem)
Adds the specified element to the set of the values for the reference
inventoryItem. |
void |
addInventoryItem(InventoryItem inventoryItem)
Adds the specified element to the set of the values for the reference
inventoryItem using an implementation-specific, reassignable qualifier. |
void |
addInventoryItem(String id,
InventoryItem inventoryItem)
Adds the specified element to the set of the values for the reference
inventoryItem using a reassignable qualifier. |
Building |
getBuilding(boolean idIsPersistent,
String id)
Retrieves the value for the reference
building for the specified qualifier attribute value. |
<T extends Building> |
getBuilding(BuildingQuery query)
Retrieves the value for the reference
building for the specified query. |
Building |
getBuilding(String id)
Retrieves the value for the reference
building for the specified qualifier attribute value. |
BuildingComplex |
getBuildingComplex(boolean idIsPersistent,
String id)
Retrieves the value for the reference
buildingComplex for the specified qualifier attribute value. |
<T extends BuildingComplex> |
getBuildingComplex(BuildingComplexQuery query)
Retrieves the value for the reference
buildingComplex for the specified query. |
BuildingComplex |
getBuildingComplex(String id)
Retrieves the value for the reference
buildingComplex for the specified qualifier attribute value. |
<T extends AbstractBuildingUnit> |
getBuildingUnit(AbstractBuildingUnitQuery query)
Retrieves the value for the reference
buildingUnit for the specified query. |
AbstractBuildingUnit |
getBuildingUnit(boolean idIsPersistent,
String id)
Retrieves the value for the reference
buildingUnit for the specified qualifier attribute value. |
AbstractBuildingUnit |
getBuildingUnit(String id)
Retrieves the value for the reference
buildingUnit for the specified qualifier attribute value. |
Facility |
getFacility(boolean idIsPersistent,
String id)
Retrieves the value for the reference
facility for the specified qualifier attribute value. |
<T extends Facility> |
getFacility(FacilityQuery query)
Retrieves the value for the reference
facility for the specified query. |
Facility |
getFacility(String id)
Retrieves the value for the reference
facility for the specified qualifier attribute value. |
InventoryItem |
getInventoryItem(boolean idIsPersistent,
String id)
Retrieves the value for the reference
inventoryItem for the specified qualifier attribute value. |
<T extends InventoryItem> |
getInventoryItem(InventoryItemQuery query)
Retrieves the value for the reference
inventoryItem for the specified query. |
InventoryItem |
getInventoryItem(String id)
Retrieves the value for the reference
inventoryItem for the specified qualifier attribute value. |
getBuilding, getBuildingComplex, getBuildingUnit, getFacility, getInventoryItemgetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsexportItemexportItemimportItemimportItemgetIndexEntry, 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, setOwningUserexecuteWorkflowexecuteWorkflow<T extends Building> List<T> getBuilding(BuildingQuery query)
building 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.Building getBuilding(boolean idIsPersistent, String id)
building 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.Building getBuilding(String id)
building for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getBuilding(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addBuilding(boolean idIsPersistent,
String id,
Building building)
building.
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.building - The element to be appended.void addBuilding(String id, Building building)
building 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.building - The element to be appended.void addBuilding(Building building)
building using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
building - The element to be appended.<T extends BuildingComplex> List<T> getBuildingComplex(BuildingComplexQuery query)
buildingComplex 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.BuildingComplex getBuildingComplex(boolean idIsPersistent, String id)
buildingComplex 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.BuildingComplex getBuildingComplex(String id)
buildingComplex for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getBuildingComplex(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addBuildingComplex(boolean idIsPersistent,
String id,
BuildingComplex buildingComplex)
buildingComplex.
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.buildingComplex - The element to be appended.void addBuildingComplex(String id, BuildingComplex buildingComplex)
buildingComplex 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.buildingComplex - The element to be appended.void addBuildingComplex(BuildingComplex buildingComplex)
buildingComplex using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
buildingComplex - The element to be appended.<T extends AbstractBuildingUnit> List<T> getBuildingUnit(AbstractBuildingUnitQuery query)
buildingUnit 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.AbstractBuildingUnit getBuildingUnit(boolean idIsPersistent, String id)
buildingUnit 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.AbstractBuildingUnit getBuildingUnit(String id)
buildingUnit for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getBuildingUnit(false,id).
id - The value for the qualifier attribute that qualifies this reference.<T extends Facility> List<T> getFacility(FacilityQuery query)
facility 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.Facility getFacility(boolean idIsPersistent, String id)
facility 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.Facility getFacility(String id)
facility for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFacility(false,id).
id - The value for the qualifier attribute that qualifies this reference.<T extends InventoryItem> List<T> getInventoryItem(InventoryItemQuery query)
inventoryItem 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.InventoryItem getInventoryItem(boolean idIsPersistent, String id)
inventoryItem 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.InventoryItem getInventoryItem(String id)
inventoryItem for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getInventoryItem(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addInventoryItem(boolean idIsPersistent,
String id,
InventoryItem inventoryItem)
inventoryItem.
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.inventoryItem - The element to be appended.void addInventoryItem(String id, InventoryItem inventoryItem)
inventoryItem 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.inventoryItem - The element to be appended.void addInventoryItem(InventoryItem inventoryItem)
inventoryItem using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
inventoryItem - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.