Modifier and Type | Class and Description |
---|---|
class |
Status
State of the Content
|
Modifier and Type | Method and Description |
---|---|
FlowStatus |
AbstractContent.getFlowStatus() |
Modifier and Type | Class and Description |
---|---|
class |
OrderStatus
Status of the Order
|
Modifier and Type | Method and Description |
---|---|
FlowStatus |
Order.getFlowStatus() |
Modifier and Type | Class and Description |
---|---|
class |
Feedback<E,S extends FlowStatus>
A Feedback object for event with callback.
Useful in synchronous situations where we may want more structure to feedback or callbacks. A feedback is something that can be sent to a callback for a change event. |
Modifier and Type | Method and Description |
---|---|
FlowStatus |
FlowStatusChange.getFlowStatus() |
FlowStatus |
SynchronousFlowStatusChange.getFlowStatus()
The
FlowStatus of this change event |
Modifier and Type | Method and Description |
---|---|
void |
SynchronousFlowStatusChange.setFlowStatus(FlowStatus flowStatus)
The
FlowStatus of this change event |
Constructor and Description |
---|
FlowStatusPredicate(FlowStatus flowStatus) |
SynchronousFlowStatusChange(E entity,
F feedback,
FlowStatus flowStatus) |
Modifier and Type | Class and Description |
---|---|
static class |
ProductDetailsPanel.ThisUIOperation |
Modifier and Type | Method and Description |
---|---|
FlowStatus |
ProductDetailsPanel.getOperation() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.ajax.markup.html.AjaxLink |
ProductListingPanel.makePoppable(String id,
Long prodId,
Long parentProdId,
FlowStatus flowStatus)
Provide a Poppable Link that calls javascript:popup('dialog-container') to invoke the JQuery Dialog.
|
void |
ProductDetailsPanel.updateState(Long productId,
Long parentProductId,
FlowStatus operation,
boolean updateMayImpactListing) |
Modifier and Type | Class and Description |
---|---|
class |
TokenStatus
A pure basic String based token status system.
|
Modifier and Type | Class and Description |
---|---|
class |
ShiftStatus
Status of a
Shift |
Modifier and Type | Method and Description |
---|---|
<S extends FlowStatus> |
Token.setStatus(S status)
Status of the token
|
Modifier and Type | Method and Description |
---|---|
FlowStatus |
Token.getStatus() |
Modifier and Type | Interface and Description |
---|---|
static interface |
TokenEvent.TokenEventFlowStatus |
Modifier and Type | Class and Description |
---|---|
static class |
TokenEvent.ContainerEventType |
static class |
TokenEvent.TokenEventType
These are transient Notification (event) types.
Please do not confuse with TokenStatus instance. |
Modifier and Type | Method and Description |
---|---|
Map |
AbstractNotificationHelper.addFeedback(TokenEvent<T> causeEvent,
FlowStatus status,
T token,
Feedback feedback)
Add Feedback
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultTokenNotificationTrackerService.calcKey(T token,
FlowStatus status) |
int |
DefaultTokenNotificationTrackerService.count(T token,
FlowStatus status) |
int |
TokenNotificationTrackerService.count(T token,
FlowStatus status)
Return the # of times a
Token has been notified. |
protected boolean |
DefaultTokenNotificationTrackerService.isKeyFor(String key,
T token,
FlowStatus status) |
int |
DefaultTokenNotificationTrackerService.keepCount(T token,
FlowStatus status) |
int |
TokenNotificationTrackerService.keepCount(T token,
FlowStatus status)
Update and return latest count
|
Modifier and Type | Method and Description |
---|---|
protected <S extends FlowStatus> |
DefaultAbstractTokenContainerService.updateStatus(C tokenContainer,
Collection c,
S status,
Function<String,javax.persistence.Query> query,
TokenEvent<T> tokenEvent) |
<S extends FlowStatus> |
TokenContainerService.updateStatus(C tokenContainer,
List tokens,
S status,
TokenEvent<T> tokenEvent)
Update collection of tokens with status
|
protected <S extends FlowStatus> |
DefaultAbstractTokenContainerService.updateStatus(Collection c,
S status,
Function<String,javax.persistence.Query> query,
TokenEvent<T> tokenEvent) |
<S extends FlowStatus> |
TokenContainerService.updateStatus(List tokens,
S status,
TokenEvent<T> tokenEvent)
Update collection of tokens with status
|
<STATUS extends FlowStatus> |
TokenManager.updateStatus(S shift,
List tokens,
STATUS status,
TokenEvent<T> tokenEvent)
Update collection of tokens with status
|
Modifier and Type | Class and Description |
---|---|
class |
StandardOperation
Operations on Data; used to indicate type of change in forms etc
|
Modifier and Type | Method and Description |
---|---|
FlowStatus |
FlowState.getFlowStatus()
Existing
FlowStatus |
Copyright © 2018. All rights reserved.