public class PDefApplicationModule extends PDefComponentObjectBase implements SDOServIntGeneratable
PersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationTypeAPPLY_PERS_DB, APPLY_PERS_DEFAULT, APPLY_PERS_EVENTS, APPLY_PERS_PROPS, APPLY_PERS_QUERY, APPLY_PERS_STRUCT, APPLY_PERS_TO_BASE_DEF, APPLY_PERS_VALS, mUserPDefLoggerJIT_PACKAGE_NAME, mDebugToSkipEmptyDocForBug24949961, mEditedProperties, mEditedPropertyExprsDEF_MDS_CLIENT_KEY, DEF_SCOPE_ALL, DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED, DEF_SCOPE_SITE, DEF_SCOPE_USER, mBaseDefObject, mExtendedDefObjects, mObjectResolved, PERSDEF_MDS_CLIENT_KEY, PROPERTY_EXPRMAPmFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIXFLAG_DIRTY, FLAG_EDITABLE, FLAG_FROM_TIP, FLAG_LOAD_BASE, FLAG_LOAD_HL_DEFS, FLAG_MAJOR_VERSION_CHANGED, FLAG_MINOR_VERSION_CHANGED, FLAG_NEW, FLAG_NEW_RECURSE, FLAG_SKIP_WRITE, XML_STATEMENT| Constructor and Description | 
|---|
PDefApplicationModule()  | 
PDefApplicationModule(ApplicationModuleDefImpl amDef)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addServiceViewUsage(java.lang.String vuName)  | 
void | 
addServiceViewUsage(java.lang.String vuName,
                   boolean canCreate,
                   boolean canUpdate,
                   boolean canDelete,
                   boolean canMerge)  | 
protected java.util.HashMap | 
adjustPropertyMapForWrite()  | 
void | 
applyDiffChildren(DifferDetails dif,
                 DiffResolver resolver)
Applies changes to children defs. 
 | 
void | 
applyDiffContents(DifferDetails dif,
                 DiffResolver resolver)
When diff/merge operation is requested, we have the following
 three def objects: 
 | 
void | 
applyPersonalization(int mode,
                    java.lang.Object instance)  | 
void | 
applyPersonalizationToBaseDef()  | 
void | 
createApplicationModule(java.lang.String amName,
                       java.lang.String defName,
                       int sharedScope)  | 
void | 
createViewLink(java.lang.String vlName,
              java.lang.String defName,
              java.lang.String srcVOName,
              java.lang.String destVOName)  | 
void | 
createViewLink(java.lang.String vlName,
              java.lang.String defName,
              java.lang.String srcVOName,
              java.lang.String destVOName,
              AssociationDefBase.IntersectExpandEnd mtomEnd)  | 
void | 
createViewLinkBetweenViewObjects(java.lang.String vlName,
                                java.lang.String accessorName,
                                java.lang.String srcVOName,
                                java.lang.String[] srcAttrNames,
                                java.lang.String destVOName,
                                java.lang.String[] destAttrNames,
                                java.lang.String assocClause)  | 
void | 
createViewLinkFromEntityAssocName(java.lang.String vlName,
                                 java.lang.String entityAssocName,
                                 java.lang.String srcVOName,
                                 java.lang.String destVOName)  | 
AMViewUsage | 
createViewObject(java.lang.String voName,
                java.lang.String defName)  | 
AMViewUsage | 
createViewObjectFromQueryClauses(java.lang.String voName,
                                java.lang.String eoName,
                                java.lang.String selectClause,
                                java.lang.String fromClause,
                                java.lang.String whereClause,
                                java.lang.String orderByClause)  | 
AMViewUsage | 
createViewObjectFromQueryStmt(java.lang.String voName,
                             java.lang.String queryStatement)  | 
AMViewUsage | 
createViewObjectFromQueryStmt(java.lang.String voName,
                             java.lang.String queryStatement,
                             java.lang.String voImplClassName)  | 
DifferDetails | 
diffChildren(DiffMergeable docDef,
            DiffMergeable orgDef,
            DifferDetails difDetails)
Performs diff of children defs. 
 | 
DifferDetails | 
diffContents(DiffMergeable docDef,
            DiffMergeable orgDef,
            DifferDetails difDetails)
Performs diff of scalar values. 
 | 
static PDefApplicationModule | 
findDefObject(java.lang.String persDefName)  | 
static PDefApplicationModule | 
findDefObjectNoSub(java.lang.String persDefName)  | 
DefinitionObject | 
findStaticDefinitionObject(java.lang.String fullName)  | 
static java.lang.String[] | 
getAllDefNames()  | 
java.util.HashMap | 
getAllProperties(java.util.HashMap map,
                LocaleContext locale)  | 
AppModuleUsage[] | 
getAMAppModuleUsages()  | 
ViewLinkUsage[] | 
getAMViewLinkUsages()  | 
AMViewUsage[] | 
getAMViewUsages()  | 
java.lang.String | 
getDefXMLNameSpace()  | 
java.util.Map<java.lang.String,java.lang.String> | 
getDeletedLocationToNSMap()
For internal use only. 
 | 
java.lang.String | 
getEditVersionsAsString()  | 
oracle.jbo.server.InheritPersonalization | 
getInheritPersonalizationValue()  | 
protected int | 
getLoadSubclassLevel()  | 
int | 
getMajorVersion()  | 
int | 
getMinorVersion()  | 
protected java.lang.String | 
getNoPersDefObjectName(java.lang.String metaObjectName)  | 
java.util.Map<java.lang.String,java.lang.String> | 
getViewSchemaLocationMap()
For internal use only. 
 | 
boolean | 
isCustIntoStaticDef()  | 
boolean | 
isDirty()
This method returns if an Object is modified from last save/load 
 | 
boolean | 
isSdoDirty()
For internal use only. 
 | 
PersistableDefObject | 
loadDefObject(boolean forTip,
             boolean forEditOrig,
             boolean resolveDef)  | 
protected void | 
loadDefVersions(DefElement xmlElement)  | 
void | 
loadXMLContents(DefElement xmlElement,
               java.lang.String fullName)  | 
AppModuleUsage | 
lookupApplicationModule(java.lang.String amName)  | 
PDefViewObject | 
lookupPersonalizedViewUsage(java.lang.String voName)  | 
AMServiceViewUsage | 
lookupServiceViewUsage(java.lang.String svuName)  | 
ViewLinkUsage | 
lookupViewLink(java.lang.String vlName)  | 
AMViewUsage | 
lookupViewObject(java.lang.String voName)  | 
PDefViewObject | 
personalizeViewUsage(java.lang.String voName)  | 
boolean | 
removeApplicationModule(java.lang.String amName)  | 
boolean | 
removePersonalizedViewUsage(java.lang.String voName)  | 
boolean | 
removeServiceViewUsage(java.lang.String svuName)  | 
boolean | 
removeViewLink(java.lang.String vlName)  | 
boolean | 
removeViewObject(java.lang.String voName)
Removes the view instance identified by the given name. 
 | 
protected java.lang.Object | 
resolvePropertyRaw(java.lang.String property,
                  LocaleContext locale)  | 
void | 
saveXMLContents()  | 
void | 
setCustIntoStaticDef(boolean b)  | 
void | 
setInheritPersonalizationStrValue(java.lang.String s)  | 
void | 
setSdoDirty(boolean mSdoDirty)
For internal use only. 
 | 
void | 
writeChildren(DefWriter jos)
Writes the Object's children to the Persistent storage 
 | 
void | 
writeContents(DefWriter jos)
Objects should write their persistence output in this method 
 | 
void | 
writeXMLContents()  | 
addOperation, addScriptOperation, applyDiffChildrenPDefComponentOperations, beginDiffObjects, diffChildrenPDefComponentOperations, editCodeSource, ensureCodeSource, ensureVariableManager, findOperationDefinition, getMessageBundleClass, getOperationDefinitions, getPersonalizedVariables, getResourceBundleDef, getResourcePrefix, getRowOperationDefinitions, getScriptOperationDefinitions, getScriptRowOperationDefinitions, getVariableManager, hasPersonalizedComponentOperations, hasVariables, isDynamicCodeSourceEnabled, lookupCodeSource, lookupExprDef, lookupOperationDefinition, lookupPersonalizedVariable, lookupRowOperationDefinition, personalizeOperations, personalizeVariable, reapplyChanges, removeOperation, removePersonalizedVariable, setEditable, setReapplyMerge, setVariableManager, updateMdsKeyFromTipapplyPersonalization, applyPropertiesPersonalization, deregisterDefObject, deregisterSessionObject, getBasePackage, getFileName, getStaticDef, getStaticDefWithCheck, getTrimmedFullName, getTrimmedFullNameForDef, hasStaticDefElem, isAuditEnabled, isAuditEnabled, isAutoMerged, isDeprecated, loadSubclassXMLContents, loadXMLContents, mergePropertyMap, raiseCustomAuditEvent, registerDefObject, registerSessionDefObject, removeProperty, resolveDefObject, setDefinitionState, setFullName, setFullName, setProperty, setPropertyExpression, setPropertyMap, setStaticDef, setStaticDefPublicaddChildren, addDefImport, addExtendedDefObject, addSavedDocName, allocatePDef, allocatePropertyMap, allocatePropertyMapForEdits, baseIsWriteObject, buildChildName, buildFileName, callFinishedLoading, checkEditable, checkEditableWithDefWriter, checkStructWithOld, close, createEditPDef, createFromXML, deregisterHLDef, diffChildrenHLDefs, diffChildrenProperties, diffObjects, ensureDifferDetails, ensureDifferSkip, extractCustIntoPDef, findDefImport, finishedLoading, forgetChanges, getBaseDir, getChildren, getDefImports, getDefManager, getDefTypeName, getDefWriter, getDefXMLElementTag, getDifferSkip, getEditedPropertiesMap, getEditedPropertyExpressionsMap, getEditedPropertyMap, getEditObject, getExtendedDefObjectsInternal, getFullDirName, getFullFileName, getHLDefMap, getIdentificationAttributeName, getMergeableFullName, getMergeableName, getOrigObject, getPropertyMap, getPropertyNamesSet, getSavedDocNames, getSessionSyncLock, getSubstitutedNames, getSyncLock, getXMLElementTag, guaranteePath, hasExtendedDefObjects, includeCustomizationLayerInfo, isCreateEditPDef, isCustomizationEnabled, isCustomizationEnabled, isEditable, isFromTip, isInheritPolicyStrict, isLoadBase, isLoadHLDefs, isMajorVersionChanged, isMinorVersionChanged, isNew, isNewRecurse, isPersonalizationEnabled, isPersonalizationEnabled, isPropertyExpression, isSaveToJSON, isSkipWrite, isWriteObject, loadDefImports, loadXMLContentsNoResolve, lockDefinitionContext, lookupHLDef, makeNew, mergeChanges, mergeEditedPropertiesForJSON, objectRemoved, postSaveContents, readJSONObject, registerClass, registerHLDef, registerSiteDefObject, reloadFromXMLContents, remove, removeAndDelete, removeDefImport, removeExtendedDefObject, saveJSONContents, setCustomizationEnabled, setCustomizationEnabled, setDefaultBaseDir, setDefMgr, setDirty, setEditableFlag, setEditableObject, setForRuntime, setFullNameInternal, setLoadBase, setLoadHLDefs, setMajorVersionChanged, setNew, setNewRecurse, setOrigObject, setPersonalizationEnabled, setPersonalizationEnabled, setSkipWrite, setupDefWriterFromMO, setWholeDefDirty, setWholeDefNew, staticUpdateChildrenList, transferDefChangesInto, unlockDefinitionContext, updateChildObject, updateChildrenList, verifyVersion, verifyVersionNullCheck, writeHeaderForNew, writeJSONContents, writeObject, writeVersionaddPropertySetName, enableUpdateCheck, getAllExtendedDefObjects, getBaseDefObject, getContainerDef, getContainerName, getDefinitionState, getDefScope, getExtendedDefObjects, getMdsKey, getMdsReference, getMdsReferenceName, getPropertySetName, getPropertySetNames, getRootBaseDefObject, isBaseDefFor, isComponentDefinition, isDynamicDefinitionObject, isObjectResolved, isSubtypeOf, isSuppressUpdateCheck, loadCustomProperties, loadProperties, loadPropertiesInMap, loadPropertySetNames, loadSchemaProperties, objectFound, objectInserted, resolveReferences, setBaseDefObject, setBaseDefObject, setDefScope, setMdsKey, setMdsReference, setName, setObjectResolved, setParent, setPropertySetName, staticLoadCustomProperties, staticLoadSchemaProperties, suppressUpdateCheckgetFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionDef, getPropertyExpressionsMap, getPropertyExprEval, getRawPropertyValue, getResourcesFromBundle, getStringFromMessageBundle, hasProperty, refreshProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, setPropertiesMap, setPropertiesMap2, setProperty, setPropertyExpressionMap, setRawPropertyValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetDefManager, getDefScope, getFullNamegetProperty, removeProperty, setPropertygetFullNamepublic PDefApplicationModule()
public PDefApplicationModule(ApplicationModuleDefImpl amDef)
public static java.lang.String[] getAllDefNames()
public static PDefApplicationModule findDefObjectNoSub(java.lang.String persDefName)
public static PDefApplicationModule findDefObject(java.lang.String persDefName)
public boolean isDirty()
DefPersistableisDirty in interface DefPersistableisDirty in class PersistableDefObjectpublic DefinitionObject findStaticDefinitionObject(java.lang.String fullName)
findStaticDefinitionObject in interface PersonalizableDeffindStaticDefinitionObject in class PersDefBasepublic void createApplicationModule(java.lang.String amName,
                                    java.lang.String defName,
                                    int sharedScope)
public AppModuleUsage lookupApplicationModule(java.lang.String amName)
public boolean removeApplicationModule(java.lang.String amName)
public AMViewUsage[] getAMViewUsages()
public ViewLinkUsage[] getAMViewLinkUsages()
public AppModuleUsage[] getAMAppModuleUsages()
public AMViewUsage createViewObject(java.lang.String voName, java.lang.String defName)
public AMViewUsage createViewObjectFromQueryClauses(java.lang.String voName, java.lang.String eoName, java.lang.String selectClause, java.lang.String fromClause, java.lang.String whereClause, java.lang.String orderByClause)
public AMViewUsage createViewObjectFromQueryStmt(java.lang.String voName, java.lang.String queryStatement)
public AMViewUsage createViewObjectFromQueryStmt(java.lang.String voName, java.lang.String queryStatement, java.lang.String voImplClassName)
public AMViewUsage lookupViewObject(java.lang.String voName)
public boolean removeViewObject(java.lang.String voName)
voName - name of the view instance to removetrue if the view instance is found and removed.public PDefViewObject lookupPersonalizedViewUsage(java.lang.String voName)
public PDefViewObject personalizeViewUsage(java.lang.String voName)
public boolean removePersonalizedViewUsage(java.lang.String voName)
public void createViewLink(java.lang.String vlName,
                           java.lang.String defName,
                           java.lang.String srcVOName,
                           java.lang.String destVOName,
                           AssociationDefBase.IntersectExpandEnd mtomEnd)
public void createViewLink(java.lang.String vlName,
                           java.lang.String defName,
                           java.lang.String srcVOName,
                           java.lang.String destVOName)
public void createViewLinkFromEntityAssocName(java.lang.String vlName,
                                              java.lang.String entityAssocName,
                                              java.lang.String srcVOName,
                                              java.lang.String destVOName)
public void createViewLinkBetweenViewObjects(java.lang.String vlName,
                                             java.lang.String accessorName,
                                             java.lang.String srcVOName,
                                             java.lang.String[] srcAttrNames,
                                             java.lang.String destVOName,
                                             java.lang.String[] destAttrNames,
                                             java.lang.String assocClause)
public ViewLinkUsage lookupViewLink(java.lang.String vlName)
public boolean removeViewLink(java.lang.String vlName)
public void addServiceViewUsage(java.lang.String vuName)
public void addServiceViewUsage(java.lang.String vuName,
                                boolean canCreate,
                                boolean canUpdate,
                                boolean canDelete,
                                boolean canMerge)
public AMServiceViewUsage lookupServiceViewUsage(java.lang.String svuName)
public boolean removeServiceViewUsage(java.lang.String svuName)
public void applyPersonalization(int mode,
                                 java.lang.Object instance)
applyPersonalization in interface PersonalizableDefapplyPersonalization in class PersDefBasepublic void writeChildren(DefWriter jos)
PersistentDefinitionwriteChildren in interface PersistentDefinitionwriteChildren in class PDefComponentObjectBasejos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinitionwriteContents in interface PersistentDefinitionwriteContents in class PDefComponentObjectBasejos - the Output storage for persistencepublic void saveXMLContents()
@Concealed public void setSdoDirty(boolean mSdoDirty)
setSdoDirty in interface SDOServIntGeneratable@Concealed public boolean isSdoDirty()
isSdoDirty in interface SDOServIntGeneratable@Concealed public java.util.Map<java.lang.String,java.lang.String> getDeletedLocationToNSMap()
getDeletedLocationToNSMap in interface SDOServIntGeneratable@Concealed public java.util.Map<java.lang.String,java.lang.String> getViewSchemaLocationMap()
getViewSchemaLocationMap in interface SDOServIntGeneratablepublic void loadXMLContents(DefElement xmlElement, java.lang.String fullName)
loadXMLContents in class PDefComponentObjectBasepublic DifferDetails diffChildren(DiffMergeable docDef, DiffMergeable orgDef, DifferDetails difDetails)
DiffMergeabledifDetails and
 return it at the end.
 For example, if this def has Child1 and Child2, its implementation should look something like:
    public DifferDetails diffChildren(DiffMergeable docDef, DiffMergeable orgDef, DifferDetails difDetails)
    {
       difDetails = diffChildrenChild1(docDef, orgDef, difDetails);
       difDetails = diffChildrenChild1(docDef, orgDef, difDetails);
       return difDetails;
    }
 
 
 where diffChildrenChild1() uses DifferChildren's
 helper method diffChildrenList to diff the child defs.
 
diffChildren in interface DiffMergeablediffChildren in class PDefComponentObjectBasedocDef - the document-level definitionorgDef - the original definition.  It could be
   null if the definition did not exist originallydifDetails - the DifferDetails that accumulate
   the details of diff from the document-level (top-level) defDifferDetails that has all the details
   of diffpublic void applyDiffChildren(DifferDetails dif, DiffResolver resolver)
DiffMergeabledif contains the
 changes to be applied to the children.  For each child def, this method
 should first retrieve the diff details for the child, which is of type
 DifferChildren.  Then, it should call
 DifferChildren.applyDiffChanges(oracle.jbo.mom.DiffChildrenMerge, oracle.jbo.mom.DiffResolver) to perform
 the change operation.
 
 applyChanges() requires a
 DiffChildrenMerge object, which has the insert,
 update, and remove methods.  'this' def object must
 provide implmementation of these operations.
 
Here is a sample:
    public void applyDiffChildren(DifferDetails dif, DiffResolver resolver)
    {
       DifferChangeMap detailMap = dif.getDetailMap();
       if (detailMap != null)
       {
          DifferChildren difChild1 = (DifferChildren) detailMap.getValue(<XML-tag-for-Child1>);
          if (difVCs != null)
          {
             DiffChildrenMerge dm = new DiffChildrenMerge()
             {
                public void insertChild(Object id, Object value)
                {
                   .. perform insert op for Child1 ..
                }
                public void updateChild(Object id, Object value, Object oldValue)
                {
                   .. perform update op for Child1 ..
                }
                public void removeChild(Object id)
                {
                   .. perform remove op for Child1 ..
                }
             };
             difChild1.applyDiffChanges(dm, resolver);
          }
          // Similarly for Child2
       }
    }
 applyDiffChildren in interface DiffMergeableapplyDiffChildren in class PDefComponentObjectBasepublic oracle.jbo.server.InheritPersonalization getInheritPersonalizationValue()
public void setInheritPersonalizationStrValue(java.lang.String s)
public boolean isCustIntoStaticDef()
public void setCustIntoStaticDef(boolean b)
public PersistableDefObject loadDefObject(boolean forTip, boolean forEditOrig, boolean resolveDef)
loadDefObject in class PersistableDefObjectprotected int getLoadSubclassLevel()
public java.lang.String getEditVersionsAsString()
getEditVersionsAsString in class PersistableDefObjectpublic int getMajorVersion()
getMajorVersion in class PersistableDefObjectpublic int getMinorVersion()
getMinorVersion in class PersistableDefObjectprotected void loadDefVersions(DefElement xmlElement)
protected java.lang.String getNoPersDefObjectName(java.lang.String metaObjectName)
public void applyPersonalizationToBaseDef()
public void writeXMLContents()
writeXMLContents in class PersistableDefObjectprotected java.lang.Object resolvePropertyRaw(java.lang.String property,
                                              LocaleContext locale)
resolvePropertyRaw in class NamedObjectImplpublic java.util.HashMap getAllProperties(java.util.HashMap map,
                                          LocaleContext locale)
getAllProperties in class NamedObjectImplprotected java.util.HashMap adjustPropertyMapForWrite()
adjustPropertyMapForWrite in class PersistableDefObjectpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitiongetDefXMLNameSpace in class PersistableDefObjectpublic DifferDetails diffContents(DiffMergeable docDef, DiffMergeable orgDef, DifferDetails difDetails)
DiffMergeableorgDef.  Then, help
 methods on DifferBase can be used to diff the attr values
 and accumulate the details of diff in difDetails.
 Here is example code snippet:
    private static final String DIFF_STRING_ELEMS[] =
    {
       "MyStringVal1",
       "MyStringVal2"
    };
    private static final String DIFF_INT_ELEMS[] =
    {
       "MyIntVal",
    }
    public DifferDetails diffContents(DiffMergeable docDef, DiffMergeable orgDef, DifferDetails difDetails)
    {
       <Your-def-class> orgDefImpl = (<Your-def-class>) orgDef;
       final String editStringValues[] =
       {
          this.getMyStringVal1(),
          this.getMyStringVal2()
       };
       String orgStringValues[] = null;
       if (orgDef != null)
       {
          String orgV[] =
          {
             orgDefImpl.getMyStringVal1(),
             orgDefImpl.getMyStringVal2()
          };
          orgStringValues = orgV;
       }
       final int editIntValues[] =
       {
          this.getMyIntVal(),
       };
       int orgIntValues[] = null;
       if (orgDef != null)
       {
          int orgV[] =
          {
             orgDefImpl.getMyIntVal()
          };
          orgIntValues = orgV;
       }
       difDetails = DifferBase.diffStringArray(this, DIFF_STRING_ELEMS, editStringValues, orgStringValues, difDetails);
       difDetails = DifferBase.diffIntArray(this, DIFF_INT_ELEMS, editIntValues, orgIntValues, difDetails);
       return difDetails;
   }
 
 diffContents in interface DiffMergeablediffContents in class PersistableDefObjectdocDef - the document-level definitionorgDef - the original definition.  It could be
   null if the definition did not exist originallydifDetails - the DifferDetails that accumulate
   the details of diff from the document-level (top-level) defDifferDetails that has all the details
   of diffpublic void applyDiffContents(DifferDetails dif, DiffResolver resolver)
DiffMergeable
 
    orgDef - original def object (from the branch point)
    editDef - def object into which changes are to be merge
    toMergeDef - def object to be merged (source of changes)
 
 For sandbox refresh operation, orgDef comes from the branch
 point, editDef from the sandbox, toMergeDef from the
 mainline of the repos.  With these three defs, we first diff editDef
 against orgDef, producing editDifDetails.
 
 Similarly, toMergeDef is diffed against orgDef,
 producing toMergeDifDetails.  The diff engine then
 walks through these two sets of diffs and identifies conflicts.
 After the conflicts are all resolved, we apply appropriate
 changes to editDef.
 
 applyDiffContents is called to apply changes to
 scalar values.  dif contains the changed values to
 be applied to 'this' object.  Use sample code like
 the following:
 
    public void applyDiffContents(DifferDetails dif, DiffResolver resolver)
    {
       DifferChangeMap detailMap = dif.getDetailMap();
       Object[] updValues;
       // DIFF_STRING_ELEMS from the above example code
       for (int j = 0; j < DIFF_STRING_ELEMS.length; j++)
       {
          if ((updValues = (Object[]) detailMap.getValue(DIFF_STRING_ELEMS[j])) != null)
          {
             switch(j)
             {
             case 0:
                setMyStringVal1((String) updValues[0]);
                break;
             case 1:
                 setMyStringVal2((String) updValues[0]);
                break;
             }
          }
       }
       for (int j = 0; j < DIFF_INT_ELEMS.length; j++)
       {
          if ((updValues = (Object[]) detailMap.getValue(DIFF_INT_ELEMS[j])) != null)
          {
             switch(j)
             {
             case 0:
                setMyIntVal((Integer) updValues[0]);
                break;
             }
          }
       }
    }
 
 
 Notice that the index specified in the case
 statement is the array index of the attr in the String, int,
 or boolean array.
 
applyDiffContents in interface DiffMergeableapplyDiffContents in class PersistableDefObjectdif - changes to be applied to 'this' defresolver - the diff resolver used in diff/merge operation