Uses of Class
net.officefloor.model.office.GovernanceFlowToOfficeSectionInputModel
-
Packages that use GovernanceFlowToOfficeSectionInputModel Package Description net.officefloor.model.office -
-
Uses of GovernanceFlowToOfficeSectionInputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return GovernanceFlowToOfficeSectionInputModel Modifier and Type Method Description GovernanceFlowToOfficeSectionInputModel
GovernanceFlowModel. getOfficeSectionInput()
Methods in net.officefloor.model.office that return types with arguments of type GovernanceFlowToOfficeSectionInputModel Modifier and Type Method Description java.util.List<GovernanceFlowToOfficeSectionInputModel>
OfficeSectionInputModel. getGovernanceFlows()
Methods in net.officefloor.model.office with parameters of type GovernanceFlowToOfficeSectionInputModel Modifier and Type Method Description void
OfficeSectionInputModel. addGovernanceFlow(GovernanceFlowToOfficeSectionInputModel governanceFlow)
void
OfficeSectionInputModel. removeGovernanceFlow(GovernanceFlowToOfficeSectionInputModel governanceFlow)
void
GovernanceFlowModel. setOfficeSectionInput(GovernanceFlowToOfficeSectionInputModel officeSectionInput)
Constructors in net.officefloor.model.office with parameters of type GovernanceFlowToOfficeSectionInputModel Constructor Description GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel officeSectionInput)
Convenience constructor.GovernanceFlowModel(java.lang.String flowName, java.lang.String key, java.lang.String argumentType, GovernanceFlowToOfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.OfficeSectionInputModel(java.lang.String officeSectionInputName, java.lang.String parameterType, OfficeSectionOutputToOfficeSectionInputModel[] officeSectionOutput, OfficeManagedObjectSourceFlowToOfficeSectionInputModel[] officeManagedObjectSourceFlow, AdministrationFlowToOfficeSectionInputModel[] administrationFlow, GovernanceFlowToOfficeSectionInputModel[] governanceFlow, OfficeEscalationToOfficeSectionInputModel[] officeEscalation, AdministrationEscalationToOfficeSectionInputModel[] administrationEscalation, GovernanceEscalationToOfficeSectionInputModel[] governanceEscalation, OfficeStartToOfficeSectionInputModel[] officeStart)
Convenience constructor.OfficeSectionInputModel(java.lang.String officeSectionInputName, java.lang.String parameterType, OfficeSectionOutputToOfficeSectionInputModel[] officeSectionOutput, OfficeManagedObjectSourceFlowToOfficeSectionInputModel[] officeManagedObjectSourceFlow, AdministrationFlowToOfficeSectionInputModel[] administrationFlow, GovernanceFlowToOfficeSectionInputModel[] governanceFlow, OfficeEscalationToOfficeSectionInputModel[] officeEscalation, AdministrationEscalationToOfficeSectionInputModel[] administrationEscalation, GovernanceEscalationToOfficeSectionInputModel[] governanceEscalation, OfficeStartToOfficeSectionInputModel[] officeStart, int x, int y)
Convenience constructor allowing XY initialising.
-