|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Segment
Class Segment
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment |
|---|
org.openmdx.base.cci2.Segment.Identity |
| Method Summary | ||
|---|---|---|
void |
addBuilding(boolean idIsPersistent,
String id,
Building building)
Adds the specified element to the set of the values for the reference building. |
|
void |
addBuildingComplex(boolean idIsPersistent,
String id,
BuildingComplex buildingComplex)
Adds the specified element to the set of the values for the reference buildingComplex. |
|
void |
addInventoryItem(boolean idIsPersistent,
String id,
InventoryItem inventoryItem)
Adds the specified element to the set of the values for the reference inventoryItem. |
|
|
getBuilding()
Retrieves a set containing all the elements for the reference building. |
|
Building |
getBuilding(boolean idIsPersistent,
String id)
Retrieves the value for the reference building for the
specified qualifier attribute value. |
|
|
getBuildingComplex()
Retrieves a set containing all the elements for the reference buildingComplex. |
|
BuildingComplex |
getBuildingComplex(boolean idIsPersistent,
String id)
Retrieves the value for the reference buildingComplex for
the specified qualifier attribute value. |
|
|
getBuildingUnit()
Retrieves a set containing all the elements for the reference buildingUnit. |
|
AbstractBuildingUnit |
getBuildingUnit(boolean idIsPersistent,
String id)
Retrieves the value for the reference buildingUnit for the
specified qualifier attribute value. |
|
|
getFacility()
Retrieves a set containing all the elements for the reference facility. |
|
Facility |
getFacility(boolean idIsPersistent,
String id)
Retrieves the value for the reference facility for the
specified qualifier attribute value. |
|
|
getInventoryItem()
Retrieves a set containing all the elements for the reference inventoryItem. |
|
InventoryItem |
getInventoryItem(boolean idIsPersistent,
String id)
Retrieves the value for the reference inventoryItem for
the specified qualifier attribute value. |
|
| Methods inherited from interface org.openmdx.base.cci2.Segment |
|---|
getDescription, getProvider, setDescription |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.WorkflowTarget |
|---|
executeWorkflow |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Method Detail |
|---|
<T extends Building> Collection<T> getBuilding()
building.
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.
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.<T extends BuildingComplex> Collection<T> getBuildingComplex()
buildingComplex.
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.
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.<T extends AbstractBuildingUnit> Collection<T> getBuildingUnit()
buildingUnit.
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.
<T extends Facility> Collection<T> getFacility()
facility.
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.
<T extends InventoryItem> Collection<T> getInventoryItem()
inventoryItem.
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.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||