|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistableEffConfigSpec | |
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 PersistableEffConfigSpec in wt.eff |
Methods in wt.eff that return PersistableEffConfigSpec | |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffConfigSpec an_EffConfigSpec)
Factory to construct a PersistableEffConfigSpec based on the context and a type. |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
Serializable a_Value)
Factory to construct a PersistableEffConfigSpec based on the context, a type, and a value. |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
String a_ValueAsString)
Factory to construct a PersistableEffConfigSpec based on the context, a type, and string value. |
PersistableEffConfigSpec |
GroupEffConfigSpec.getEffConfigSpec()
Gets the object for the association that plays role: EFF_CONFIG_SPEC_ROLE. |
static PersistableEffConfigSpec[] |
EffConfigSpecAssistant.getValidPersistableEffConfigSpecs(EffContext effContext)
Returns all the valid PersistableEffConfigSpecs
for the context -- one for each valid Eff class. |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffConfigSpec an_EffConfigSpec)
Factory to construct a PersistableEffConfigSpec based on the context and a type. |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
Serializable a_Value)
Factory to construct a PersistableEffConfigSpec based on the context, a type, and a value. |
static PersistableEffConfigSpec |
PersistableEffConfigSpec.newPersistableEffConfigSpec(EffContext an_EffContext,
Class an_EffType,
String a_ValueAsString)
Factory to construct a PersistableEffConfigSpec based on the context, a type, and string value. |
PersistableEffConfigSpec |
GroupEffConfigSpec.getEffConfigSpec()
Gets the object for the association that plays role: EFF_CONFIG_SPEC_ROLE. |
static PersistableEffConfigSpec[] |
EffConfigSpecAssistant.getValidPersistableEffConfigSpecs(EffContext effContext)
Returns all the valid PersistableEffConfigSpecs
for the context -- one for each valid Eff class. |
Methods in wt.eff with parameters of type PersistableEffConfigSpec | |
protected boolean |
PersistableEffConfigSpec.readVersion(PersistableEffConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
GroupEffConfigSpec.setEffConfigSpec(PersistableEffConfigSpec effConfigSpec)
Sets the object for the association that plays role: EFF_CONFIG_SPEC_ROLE. |
static GroupEffConfigSpec |
GroupEffConfigSpec.newGroupEffConfigSpec(EffConfigSpecGroup group,
PersistableEffConfigSpec effConfigSpec)
Default factory for the class. |
void |
EffConfigSpecGroup.add(PersistableEffConfigSpec persistableEffConfigSpec)
Adds an effectivity config spec to the group. |
boolean |
EffConfigSpecGroup.remove(PersistableEffConfigSpec persistableEffConfigSpec)
Removes an effectivity config spec from the group. |
boolean |
EffConfigSpecGroup.contains(PersistableEffConfigSpec persistableEffConfigSpec)
Returns true if the effectivity config spec is in the group. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec. |
protected void |
EffConfigSpecGroup.initialize(PersistableEffConfigSpec persistableEffConfigSpec)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members. |
protected void |
EffConfigSpecGroup.initialize(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec and assigning the view. |
protected void |
EffConfigSpecGroup.initialize(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members and view. |
protected void |
EffConfigSpecGroup.initialize(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Supports initialization, following construction of an instance. |
protected boolean |
PersistableEffConfigSpec.readVersion(PersistableEffConfigSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
GroupEffConfigSpec.setEffConfigSpec(PersistableEffConfigSpec effConfigSpec)
Sets the object for the association that plays role: EFF_CONFIG_SPEC_ROLE. |
static GroupEffConfigSpec |
GroupEffConfigSpec.newGroupEffConfigSpec(EffConfigSpecGroup group,
PersistableEffConfigSpec effConfigSpec)
Default factory for the class. |
void |
EffConfigSpecGroup.add(PersistableEffConfigSpec persistableEffConfigSpec)
Adds an effectivity config spec to the group. |
boolean |
EffConfigSpecGroup.remove(PersistableEffConfigSpec persistableEffConfigSpec)
Removes an effectivity config spec from the group. |
boolean |
EffConfigSpecGroup.contains(PersistableEffConfigSpec persistableEffConfigSpec)
Returns true if the effectivity config spec is in the group. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec. |
protected void |
EffConfigSpecGroup.initialize(PersistableEffConfigSpec persistableEffConfigSpec)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members. |
protected void |
EffConfigSpecGroup.initialize(PersistableEffConfigSpec[] persistableEffConfigSpecs)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Construct a group, adding the effectivity config spec and assigning the view. |
protected void |
EffConfigSpecGroup.initialize(View a_View,
PersistableEffConfigSpec persistableEffConfigSpec)
Supports initialization, following construction of an instance. |
static EffConfigSpecGroup |
EffConfigSpecGroup.newEffConfigSpecGroup(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Constructs a group with the given members and view. |
protected void |
EffConfigSpecGroup.initialize(View a_View,
PersistableEffConfigSpec[] persistableEffConfigSpecs)
Supports initialization, following construction of an instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |