public abstract class GetRequestDMW extends Request
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
requestcore| Modifier | Constructor and Description |
|---|---|
|
GetRequestDMW() |
|
GetRequestDMW(DmcTypeModifierMV mods) |
|
GetRequestDMW(GetRequestDMO obj) |
protected |
GetRequestDMW(GetRequestDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeSelector(AttributeID value)
Adds another attributeSelector value.
|
void |
addAttributeSelector(DmcAttributeInfo value)
Adds another DmcAttributeInfo value.
|
void |
addAttributeSelector(Object value)
Adds another attributeSelector value.
|
void |
addTargets(DmcObjectName value)
Adds another DmcObjectName value.
|
void |
addTargets(NameContainer value)
Adds another targets value.
|
void |
addTargets(Object value)
Adds another targets value.
|
boolean |
attributeSelectorContains(AttributeID value) |
boolean |
attributeSelectorContains(DmcAttributeInfo value) |
GetRequest |
cloneIt() |
void |
delAttributeSelector(AttributeID value)
Deletes a attributeSelector value.
|
void |
delAttributeSelector(Object value)
Deletes a attributeSelector value.
|
void |
delTargets(NameContainer value)
Deletes a targets value.
|
void |
delTargets(Object value)
Deletes a targets value.
|
HashSet<AttributeID> |
getAttributeSelectorCopy() |
boolean |
getAttributeSelectorHasValue() |
boolean |
getAttributeSelectorIsEmpty() |
AttributeIDIterableDMW |
getAttributeSelectorIterable() |
int |
getAttributeSelectorSize() |
Integer |
getBlockingFactor() |
ClassFilter |
getClassFilter() |
GetRequestDMO |
getDMO() |
String |
getFilter() |
ClassDefinition |
getFilterByClass() |
GetRequest |
getModificationRecorder() |
ScopeEnum |
getScope() |
String |
getSlice() |
ArrayList<NameContainer> |
getTargetsCopy() |
boolean |
getTargetsHasValue() |
boolean |
getTargetsIsEmpty() |
NameContainerIterableDMW |
getTargetsIterable() |
int |
getTargetsSize() |
Boolean |
isCacheResponse() |
Boolean |
isRegisterForEvents() |
void |
remAttributeSelector()
Removes the attributeSelector attribute value.
|
void |
remBlockingFactor()
Removes the blockingFactor attribute value.
|
void |
remCacheResponse()
Removes the cacheResponse attribute value.
|
void |
remClassFilter()
Removes the classFilter attribute value.
|
void |
remFilter()
Removes the filter attribute value.
|
void |
remFilterByClass()
Removes the filterByClass attribute value.
|
void |
remRegisterForEvents()
Removes the registerForEvents attribute value.
|
void |
remScope()
Removes the scope attribute value.
|
void |
remSlice()
Removes the slice attribute value.
|
void |
remTargets()
Removes the targets attribute value.
|
void |
setBlockingFactor(Integer value)
Sets blockingFactor to the specified value.
|
void |
setBlockingFactor(Object value)
Sets blockingFactor to the specified value.
|
void |
setCacheResponse(Boolean value)
Sets cacheResponse to the specified value.
|
void |
setCacheResponse(Object value)
Sets cacheResponse to the specified value.
|
void |
setClassFilter(ClassFilter value)
Sets classFilter to the specified value.
|
void |
setClassFilter(Object value)
Sets classFilter to the specified value.
|
void |
setFilter(Object value)
Sets filter to the specified value.
|
void |
setFilter(String value)
Sets filter to the specified value.
|
void |
setFilterByClass(ClassDefinition value)
Sets the filterByClass to the specified value.
|
void |
setFilterByClass(Object value)
Sets the filterByClass to the specified value.
|
void |
setRegisterForEvents(Boolean value)
Sets registerForEvents to the specified value.
|
void |
setRegisterForEvents(Object value)
Sets registerForEvents to the specified value.
|
void |
setScope(Object value)
Sets scope to the specified value.
|
void |
setScope(ScopeEnum value)
Sets scope to the specified value.
|
void |
setSlice(Object value)
Sets slice to the specified value.
|
void |
setSlice(String value)
Sets slice to the specified value.
|
boolean |
targetsContains(DmcObjectName value) |
boolean |
targetsContains(NameContainer value) |
fillError, fillStandard, getErrorResponse, getUInfo, getUserInfo, setSessionInfo, setUserInfogetHandlerID, getOriginatorID, getResponseFormat, getSessionID, getTimeoutSeconds, getUserName, isNotifyOriginator, isReadableFormat, remHandlerID, remNotifyOriginator, remOriginatorID, remReadableFormat, remResponseFormat, remSessionID, remTimeoutSeconds, remUserName, setHandlerID, setHandlerID, setNotifyOriginator, setNotifyOriginator, setOriginatorID, setOriginatorID, setReadableFormat, setReadableFormat, setResponseFormat, setResponseFormat, setSessionID, setSessionID, setTimeoutSeconds, setTimeoutSeconds, setUserName, setUserNamegetLastRequestID, getServletRequest, removeLastRequestIDaddNvp, addNvp, addRequestID, addRequestID, delNvp, delNvp, delRequestID, delRequestID, getNvpCopy, getNvpHasValue, getNvpIsEmpty, getNvpIterable, getNvpSize, getRequestIDCopy, getRequestIDHasValue, getRequestIDIsEmpty, getRequestIDIterable, getRequestIDSize, getTimeMS, isTrackingEnabled, nvpContains, remNvp, remRequestID, remTimeMS, remTrackingEnabled, requestIDContains, setTimeMS, setTimeMS, setTrackingEnabled, setTrackingEnabledaddAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic GetRequestDMW()
public GetRequestDMW(DmcTypeModifierMV mods)
public GetRequestDMW(GetRequestDMO obj)
protected GetRequestDMW(GetRequestDMO obj, ClassDefinition cd)
public GetRequest getModificationRecorder()
getModificationRecorder in class RequestDMWpublic GetRequest cloneIt()
public GetRequestDMO getDMO()
getDMO in class RequestDMWpublic int getAttributeSelectorSize()
public boolean getAttributeSelectorIsEmpty()
public boolean getAttributeSelectorHasValue()
public AttributeIDIterableDMW getAttributeSelectorIterable()
public void addAttributeSelector(Object value) throws DmcValueException
value - A value compatible with AttributeIDDmcValueException - if value is incorrectpublic void addAttributeSelector(AttributeID value)
value - A value compatible with AttributeIDpublic void addAttributeSelector(DmcAttributeInfo value)
value - A value compatible with DmcAttributeInfopublic boolean attributeSelectorContains(AttributeID value)
value - A value compatible with AttributeIDpublic boolean attributeSelectorContains(DmcAttributeInfo value)
value - A value compatible with DmcAttributeInfopublic HashSet<AttributeID> getAttributeSelectorCopy()
public void delAttributeSelector(Object value) throws DmcValueException
value - The AttributeID to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delAttributeSelector(AttributeID value)
value - The AttributeID to be deleted from set of attribute values.public void remAttributeSelector()
public Integer getBlockingFactor()
public void setBlockingFactor(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setBlockingFactor(Integer value)
value - Integerpublic void remBlockingFactor()
public Boolean isCacheResponse()
public void setCacheResponse(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setCacheResponse(Boolean value)
value - Booleanpublic void remCacheResponse()
public ClassFilter getClassFilter()
public void setClassFilter(Object value) throws DmcValueException
value - A value compatible with DmcTypeClassFilterDmcValueExceptionpublic void setClassFilter(ClassFilter value)
value - ClassFilterpublic void remClassFilter()
public String getFilter()
public void setFilter(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setFilter(String value)
value - Stringpublic void remFilter()
public ClassDefinition getFilterByClass()
public void setFilterByClass(ClassDefinition value)
value - A value compatible with ClassDefinitionREFpublic void setFilterByClass(Object value) throws DmcValueException
value - A value compatible with ClassDefinitionREFDmcValueException - is the value is incorrectpublic void remFilterByClass()
public Boolean isRegisterForEvents()
public void setRegisterForEvents(Object value) throws DmcValueException
value - A value compatible with DmcTypeBooleanDmcValueExceptionpublic void setRegisterForEvents(Boolean value)
value - Booleanpublic void remRegisterForEvents()
public ScopeEnum getScope()
public void setScope(Object value) throws DmcValueException
value - A value compatible with DmcTypeScopeEnumDmcValueExceptionpublic void setScope(ScopeEnum value)
value - ScopeEnumpublic void remScope()
public String getSlice()
public void setSlice(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSlice(String value)
value - Stringpublic void remSlice()
public int getTargetsSize()
public boolean getTargetsIsEmpty()
public boolean getTargetsHasValue()
public NameContainerIterableDMW getTargetsIterable()
public void addTargets(Object value) throws DmcValueException
value - A value compatible with NameContainerDmcValueException - if value is incorrectpublic void addTargets(NameContainer value)
value - A value compatible with NameContainerpublic void addTargets(DmcObjectName value)
value - A value compatible with DmcObjectNamepublic boolean targetsContains(NameContainer value)
value - A value compatible with NameContainerpublic boolean targetsContains(DmcObjectName value)
value - A value compatible with DmcObjectNamepublic ArrayList<NameContainer> getTargetsCopy()
public void delTargets(Object value) throws DmcValueException
value - The NameContainer to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delTargets(NameContainer value)
value - The NameContainer to be deleted from set of attribute values.public void remTargets()
Copyright © 2023. All rights reserved.