public interface StateCommandAggregate extends RelationalObject
RelationalObject.Filter
Modifier and Type | Field and Description |
---|---|
static KomodoType |
IDENTIFIER
Identifier of this object
|
static StateCommandAggregate[] |
NO_STATE_COMMAND_AGGREGATES
An empty array of view editor state commands.
|
static TypeResolver<StateCommandAggregate> |
RESOLVER
The resolver of a
StateCommandAggregate . |
static int |
TYPE_ID
The type identifier.
|
DDL_QNAMES_FILTER, DEFAULT_FILTERS, JCR_FILTER, NO_FILTERS, NT_FILTER, RESIDUAL_FILTER
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
StateCommand |
getRedo(Repository.UnitOfWork transaction) |
StateCommand |
getUndo(Repository.UnitOfWork transaction) |
StateCommand |
setRedo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
StateCommand |
setUndo(Repository.UnitOfWork transaction,
String commandId,
Map<String,String> arguments) |
getFilters, setFilters
accept, addChild, addDescriptor, getChild, getChild, getChildren, getChildrenOfType, getChildTypes, getDescriptor, getDescriptors, getIndex, getObjectFactory, getPrimaryType, getProperty, getPropertyDescriptor, getPropertyDescriptors, getPropertyFactory, getPropertyNames, getRawChildren, getRawDescriptors, getRawParent, getRawProperty, getRawPropertyDescriptors, getRawPropertyNames, getTypeId, getTypeIdentifier, hasChild, hasChild, hasChildren, hasDescriptor, hasProperties, hasProperty, hasRawChild, hasRawChild, hasRawChildren, hasRawProperty, isChildRestricted, print, remove, removeChild, removeDescriptor, rename, setPrimaryType, setProperty
getAbsolutePath, getName, getParent, getRepository
static final int TYPE_ID
static final KomodoType IDENTIFIER
static final StateCommandAggregate[] NO_STATE_COMMAND_AGGREGATES
static final TypeResolver<StateCommandAggregate> RESOLVER
StateCommandAggregate
.StateCommand getUndo(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)KException
- if an error occursStateCommand setUndo(Repository.UnitOfWork transaction, String commandId, Map<String,String> arguments) throws Exception
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)commandId
- the id of the commandarguments
- the map of the argumentsException
- if an error occursStateCommand getRedo(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)KException
- if an error occursStateCommand setRedo(Repository.UnitOfWork transaction, String commandId, Map<String,String> arguments) throws Exception
transaction
- the transaction (cannot be null
or have a state that is not Repository.UnitOfWork.State.NOT_STARTED
)commandId
- the id of the commandarguments
- the map of the argumentsException
- if an error occursCopyright © 2013–2019. All rights reserved.