org.opencrx.kernel.building1.cci2
Interface Segment
- All Superinterfaces:
- Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment, WorkflowTarget
- All Known Subinterfaces:
- Segment
public interface Segment
- extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject, WorkflowTarget
Class Segment
|
Method Summary |
|
getBuilding()
Retrieves a set containing all the elements for the reference building. |
|
getBuildingComplex()
Retrieves a set containing all the elements for the reference buildingComplex. |
|
getBuildingUnit()
Retrieves a set containing all the elements for the reference buildingUnit. |
|
getFacility()
Retrieves a set containing all the elements for the reference facility. |
|
getInventoryItem()
Retrieves a set containing all the elements for the reference inventoryItem. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
getBuilding
<T extends Building> SegmentContainsBuilding.Building<T> getBuilding()
- Retrieves a set containing all the elements for the reference
building.
- Returns:
- A set containing all the elements for this reference.
getBuildingComplex
<T extends BuildingComplex> SegmentContainsBuildingComplex.BuildingComplex<T> getBuildingComplex()
- Retrieves a set containing all the elements for the reference
buildingComplex.
- Returns:
- A set containing all the elements for this reference.
getBuildingUnit
<T extends AbstractBuildingUnit> SegmentContainsBuildingUnit.BuildingUnit<T> getBuildingUnit()
- Retrieves a set containing all the elements for the reference
buildingUnit.
- Returns:
- A set containing all the elements for this reference.
getFacility
<T extends Facility> SegmentContainsFacility.Facility<T> getFacility()
- Retrieves a set containing all the elements for the reference
facility.
- Returns:
- A set containing all the elements for this reference.
getInventoryItem
<T extends InventoryItem> SegmentContainsInventoryItem.InventoryItem<T> getInventoryItem()
- Retrieves a set containing all the elements for the reference
inventoryItem.
- Returns:
- A set containing all the elements for this reference.
This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.