|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomizationContext
The customization context defines where customization applies, it can be an entity, an identity, or anything else that is subject to customization.
Contexts are partitionned by their type, i.e all the context that share the same value returned by the
invocation of the method getContextType() are considered to belong to the same type.
Within a partition it is possible to find out the relationship between two contexts thanks to the
contains(CustomizationContext) method.
| Method Summary | |
|---|---|
boolean |
contains(CustomizationContext that)
Returns true if the context contains the provided context. |
String |
getContextId()
Returns the identifier of the context. |
String |
getContextType()
Returns the customization context type. |
| Method Detail |
|---|
String getContextId()
String getContextType()
boolean contains(CustomizationContext that)
that - the context to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||