| Package | Description |
|---|---|
| brainslug.jpa | |
| brainslug.jpa.entity |
| Modifier and Type | Method and Description |
|---|---|
protected AsyncTaskEntity |
JpaAsyncTriggerStore.getTaskEntity(brainslug.flow.definition.Identifier id) |
| Modifier and Type | Method and Description |
|---|---|
AsyncTaskEntity |
AsyncTaskEntity.withCreated(Long created) |
AsyncTaskEntity |
AsyncTaskEntity.withDefinitionId(String definitionId) |
AsyncTaskEntity |
AsyncTaskEntity.withDueDate(Long dueDate) |
AsyncTaskEntity |
AsyncTaskEntity.withErrorDetails(AsyncTaskErrorDetailsEntity errorDetails) |
AsyncTaskEntity |
AsyncTaskEntity.withId(String id) |
AsyncTaskEntity |
AsyncTaskEntity.withInstanceId(String instanceId) |
AsyncTaskEntity |
AsyncTaskEntity.withMaxRetries(Long maxRetries) |
AsyncTaskEntity |
AsyncTaskEntity.withRetries(Long retries) |
AsyncTaskEntity |
AsyncTaskEntity.withTaskNodeId(String taskNodeId) |
AsyncTaskEntity |
AsyncTaskEntity.withVersion(Long version) |
| Constructor and Description |
|---|
QAsyncTaskEntity(Class<? extends AsyncTaskEntity> type,
com.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QAsyncTaskEntity(com.mysema.query.types.Path<? extends AsyncTaskEntity> path) |
Copyright © 2015. All rights reserved.