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


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends Building>
SegmentContainsBuilding.Building<T>
getBuilding()
          Retrieves a set containing all the elements for the reference building.
<T extends BuildingComplex>
SegmentContainsBuildingComplex.BuildingComplex<T>
getBuildingComplex()
          Retrieves a set containing all the elements for the reference buildingComplex.
<T extends AbstractBuildingUnit>
SegmentContainsBuildingUnit.BuildingUnit<T>
getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
<T extends Facility>
SegmentContainsFacility.Facility<T>
getFacility()
          Retrieves a set containing all the elements for the reference facility.
<T extends InventoryItem>
SegmentContainsInventoryItem.InventoryItem<T>
getInventoryItem()
          Retrieves a set containing all the elements for the reference inventoryItem.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getExtent, getProvider, setDescription
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
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
 
Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget
executeWorkflow
 

Method Detail

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-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.