Package wt.eff.format
Interface EffFormatRetrievalStrategy
- All Known Implementing Classes:
PreferenceBasedRetrieval
Deprecated.
This interface is designed to encapsulate the various means (algorithms)
for the retrieval of effectivity format given some state information,
representing a Strategy design pattern.
The various algorithms can differ on how they retrieve the format, for example, by looking at some external resource, or a preference or an attribute on a business object. All that is needed an implementation of this interface and a means to inject this implementation for use by the
Supported API: true
Extendable: true
The various algorithms can differ on how they retrieve the format, for example, by looking at some external resource, or a preference or an attribute on a business object. All that is needed an implementation of this interface and a means to inject this implementation for use by the
EffFormatService. See the Customizer's guide on how
this wiring can be provided.
Supported API: true
Extendable: true
- Since:
- Windchill 9.0
- See Also:
-
Method Summary
-
Method Details
-
getEffFormatDetails
Deprecated.Retrieve the format details, given the effectivity state. An implementation can use any means to retrieve the format given the information in thestateobject.
Supported API: true- Parameters:
state- the current effectivity state.- Returns:
- EffFormatDetails
-
EffDelegateinstead The implementaion for the same is made available through delegate.