Uses of Class
net.officefloor.woof.model.woof.WoofProcedureOutputModel
-
Packages that use WoofProcedureOutputModel Package Description net.officefloor.gef.woof net.officefloor.woof.model.woof -
-
Uses of WoofProcedureOutputModel in net.officefloor.gef.woof
Methods in net.officefloor.gef.woof that return WoofProcedureOutputModel Modifier and Type Method Description WoofProcedureOutputModel
WoofProcedureOutputItem. prototype()
Methods in net.officefloor.gef.woof with parameters of type WoofProcedureOutputModel Modifier and Type Method Description void
WoofProcedureOutputItem. loadToParent(WoofProcedureModel parentModel, WoofProcedureOutputModel itemModel)
javafx.scene.layout.Pane
WoofProcedureOutputItem. visual(WoofProcedureOutputModel model, AdaptedChildVisualFactoryContext<WoofProcedureOutputModel> context)
Method parameters in net.officefloor.gef.woof with type arguments of type WoofProcedureOutputModel Modifier and Type Method Description javafx.scene.layout.Pane
WoofProcedureOutputItem. visual(WoofProcedureOutputModel model, AdaptedChildVisualFactoryContext<WoofProcedureOutputModel> context)
-
Uses of WoofProcedureOutputModel in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return WoofProcedureOutputModel Modifier and Type Method Description WoofProcedureOutputModel
WoofProcedureOutputToWoofHttpContinuationModel. getWoofProcedureOutput()
WoofProcedureOutputModel
WoofProcedureOutputToWoofProcedureModel. getWoofProcedureOutput()
WoofProcedureOutputModel
WoofProcedureOutputToWoofResourceModel. getWoofProcedureOutput()
WoofProcedureOutputModel
WoofProcedureOutputToWoofSectionInputModel. getWoofProcedureOutput()
WoofProcedureOutputModel
WoofProcedureOutputToWoofSecurityModel. getWoofProcedureOutput()
WoofProcedureOutputModel
WoofProcedureOutputToWoofTemplateModel. getWoofProcedureOutput()
Methods in net.officefloor.woof.model.woof that return types with arguments of type WoofProcedureOutputModel Modifier and Type Method Description java.util.List<WoofProcedureOutputModel>
WoofProcedureModel. getOutputs()
RemoveConnectionsAction<WoofProcedureOutputModel>
WoofProcedureOutputModel. removeConnections()
Remove Connections.Constructors in net.officefloor.woof.model.woof with parameters of type WoofProcedureOutputModel Constructor Description WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart)
Convenience constructor.WoofProcedureModel(java.lang.String woofProcedureName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, WoofProcedureNextModel next, PropertyModel[] property, WoofProcedureOutputModel[] output, WoofTemplateOutputToWoofProcedureModel[] woofTemplateOutput, WoofSecurityOutputToWoofProcedureModel[] woofSecurityOutput, WoofSectionOutputToWoofProcedureModel[] woofSectionOutput, WoofProcedureOutputToWoofProcedureModel[] woofProcedureOutput, WoofProcedureNextToWoofProcedureModel[] woofProcedureNext, WoofExceptionToWoofProcedureModel[] woofException, WoofHttpContinuationToWoofProcedureModel[] woofHttpContinuation, WoofHttpInputToWoofProcedureModel[] woofHttpInput, WoofStartToWoofProcedureModel[] woofStart, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofProcedureOutputModel woofProcedureOutput, WoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.WoofProcedureOutputToWoofHttpContinuationModel(java.lang.String applicationPath, WoofProcedureOutputModel woofProcedureOutput, WoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofProcedureModel(java.lang.String procedureName, WoofProcedureOutputModel woofProcedureOutput, WoofProcedureModel woofProcedure)
Convenience constructor.WoofProcedureOutputToWoofProcedureModel(java.lang.String procedureName, WoofProcedureOutputModel woofProcedureOutput, WoofProcedureModel woofProcedure, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofResourceModel(java.lang.String resourcePath, WoofProcedureOutputModel woofProcedureOutput, WoofResourceModel woofResource)
Convenience constructor.WoofProcedureOutputToWoofResourceModel(java.lang.String resourcePath, WoofProcedureOutputModel woofProcedureOutput, WoofResourceModel woofResource, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofSectionInputModel(java.lang.String sectionName, java.lang.String inputName, WoofProcedureOutputModel woofProcedureOutput, WoofSectionInputModel woofSectionInput)
Convenience constructor.WoofProcedureOutputToWoofSectionInputModel(java.lang.String sectionName, java.lang.String inputName, WoofProcedureOutputModel woofProcedureOutput, WoofSectionInputModel woofSectionInput, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofSecurityModel(java.lang.String httpSecurityName, WoofProcedureOutputModel woofProcedureOutput, WoofSecurityModel woofSecurity)
Convenience constructor.WoofProcedureOutputToWoofSecurityModel(java.lang.String httpSecurityName, WoofProcedureOutputModel woofProcedureOutput, WoofSecurityModel woofSecurity, int x, int y)
Convenience constructor allowing XY initialising.WoofProcedureOutputToWoofTemplateModel(java.lang.String applicationPath, WoofProcedureOutputModel woofProcedureOutput, WoofTemplateModel woofTemplate)
Convenience constructor.WoofProcedureOutputToWoofTemplateModel(java.lang.String applicationPath, WoofProcedureOutputModel woofProcedureOutput, WoofTemplateModel woofTemplate, int x, int y)
Convenience constructor allowing XY initialising.
-