Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.profile | |
org.komodo.relational.profile.internal |
Modifier and Type | Method and Description |
---|---|
static StateCommandAggregate |
RelationalModelFactory.createStateCommandAggregate(Repository.UnitOfWork transaction,
Repository repository,
ViewEditorState viewEditorState) |
Modifier and Type | Method and Description |
---|---|
static StateCommand |
RelationalModelFactory.createStateCommand(Repository.UnitOfWork transaction,
Repository repository,
StateCommandAggregate stateCommandAgg,
String stateCommandType,
String commandId,
Map<String,String> arguments) |
Modifier and Type | Field and Description |
---|---|
static StateCommandAggregate[] |
StateCommandAggregate.NO_STATE_COMMAND_AGGREGATES
An empty array of view editor state commands.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<StateCommandAggregate> |
StateCommandAggregate.RESOLVER
The resolver of a
StateCommandAggregate . |
Modifier and Type | Method and Description |
---|---|
StateCommandAggregate |
ViewEditorState.addCommand(Repository.UnitOfWork transaction) |
StateCommandAggregate[] |
ViewEditorState.getCommands(Repository.UnitOfWork transaction) |
Modifier and Type | Class and Description |
---|---|
class |
StateCommandAggregateImpl
An implementation of a view editor state object.
|
Modifier and Type | Method and Description |
---|---|
StateCommandAggregate |
ViewEditorStateImpl.addCommand(Repository.UnitOfWork transaction) |
StateCommandAggregate[] |
ViewEditorStateImpl.getCommands(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.