public interface IInteractiveInterfaceHelperWithActions extends IInteractiveInterfaceHelper
| Modifier and Type | Method and Description |
|---|---|
IImpacts |
performAction(IInterfaceAction pAction)
Deprecated.
Performs the specified action, using the default autofix manager that was provided when creating this
InteractiveInterfaceHelperWithActions. |
IImpacts |
performAction(IInterfaceAction pAction,
IAutoFixManager pAutoFixManager)
Deprecated.
Performs the specified action, and uses the specified auto fix manager to do automatic fixing of interface issues.
|
areSourceSetsDirty, computeSourceSets, getAllCurrentIssues, getCurrentIssues, getOdiInterface, preparePersistcomputeExpression, createTargetMapping, getEntityManager, getExecutionArea, getExecutionAreas, getLanguageForTextHolder, getLookupsManager, getMappingPersistencePolicy, getMissingRefsManager, getOdiInstance, getReferenceManagerToDataStoreAttached, getReferenceManagerToDataStoreFull, getReferenceManagerToDataStoreXRefs, getReferenceManagerToSourceColumn, getSourceSetCreator, getSourceSetNameProvider, removeTargetMappingIImpacts performAction(IInterfaceAction pAction) throws UnknownActionException
InteractiveInterfaceHelperWithActions.pAction - The action interface instance to perform.VetoActionException - if the action couldn't be performedUnknownActionException - if the action is unknown to the helperIImpacts performAction(IInterfaceAction pAction, IAutoFixManager pAutoFixManager) throws UnknownActionException
pAction - The action interface instance to perform.pAutoFixManager - The auto-fix manager instance used to fix issues.VetoActionException - if the action couldn't be performedUnknownActionException - if the action is unknown to the helper