Part of lp.blueprints.interfaces.specificationtarget View In Hierarchy
Known subclasses: lp.blueprints.interfaces.specificationtarget.ISpecificationGoal, lp.registry.interfaces.distribution.IDistributionPublic, lp.registry.interfaces.product.IProductPublic
Method | getSpecification | Returns the specification with the given name, for this target, |
Inherited from IHasSpecifications:
Attribute | all_specifications | A list of all specifications, regardless of status or approval or completion, for this object. |
Attribute | has_any_specifications | A true or false indicator of whether or not this object has any specifications associated with it, regardless of their status. |
Attribute | valid_specifications | A list of all specifications that are not obsolete. |
Attribute | latest_specifications | The latest 5 specifications registered for this context. |
Attribute | latest_completed_specifications | The 5 specifications most recently completed for this context. |
Method | specifications | Specifications for this target. |