public interface ComponentOperationsManager
Modifier and Type | Method and Description |
---|---|
CodeSource |
editCodeSource(CodeSource codeSource)
Notify that ComponentOperationsManager that the client expects to
edit the CodeSource.
|
CodeSource |
ensureCodeSource(java.lang.String name)
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.
|
java.lang.String getFullName()
CodeSource ensureCodeSource(java.lang.String name)
#updateCodeSource
to update the component
operations manager with any updates that are made to this CodeSource.name
- a null name may be used to indicate the default
built-in code source.CodeSource editCodeSource(CodeSource codeSource)