|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IApplication | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.exception |
Uses of IApplication in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IApplication | |
---|---|
IApplication |
IHumanWorkflow.getApplication()
Deprecated. caller should keep track of application in other ways |
IApplication |
IBusinessObjectView.getApplication()
|
IApplication |
IModel.getApplication(String pApplicationName)
Return the IApplication for the given name if exists |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IApplication | |
---|---|
List<IApplication> |
IModel.getApplications()
Return the list of IApplication for this model (sorted by application name) |
Uses of IApplication in com.semarchy.mdm.runtime.model.logical.exception |
---|
Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type IApplication | |
---|---|
NoSuchBOViewException(IApplication pParent,
String pBOName)
|
|
NoSuchWorkflowException(IApplication pParent,
String pName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |