Uses of Class
net.officefloor.model.office.OfficeManagedObjectSourceFlowModel
-
Packages that use OfficeManagedObjectSourceFlowModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeManagedObjectSourceFlowModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeManagedObjectSourceFlowModel Modifier and Type Method Description Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChangesImpl. linkOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowModel managedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
-
Uses of OfficeManagedObjectSourceFlowModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeManagedObjectSourceFlowModel Modifier and Type Method Description OfficeManagedObjectSourceFlowModel
OfficeManagedObjectSourceFlowToOfficeSectionInputModel. getOfficeManagedObjectSourceFlow()
Methods in net.officefloor.model.office that return types with arguments of type OfficeManagedObjectSourceFlowModel Modifier and Type Method Description java.util.List<OfficeManagedObjectSourceFlowModel>
OfficeManagedObjectSourceModel. getOfficeManagedObjectSourceFlows()
RemoveConnectionsAction<OfficeManagedObjectSourceFlowModel>
OfficeManagedObjectSourceFlowModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type OfficeManagedObjectSourceFlowModel Modifier and Type Method Description void
OfficeManagedObjectSourceModel. addOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
Change<OfficeManagedObjectSourceFlowToOfficeSectionInputModel>
OfficeChanges. linkOfficeManagedObjectSourceFlowToOfficeSectionInput(OfficeManagedObjectSourceFlowModel managedObjectSourceFlow, OfficeSectionInputModel officeSectionInput)
Links theOfficeManagedObjectSourceFlowModel
to theOfficeSectionInputModel
.void
OfficeManagedObjectSourceModel. removeOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
void
OfficeManagedObjectSourceFlowToOfficeSectionInputModel. setOfficeManagedObjectSourceFlow(OfficeManagedObjectSourceFlowModel officeManagedObjectSourceFlow)
-