|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContext | |
---|---|
com.rapidtransform.part.model | |
com.rapidtransform.product.model |
Uses of ApplicationContext in com.rapidtransform.part.model |
---|
Methods in com.rapidtransform.part.model that return ApplicationContext | |
---|---|
ApplicationContext |
ItemView.getInitialContext()
The initial context for this item specifies the applicable state and domain where this ItemView can initially be used in the item/product definition process. |
Methods in com.rapidtransform.part.model that return types with arguments of type ApplicationContext | |
---|---|
java.util.Collection<ApplicationContext> |
ItemView.getAdditionalContexts()
Additional contexts can be added for this ItemView if it can be used in other states or application domains in addition to the initial context. |
Methods in com.rapidtransform.part.model with parameters of type ApplicationContext | |
---|---|
void |
ItemView.addApplicationContext(ApplicationContext context)
Adds an application context to the set of additional contexts. |
void |
ItemView.setInitialContext(ApplicationContext initialContext)
|
Method parameters in com.rapidtransform.part.model with type arguments of type ApplicationContext | |
---|---|
void |
ItemView.setAdditionalContexts(java.util.Set<ApplicationContext> additionalContexts)
|
Constructors in com.rapidtransform.part.model with parameters of type ApplicationContext | |
---|---|
Assembly(java.lang.String name,
ItemVersion initialVersion,
ApplicationContext initialContext,
Assembly.AssemblyType type)
Construct an assembly with the given name, associated ItemVersion, and type |
|
CollectionView(java.lang.String name,
ItemVersion initialVersion,
ApplicationContext initialContext)
|
|
ItemView(java.lang.String name,
ItemVersion fromVersion,
ApplicationContext initialContext)
Constructs an ItemView with the given ItemVersion as it's parent. |
Uses of ApplicationContext in com.rapidtransform.product.model |
---|
Methods in com.rapidtransform.product.model that return types with arguments of type ApplicationContext | |
---|---|
java.util.Set<ApplicationContext> |
ProductFunction.getRelevantFor()
|
java.util.Set<ApplicationContext> |
ProductComponent.getRelevantFor()
|
Method parameters in com.rapidtransform.product.model with type arguments of type ApplicationContext | |
---|---|
void |
ProductFunction.setRelevantFor(java.util.Set<ApplicationContext> relevantFor)
|
void |
ProductComponent.setRelevantFor(java.util.Set<ApplicationContext> relevantFor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |