| Package | Description |
|---|---|
| org.apache.isis.objectstore.jdo.applib.service.background | |
| org.apache.isis.objectstore.jdo.applib.service.command |
| Modifier and Type | Method and Description |
|---|---|
List<CommandJdo> |
BackgroundCommandServiceJdoContributions.childCommands(CommandJdo parent) |
List<CommandJdo> |
BackgroundCommandServiceJdoRepository.findBackgroundCommandsNotYetStarted() |
List<CommandJdo> |
BackgroundCommandServiceJdoRepository.findByParent(CommandJdo parent) |
List<CommandJdo> |
BackgroundCommandServiceJdoRepository.findByTransactionId(UUID transactionId) |
List<CommandJdo> |
BackgroundCommandServiceJdoContributions.siblingCommands(CommandJdo siblingCommand) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandJdo> |
BackgroundCommandServiceJdoContributions.childCommands(CommandJdo parent) |
List<CommandJdo> |
BackgroundCommandServiceJdoRepository.findByParent(CommandJdo parent) |
List<CommandJdo> |
BackgroundCommandServiceJdoContributions.siblingCommands(CommandJdo siblingCommand) |
| Modifier and Type | Method and Description |
|---|---|
CommandJdo |
CommandServiceJdoContributions.command(org.apache.isis.applib.services.HasTransactionId hasTransactionId) |
CommandJdo |
CommandServiceJdoRepository.findByTransactionId(UUID transactionId) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandJdo> |
CommandServiceJdoRepository.findByFromAndTo(org.joda.time.LocalDate from,
org.joda.time.LocalDate to) |
List<CommandJdo> |
CommandServiceJdoRepository.findByTargetAndFromAndTo(org.apache.isis.applib.services.bookmark.Bookmark target,
org.joda.time.LocalDate from,
org.joda.time.LocalDate to) |
List<CommandJdo> |
CommandServiceJdoRepository.findCompleted() |
List<CommandJdo> |
CommandServiceJdoRepository.findCurrent() |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.