Package oracle.rules.sdk2.datamodel
Class DMUtil
java.lang.Object
oracle.rules.sdk2.datamodel.DMUtil
Utility class
-
Method Summary
Modifier and TypeMethodDescriptionstatic URI
static URL
static oracle.jbo.server.ViewDefImpl
findDefObj
(String viewDefName) find ViewDefImpl given the viewDefName for older labels, this will be findDefObject(viewDefName) for newer labels where man 320 customization api is available, this will be ViewDefImpl.findDefObjectWithCustomizer since we don't have the newer labels, we will be using reflect apistatic Element
getChildElement
(Element parentElem, String childTag) getChildElementsByTag
(Element element, String name) static String
getViewDefFullName
(oracle.jbo.server.ViewDefImpl vdi) get the full name of view def.static String
getViewDefName
(oracle.jbo.server.ViewDefImpl vdi) get the name of view def.static boolean
static boolean
isValidClassPath
(String path) static boolean
isValidDirectory
(String dirpath) static boolean
isValidPath
(String filepath) static boolean
static boolean
isWriteablePath
(String filepath) static boolean
isZipOrJar
(String path) static oracle.xml.parser.v2.XMLDocument
parseXMLDocument
(String docpath) static boolean
sameFilePath
(String path1, String path2) static boolean
sameFileURI
(URI url1, URI url2)
-
Method Details
-
isValidString
-
isValidPath
-
isValidDirectory
-
isWriteablePath
-
isZipOrJar
-
isValidClassPath
-
getChildElementsByTag
-
getChildElement
-
createURL
-
createURI
-
parseXMLDocument
- Throws:
Exception
-
sameFileURI
-
sameFilePath
-
findDefObj
find ViewDefImpl given the viewDefName for older labels, this will be findDefObject(viewDefName) for newer labels where man 320 customization api is available, this will be ViewDefImpl.findDefObjectWithCustomizer since we don't have the newer labels, we will be using reflect api- Parameters:
vdi
-- Returns:
-
getViewDefFullName
get the full name of view def. for older labels, this will be vdi.getFullName() for newer labels where man 320 customization api is available, this will be vdi.getStaticDef().getFullName(); since we don't have the newer labels, we will start by using reflect to get getStaticDef().getFullName() if the getStaticDef() method is not found, we are in older label and we will return vdi.getFullName()- Parameters:
vdi
-- Returns:
-
getViewDefName
get the name of view def. for older labels, this will be vdi.getName() for newer labels where man 320 customization api is available, this will be vdi.getStaticDef().getName(); since we don't have the newer labels, we will start by using reflect to get getStaticDef().getName() if the getStaticDef() method is not found, we are in older label and we will return vdi.getName()- Parameters:
vdi
-- Returns:
-
isFile
-