Uses of Class
net.officefloor.model.office.GovernanceFlowModel
-
Packages that use GovernanceFlowModel Package Description net.officefloor.model.office -
-
Uses of GovernanceFlowModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return GovernanceFlowModel Modifier and Type Method Description GovernanceFlowModel
GovernanceFlowToOfficeSectionInputModel. getGovernanceFlow()
Methods in net.officefloor.model.office that return types with arguments of type GovernanceFlowModel Modifier and Type Method Description java.util.List<GovernanceFlowModel>
GovernanceModel. getGovernanceFlows()
RemoveConnectionsAction<GovernanceFlowModel>
GovernanceFlowModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type GovernanceFlowModel Modifier and Type Method Description void
GovernanceModel. addGovernanceFlow(GovernanceFlowModel governanceFlow)
void
GovernanceModel. removeGovernanceFlow(GovernanceFlowModel governanceFlow)
void
GovernanceFlowToOfficeSectionInputModel. setGovernanceFlow(GovernanceFlowModel governanceFlow)
Constructors in net.officefloor.model.office with parameters of type GovernanceFlowModel Constructor Description GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, OfficeSectionInputModel officeSectionInput)
Convenience constructor.GovernanceFlowToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, GovernanceFlowModel governanceFlow, 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.
-