public interface RawOfficeFloorMetaData
OfficeFloor
.Modifier and Type | Method and Description |
---|---|
EscalationFlow |
getOfficeFloorEscalation()
Obtains the
EscalationFlow for the OfficeFloor . |
OfficeFloorMetaData |
getOfficeFloorMetaData()
Obtains the
OfficeFloorMetaData . |
ProcessContextListener[] |
getProcessContextListeners()
Obtains the
ProcessContextListener instances for the
OfficeFloor . |
RawManagedObjectMetaData<?,?> |
getRawManagedObjectMetaData(String managedObjectSourceName)
Obtains the
RawManagedObjectMetaData for the
ManagedObjectSource name. |
RawTeamMetaData |
getRawTeamMetaData(String teamName)
Obtains the
RawTeamMetaData for the Team name. |
RawTeamMetaData getRawTeamMetaData(String teamName)
RawTeamMetaData
for the Team
name.teamName
- Name of the Team
.RawTeamMetaData
or null
if not exist for
name.ProcessContextListener[] getProcessContextListeners()
ProcessContextListener
instances for the
OfficeFloor
.ProcessContextListener
instances for the
OfficeFloor
.RawManagedObjectMetaData<?,?> getRawManagedObjectMetaData(String managedObjectSourceName)
RawManagedObjectMetaData
for the
ManagedObjectSource
name.managedObjectSourceName
- Name of the ManagedObjectSource
.RawManagedObjectMetaData
or null
if not
exist for name.EscalationFlow getOfficeFloorEscalation()
EscalationFlow
for the OfficeFloor
.EscalationFlow
.OfficeFloorMetaData getOfficeFloorMetaData()
OfficeFloorMetaData
.OfficeFloorMetaData
.Copyright © 2005–2016. All rights reserved.