Uses of Class
net.officefloor.model.office.PropertyModel
-
Packages that use PropertyModel Package Description net.officefloor.model.office -
-
Uses of PropertyModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return types with arguments of type PropertyModel Modifier and Type Method Description java.util.List<PropertyModel>
AdministrationModel. getProperties()
java.util.List<PropertyModel>
GovernanceModel. getProperties()
java.util.List<PropertyModel>
OfficeManagedObjectPoolModel. getProperties()
java.util.List<PropertyModel>
OfficeManagedObjectSourceModel. getProperties()
java.util.List<PropertyModel>
OfficeSectionModel. getProperties()
java.util.List<PropertyModel>
OfficeSupplierModel. getProperties()
RemoveConnectionsAction<PropertyModel>
PropertyModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type PropertyModel Modifier and Type Method Description void
AdministrationModel. addProperty(PropertyModel property)
void
GovernanceModel. addProperty(PropertyModel property)
void
OfficeManagedObjectPoolModel. addProperty(PropertyModel property)
void
OfficeManagedObjectSourceModel. addProperty(PropertyModel property)
void
OfficeSectionModel. addProperty(PropertyModel property)
void
OfficeSupplierModel. addProperty(PropertyModel property)
void
AdministrationModel. removeProperty(PropertyModel property)
void
GovernanceModel. removeProperty(PropertyModel property)
void
OfficeManagedObjectPoolModel. removeProperty(PropertyModel property)
void
OfficeManagedObjectSourceModel. removeProperty(PropertyModel property)
void
OfficeSectionModel. removeProperty(PropertyModel property)
void
OfficeSupplierModel. removeProperty(PropertyModel property)
Constructors in net.officefloor.model.office with parameters of type PropertyModel Constructor Description AdministrationModel(java.lang.String administrationName, java.lang.String administrationSourceClassName, boolean isAutoWireExtensions, AdministrationToOfficeTeamModel officeTeam, PropertyModel[] property, AdministrationFlowModel[] administrationFlow, AdministrationEscalationModel[] administrationEscalation, OfficeFunctionToPreAdministrationModel[] preOfficeFunction, OfficeFunctionToPostAdministrationModel[] postOfficeFunction, AdministrationToExternalManagedObjectModel[] administeredExternalManagedObject, AdministrationToOfficeManagedObjectModel[] administeredOfficeManagedObject, AdministrationToOfficeSectionManagedObjectModel[] administeredOfficeSectionManagedObject, ExternalManagedObjectToPreLoadAdministrationModel[] preLoadExternalManagedObject, OfficeManagedObjectToPreLoadAdministrationModel[] preLoadOfficeManagedObject, OfficeSectionManagedObjectToPreLoadAdministrationModel[] preLoadOfficeSectionManagedObject)
Convenience constructor.AdministrationModel(java.lang.String administrationName, java.lang.String administrationSourceClassName, boolean isAutoWireExtensions, AdministrationToOfficeTeamModel officeTeam, PropertyModel[] property, AdministrationFlowModel[] administrationFlow, AdministrationEscalationModel[] administrationEscalation, OfficeFunctionToPreAdministrationModel[] preOfficeFunction, OfficeFunctionToPostAdministrationModel[] postOfficeFunction, AdministrationToExternalManagedObjectModel[] administeredExternalManagedObject, AdministrationToOfficeManagedObjectModel[] administeredOfficeManagedObject, AdministrationToOfficeSectionManagedObjectModel[] administeredOfficeSectionManagedObject, ExternalManagedObjectToPreLoadAdministrationModel[] preLoadExternalManagedObject, OfficeManagedObjectToPreLoadAdministrationModel[] preLoadOfficeManagedObject, OfficeSectionManagedObjectToPreLoadAdministrationModel[] preLoadOfficeSectionManagedObject, 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.OfficeManagedObjectPoolModel(java.lang.String officeManagedObjectPoolName, java.lang.String managedObjectPoolSourceClassName, PropertyModel[] property, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel[] officeManagedObjectSource)
Convenience constructor.OfficeManagedObjectPoolModel(java.lang.String officeManagedObjectPoolName, java.lang.String managedObjectPoolSourceClassName, PropertyModel[] property, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel[] officeManagedObjectSource, int x, int y)
Convenience constructor allowing XY initialising.OfficeManagedObjectSourceModel(java.lang.String officeManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, OfficeManagedObjectSourceToOfficeSupplierModel officeSupplier, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel officeManagedObjectPool, PropertyModel[] property, OfficeManagedObjectToOfficeManagedObjectSourceModel[] officeManagedObject, OfficeInputManagedObjectDependencyModel[] officeInputManagedObjectDependency, OfficeManagedObjectFunctionDependencyModel[] officeManagedObjectFunctionDependency, OfficeManagedObjectSourceFlowModel[] officeManagedObjectSourceFlow, OfficeManagedObjectSourceTeamModel[] officeManagedObjectSourceTeam, OfficeManagedObjectSourceStartBeforeOfficeManagedObjectSourceModel[] startBeforeEarlier, OfficeManagedObjectSourceStartBeforeOfficeManagedObjectSourceModel[] startBeforeLater, OfficeManagedObjectSourceStartAfterOfficeManagedObjectSourceModel[] startAfterEarlier, OfficeManagedObjectSourceStartAfterOfficeManagedObjectSourceModel[] startAfterLater)
Convenience constructor.OfficeManagedObjectSourceModel(java.lang.String officeManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, OfficeManagedObjectSourceToOfficeSupplierModel officeSupplier, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel officeManagedObjectPool, PropertyModel[] property, OfficeManagedObjectToOfficeManagedObjectSourceModel[] officeManagedObject, OfficeInputManagedObjectDependencyModel[] officeInputManagedObjectDependency, OfficeManagedObjectFunctionDependencyModel[] officeManagedObjectFunctionDependency, OfficeManagedObjectSourceFlowModel[] officeManagedObjectSourceFlow, OfficeManagedObjectSourceTeamModel[] officeManagedObjectSourceTeam, OfficeManagedObjectSourceStartBeforeOfficeManagedObjectSourceModel[] startBeforeEarlier, OfficeManagedObjectSourceStartBeforeOfficeManagedObjectSourceModel[] startBeforeLater, OfficeManagedObjectSourceStartAfterOfficeManagedObjectSourceModel[] startAfterEarlier, OfficeManagedObjectSourceStartAfterOfficeManagedObjectSourceModel[] startAfterLater, int x, int y)
Convenience constructor allowing XY initialising.OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject)
Convenience constructor.OfficeSectionModel(java.lang.String officeSectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, OfficeSubSectionModel officeSubSection, PropertyModel[] property, OfficeSectionInputModel[] officeSectionInput, OfficeSectionOutputModel[] officeSectionOutput, OfficeSectionObjectModel[] officeSectionObject, int x, int y)
Convenience constructor allowing XY initialising.OfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String supplierSourceClassName, PropertyModel[] property, OfficeSupplierThreadLocalModel[] officeSupplierThreadLocal, OfficeManagedObjectSourceToOfficeSupplierModel[] officeManagedObjectSource)
Convenience constructor.OfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String supplierSourceClassName, PropertyModel[] property, OfficeSupplierThreadLocalModel[] officeSupplierThreadLocal, OfficeManagedObjectSourceToOfficeSupplierModel[] officeManagedObjectSource, int x, int y)
Convenience constructor allowing XY initialising.
-