| Package | Description |
|---|---|
| org.dmd.dmc |
The Dark Matter Core (dmc) package provides the core functionality for
all aspects of objects managed via the Dark Matter Data framework.
|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dmp.server.generated.dmw | |
| org.dmd.dmp.shared.generated.dmo | |
| org.dmd.dms.generated.dmw | |
| org.dmd.dms.generated.types |
| Modifier and Type | Field and Description |
|---|---|
protected Modifier |
DmcNamedObjectREF.backrefModifier |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
DmcNamedObjectREF.getBackrefModifier()
If back reference tracking was turned on when this reference was resolved, this
will return the handle to back reference modifier that was created on the
object being referred to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DmcObject.addBackref(Modifier mod)
This method is used when we're tracking backrefs.
|
void |
DmcObject.removeBackref(Modifier mod)
This method is used to remove back references from an object to the objects
that refer to it.
|
void |
DmcNamedObjectREF.setBackrefModifier(Modifier mod)
Sets the modifier that will remove this object reference if the object being
referred to is deleted.
|
| Modifier and Type | Method and Description |
|---|---|
Modifier |
DmcTypeModifier.cloneValue(Modifier original) |
Modifier |
DmcTypeModifier.deserializeValue(DmcInputStreamIF dis)
Read a Modifier.
|
Modifier |
DmcTypeModifier.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
DmcTypeModifier.cloneValue(Modifier original) |
void |
DmcTypeModifier.serializeValue(DmcOutputStreamIF dos,
Modifier value)
Write a Modifier.
|
| Constructor and Description |
|---|
Modifier(Modifier original)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Modifier> |
SetRequestDMW.getModifyCopy() |
ArrayList<Modifier> |
DMPEventDMW.getModifyCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetRequestDMW.addModify(Modifier value)
Adds another modify value.
|
void |
DMPEventDMW.addModify(Modifier value)
Adds another modify value.
|
void |
SetRequestDMW.delModify(Modifier value)
Deletes a modify value.
|
void |
DMPEventDMW.delModify(Modifier value)
Deletes a modify value.
|
boolean |
SetRequestDMW.modifyContains(Modifier value) |
boolean |
DMPEventDMW.modifyContains(Modifier value) |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
SetRequestDMO.getNthModify(int i) |
Modifier |
DMPEventDMO.getNthModify(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Modifier> |
SetRequestDMO.getModify() |
Iterator<Modifier> |
DMPEventDMO.getModify() |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<?> |
SetRequestDMO.addModify(Modifier value)
Adds another modify to the specified value.
|
DmcAttribute<?> |
DMPEventDMO.addModify(Modifier value)
Adds another modify to the specified value.
|
DmcAttribute<?> |
SetRequestDMO.delModify(Modifier value)
Deletes a modify from the specified value.
|
DmcAttribute<?> |
DMPEventDMO.delModify(Modifier value)
Deletes a modify from the specified value.
|
boolean |
SetRequestDMO.modifyContains(Modifier value) |
boolean |
DMPEventDMO.modifyContains(Modifier value) |
| Constructor and Description |
|---|
ModifierIterableDMW(Iterator<Modifier> it) |
| Modifier and Type | Field and Description |
|---|---|
protected Modifier |
DmcTypeModifierSV.value |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Modifier> |
DmcTypeModifierSET.value |
protected ArrayList<Modifier> |
DmcTypeModifierMV.value |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
DmcTypeModifierSET.add(Object v) |
Modifier |
DmcTypeModifierMV.add(Object v) |
Modifier |
DmcTypeModifierSTATIC.cloneValue(Modifier value) |
Modifier |
DmcTypeModifierSET.del(Object v) |
Modifier |
DmcTypeModifierMV.del(Object v) |
Modifier |
DmcTypeModifierSTATIC.deserializeValue(DmcInputStreamIF dis) |
Modifier |
DmcTypeModifierMV.getMVnth(int index) |
Modifier |
DmcTypeModifierSV.getSV() |
Modifier |
DmcTypeModifierSV.getSVCopy() |
Modifier |
DmcTypeModifierSV.set(Object v) |
Modifier |
DmcTypeModifierMV.setMVnth(int index,
Object v) |
Modifier |
DmcTypeModifierSTATIC.typeCheck(Object value) |
| Modifier and Type | Method and Description |
|---|---|
DmcAttribute<Modifier> |
DmcTypeModifierSV.cloneIt() |
DmcAttribute<Modifier> |
DmcTypeModifierSET.cloneIt() |
DmcAttribute<Modifier> |
DmcTypeModifierMV.cloneIt() |
Iterator<Modifier> |
DmcTypeModifierSET.getMV() |
Iterator<Modifier> |
DmcTypeModifierMV.getMV() |
Set<Modifier> |
DmcTypeModifierSET.getMVCopy() |
ArrayList<Modifier> |
DmcTypeModifierMV.getMVCopy() |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
DmcTypeModifierSTATIC.cloneValue(Modifier value) |
void |
DmcTypeModifierSTATIC.serializeValue(DmcOutputStreamIF dos,
Modifier value) |
Copyright © 2023. All rights reserved.