public abstract class ActionRequestDMW 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 |
|---|---|
|
ActionRequestDMW() |
|
ActionRequestDMW(ActionRequestDMO obj) |
protected |
ActionRequestDMW(ActionRequestDMO obj,
ClassDefinition cd) |
|
ActionRequestDMW(DmcTypeModifierMV mods) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectList(DmcObject value)
Adds another objectList value.
|
void |
addObjectList(Object value)
Adds another objectList value.
|
void |
delObjectList(DmcObject value)
Deletes a objectList value.
|
void |
delObjectList(Object value)
Deletes a objectList value.
|
String |
getActionName() |
DmcObject |
getActionTrigger() |
ActionRequestDMO |
getDMO() |
FullyQualifiedName |
getFQN() |
ActionRequest |
getModificationRecorder() |
ArrayList<DmcObject> |
getObjectListCopy() |
boolean |
getObjectListHasValue() |
boolean |
getObjectListIsEmpty() |
DmcObjectIterableDMW |
getObjectListIterable() |
int |
getObjectListSize() |
ScopeEnum |
getScope() |
boolean |
objectListContains(DmcObject value) |
void |
remActionName()
Removes the actionName attribute value.
|
void |
remActionTrigger()
Removes the actionTrigger attribute value.
|
void |
remFQN()
Removes the FQN attribute value.
|
void |
remObjectList()
Removes the objectList attribute value.
|
void |
remScope()
Removes the scope attribute value.
|
void |
setActionName(Object value)
Sets actionName to the specified value.
|
void |
setActionName(String value)
Sets actionName to the specified value.
|
void |
setActionTrigger(DmcObject value)
Sets actionTrigger to the specified value.
|
void |
setActionTrigger(Object value)
Sets actionTrigger to the specified value.
|
void |
setFQN(FullyQualifiedName value)
Sets FQN to the specified value.
|
void |
setFQN(Object value)
Sets FQN to the specified value.
|
void |
setScope(Object value)
Sets scope to the specified value.
|
void |
setScope(ScopeEnum value)
Sets scope to the specified 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 ActionRequestDMW()
public ActionRequestDMW(DmcTypeModifierMV mods)
public ActionRequestDMW(ActionRequestDMO obj)
protected ActionRequestDMW(ActionRequestDMO obj, ClassDefinition cd)
public ActionRequest getModificationRecorder()
getModificationRecorder in class RequestDMWpublic ActionRequestDMO getDMO()
getDMO in class RequestDMWpublic FullyQualifiedName getFQN()
public void setFQN(Object value) throws DmcValueException
value - A value compatible with DmcTypeFullyQualifiedNameDmcValueExceptionpublic void setFQN(FullyQualifiedName value)
value - FullyQualifiedNamepublic void remFQN()
public String getActionName()
public void setActionName(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setActionName(String value)
value - Stringpublic void remActionName()
public DmcObject getActionTrigger()
public void setActionTrigger(Object value) throws DmcValueException
value - A value compatible with DmcTypeDmcObjectDmcValueExceptionpublic void setActionTrigger(DmcObject value)
value - DmcObjectpublic void remActionTrigger()
public int getObjectListSize()
public boolean getObjectListIsEmpty()
public boolean getObjectListHasValue()
public DmcObjectIterableDMW getObjectListIterable()
public void addObjectList(Object value) throws DmcValueException
value - A value compatible with DmcObjectDmcValueException - if value is incorrectpublic void addObjectList(DmcObject value)
value - A value compatible with DmcObjectpublic boolean objectListContains(DmcObject value)
value - A value compatible with DmcObjectpublic ArrayList<DmcObject> getObjectListCopy()
public void delObjectList(Object value) throws DmcValueException
value - The DmcObject to be deleted from set of attribute values.DmcValueException - if value is incorrectpublic void delObjectList(DmcObject value)
value - The DmcObject to be deleted from set of attribute values.public void remObjectList()
public ScopeEnum getScope()
public void setScope(Object value) throws DmcValueException
value - A value compatible with DmcTypeScopeEnumDmcValueExceptionpublic void setScope(ScopeEnum value)
value - ScopeEnumpublic void remScope()
Copyright © 2023. All rights reserved.