public interface IDfAspectRelation extends IDfPersistentObject
CURRENCY_CHECK_ALWAYS, CURRENCY_CHECK_FIRST_ACCESS, CURRENCY_CHECK_NEVER, CURRENCY_CHECK_ONCE_PER_SCOPE
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChild()
Returns the child aspect name of an aspect relation object.
|
java.lang.String |
getParent()
Returns the parent aspect name of an aspect relation object.
|
int |
getRelation()
Returns the aspect relation type of an aspect relation object.
|
void |
setChild(java.lang.String name)
Sets the child aspect of an aspect relation object.
|
void |
setParent(java.lang.String name)
Sets the parent aspect of an aspect relation object
|
void |
setRelation(int type)
Sets the relation type of an aspect relation object.
|
addChildRelative, addParentRelative, apiExec, apiGet, apiSet, destroy, fetch, fetchWithCaching, getAttrAssistance, getAttrAssistanceWithValues, getAttrAsstDependencies, getChildRelatives, getParentRelatives, getPartition, getType, getValidator, getVStamp, getWidgetType, isDeleted, isDirty, isInstanceOf, isNew, isReplica, lock, lockEx, registerEvent, removeChildRelative, removeParentRelative, revert, save, setPartition, signoff, unRegisterEvent, unRegisterEventEx, validateAllRules, validateAttrRules, validateAttrRulesWithValue, validateAttrRulesWithValues, validateObjRules, validateObjRulesWithValues
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
void setParent(java.lang.String name) throws DfException
name
- parent aspect nameDfException
java.lang.String getParent() throws DfException
DfException
void setChild(java.lang.String name) throws DfException
name
- child aspect name.DfException
java.lang.String getChild() throws DfException
DfException
void setRelation(int type) throws DfException
type
- DfException
AspectConstants.NON_COMPATIBLE_ASPECTS
,
AspectConstants.PARENT_ASPECT_DOMINATE
int getRelation() throws DfException
DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.