Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.profile | |
org.komodo.relational.profile.internal |
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 StateCommand[] |
StateCommand.NO_STATE_COMMANDS
An empty array of view editor state commands.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<StateCommand> |
StateCommand.RESOLVER
The resolver of a
StateCommand . |
Modifier and Type | Method and Description |
---|---|
StateCommand |
StateCommandAggregate.getRedo(Repository.UnitOfWork transaction) |
StateCommand |
StateCommandAggregate.getUndo(Repository.UnitOfWork transaction) |
StateCommand |
StateCommandAggregate.setRedo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
StateCommand |
StateCommandAggregate.setUndo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
Modifier and Type | Class and Description |
---|---|
class |
StateCommandImpl
An implementation of a view editor state object.
|
Modifier and Type | Method and Description |
---|---|
StateCommand |
StateCommandAggregateImpl.getRedo(Repository.UnitOfWork transaction) |
StateCommand |
StateCommandAggregateImpl.getUndo(Repository.UnitOfWork transaction) |
StateCommand |
StateCommandAggregateImpl.setRedo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
StateCommand |
StateCommandAggregateImpl.setUndo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
Copyright © 2013–2019. All rights reserved.