|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EffConfigSpec | |
wt.eff | Provides generic base effectivity functionality via EffService , EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity . |
Uses of EffConfigSpec in wt.eff |
Fields in wt.eff declared as EffConfigSpec | |
private EffConfigSpec |
PersistableEffConfigSpec.effConfigSpec
|
private EffConfigSpec |
PersistableEffConfigSpec.effConfigSpec
|
Methods in wt.eff that return EffConfigSpec | |
EffConfigSpec |
PersistableEffConfigSpec.getEffConfigSpec()
Gets the object for the association that plays role: EFF_CONFIG_SPEC. |
static EffConfigSpec[] |
EffConfigSpecAssistant.getValidEffConfigSpecs(EffContext effContext)
Returns all the valid EffConfigSpecs for the
context -- one for each valid Eff class. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType)
Factory to construct an EffConfigSpec based on the context and a type. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
Serializable a_Value)
Factory to construct an EffConfigSpec based on the context, a type, and a value. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
String a_ValueAsString)
Factory to construct an EffConfigSpec based on the context, a type, and string value. |
EffConfigSpec |
PersistableEffConfigSpec.getEffConfigSpec()
Gets the object for the association that plays role: EFF_CONFIG_SPEC. |
static EffConfigSpec[] |
EffConfigSpecAssistant.getValidEffConfigSpecs(EffContext effContext)
Returns all the valid EffConfigSpecs for the
context -- one for each valid Eff class. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType)
Factory to construct an EffConfigSpec based on the context and a type. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
Serializable a_Value)
Factory to construct an EffConfigSpec based on the context, a type, and a value. |
static EffConfigSpec |
EffConfigSpec.newEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
String a_ValueAsString)
Factory to construct an EffConfigSpec based on the context, a type, and string value. |
Methods in wt.eff with parameters of type EffConfigSpec | |
void |
PersistableEffConfigSpec.setEffConfigSpec(EffConfigSpec a_EffConfigSpec)
Sets the object for the association that plays role: EFF_CONFIG_SPEC. |
private void |
PersistableEffConfigSpec.effConfigSpecValidate(EffConfigSpec a_EffConfigSpec)
|
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffConfigSpec an_EffConfigSpec)
Factory to construct a PersistableEffConfigSpec based on the context and a type. |
protected void |
PersistableEffConfigSpec.initialize(EffConfigSpec an_EffConfigSpec)
Supports initialization, following construction of an instance. |
protected boolean |
EffConfigSpec.readVersion(EffConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
PersistableEffConfigSpec.setEffConfigSpec(EffConfigSpec a_EffConfigSpec)
Sets the object for the association that plays role: EFF_CONFIG_SPEC. |
private void |
PersistableEffConfigSpec.effConfigSpecValidate(EffConfigSpec a_EffConfigSpec)
|
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffConfigSpec an_EffConfigSpec)
Factory to construct a PersistableEffConfigSpec based on the context and a type. |
protected void |
PersistableEffConfigSpec.initialize(EffConfigSpec an_EffConfigSpec)
Supports initialization, following construction of an instance. |
protected boolean |
EffConfigSpec.readVersion(EffConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |