public class BackgroundCommandServiceJdoRepository extends org.apache.isis.applib.AbstractFactoryAndRepository
command entities that have been persisted
to execute in the background.
This supporting service with no UI and no side-effects, and is there are no other implementations of the service,
thus has been annotated with DomainService. This means that there is no
need to explicitly register it as a service (eg in isis.properties).
| Constructor and Description |
|---|
BackgroundCommandServiceJdoRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandJdo> |
findBackgroundCommandsNotYetStarted() |
List<CommandJdo> |
findByParent(CommandJdo parent) |
List<CommandJdo> |
findByTransactionId(UUID transactionId) |
newInstance, newPersistentInstanceallInstances, allMatches, allMatches, allMatches, allMatches, allMatches, firstMatch, firstMatch, firstMatch, firstMatch, firstMatch, getContainer, getUser, informUser, isPersistent, isValid, newAggregatedInstance, newAggregatedInstance, newTransientInstance, newViewModelInstance, persist, persistIfNotAlready, raiseError, remove, removeIfNotAlready, setContainer, uniqueMatch, uniqueMatch, uniqueMatch, uniqueMatch, uniqueMatch, validate, warnUserpublic BackgroundCommandServiceJdoRepository()
public List<CommandJdo> findByTransactionId(UUID transactionId)
public List<CommandJdo> findByParent(CommandJdo parent)
public List<CommandJdo> findBackgroundCommandsNotYetStarted()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.