Uses of Class
net.officefloor.woof.model.woof.PropertyModel
-
Packages that use PropertyModel Package Description net.officefloor.woof.model.woof -
-
Uses of PropertyModel in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return types with arguments of type PropertyModel Modifier and Type Method Description java.util.List<PropertyModel>
WoofGovernanceModel. getProperties()
java.util.List<PropertyModel>
WoofProcedureModel. getProperties()
java.util.List<PropertyModel>
WoofSectionModel. getProperties()
java.util.List<PropertyModel>
WoofSecurityModel. getProperties()
java.util.List<PropertyModel>
WoofTemplateExtensionModel. getProperties()
RemoveConnectionsAction<PropertyModel>
PropertyModel. removeConnections()
Remove Connections.Methods in net.officefloor.woof.model.woof with parameters of type PropertyModel Modifier and Type Method Description void
WoofGovernanceModel. addProperty(PropertyModel property)
void
WoofProcedureModel. addProperty(PropertyModel property)
void
WoofSectionModel. addProperty(PropertyModel property)
void
WoofSecurityModel. addProperty(PropertyModel property)
void
WoofTemplateExtensionModel. addProperty(PropertyModel property)
void
WoofGovernanceModel. removeProperty(PropertyModel property)
void
WoofProcedureModel. removeProperty(PropertyModel property)
void
WoofSectionModel. removeProperty(PropertyModel property)
void
WoofSecurityModel. removeProperty(PropertyModel property)
void
WoofTemplateExtensionModel. removeProperty(PropertyModel property)
Constructors in net.officefloor.woof.model.woof with parameters of type PropertyModel Constructor Description WoofGovernanceModel(java.lang.String woofGovernanceName, java.lang.String governanceSourceClassName, PropertyModel[] property, WoofGovernanceAreaModel[] governanceArea, WoofGovernanceToWoofGovernanceAreaModel[] governanceAreaConnection)
Convenience constructor.WoofGovernanceModel(java.lang.String woofGovernanceName, java.lang.String governanceSourceClassName, PropertyModel[] property, WoofGovernanceAreaModel[] governanceArea, WoofGovernanceToWoofGovernanceAreaModel[] governanceAreaConnection, int x, int y)
Convenience constructor allowing XY initialising.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.WoofSectionModel(java.lang.String woofSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, WoofSectionInputModel[] input, WoofSectionOutputModel[] output)
Convenience constructor.WoofSectionModel(java.lang.String woofSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyModel[] property, WoofSectionInputModel[] input, WoofSectionOutputModel[] output, int x, int y)
Convenience constructor allowing XY initialising.WoofSecurityModel(java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyModel[] property, WoofSecurityContentTypeModel[] contentType, WoofSecurityOutputModel[] output, WoofSectionOutputToWoofSecurityModel[] woofSectionOutput, WoofProcedureOutputToWoofSecurityModel[] woofProcedureOutput, WoofProcedureNextToWoofSecurityModel[] woofProcedureNext, WoofTemplateOutputToWoofSecurityModel[] woofTemplateOutput, WoofSecurityOutputToWoofSecurityModel[] woofSecurityOutput, WoofHttpContinuationToWoofSecurityModel[] woofHttpContinuation, WoofHttpInputToWoofSecurityModel[] woofHttpInput, WoofExceptionToWoofSecurityModel[] woofException)
Convenience constructor.WoofSecurityModel(java.lang.String httpSecurityName, java.lang.String httpSecuritySourceClassName, long timeout, PropertyModel[] property, WoofSecurityContentTypeModel[] contentType, WoofSecurityOutputModel[] output, WoofSectionOutputToWoofSecurityModel[] woofSectionOutput, WoofProcedureOutputToWoofSecurityModel[] woofProcedureOutput, WoofProcedureNextToWoofSecurityModel[] woofProcedureNext, WoofTemplateOutputToWoofSecurityModel[] woofTemplateOutput, WoofSecurityOutputToWoofSecurityModel[] woofSecurityOutput, WoofHttpContinuationToWoofSecurityModel[] woofHttpContinuation, WoofHttpInputToWoofSecurityModel[] woofHttpInput, WoofExceptionToWoofSecurityModel[] woofException, int x, int y)
Convenience constructor allowing XY initialising.WoofTemplateExtensionModel(java.lang.String extensionClassName, PropertyModel[] property)
Convenience constructor.WoofTemplateExtensionModel(java.lang.String extensionClassName, PropertyModel[] property, int x, int y)
Convenience constructor allowing XY initialising.
-