oracle.jbo.mom
Class PersistableDefObject
java.lang.Object
oracle.jbo.server.NamedObjectImpl
oracle.jbo.mom.PersistableDefObject
- All Implemented Interfaces:
- Formattable
- Direct Known Subclasses:
- BoundParameters, DefObject, ListBindingDef
public class PersistableDefObject
- extends NamedObjectImpl
Field Summary |
static int |
DEF_SCOPE_PERS
|
static int |
DEF_SCOPE_SESSION
|
static int |
DEF_SCOPE_SHARED
These consts should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the consts is added here for now |
Method Summary |
DefinitionManager |
getDefManager()
|
int |
getDefScope()
This method should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the method is added here for now |
void |
loadXMLContents(org.kxml2.io.KXmlParser parser,
java.lang.String fullName)
|
void |
setDefScope(int defScope)
This method should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the method is added here for now |
Methods inherited from class oracle.jbo.server.NamedObjectImpl |
formatChildCollectionForOutput, formatChildCollectionForOutput, formatChildCollectionForOutput, formatForOutput, formatForOutput, getAllProperties, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, getUserData, parseAttrArrayElements, refreshProperty, requiresNamePrefixedResId, resolvePropertyRaw, setFullName, setName, setParent, setPropertiesMap, setProperty |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEF_SCOPE_SHARED
public static final int DEF_SCOPE_SHARED
- These consts should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the consts is added here for now
- See Also:
- Constant Field Values
DEF_SCOPE_SESSION
public static final int DEF_SCOPE_SESSION
- See Also:
- Constant Field Values
DEF_SCOPE_PERS
public static final int DEF_SCOPE_PERS
- See Also:
- Constant Field Values
PersistableDefObject
public PersistableDefObject()
PersistableDefObject
public PersistableDefObject(DefinitionManager defMgr,
int defScope)
getDefManager
public DefinitionManager getDefManager()
getDefScope
public int getDefScope()
- This method should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the method is added here for now
setDefScope
public void setDefScope(int defScope)
- This method should be on oracle.jbo.mom.DefinitionObject
but this class doesn't extend it like it does in boxer, so
the method is added here for now
loadXMLContents
public void loadXMLContents(org.kxml2.io.KXmlParser parser,
java.lang.String fullName)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.