Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
P
S
T
U
V
X
A
AssetServiceImpl
- Class in
edu.utah.further.mdr.impl.service.asset
Asset service implementation.
AssetServiceImpl()
- Constructor for class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
B
BEAN_NAME
- Static variable in class edu.utah.further.mdr.impl.service.util.
DtsResourceLocator
Spring bean name.
buildPackageTree(UmlPackage, SortedSet<UmlPackage>)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Convert a sorted list of packages to a hierarchical element tree.
C
comparatorByName
- Static variable in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Compare UML elements by name.
createExpression(XQConnection)
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParser21Impl
Create an XQuery expression.
D
DtsResourceLocator
- Class in
edu.utah.further.mdr.impl.service.util
A convenient resource-locating class to inject services into non-Spring-managed classes in this package.
DtsResourceLocator()
- Constructor for class edu.utah.further.mdr.impl.service.util.
DtsResourceLocator
E
edu.utah.further.mdr.impl.service.asset
- package edu.utah.further.mdr.impl.service.asset
edu.utah.further.mdr.impl.service.test
- package edu.utah.further.mdr.impl.service.test
edu.utah.further.mdr.impl.service.uml
- package edu.utah.further.mdr.impl.service.uml
edu.utah.further.mdr.impl.service.util
- package edu.utah.further.mdr.impl.service.util
edu.utah.further.mdr.impl.service.view
- package edu.utah.further.mdr.impl.service.view
F
findAssetById(Long)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find an asset by unique identifier.
findAssetById()
- Method in class edu.utah.further.mdr.impl.service.test.
MdrServiceTester
A unit test of a Hibernate-transacted-operation.
findAssetsByLikeLabel(String)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find assets that match (LIKE) an asset label.
findElementById(String)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Find an element in all saved models by ID.
findResourceById(Long)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find a resource by unique identifier.
findResourceById()
- Method in class edu.utah.further.mdr.impl.service.test.
MdrServiceTester
A unit test of a Hibernate-transacted-operation.
findResourcesByLikeTypeLabel(String)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find resources that match (LIKE) a resource type label.
findResourcesByTypeId(Long)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find resources that match a resource type identifier.
findResourceTypesByLikeTypeLabel(String)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Find resource types that match (LIKE) a resource type label.
findViewElementByDtsConceptId(ViewModel<UmlElement, T, E>, DtsConceptId)
- Method in class edu.utah.further.mdr.impl.service.view.
UmlViewElementFinder
Finds a
ViewElement
given a
ViewModel
and a
DtsConceptId
.
G
getActiveResourceByPath(String)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
getActiveResourceByPathHelper(String)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
A helper method whose purpose is to filter the resource using AOP.
getClasses(UmlModel, ClassType, UmlPackage)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Return the list of classes in a model by class type.
getClasses(Map<String, UmlClass>, ClassType, UmlPackage)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Return the sub-set of classes in a collection of classes by class type.
getDtsOperationService()
- Method in class edu.utah.further.mdr.impl.service.util.
DtsResourceLocator
Return the dtsOperationService property.
getElements()
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelTraverser
A factory method that builds the hierarchical UML model element.
getInstance()
- Static method in class edu.utah.further.mdr.impl.service.util.
DtsResourceLocator
Return the instance property.
getModel(String)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Return a saved UML model by name.
getModelMetaDataList()
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Return the list of saved model meta data objects.
getResourceContent(Class<T>, Long)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Return the content of a resource by unique resource identifier.
getTransformedResource(DocumentType, String, TransformType, String, Map<String, String>)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
I
initializeInstance()
- Method in class edu.utah.further.mdr.impl.service.util.
DtsResourceLocator
Initialize the static instance of this class that is visible to classes in this package.
isCheckNamingConventions()
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
Return the checkNamingConventions property.
isDebug()
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
Return the debug property.
isInPackage(UmlClass, UmlPackage)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Is class in a package.
L
loadAllModels()
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Re-load models from files/resources.
loadAndSaveModel(ModelMetaData)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Load a model and save it in the UML model service lookup map.
loadAndSaveModel(ModelMetaData, XmiParserOptions)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Load a model and save it in the UML model service lookup map.
loadModel(ModelMetaData)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Load a model.
loadModel(ModelMetaData, XmiParserOptions)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
Load a UML model.
M
MdrImplXQueryTester
- Class in
edu.utah.further.mdr.impl.service.test
XQuery stand-alone tester in a client module that imports core-xml XQuery services.
MdrImplXQueryTester()
- Constructor for class edu.utah.further.mdr.impl.service.test.
MdrImplXQueryTester
MdrServiceTester
- Class in
edu.utah.further.mdr.impl.service.test
Hibernate implementation of generic and global functions related to the data layer.
MdrServiceTester()
- Constructor for class edu.utah.further.mdr.impl.service.test.
MdrServiceTester
P
parseResults(XQSequence)
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParser11Impl
parseResults(XQSequence)
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParser21Impl
printMessages(XmiParser)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
Print an XMI parser messages after parsing a file.
printModelTree(UmlPackage)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
S
setCheckNamingConventions(boolean)
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
Set a new value for the checkNamingConventions property.
setDao(Dao)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Set a new value for the dao property.
setDaoEager(Dao)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Set a new value for the daoEager property.
setDebug(boolean)
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
Set a new value for the debug property.
setFetchProperties(boolean)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Set a new value for the fetchProperties property.
setXqueryService(XQueryService)
- Method in class edu.utah.further.mdr.impl.service.asset.
AssetServiceImpl
Set a new value for the xqueryService property.
setXqueryService(XQueryService)
- Method in class edu.utah.further.mdr.impl.service.test.
MdrImplXQueryTester
Set a new value for the xqueryService property.
T
toString()
- Method in class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
U
UmlModelServiceImpl
- Class in
edu.utah.further.mdr.impl.service.uml
Manages UML model loading.
UmlModelServiceImpl()
- Constructor for class edu.utah.further.mdr.impl.service.uml.
UmlModelServiceImpl
UmlModelTraverser
- Class in
edu.utah.further.mdr.impl.service.uml
Visits a flat-structure model (in which all classes are direct children of the model element), and converts it into a hierarchical-package model.
UmlModelTraverser(UmlElement)
- Constructor for class edu.utah.further.mdr.impl.service.uml.
UmlModelTraverser
Create a visitor and visit the element.
UmlModelVisitor
- Class in
edu.utah.further.mdr.impl.service.uml
Visits model
UmlElement
s and sets references to other elements to build the UML model integrity.
UmlModelVisitor(UmlModel, SeverityMessageContainer, XmiParserOptions)
- Constructor for class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Create a visitor and visit the element.
UmlUtil
- Class in
edu.utah.further.mdr.impl.service.util
UML/XMI model utilities.
UmlViewElementFinder
<
T
extends
ViewNode
<
UmlElement
,
E
,
T
>,
E
extends
ViewElement
> - Class in
edu.utah.further.mdr.impl.service.view
Finds a ViewElement of a ViewModel who's keys are of type
UmlElement
.
UmlViewElementFinder()
- Constructor for class edu.utah.further.mdr.impl.service.view.
UmlViewElementFinder
updateAncestryMarks(UmlElement)
- Static method in class edu.utah.further.mdr.impl.service.util.
UmlUtil
If the UML element has errors, mark the entire element ancestry (including this object) as having errors of at least the same severity level as the element's marker.
V
visit(UmlModel)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Determine and set a model's status.
visit(UmlPackage)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Determine and set a package's status.
visit(UmlMember)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Set a member's class type reference.
visit(UmlClass)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Determine and set a class' status.
visit(CaDsrLocalValueDomain)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Fetch DTS information for a local value domain.
visit(Relationship)
- Method in class edu.utah.further.mdr.impl.service.uml.
UmlModelVisitor
Set relationship references in the source and target classes.
X
XmiParser11Impl
- Class in
edu.utah.further.mdr.impl.service.uml
XMI 1.1 parser implementation.
XmiParser11Impl()
- Constructor for class edu.utah.further.mdr.impl.service.uml.
XmiParser11Impl
Create an XMI 1.1 parser.
XmiParser21Impl
- Class in
edu.utah.further.mdr.impl.service.uml
XMI 2.1 parser implementation.
XmiParser21Impl()
- Constructor for class edu.utah.further.mdr.impl.service.uml.
XmiParser21Impl
Create an XMI 1.1 parser.
XmiParserOptionsImpl
- Class in
edu.utah.further.mdr.impl.service.uml
XMI parser options bean implementation.
XmiParserOptionsImpl()
- Constructor for class edu.utah.further.mdr.impl.service.uml.
XmiParserOptionsImpl
xqueryServiceMethod()
- Method in class edu.utah.further.mdr.impl.service.test.
MdrImplXQueryTester
An XQuery unit test that uses
XQueryService
.
A
B
C
D
E
F
G
I
L
M
P
S
T
U
V
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011
Office of the AVP for Health Sci. IT
. All Rights Reserved.