Uses of Interface
net.officefloor.woof.model.objects.PropertySourceModel
-
Packages that use PropertySourceModel Package Description net.officefloor.woof.model.objects -
-
Uses of PropertySourceModel in net.officefloor.woof.model.objects
Classes in net.officefloor.woof.model.objects that implement PropertySourceModel Modifier and Type Class Description classPropertyFileModelclassPropertyModelMethods in net.officefloor.woof.model.objects that return types with arguments of type PropertySourceModel Modifier and Type Method Description java.util.List<PropertySourceModel>WoofManagedObjectModel. getPropertySources()java.util.List<PropertySourceModel>WoofPoolModel. getPropertySources()java.util.List<PropertySourceModel>WoofSupplierModel. getPropertySources()Methods in net.officefloor.woof.model.objects with parameters of type PropertySourceModel Modifier and Type Method Description voidWoofManagedObjectModel. addPropertySource(PropertySourceModel propertySource)voidWoofPoolModel. addPropertySource(PropertySourceModel propertySource)voidWoofSupplierModel. addPropertySource(PropertySourceModel propertySource)voidWoofManagedObjectModel. removePropertySource(PropertySourceModel propertySource)voidWoofPoolModel. removePropertySource(PropertySourceModel propertySource)voidWoofSupplierModel. removePropertySource(PropertySourceModel propertySource)Constructors in net.officefloor.woof.model.objects with parameters of type PropertySourceModel Constructor Description WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter)Convenience constructor.WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter, int x, int y)Convenience constructor allowing XY initialising.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource)Convenience constructor.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource, int x, int y)Convenience constructor allowing XY initialising.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource)Convenience constructor.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource, int x, int y)Convenience constructor allowing XY initialising.
-