public interface ComponentOperationsManager extends OperationContainer
| Modifier and Type | Method and Description | 
|---|---|
ExprCodeSource | 
editCodeSource(ExprCodeSource codeSource)
Notify that ComponentOperationsManager that the client expects to
 edit the CodeSource. 
 | 
ExprCodeSource | 
ensureCodeSource(ExprDef exprDef)
Ensure a named code source in the operations manager. 
 | 
java.lang.String | 
getFullName()  | 
ExprDef | 
lookupExprDef(OwnerType type,
             java.lang.String path)
Search for an ExprDef in the ComponentOperationsManager's namespace. 
 | 
getOperationDefinitions, getRowOperationDefinitionsjava.lang.String getFullName()
@Concealed ExprCodeSource ensureCodeSource(ExprDef exprDef)
#updateCodeSource to update the component
 operations manager with any updates that are made to this CodeSource.exprDef - a null exprDef may be used to indicate the a
    built-in code source.@Concealed ExprCodeSource editCodeSource(ExprCodeSource codeSource)
@Concealed ExprDef lookupExprDef(OwnerType type, java.lang.String path)
type - the {@link oracle.jbo.common.OwnerType) of the expressionpath - the (@link ExprDef#getPath} of the expression