Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.profile | |
org.komodo.relational.profile.internal |
Modifier and Type | Method and Description |
---|---|
static ViewEditorState |
RelationalModelFactory.createViewEditorState(Repository.UnitOfWork transaction,
Repository repository,
Profile profile,
String stateId) |
Modifier and Type | Method and Description |
---|---|
static StateCommandAggregate |
RelationalModelFactory.createStateCommandAggregate(Repository.UnitOfWork transaction,
Repository repository,
ViewEditorState viewEditorState) |
static ViewDefinition |
RelationalModelFactory.createViewDefinition(Repository.UnitOfWork transaction,
Repository repository,
ViewEditorState viewEditorState) |
void |
ServiceVdbGenerator.refreshServiceVdb(Repository.UnitOfWork uow,
Vdb serviceVdb,
ViewEditorState[] editorStates)
This method creates a new service VDB given a list of editor states each containing a view definition.
|
Modifier and Type | Field and Description |
---|---|
static ViewEditorState[] |
ViewEditorState.NO_VIEW_EDITOR_STATES
An empty array of view editor states.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<ViewEditorState> |
ViewEditorState.RESOLVER
The resolver of a
ViewEditorState . |
Modifier and Type | Method and Description |
---|---|
ViewEditorState |
Profile.addViewEditorState(Repository.UnitOfWork transaction,
String stateId) |
ViewEditorState[] |
Profile.getViewEditorStates(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ViewEditorStateImpl
An implementation of a view editor state object.
|
Modifier and Type | Method and Description |
---|---|
ViewEditorState |
ProfileImpl.addViewEditorState(Repository.UnitOfWork transaction,
String stateId) |
ViewEditorState |
ViewDefinitionImpl.getParent(Repository.UnitOfWork transaction) |
ViewEditorState[] |
ProfileImpl.getViewEditorStates(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.