Uses of Class
net.officefloor.model.office.GovernanceEscalationModel
-
Packages that use GovernanceEscalationModel Package Description net.officefloor.model.office -
-
Uses of GovernanceEscalationModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return GovernanceEscalationModel Modifier and Type Method Description GovernanceEscalationModelGovernanceEscalationToOfficeSectionInputModel. getGovernanceEscalation()Methods in net.officefloor.model.office that return types with arguments of type GovernanceEscalationModel Modifier and Type Method Description java.util.List<GovernanceEscalationModel>GovernanceModel. getGovernanceEscalations()RemoveConnectionsAction<GovernanceEscalationModel>GovernanceEscalationModel. removeConnections()Remove Connections.Methods in net.officefloor.model.office with parameters of type GovernanceEscalationModel Modifier and Type Method Description voidGovernanceModel. addGovernanceEscalation(GovernanceEscalationModel governanceEscalation)voidGovernanceModel. removeGovernanceEscalation(GovernanceEscalationModel governanceEscalation)voidGovernanceEscalationToOfficeSectionInputModel. setGovernanceEscalation(GovernanceEscalationModel governanceEscalation)Constructors in net.officefloor.model.office with parameters of type GovernanceEscalationModel Constructor Description GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput)Convenience constructor.GovernanceEscalationToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceEscalationModel governanceEscalation, OfficeSectionInputModel officeSectionInput, int x, int y)Convenience constructor allowing XY initialising.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction)Convenience constructor.GovernanceModel(java.lang.String governanceName, java.lang.String governanceSourceClassName, boolean isAutoWireExtensions, GovernanceToOfficeTeamModel officeTeam, PropertyModel[] property, GovernanceFlowModel[] governanceFlow, GovernanceEscalationModel[] governanceEscalation, GovernanceAreaModel[] governanceArea, GovernanceToExternalManagedObjectModel[] externalManagedObject, GovernanceToOfficeManagedObjectModel[] officeManagedObject, GovernanceToOfficeSectionManagedObjectModel[] officeSectionManagedObject, OfficeSubSectionToGovernanceModel[] officeSubSection, OfficeFunctionToGovernanceModel[] officeFunction, int x, int y)Convenience constructor allowing XY initialising.
-